@luxfi/ui 7.4.15 → 8.1.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 (910) hide show
  1. package/LICENSE.md +21 -0
  2. package/dist/3d-button.cjs +298 -0
  3. package/dist/3d-button.d.ts +52 -0
  4. package/dist/3d-button.d.ts.map +1 -0
  5. package/dist/3d-button.js +273 -0
  6. package/dist/3d-card.cjs +236 -0
  7. package/dist/3d-card.d.ts +29 -0
  8. package/dist/3d-card.d.ts.map +1 -0
  9. package/dist/3d-card.js +209 -0
  10. package/dist/3d-carousel.cjs +375 -0
  11. package/dist/3d-carousel.d.ts +26 -0
  12. package/dist/3d-carousel.d.ts.map +1 -0
  13. package/dist/3d-carousel.js +348 -0
  14. package/dist/3d-grid.cjs +360 -0
  15. package/dist/3d-grid.d.ts +49 -0
  16. package/dist/3d-grid.d.ts.map +1 -0
  17. package/dist/3d-grid.js +335 -0
  18. package/dist/3d-marquee.cjs +8669 -0
  19. package/dist/3d-marquee.d.ts +65 -0
  20. package/dist/3d-marquee.d.ts.map +1 -0
  21. package/dist/3d-marquee.js +8645 -0
  22. package/dist/3d-model-viewer.cjs +909 -0
  23. package/dist/3d-model-viewer.d.ts +45 -0
  24. package/dist/3d-model-viewer.d.ts.map +1 -0
  25. package/dist/3d-model-viewer.js +886 -0
  26. package/dist/3d-pin.cjs +46 -0
  27. package/dist/3d-pin.d.ts +8 -0
  28. package/dist/3d-pin.d.ts.map +1 -0
  29. package/dist/3d-pin.js +24 -0
  30. package/dist/3d-scene.cjs +439 -0
  31. package/dist/3d-scene.d.ts +76 -0
  32. package/dist/3d-scene.d.ts.map +1 -0
  33. package/dist/3d-scene.js +407 -0
  34. package/dist/3d-text.cjs +367 -0
  35. package/dist/3d-text.d.ts +62 -0
  36. package/dist/3d-text.d.ts.map +1 -0
  37. package/dist/3d-text.js +341 -0
  38. package/dist/accordion.d.ts +10 -12
  39. package/dist/accordion.d.ts.map +1 -0
  40. package/dist/advanced-chart.cjs +53 -0
  41. package/dist/advanced-chart.d.ts +6 -0
  42. package/dist/advanced-chart.d.ts.map +1 -0
  43. package/dist/advanced-chart.js +51 -0
  44. package/dist/advanced-navigation-bar.cjs +459 -0
  45. package/dist/advanced-navigation-bar.d.ts +14 -0
  46. package/dist/advanced-navigation-bar.d.ts.map +1 -0
  47. package/dist/advanced-navigation-bar.js +437 -0
  48. package/dist/ai-actions.cjs +57 -0
  49. package/dist/ai-actions.d.ts +14 -0
  50. package/dist/ai-actions.d.ts.map +1 -0
  51. package/dist/ai-actions.js +35 -0
  52. package/dist/ai-agents.cjs +1764 -0
  53. package/dist/ai-agents.d.ts +56 -0
  54. package/dist/ai-agents.d.ts.map +1 -0
  55. package/dist/ai-agents.js +1740 -0
  56. package/dist/ai-assistant.cjs +907 -0
  57. package/dist/ai-assistant.d.ts +28 -0
  58. package/dist/ai-assistant.d.ts.map +1 -0
  59. package/dist/ai-assistant.js +886 -0
  60. package/dist/ai-chat.cjs +1165 -0
  61. package/dist/ai-chat.d.ts +56 -0
  62. package/dist/ai-chat.d.ts.map +1 -0
  63. package/dist/ai-chat.js +1141 -0
  64. package/dist/ai-code.cjs +1866 -0
  65. package/dist/ai-code.d.ts +58 -0
  66. package/dist/ai-code.d.ts.map +1 -0
  67. package/dist/ai-code.js +1841 -0
  68. package/dist/ai-model-selector-navigation-bar.cjs +59 -0
  69. package/dist/ai-model-selector-navigation-bar.d.ts +15 -0
  70. package/dist/ai-model-selector-navigation-bar.d.ts.map +1 -0
  71. package/dist/ai-model-selector-navigation-bar.js +37 -0
  72. package/dist/ai-models.cjs +41 -0
  73. package/dist/ai-models.d.ts +15 -0
  74. package/dist/ai-models.d.ts.map +1 -0
  75. package/dist/ai-models.js +19 -0
  76. package/dist/ai-playground.cjs +1110 -0
  77. package/dist/ai-playground.d.ts +66 -0
  78. package/dist/ai-playground.d.ts.map +1 -0
  79. package/dist/ai-playground.js +1088 -0
  80. package/dist/ai-tools.cjs +1043 -0
  81. package/dist/ai-tools.d.ts +23 -0
  82. package/dist/ai-tools.d.ts.map +1 -0
  83. package/dist/ai-tools.js +1022 -0
  84. package/dist/ai-vision.cjs +1831 -0
  85. package/dist/ai-vision.d.ts +74 -0
  86. package/dist/ai-vision.d.ts.map +1 -0
  87. package/dist/ai-vision.js +1810 -0
  88. package/dist/ai-voice-settings.cjs +1511 -0
  89. package/dist/ai-voice-settings.d.ts +100 -0
  90. package/dist/ai-voice-settings.d.ts.map +1 -0
  91. package/dist/ai-voice-settings.js +1478 -0
  92. package/dist/ai-voice.cjs +1522 -0
  93. package/dist/ai-voice.d.ts +72 -0
  94. package/dist/ai-voice.d.ts.map +1 -0
  95. package/dist/ai-voice.js +1501 -0
  96. package/dist/alert.cjs +14 -147
  97. package/dist/alert.d.ts +4 -5
  98. package/dist/alert.d.ts.map +1 -0
  99. package/dist/alert.js +14 -147
  100. package/dist/android.cjs +127 -0
  101. package/dist/android.d.ts +19 -0
  102. package/dist/android.d.ts.map +1 -0
  103. package/dist/android.js +104 -0
  104. package/dist/animated-background.cjs +8830 -0
  105. package/dist/animated-background.d.ts +103 -0
  106. package/dist/animated-background.d.ts.map +1 -0
  107. package/dist/animated-background.js +8824 -0
  108. package/dist/animated-beam.cjs +8438 -0
  109. package/dist/animated-beam.d.ts +15 -0
  110. package/dist/animated-beam.d.ts.map +1 -0
  111. package/dist/animated-beam.js +8417 -0
  112. package/dist/animated-cursor.cjs +269 -0
  113. package/dist/animated-cursor.d.ts +70 -0
  114. package/dist/animated-cursor.d.ts.map +1 -0
  115. package/dist/animated-cursor.js +264 -0
  116. package/dist/animated-icon.cjs +8927 -0
  117. package/dist/animated-icon.d.ts +119 -0
  118. package/dist/animated-icon.d.ts.map +1 -0
  119. package/dist/animated-icon.js +8902 -0
  120. package/dist/animated-list.cjs +9226 -0
  121. package/dist/animated-list.d.ts +126 -0
  122. package/dist/animated-list.d.ts.map +1 -0
  123. package/dist/animated-list.js +9201 -0
  124. package/dist/animated-number.cjs +8773 -0
  125. package/dist/animated-number.d.ts +127 -0
  126. package/dist/animated-number.d.ts.map +1 -0
  127. package/dist/animated-number.js +8767 -0
  128. package/dist/animated-testimonials.cjs +8653 -0
  129. package/dist/animated-testimonials.d.ts +17 -0
  130. package/dist/animated-testimonials.d.ts.map +1 -0
  131. package/dist/animated-testimonials.js +8632 -0
  132. package/dist/animated-text.cjs +8914 -0
  133. package/dist/animated-text.d.ts +65 -0
  134. package/dist/animated-text.d.ts.map +1 -0
  135. package/dist/animated-text.js +8890 -0
  136. package/dist/animated-tooltip.cjs +8624 -0
  137. package/dist/animated-tooltip.d.ts +9 -0
  138. package/dist/animated-tooltip.d.ts.map +1 -0
  139. package/dist/animated-tooltip.js +8603 -0
  140. package/dist/announcement.cjs +465 -0
  141. package/dist/announcement.d.ts +9 -0
  142. package/dist/announcement.d.ts.map +1 -0
  143. package/dist/announcement.js +443 -0
  144. package/dist/app-switcher-navigation-bar.cjs +470 -0
  145. package/dist/app-switcher-navigation-bar.d.ts +15 -0
  146. package/dist/app-switcher-navigation-bar.d.ts.map +1 -0
  147. package/dist/app-switcher-navigation-bar.js +448 -0
  148. package/dist/apple-cards-carousel.cjs +9356 -0
  149. package/dist/apple-cards-carousel.d.ts +36 -0
  150. package/dist/apple-cards-carousel.d.ts.map +1 -0
  151. package/dist/apple-cards-carousel.js +9334 -0
  152. package/dist/apple-hello-effect.cjs +8380 -0
  153. package/dist/apple-hello-effect.d.ts +8 -0
  154. package/dist/apple-hello-effect.d.ts.map +1 -0
  155. package/dist/apple-hello-effect.js +8359 -0
  156. package/dist/auth.cjs +6 -5
  157. package/dist/auth.d.ts +11 -13
  158. package/dist/auth.d.ts.map +1 -0
  159. package/dist/auth.js +6 -5
  160. package/dist/avatar.d.ts +5 -6
  161. package/dist/avatar.d.ts.map +1 -0
  162. package/dist/badge.cjs +29 -169
  163. package/dist/badge.d.ts +9 -13
  164. package/dist/badge.d.ts.map +1 -0
  165. package/dist/badge.js +29 -169
  166. package/dist/bank.d.ts +42 -47
  167. package/dist/bank.d.ts.map +1 -0
  168. package/dist/banner.cjs +78 -0
  169. package/dist/banner.d.ts +20 -0
  170. package/dist/banner.d.ts.map +1 -0
  171. package/dist/banner.js +55 -0
  172. package/dist/breadcrumb-and-filters-navigation-bar.cjs +51 -0
  173. package/dist/breadcrumb-and-filters-navigation-bar.d.ts +10 -0
  174. package/dist/breadcrumb-and-filters-navigation-bar.d.ts.map +1 -0
  175. package/dist/breadcrumb-and-filters-navigation-bar.js +29 -0
  176. package/dist/breadcrumb-navigation-bar.cjs +37 -0
  177. package/dist/breadcrumb-navigation-bar.d.ts +10 -0
  178. package/dist/breadcrumb-navigation-bar.d.ts.map +1 -0
  179. package/dist/breadcrumb-navigation-bar.js +15 -0
  180. package/dist/button.cjs +21 -154
  181. package/dist/button.d.ts +9 -10
  182. package/dist/button.d.ts.map +1 -0
  183. package/dist/button.js +21 -154
  184. package/dist/calendar.cjs +55 -0
  185. package/dist/calendar.d.ts +9 -0
  186. package/dist/calendar.d.ts.map +1 -0
  187. package/dist/calendar.js +53 -0
  188. package/dist/centered-logo-navigation-bar.cjs +37 -0
  189. package/dist/centered-logo-navigation-bar.d.ts +15 -0
  190. package/dist/centered-logo-navigation-bar.d.ts.map +1 -0
  191. package/dist/centered-logo-navigation-bar.js +15 -0
  192. package/dist/chart.cjs +266 -0
  193. package/dist/chart.d.ts +52 -0
  194. package/dist/chart.d.ts.map +1 -0
  195. package/dist/chart.js +238 -0
  196. package/dist/checkbox.d.ts +6 -7
  197. package/dist/checkbox.d.ts.map +1 -0
  198. package/dist/choicebox.cjs +77 -0
  199. package/dist/choicebox.d.ts +15 -0
  200. package/dist/choicebox.d.ts.map +1 -0
  201. package/dist/choicebox.js +55 -0
  202. package/dist/chrome.cjs +39 -37
  203. package/dist/chrome.d.ts +15 -19
  204. package/dist/chrome.d.ts.map +1 -0
  205. package/dist/chrome.js +37 -35
  206. package/dist/close-button.d.ts +3 -5
  207. package/dist/close-button.d.ts.map +1 -0
  208. package/dist/code-block.cjs +871 -0
  209. package/dist/code-block.d.ts +38 -0
  210. package/dist/code-block.d.ts.map +1 -0
  211. package/dist/code-block.js +849 -0
  212. package/dist/code-compare.cjs +1714 -0
  213. package/dist/code-compare.d.ts +46 -0
  214. package/dist/code-compare.d.ts.map +1 -0
  215. package/dist/code-compare.js +1692 -0
  216. package/dist/code-diff.cjs +1073 -0
  217. package/dist/code-diff.d.ts +42 -0
  218. package/dist/code-diff.d.ts.map +1 -0
  219. package/dist/code-diff.js +1051 -0
  220. package/dist/code-editor.cjs +641 -0
  221. package/dist/code-editor.d.ts +23 -0
  222. package/dist/code-editor.d.ts.map +1 -0
  223. package/dist/code-editor.js +616 -0
  224. package/dist/code-explorer.cjs +729 -0
  225. package/dist/code-explorer.d.ts +41 -0
  226. package/dist/code-explorer.d.ts.map +1 -0
  227. package/dist/code-explorer.js +707 -0
  228. package/dist/code-preview.cjs +1349 -0
  229. package/dist/code-preview.d.ts +38 -0
  230. package/dist/code-preview.d.ts.map +1 -0
  231. package/dist/code-preview.js +1327 -0
  232. package/dist/code-snippet.cjs +920 -0
  233. package/dist/code-snippet.d.ts +48 -0
  234. package/dist/code-snippet.d.ts.map +1 -0
  235. package/dist/code-snippet.js +897 -0
  236. package/dist/code-tabs.cjs +76 -0
  237. package/dist/code-tabs.d.ts +12 -0
  238. package/dist/code-tabs.d.ts.map +1 -0
  239. package/dist/code-tabs.js +54 -0
  240. package/dist/code-terminal.cjs +894 -0
  241. package/dist/code-terminal.d.ts +48 -0
  242. package/dist/code-terminal.d.ts.map +1 -0
  243. package/dist/code-terminal.js +872 -0
  244. package/dist/collaboration-navigation-bar.cjs +49 -0
  245. package/dist/collaboration-navigation-bar.d.ts +11 -0
  246. package/dist/collaboration-navigation-bar.d.ts.map +1 -0
  247. package/dist/collaboration-navigation-bar.js +27 -0
  248. package/dist/collapsible.cjs +45 -170
  249. package/dist/collapsible.d.ts +11 -13
  250. package/dist/collapsible.d.ts.map +1 -0
  251. package/dist/collapsible.js +34 -159
  252. package/dist/color-mode.d.ts +7 -9
  253. package/dist/color-mode.d.ts.map +1 -0
  254. package/dist/color-picker.cjs +516 -0
  255. package/dist/color-picker.d.ts +10 -0
  256. package/dist/color-picker.d.ts.map +1 -0
  257. package/dist/color-picker.js +495 -0
  258. package/dist/combobox.cjs +488 -0
  259. package/dist/combobox.d.ts +13 -0
  260. package/dist/combobox.d.ts.map +1 -0
  261. package/dist/combobox.js +466 -0
  262. package/dist/communication-navigation-bar.cjs +438 -0
  263. package/dist/communication-navigation-bar.d.ts +7 -0
  264. package/dist/communication-navigation-bar.d.ts.map +1 -0
  265. package/dist/communication-navigation-bar.js +416 -0
  266. package/dist/company-profile.cjs +46 -0
  267. package/dist/company-profile.d.ts +10 -0
  268. package/dist/company-profile.d.ts.map +1 -0
  269. package/dist/company-profile.js +44 -0
  270. package/dist/comparison.cjs +60 -0
  271. package/dist/comparison.d.ts +16 -0
  272. package/dist/comparison.d.ts.map +1 -0
  273. package/dist/comparison.js +38 -0
  274. package/dist/context-switcher-navigation-bar.cjs +51 -0
  275. package/dist/context-switcher-navigation-bar.d.ts +10 -0
  276. package/dist/context-switcher-navigation-bar.d.ts.map +1 -0
  277. package/dist/context-switcher-navigation-bar.js +29 -0
  278. package/dist/credit-card.cjs +77 -0
  279. package/dist/credit-card.d.ts +11 -0
  280. package/dist/credit-card.d.ts.map +1 -0
  281. package/dist/credit-card.js +55 -0
  282. package/dist/crypto-screener.cjs +43 -0
  283. package/dist/crypto-screener.d.ts +4 -0
  284. package/dist/crypto-screener.d.ts.map +1 -0
  285. package/dist/crypto-screener.js +41 -0
  286. package/dist/cursor.cjs +71 -0
  287. package/dist/cursor.d.ts +9 -0
  288. package/dist/cursor.d.ts.map +1 -0
  289. package/dist/cursor.js +49 -0
  290. package/dist/dashboard-navigation-bar.cjs +441 -0
  291. package/dist/dashboard-navigation-bar.d.ts +11 -0
  292. package/dist/dashboard-navigation-bar.d.ts.map +1 -0
  293. package/dist/dashboard-navigation-bar.js +419 -0
  294. package/dist/dialog-stack.cjs +460 -0
  295. package/dist/dialog-stack.d.ts +13 -0
  296. package/dist/dialog-stack.d.ts.map +1 -0
  297. package/dist/dialog-stack.js +438 -0
  298. package/dist/dialog.cjs +16 -19
  299. package/dist/dialog.d.ts +49 -53
  300. package/dist/dialog.d.ts.map +1 -0
  301. package/dist/dialog.js +12 -15
  302. package/dist/direction.cjs +26 -0
  303. package/dist/direction.d.ts +20 -0
  304. package/dist/direction.d.ts.map +1 -0
  305. package/dist/direction.js +23 -0
  306. package/dist/dock.cjs +8675 -0
  307. package/dist/dock.d.ts +20 -0
  308. package/dist/dock.d.ts.map +1 -0
  309. package/dist/dock.js +8653 -0
  310. package/dist/drawer.d.ts +33 -38
  311. package/dist/drawer.d.ts.map +1 -0
  312. package/dist/dropzone.cjs +116 -0
  313. package/dist/dropzone.d.ts +11 -0
  314. package/dist/dropzone.d.ts.map +1 -0
  315. package/dist/dropzone.js +94 -0
  316. package/dist/e-commerce-navigation-bar.cjs +442 -0
  317. package/dist/e-commerce-navigation-bar.d.ts +12 -0
  318. package/dist/e-commerce-navigation-bar.d.ts.map +1 -0
  319. package/dist/e-commerce-navigation-bar.js +420 -0
  320. package/dist/editor.cjs +497 -0
  321. package/dist/editor.d.ts +9 -0
  322. package/dist/editor.d.ts.map +1 -0
  323. package/dist/editor.js +475 -0
  324. package/dist/empty-state.d.ts +4 -6
  325. package/dist/empty-state.d.ts.map +1 -0
  326. package/dist/empty.cjs +117 -0
  327. package/dist/empty.d.ts +18 -0
  328. package/dist/empty.d.ts.map +1 -0
  329. package/dist/empty.js +110 -0
  330. package/dist/engine.cjs +91 -0
  331. package/dist/engine.d.ts +35 -0
  332. package/dist/engine.d.ts.map +1 -0
  333. package/dist/engine.js +86 -0
  334. package/dist/expiration-selector.d.ts +4 -6
  335. package/dist/expiration-selector.d.ts.map +1 -0
  336. package/dist/field.cjs +2 -1
  337. package/dist/field.d.ts +5 -7
  338. package/dist/field.d.ts.map +1 -0
  339. package/dist/field.js +3 -2
  340. package/dist/financials.cjs +66 -0
  341. package/dist/financials.d.ts +12 -0
  342. package/dist/financials.d.ts.map +1 -0
  343. package/dist/financials.js +64 -0
  344. package/dist/forex-screener.cjs +44 -0
  345. package/dist/forex-screener.d.ts +4 -0
  346. package/dist/forex-screener.d.ts.map +1 -0
  347. package/dist/forex-screener.js +42 -0
  348. package/dist/gantt.cjs +65 -0
  349. package/dist/gantt.d.ts +13 -0
  350. package/dist/gantt.d.ts.map +1 -0
  351. package/dist/gantt.js +43 -0
  352. package/dist/greeks-display.d.ts +3 -5
  353. package/dist/greeks-display.d.ts.map +1 -0
  354. package/dist/grid-pattern.cjs +327 -0
  355. package/dist/grid-pattern.d.ts +111 -0
  356. package/dist/grid-pattern.d.ts.map +1 -0
  357. package/dist/grid-pattern.js +304 -0
  358. package/dist/gui.d.ts +1 -1
  359. package/dist/gui.d.ts.map +1 -0
  360. package/dist/heading.d.ts +4 -6
  361. package/dist/heading.d.ts.map +1 -0
  362. package/dist/hooks/use-mobile.d.ts +3 -0
  363. package/dist/hooks/use-mobile.d.ts.map +1 -0
  364. package/dist/iam.d.ts +10 -12
  365. package/dist/iam.d.ts.map +1 -0
  366. package/dist/icon-button.cjs +14 -147
  367. package/dist/icon-button.d.ts +4 -5
  368. package/dist/icon-button.d.ts.map +1 -0
  369. package/dist/icon-button.js +14 -147
  370. package/dist/icon-navigation-bar.cjs +48 -0
  371. package/dist/icon-navigation-bar.d.ts +11 -0
  372. package/dist/icon-navigation-bar.d.ts.map +1 -0
  373. package/dist/icon-navigation-bar.js +26 -0
  374. package/dist/icons.d.ts +1 -0
  375. package/dist/icons.d.ts.map +1 -0
  376. package/dist/identity.d.ts +9 -11
  377. package/dist/identity.d.ts.map +1 -0
  378. package/dist/image-crop.cjs +482 -0
  379. package/dist/image-crop.d.ts +9 -0
  380. package/dist/image-crop.d.ts.map +1 -0
  381. package/dist/image-crop.js +460 -0
  382. package/dist/image-zoom.cjs +77 -0
  383. package/dist/image-zoom.d.ts +7 -0
  384. package/dist/image-zoom.d.ts.map +1 -0
  385. package/dist/image-zoom.js +55 -0
  386. package/dist/image.cjs +17 -149
  387. package/dist/image.d.ts +10 -11
  388. package/dist/image.d.ts.map +1 -0
  389. package/dist/image.js +16 -148
  390. package/dist/index.cjs +30299 -1227
  391. package/dist/index.d.ts +207 -60
  392. package/dist/index.d.ts.map +1 -0
  393. package/dist/index.js +30009 -1226
  394. package/dist/ink.cjs +17 -0
  395. package/dist/ink.d.ts +14 -0
  396. package/dist/ink.d.ts.map +1 -0
  397. package/dist/ink.js +15 -0
  398. package/dist/input-group.d.ts +4 -6
  399. package/dist/input-group.d.ts.map +1 -0
  400. package/dist/input-otp.cjs +72 -0
  401. package/dist/input-otp.d.ts +35 -0
  402. package/dist/input-otp.d.ts.map +1 -0
  403. package/dist/input-otp.js +47 -0
  404. package/dist/input.d.ts +8 -9
  405. package/dist/input.d.ts.map +1 -0
  406. package/dist/iphone-15-pro.cjs +61 -0
  407. package/dist/iphone-15-pro.d.ts +9 -0
  408. package/dist/iphone-15-pro.d.ts.map +1 -0
  409. package/dist/iphone-15-pro.js +39 -0
  410. package/dist/item.cjs +215 -0
  411. package/dist/item.d.ts +41 -0
  412. package/dist/item.d.ts.map +1 -0
  413. package/dist/item.js +200 -0
  414. package/dist/kanban.cjs +1354 -0
  415. package/dist/kanban.d.ts +36 -0
  416. package/dist/kanban.d.ts.map +1 -0
  417. package/dist/kanban.js +1330 -0
  418. package/dist/kbd.cjs +40 -0
  419. package/dist/kbd.d.ts +4 -0
  420. package/dist/kbd.d.ts.map +1 -0
  421. package/dist/kbd.js +37 -0
  422. package/dist/limelight-nav-navigation-bar.cjs +51 -0
  423. package/dist/limelight-nav-navigation-bar.d.ts +10 -0
  424. package/dist/limelight-nav-navigation-bar.d.ts.map +1 -0
  425. package/dist/limelight-nav-navigation-bar.js +29 -0
  426. package/dist/limelight-nav.cjs +570 -0
  427. package/dist/limelight-nav.d.ts +10 -0
  428. package/dist/limelight-nav.d.ts.map +1 -0
  429. package/dist/limelight-nav.js +549 -0
  430. package/dist/link.cjs +41 -168
  431. package/dist/link.d.ts +9 -11
  432. package/dist/link.d.ts.map +1 -0
  433. package/dist/link.js +30 -157
  434. package/dist/list.cjs +35 -0
  435. package/dist/list.d.ts +5 -0
  436. package/dist/list.d.ts.map +1 -0
  437. package/dist/list.js +12 -0
  438. package/dist/lux.config.d.ts +521 -524
  439. package/dist/lux.config.d.ts.map +1 -0
  440. package/dist/magnetic.cjs +63 -0
  441. package/dist/magnetic.d.ts +8 -0
  442. package/dist/magnetic.d.ts.map +1 -0
  443. package/dist/magnetic.js +41 -0
  444. package/dist/market-overview.cjs +102 -0
  445. package/dist/market-overview.d.ts +4 -0
  446. package/dist/market-overview.d.ts.map +1 -0
  447. package/dist/market-overview.js +100 -0
  448. package/dist/marquee.cjs +67 -0
  449. package/dist/marquee.d.ts +10 -0
  450. package/dist/marquee.d.ts.map +1 -0
  451. package/dist/marquee.js +45 -0
  452. package/dist/menu-dock.cjs +64 -0
  453. package/dist/menu-dock.d.ts +14 -0
  454. package/dist/menu-dock.d.ts.map +1 -0
  455. package/dist/menu-dock.js +42 -0
  456. package/dist/menu.d.ts +30 -31
  457. package/dist/menu.d.ts.map +1 -0
  458. package/dist/menubar.cjs +116 -0
  459. package/dist/menubar.d.ts +30 -0
  460. package/dist/menubar.d.ts.map +1 -0
  461. package/dist/menubar.js +61 -0
  462. package/dist/message-dock.cjs +480 -0
  463. package/dist/message-dock.d.ts +15 -0
  464. package/dist/message-dock.d.ts.map +1 -0
  465. package/dist/message-dock.js +458 -0
  466. package/dist/mini-calendar.cjs +505 -0
  467. package/dist/mini-calendar.d.ts +10 -0
  468. package/dist/mini-calendar.d.ts.map +1 -0
  469. package/dist/mini-calendar.js +483 -0
  470. package/dist/minimal-tiptap.cjs +48 -0
  471. package/dist/minimal-tiptap.d.ts +8 -0
  472. package/dist/minimal-tiptap.d.ts.map +1 -0
  473. package/dist/minimal-tiptap.js +26 -0
  474. package/dist/motion-highlight.cjs +71 -0
  475. package/dist/motion-highlight.d.ts +7 -0
  476. package/dist/motion-highlight.d.ts.map +1 -0
  477. package/dist/motion-highlight.js +49 -0
  478. package/dist/music-player.cjs +810 -0
  479. package/dist/music-player.d.ts +18 -0
  480. package/dist/music-player.d.ts.map +1 -0
  481. package/dist/music-player.js +788 -0
  482. package/dist/native-select.cjs +82 -0
  483. package/dist/native-select.d.ts +9 -0
  484. package/dist/native-select.d.ts.map +1 -0
  485. package/dist/native-select.js +58 -0
  486. package/dist/news-timeline.cjs +42 -0
  487. package/dist/news-timeline.d.ts +4 -0
  488. package/dist/news-timeline.d.ts.map +1 -0
  489. package/dist/news-timeline.js +40 -0
  490. package/dist/next.d.ts +5 -7
  491. package/dist/next.d.ts.map +1 -0
  492. package/dist/option-chain.d.ts +6 -8
  493. package/dist/option-chain.d.ts.map +1 -0
  494. package/dist/option-position.d.ts +4 -6
  495. package/dist/option-position.d.ts.map +1 -0
  496. package/dist/order-entry.cjs +141 -0
  497. package/dist/order-entry.d.ts +15 -0
  498. package/dist/order-entry.d.ts.map +1 -0
  499. package/dist/order-entry.js +136 -0
  500. package/dist/orders-history.cjs +83 -0
  501. package/dist/orders-history.d.ts +18 -0
  502. package/dist/orders-history.d.ts.map +1 -0
  503. package/dist/orders-history.js +78 -0
  504. package/dist/pagination.cjs +132 -0
  505. package/dist/pagination.d.ts +29 -0
  506. package/dist/pagination.d.ts.map +1 -0
  507. package/dist/pagination.js +104 -0
  508. package/dist/particles-background.cjs +159 -0
  509. package/dist/particles-background.d.ts +18 -0
  510. package/dist/particles-background.d.ts.map +1 -0
  511. package/dist/particles-background.js +157 -0
  512. package/dist/pill.cjs +80 -0
  513. package/dist/pill.d.ts +21 -0
  514. package/dist/pill.d.ts.map +1 -0
  515. package/dist/pill.js +57 -0
  516. package/dist/pin-input.cjs +1 -1
  517. package/dist/pin-input.d.ts +3 -5
  518. package/dist/pin-input.d.ts.map +1 -0
  519. package/dist/pin-input.js +1 -1
  520. package/dist/pixel-image.cjs +71 -0
  521. package/dist/pixel-image.d.ts +8 -0
  522. package/dist/pixel-image.d.ts.map +1 -0
  523. package/dist/pixel-image.js +49 -0
  524. package/dist/pnl-diagram.d.ts +5 -6
  525. package/dist/pnl-diagram.d.ts.map +1 -0
  526. package/dist/popover.cjs +16 -18
  527. package/dist/popover.d.ts +24 -25
  528. package/dist/popover.d.ts.map +1 -0
  529. package/dist/popover.js +11 -13
  530. package/dist/positions-list.cjs +98 -0
  531. package/dist/positions-list.d.ts +13 -0
  532. package/dist/positions-list.d.ts.map +1 -0
  533. package/dist/positions-list.js +93 -0
  534. package/dist/progress-circle.cjs +3 -6
  535. package/dist/progress-circle.d.ts +8 -9
  536. package/dist/progress-circle.d.ts.map +1 -0
  537. package/dist/progress-circle.js +2 -5
  538. package/dist/progress.d.ts +3 -4
  539. package/dist/progress.d.ts.map +1 -0
  540. package/dist/provider.d.ts +8 -10
  541. package/dist/provider.d.ts.map +1 -0
  542. package/dist/pulse-animation.cjs +8741 -0
  543. package/dist/pulse-animation.d.ts +155 -0
  544. package/dist/pulse-animation.d.ts.map +1 -0
  545. package/dist/pulse-animation.js +8732 -0
  546. package/dist/qr-code.cjs +65 -0
  547. package/dist/qr-code.d.ts +21 -0
  548. package/dist/qr-code.d.ts.map +1 -0
  549. package/dist/qr-code.js +43 -0
  550. package/dist/radio.d.ts +6 -7
  551. package/dist/radio.d.ts.map +1 -0
  552. package/dist/rating.d.ts +3 -5
  553. package/dist/rating.d.ts.map +1 -0
  554. package/dist/relative-time.cjs +88 -0
  555. package/dist/relative-time.d.ts +9 -0
  556. package/dist/relative-time.d.ts.map +1 -0
  557. package/dist/relative-time.js +66 -0
  558. package/dist/resizable.cjs +61 -0
  559. package/dist/resizable.d.ts +24 -0
  560. package/dist/resizable.d.ts.map +1 -0
  561. package/dist/resizable.js +37 -0
  562. package/dist/reveal-animation.cjs +8791 -0
  563. package/dist/reveal-animation.d.ts +134 -0
  564. package/dist/reveal-animation.d.ts.map +1 -0
  565. package/dist/reveal-animation.js +8779 -0
  566. package/dist/safari.cjs +90 -0
  567. package/dist/safari.d.ts +9 -0
  568. package/dist/safari.d.ts.map +1 -0
  569. package/dist/safari.js +68 -0
  570. package/dist/sandbox.cjs +94 -0
  571. package/dist/sandbox.d.ts +9 -0
  572. package/dist/sandbox.d.ts.map +1 -0
  573. package/dist/sandbox.js +72 -0
  574. package/dist/search-and-toggle-navigation-bar.cjs +51 -0
  575. package/dist/search-and-toggle-navigation-bar.d.ts +10 -0
  576. package/dist/search-and-toggle-navigation-bar.d.ts.map +1 -0
  577. package/dist/search-and-toggle-navigation-bar.js +29 -0
  578. package/dist/select.cjs +38 -168
  579. package/dist/select.d.ts +38 -41
  580. package/dist/select.d.ts.map +1 -0
  581. package/dist/select.js +34 -164
  582. package/dist/separator.d.ts +5 -6
  583. package/dist/separator.d.ts.map +1 -0
  584. package/dist/sidebar.cjs +1134 -0
  585. package/dist/sidebar.d.ts +80 -0
  586. package/dist/sidebar.d.ts.map +1 -0
  587. package/dist/sidebar.js +1090 -0
  588. package/dist/simple-navigation-bar.cjs +45 -0
  589. package/dist/simple-navigation-bar.d.ts +11 -0
  590. package/dist/simple-navigation-bar.d.ts.map +1 -0
  591. package/dist/simple-navigation-bar.js +23 -0
  592. package/dist/skeleton.cjs +15 -148
  593. package/dist/skeleton.d.ts +11 -53
  594. package/dist/skeleton.d.ts.map +1 -0
  595. package/dist/skeleton.js +15 -148
  596. package/dist/slider.cjs +1 -1
  597. package/dist/slider.d.ts +4 -5
  598. package/dist/slider.d.ts.map +1 -0
  599. package/dist/slider.js +1 -1
  600. package/dist/status-dashboard-navigation-bar.cjs +51 -0
  601. package/dist/status-dashboard-navigation-bar.d.ts +10 -0
  602. package/dist/status-dashboard-navigation-bar.d.ts.map +1 -0
  603. package/dist/status-dashboard-navigation-bar.js +29 -0
  604. package/dist/status.cjs +85 -0
  605. package/dist/status.d.ts +23 -0
  606. package/dist/status.d.ts.map +1 -0
  607. package/dist/status.js +62 -0
  608. package/dist/stock-screener.cjs +44 -0
  609. package/dist/stock-screener.d.ts +4 -0
  610. package/dist/stock-screener.d.ts.map +1 -0
  611. package/dist/stock-screener.js +42 -0
  612. package/dist/strategy-builder.d.ts +6 -8
  613. package/dist/strategy-builder.d.ts.map +1 -0
  614. package/dist/switch.cjs +2 -2
  615. package/dist/switch.d.ts +4 -8
  616. package/dist/switch.d.ts.map +1 -0
  617. package/dist/switch.js +2 -2
  618. package/dist/symbol-info.cjs +44 -0
  619. package/dist/symbol-info.d.ts +9 -0
  620. package/dist/symbol-info.d.ts.map +1 -0
  621. package/dist/symbol-info.js +42 -0
  622. package/dist/table.cjs +74 -192
  623. package/dist/table.d.ts +23 -25
  624. package/dist/table.d.ts.map +1 -0
  625. package/dist/table.js +53 -171
  626. package/dist/tabs.d.ts +12 -13
  627. package/dist/tabs.d.ts.map +1 -0
  628. package/dist/tag.cjs +14 -147
  629. package/dist/tag.d.ts +4 -5
  630. package/dist/tag.d.ts.map +1 -0
  631. package/dist/tag.js +14 -147
  632. package/dist/tags.cjs +385 -0
  633. package/dist/tags.d.ts +13 -0
  634. package/dist/tags.d.ts.map +1 -0
  635. package/dist/tags.js +364 -0
  636. package/dist/team-switcher-navigation-bar.cjs +51 -0
  637. package/dist/team-switcher-navigation-bar.d.ts +10 -0
  638. package/dist/team-switcher-navigation-bar.d.ts.map +1 -0
  639. package/dist/team-switcher-navigation-bar.js +29 -0
  640. package/dist/technical-analysis.cjs +69 -0
  641. package/dist/technical-analysis.d.ts +13 -0
  642. package/dist/technical-analysis.d.ts.map +1 -0
  643. package/dist/technical-analysis.js +67 -0
  644. package/dist/terminal.cjs +372 -0
  645. package/dist/terminal.d.ts +21 -0
  646. package/dist/terminal.d.ts.map +1 -0
  647. package/dist/terminal.js +350 -0
  648. package/dist/textarea.d.ts +5 -6
  649. package/dist/textarea.d.ts.map +1 -0
  650. package/dist/ticker-tape.cjs +54 -0
  651. package/dist/ticker-tape.d.ts +4 -0
  652. package/dist/ticker-tape.d.ts.map +1 -0
  653. package/dist/ticker-tape.js +52 -0
  654. package/dist/ticker.cjs +66 -0
  655. package/dist/ticker.d.ts +10 -0
  656. package/dist/ticker.d.ts.map +1 -0
  657. package/dist/ticker.js +44 -0
  658. package/dist/timeline.cjs +317 -0
  659. package/dist/timeline.d.ts +20 -0
  660. package/dist/timeline.d.ts.map +1 -0
  661. package/dist/timeline.js +295 -0
  662. package/dist/toaster.d.ts +4 -5
  663. package/dist/toaster.d.ts.map +1 -0
  664. package/dist/toggle.cjs +62 -0
  665. package/dist/toggle.d.ts +26 -0
  666. package/dist/toggle.d.ts.map +1 -0
  667. package/dist/toggle.js +57 -0
  668. package/dist/tooltip.d.ts +3 -5
  669. package/dist/tooltip.d.ts.map +1 -0
  670. package/dist/trading-panel.cjs +212 -0
  671. package/dist/trading-panel.d.ts +7 -0
  672. package/dist/trading-panel.d.ts.map +1 -0
  673. package/dist/trading-panel.js +207 -0
  674. package/dist/two-tier-navigation-bar.cjs +51 -0
  675. package/dist/two-tier-navigation-bar.d.ts +10 -0
  676. package/dist/two-tier-navigation-bar.d.ts.map +1 -0
  677. package/dist/two-tier-navigation-bar.js +29 -0
  678. package/dist/underline-navigation-bar.cjs +51 -0
  679. package/dist/underline-navigation-bar.d.ts +10 -0
  680. package/dist/underline-navigation-bar.d.ts.map +1 -0
  681. package/dist/underline-navigation-bar.js +29 -0
  682. package/dist/use-narrow.d.ts +6 -7
  683. package/dist/use-narrow.d.ts.map +1 -0
  684. package/dist/utils/cn.d.ts +2 -0
  685. package/dist/utils/cn.d.ts.map +1 -0
  686. package/dist/utils.cjs +6 -7
  687. package/dist/utils.d.ts +13 -5
  688. package/dist/utils.d.ts.map +1 -0
  689. package/dist/utils.js +1 -9
  690. package/dist/vite.d.ts +3 -3
  691. package/dist/vite.d.ts.map +1 -0
  692. package/dist/white-label.d.ts +12 -12
  693. package/dist/white-label.d.ts.map +1 -0
  694. package/dist/youtube-pip-player.cjs +489 -0
  695. package/dist/youtube-pip-player.d.ts +41 -0
  696. package/dist/youtube-pip-player.d.ts.map +1 -0
  697. package/dist/youtube-pip-player.js +466 -0
  698. package/package.json +769 -66
  699. package/src/3d-button.tsx +346 -0
  700. package/src/3d-card.tsx +271 -0
  701. package/src/3d-carousel.tsx +444 -0
  702. package/src/3d-grid.tsx +448 -0
  703. package/src/3d-marquee.tsx +422 -0
  704. package/src/3d-model-viewer.tsx +659 -0
  705. package/src/3d-pin.tsx +37 -0
  706. package/src/3d-scene.tsx +629 -0
  707. package/src/3d-text.tsx +442 -0
  708. package/src/advanced-chart.tsx +63 -0
  709. package/src/advanced-navigation-bar.tsx +83 -0
  710. package/src/ai-actions.tsx +60 -0
  711. package/src/ai-agents.tsx +1174 -0
  712. package/src/ai-assistant.tsx +227 -0
  713. package/src/ai-chat.tsx +554 -0
  714. package/src/ai-code.tsx +1331 -0
  715. package/src/ai-model-selector-navigation-bar.tsx +78 -0
  716. package/src/ai-models.tsx +58 -0
  717. package/src/ai-playground.tsx +429 -0
  718. package/src/ai-tools.tsx +383 -0
  719. package/src/ai-vision.tsx +1220 -0
  720. package/src/ai-voice-settings.tsx +726 -0
  721. package/src/ai-voice.tsx +735 -0
  722. package/src/android.tsx +92 -0
  723. package/src/animated-background.tsx +625 -0
  724. package/src/animated-beam.tsx +110 -0
  725. package/src/animated-cursor.tsx +406 -0
  726. package/src/animated-icon.tsx +520 -0
  727. package/src/animated-list.tsx +508 -0
  728. package/src/animated-number.tsx +485 -0
  729. package/src/animated-testimonials.tsx +119 -0
  730. package/src/animated-text.tsx +481 -0
  731. package/src/animated-tooltip.tsx +54 -0
  732. package/src/announcement.tsx +55 -0
  733. package/src/app-switcher-navigation-bar.tsx +76 -0
  734. package/src/apple-cards-carousel.tsx +349 -0
  735. package/src/apple-hello-effect.tsx +50 -0
  736. package/src/auth.tsx +9 -8
  737. package/src/avatar.tsx +1 -1
  738. package/src/badge.tsx +27 -30
  739. package/src/banner.tsx +62 -0
  740. package/src/breadcrumb-and-filters-navigation-bar.tsx +40 -0
  741. package/src/breadcrumb-navigation-bar.tsx +43 -0
  742. package/src/button.tsx +10 -9
  743. package/src/calendar.tsx +62 -0
  744. package/src/centered-logo-navigation-bar.tsx +43 -0
  745. package/src/chart.tsx +372 -0
  746. package/src/choicebox.tsx +89 -0
  747. package/src/chrome.tsx +41 -40
  748. package/src/code-block.tsx +278 -0
  749. package/src/code-compare.tsx +551 -0
  750. package/src/code-diff.tsx +573 -0
  751. package/src/code-editor.tsx +250 -0
  752. package/src/code-explorer.tsx +403 -0
  753. package/src/code-preview.tsx +488 -0
  754. package/src/code-snippet.tsx +336 -0
  755. package/src/code-tabs.tsx +78 -0
  756. package/src/code-terminal.tsx +530 -0
  757. package/src/collaboration-navigation-bar.tsx +50 -0
  758. package/src/collapsible.tsx +3 -2
  759. package/src/color-picker.tsx +68 -0
  760. package/src/combobox.tsx +87 -0
  761. package/src/communication-navigation-bar.tsx +42 -0
  762. package/src/company-profile.tsx +67 -0
  763. package/src/comparison.tsx +68 -0
  764. package/src/context-switcher-navigation-bar.tsx +39 -0
  765. package/src/credit-card.tsx +72 -0
  766. package/src/crypto-screener.tsx +57 -0
  767. package/src/cursor.tsx +61 -0
  768. package/src/dashboard-navigation-bar.tsx +49 -0
  769. package/src/dialog-stack.tsx +55 -0
  770. package/src/dialog.tsx +16 -15
  771. package/src/direction.tsx +40 -0
  772. package/src/dock.tsx +172 -0
  773. package/src/dropzone.tsx +106 -0
  774. package/src/e-commerce-navigation-bar.tsx +54 -0
  775. package/src/editor.tsx +85 -0
  776. package/src/empty.tsx +117 -0
  777. package/src/field.tsx +2 -1
  778. package/src/financials.tsx +85 -0
  779. package/src/forex-screener.tsx +58 -0
  780. package/src/gantt.tsx +68 -0
  781. package/src/grid-pattern.tsx +353 -0
  782. package/src/hooks/use-mobile.ts +29 -0
  783. package/src/icon-navigation-bar.tsx +36 -0
  784. package/src/image-crop.tsx +67 -0
  785. package/src/image-zoom.tsx +64 -0
  786. package/src/image.tsx +2 -1
  787. package/src/index.ts +123 -0
  788. package/src/input-otp.tsx +72 -0
  789. package/src/iphone-15-pro.tsx +69 -0
  790. package/src/item.tsx +193 -0
  791. package/src/kanban.tsx +772 -0
  792. package/src/kbd.tsx +32 -0
  793. package/src/limelight-nav-navigation-bar.tsx +39 -0
  794. package/src/limelight-nav.tsx +101 -0
  795. package/src/link.tsx +18 -18
  796. package/src/list.tsx +22 -0
  797. package/src/magnetic.tsx +54 -0
  798. package/src/market-overview.tsx +116 -0
  799. package/src/marquee.tsx +62 -0
  800. package/src/menu-dock.tsx +56 -0
  801. package/src/menubar.tsx +149 -0
  802. package/src/message-dock.tsx +89 -0
  803. package/src/mini-calendar.tsx +121 -0
  804. package/src/minimal-tiptap.tsx +32 -0
  805. package/src/motion-highlight.tsx +55 -0
  806. package/src/music-player.tsx +413 -0
  807. package/src/native-select.tsx +63 -0
  808. package/src/news-timeline.tsx +56 -0
  809. package/src/order-entry.tsx +162 -0
  810. package/src/orders-history.tsx +115 -0
  811. package/src/pagination.tsx +118 -0
  812. package/src/particles-background.tsx +225 -0
  813. package/src/pill.tsx +61 -0
  814. package/src/pin-input.tsx +1 -1
  815. package/src/pixel-image.tsx +64 -0
  816. package/src/popover.tsx +10 -9
  817. package/src/positions-list.tsx +108 -0
  818. package/src/progress-circle.tsx +2 -1
  819. package/src/pulse-animation.tsx +606 -0
  820. package/src/qr-code.tsx +64 -0
  821. package/src/relative-time.tsx +84 -0
  822. package/src/resizable.tsx +46 -0
  823. package/src/reveal-animation.tsx +532 -0
  824. package/src/safari.tsx +115 -0
  825. package/src/sandbox.tsx +83 -0
  826. package/src/search-and-toggle-navigation-bar.tsx +39 -0
  827. package/src/select.tsx +31 -30
  828. package/src/sidebar.tsx +723 -0
  829. package/src/simple-navigation-bar.tsx +39 -0
  830. package/src/skeleton.tsx +20 -168
  831. package/src/slider.tsx +2 -1
  832. package/src/status-dashboard-navigation-bar.tsx +39 -0
  833. package/src/status.tsx +63 -0
  834. package/src/stock-screener.tsx +58 -0
  835. package/src/switch.tsx +3 -3
  836. package/src/symbol-info.tsx +64 -0
  837. package/src/table.tsx +26 -25
  838. package/src/tags.tsx +62 -0
  839. package/src/team-switcher-navigation-bar.tsx +39 -0
  840. package/src/technical-analysis.tsx +99 -0
  841. package/src/terminal.tsx +399 -0
  842. package/src/ticker-tape.tsx +68 -0
  843. package/src/ticker.tsx +52 -0
  844. package/src/timeline.tsx +412 -0
  845. package/src/toggle.tsx +84 -0
  846. package/src/trading-panel.tsx +262 -0
  847. package/src/two-tier-navigation-bar.tsx +39 -0
  848. package/src/underline-navigation-bar.tsx +39 -0
  849. package/src/utils/cn.ts +3 -7
  850. package/src/utils.ts +12 -6
  851. package/src/youtube-pip-player.tsx +606 -0
  852. package/tokens.css +22 -0
  853. package/dist/accordion.d.cts +0 -41
  854. package/dist/alert.d.cts +0 -30
  855. package/dist/auth.d.cts +0 -80
  856. package/dist/avatar.d.cts +0 -25
  857. package/dist/badge.d.cts +0 -19
  858. package/dist/bank.d.cts +0 -83
  859. package/dist/button.d.cts +0 -51
  860. package/dist/checkbox.d.cts +0 -32
  861. package/dist/chrome.d.cts +0 -93
  862. package/dist/close-button.d.cts +0 -9
  863. package/dist/collapsible.d.cts +0 -24
  864. package/dist/color-mode.d.cts +0 -25
  865. package/dist/dialog.d.cts +0 -118
  866. package/dist/drawer.d.cts +0 -69
  867. package/dist/empty-state.d.cts +0 -13
  868. package/dist/expiration-selector.d.cts +0 -16
  869. package/dist/field.d.cts +0 -23
  870. package/dist/greeks-display.d.cts +0 -14
  871. package/dist/gui.d.cts +0 -2
  872. package/dist/heading.d.cts +0 -8
  873. package/dist/iam.d.cts +0 -65
  874. package/dist/icon-button.d.cts +0 -37
  875. package/dist/icons.d.cts +0 -1
  876. package/dist/identity.d.cts +0 -64
  877. package/dist/image.d.cts +0 -57
  878. package/dist/index.d.cts +0 -60
  879. package/dist/input-group.d.cts +0 -17
  880. package/dist/input.d.cts +0 -37
  881. package/dist/link.d.cts +0 -37
  882. package/dist/lux.config.d.cts +0 -981
  883. package/dist/menu.d.cts +0 -68
  884. package/dist/next.d.cts +0 -32
  885. package/dist/option-chain.d.cts +0 -37
  886. package/dist/option-position.d.cts +0 -29
  887. package/dist/pin-input.d.cts +0 -25
  888. package/dist/pnl-diagram.d.cts +0 -11
  889. package/dist/popover.d.cts +0 -73
  890. package/dist/progress-circle.d.cts +0 -47
  891. package/dist/progress.d.cts +0 -28
  892. package/dist/provider.d.cts +0 -25
  893. package/dist/radio.d.cts +0 -53
  894. package/dist/rating.d.cts +0 -14
  895. package/dist/select.d.cts +0 -161
  896. package/dist/separator.d.cts +0 -13
  897. package/dist/skeleton.d.cts +0 -76
  898. package/dist/slider.d.cts +0 -24
  899. package/dist/strategy-builder.d.cts +0 -26
  900. package/dist/switch.d.cts +0 -27
  901. package/dist/table.d.cts +0 -107
  902. package/dist/tabs.d.cts +0 -34
  903. package/dist/tag.d.cts +0 -21
  904. package/dist/textarea.d.cts +0 -13
  905. package/dist/toaster.d.cts +0 -28
  906. package/dist/tooltip.d.cts +0 -38
  907. package/dist/use-narrow.d.cts +0 -12
  908. package/dist/utils.d.cts +0 -5
  909. package/dist/vite.d.cts +0 -29
  910. package/dist/white-label.d.cts +0 -59
@@ -0,0 +1,1740 @@
1
+ "use client";
2
+ import * as React3 from 'react';
3
+ import React3__default, { Children, createElement, useState, useRef, useEffect, useCallback } from 'react';
4
+ import { CircleStop, Play, Bot, Zap, Palette, Brain, Code, Search, Activity, Network, Plus, MessageSquare, Edit, Trash2, Clock, AlertCircle, CheckCircle } from 'lucide-react';
5
+ import { Box, sx, cn, Tabs, TabsList, TabsTrigger, css, TabsContent, Card, CardHeader, CardTitle, CardDescription, CardContent, ScrollArea, Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, Label, Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '@hanzo/ui';
6
+ import { TooltipGroup, Tooltip as Tooltip$1, Text, XStack, styled, View, Input as Input$1, Progress as Progress$1, Separator as Separator$1, TextArea } from '@hanzo/gui';
7
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
8
+ import { useClickAway } from '@uidotdev/usehooks';
9
+
10
+ var SKELETON_CLASSES = "lux-skeleton rounded-sm";
11
+ var Skeleton = React3.forwardRef(
12
+ function Skeleton2(props, ref) {
13
+ const { loading = true, asChild, className, children, style, ...rest } = props;
14
+ if (!loading) {
15
+ if (asChild && React3.isValidElement(children)) return children;
16
+ return /* @__PURE__ */ jsx(Box, { ref, className, style, ...rest, children });
17
+ }
18
+ return /* @__PURE__ */ jsx(
19
+ "div",
20
+ {
21
+ ref,
22
+ "data-loading": true,
23
+ ...sx(
24
+ SKELETON_CLASSES,
25
+ asChild || children ? "[&_*]:invisible" : "min-h-5",
26
+ className
27
+ ),
28
+ style,
29
+ ...rest,
30
+ children
31
+ }
32
+ );
33
+ }
34
+ );
35
+ React3.forwardRef(
36
+ function SkeletonCircle2(props, ref) {
37
+ const { size = 40, loading = true, className, ...rest } = props;
38
+ const dimension = typeof size === "number" ? `${size}px` : size;
39
+ return /* @__PURE__ */ jsx(
40
+ Skeleton,
41
+ {
42
+ ref,
43
+ loading,
44
+ ...sx("rounded-full shrink-0", className),
45
+ style: { width: dimension, height: dimension, ...rest.style },
46
+ ...rest
47
+ }
48
+ );
49
+ }
50
+ );
51
+ React3.forwardRef(
52
+ function SkeletonText2(props, ref) {
53
+ const { noOfLines = 3, loading = true, className, ...rest } = props;
54
+ return /* @__PURE__ */ jsx(Box, { ref, className: cn("flex w-full flex-col gap-2", className), ...rest, children: Array.from({ length: noOfLines }).map((_, index) => /* @__PURE__ */ jsx(
55
+ Skeleton,
56
+ {
57
+ loading,
58
+ ...sx(cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
59
+ },
60
+ index
61
+ )) });
62
+ }
63
+ );
64
+ var ink = (children, Wrap = Text, props = {}) => {
65
+ let hasText = false;
66
+ Children.forEach(children, (child) => {
67
+ if (typeof child === "string" || typeof child === "number") hasText = true;
68
+ });
69
+ if (!hasText) return children;
70
+ return Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? createElement(Wrap, props, child) : child);
71
+ };
72
+ var TOUCH_PX = 1024;
73
+ function useBelow(px) {
74
+ const [below, setBelow] = React3.useState(false);
75
+ React3.useEffect(() => {
76
+ const mql = window.matchMedia(`(max-width: ${px - 1}px)`);
77
+ const apply = () => setBelow(mql.matches);
78
+ apply();
79
+ mql.addEventListener("change", apply);
80
+ return () => mql.removeEventListener("change", apply);
81
+ }, [px]);
82
+ return below;
83
+ }
84
+ var useIsTouch = () => useBelow(TOUCH_PX);
85
+ function mapPlacement(p) {
86
+ if (!p) return void 0;
87
+ return p;
88
+ }
89
+ var Tooltip = React3.forwardRef(
90
+ function Tooltip2(props, ref) {
91
+ const {
92
+ showArrow: showArrowProp,
93
+ onOpenChange,
94
+ variant,
95
+ selected,
96
+ children,
97
+ disabled,
98
+ disableOnMobile,
99
+ content,
100
+ contentProps,
101
+ defaultOpen = false,
102
+ triggerProps,
103
+ closeDelay = 100,
104
+ openDelay = 100,
105
+ interactive,
106
+ positioning
107
+ } = props;
108
+ const [open, setOpen] = React3.useState(defaultOpen);
109
+ const timeoutRef = React3.useRef(null);
110
+ const isMobile = useIsTouch();
111
+ const handleOpenChange = React3.useCallback((nextOpen) => {
112
+ setOpen(nextOpen);
113
+ onOpenChange?.({ open: nextOpen });
114
+ }, [onOpenChange]);
115
+ const handleOpenChangeManual = React3.useCallback((nextOpen) => {
116
+ timeoutRef.current && window.clearTimeout(timeoutRef.current);
117
+ timeoutRef.current = window.setTimeout(() => {
118
+ setOpen(nextOpen);
119
+ onOpenChange?.({ open: nextOpen });
120
+ }, nextOpen ? openDelay : closeDelay);
121
+ }, [closeDelay, openDelay, onOpenChange]);
122
+ const handleClickAway = React3.useCallback(() => {
123
+ if (open) handleOpenChangeManual(false);
124
+ }, [open, handleOpenChangeManual]);
125
+ const triggerRef = useClickAway(handleClickAway);
126
+ const handleTriggerClick = React3.useCallback(() => {
127
+ handleOpenChangeManual(!open);
128
+ }, [handleOpenChangeManual, open]);
129
+ const handleContentClick = React3.useCallback((event) => {
130
+ event.stopPropagation();
131
+ if (interactive) {
132
+ const closestLink = event.target?.closest("a");
133
+ if (closestLink) {
134
+ handleOpenChangeManual(false);
135
+ }
136
+ }
137
+ }, [interactive, handleOpenChangeManual]);
138
+ React3.useEffect(() => {
139
+ return () => {
140
+ if (timeoutRef.current) {
141
+ clearTimeout(timeoutRef.current);
142
+ }
143
+ };
144
+ }, []);
145
+ if (disabled || disableOnMobile && isMobile) return children;
146
+ const defaultShowArrow = variant === "popover" ? false : true;
147
+ const showArrow = showArrowProp !== void 0 ? showArrowProp : defaultShowArrow;
148
+ const isPopover = variant === "popover";
149
+ const placement = mapPlacement(positioning?.placement) ?? "top";
150
+ const offset = positioning?.offset?.mainAxis ?? 4;
151
+ return /* @__PURE__ */ jsx(TooltipGroup, { delay: openDelay, children: /* @__PURE__ */ jsxs(
152
+ Tooltip$1,
153
+ {
154
+ open,
155
+ onOpenChange: handleOpenChange,
156
+ delay: { open: openDelay, close: closeDelay },
157
+ placement,
158
+ offset,
159
+ unstyled: true,
160
+ children: [
161
+ /* @__PURE__ */ jsx(
162
+ Tooltip$1.Trigger,
163
+ {
164
+ ref: triggerRef,
165
+ asChild: true,
166
+ ...isMobile ? { onClick: handleTriggerClick } : {},
167
+ ...triggerProps,
168
+ children
169
+ }
170
+ ),
171
+ /* @__PURE__ */ jsxs(
172
+ Tooltip$1.Content,
173
+ {
174
+ ref,
175
+ unstyled: true,
176
+ zIndex: 9999,
177
+ overflow: "hidden",
178
+ borderRadius: 8,
179
+ paddingHorizontal: 12,
180
+ paddingVertical: 8,
181
+ maxWidth: isPopover ? 384 : 320,
182
+ backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)",
183
+ transition: "quick",
184
+ enterStyle: { opacity: 0, scale: 0.95 },
185
+ exitStyle: { opacity: 0, scale: 0.95 },
186
+ ...isPopover ? {
187
+ borderWidth: 1,
188
+ borderColor: "var(--color-border-divider)",
189
+ shadowColor: "var(--shadow-popover)"
190
+ } : {},
191
+ onClick: interactive ? handleContentClick : void 0,
192
+ ...selected ? { "data-selected": true } : {},
193
+ ...contentProps,
194
+ children: [
195
+ showArrow && /* @__PURE__ */ jsx(
196
+ Tooltip$1.Arrow,
197
+ {
198
+ unstyled: true,
199
+ backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)"
200
+ }
201
+ ),
202
+ ink(content, void 0, {
203
+ fontSize: 14,
204
+ color: isPopover ? "var(--color-text-primary)" : "var(--color-tooltip-fg)"
205
+ })
206
+ ]
207
+ }
208
+ )
209
+ ]
210
+ }
211
+ ) });
212
+ }
213
+ );
214
+ function TruncatedTextTooltip({ label, children }) {
215
+ return /* @__PURE__ */ jsx(Tooltip, { content: label, positioning: { placement: "top" }, children });
216
+ }
217
+ var SIZE = {
218
+ sm: { padding: 4, height: 18, minHeight: 18 },
219
+ md: { paddingHorizontal: 4, paddingVertical: 2, minHeight: 24 },
220
+ lg: { paddingHorizontal: 8, paddingVertical: 4, minHeight: 28 }
221
+ };
222
+ var SIZE_TEXT = {
223
+ sm: { fontSize: 12, fontWeight: "500" },
224
+ md: { fontSize: 14, fontWeight: "500" },
225
+ lg: { fontSize: 14, fontWeight: "600" }
226
+ };
227
+ var COLOR_PALETTE = {
228
+ gray: { bg: "var(--color-badge-gray-bg)", fg: "var(--color-badge-gray-fg)" },
229
+ green: { bg: "var(--color-badge-green-bg)", fg: "var(--color-badge-green-fg)" },
230
+ red: { bg: "var(--color-badge-red-bg)", fg: "var(--color-badge-red-fg)" },
231
+ purple: { bg: "var(--color-badge-purple-bg)", fg: "var(--color-badge-purple-fg)" },
232
+ orange: { bg: "var(--color-badge-orange-bg)", fg: "var(--color-badge-orange-fg)" },
233
+ blue: { bg: "var(--color-badge-blue-bg)", fg: "var(--color-badge-blue-fg)" },
234
+ yellow: { bg: "var(--color-badge-yellow-bg)", fg: "var(--color-badge-yellow-fg)" },
235
+ teal: { bg: "var(--color-badge-teal-bg)", fg: "var(--color-badge-teal-fg)" },
236
+ cyan: { bg: "var(--color-badge-cyan-bg)", fg: "var(--color-badge-cyan-fg)" },
237
+ pink: { bg: "var(--color-badge-pink-bg)", fg: "var(--color-badge-pink-fg)" },
238
+ purple_alt: { bg: "var(--color-badge-purple-alt-bg)", fg: "var(--color-badge-purple-alt-fg)" },
239
+ blue_alt: { bg: "var(--color-badge-blue-alt-bg)", fg: "var(--color-badge-blue-alt-fg)" },
240
+ bright_gray: { bg: "var(--color-badge-bright-gray-bg)", fg: "var(--color-badge-bright-gray-fg)" },
241
+ bright_green: { bg: "var(--color-badge-bright-green-bg)", fg: "var(--color-badge-bright-green-fg)" },
242
+ bright_red: { bg: "var(--color-badge-bright-red-bg)", fg: "var(--color-badge-bright-red-fg)" },
243
+ bright_blue: { bg: "var(--color-badge-bright-blue-bg)", fg: "var(--color-badge-bright-blue-fg)" },
244
+ bright_yellow: { bg: "var(--color-badge-bright-yellow-bg)", fg: "var(--color-badge-bright-yellow-fg)" },
245
+ bright_teal: { bg: "var(--color-badge-bright-teal-bg)", fg: "var(--color-badge-bright-teal-fg)" },
246
+ bright_cyan: { bg: "var(--color-badge-bright-cyan-bg)", fg: "var(--color-badge-bright-cyan-fg)" },
247
+ bright_orange: { bg: "var(--color-badge-bright-orange-bg)", fg: "var(--color-badge-bright-orange-fg)" },
248
+ bright_purple: { bg: "var(--color-badge-bright-purple-bg)", fg: "var(--color-badge-bright-purple-fg)" },
249
+ bright_pink: { bg: "var(--color-badge-bright-pink-bg)", fg: "var(--color-badge-bright-pink-fg)" }
250
+ };
251
+ var TONE = {
252
+ subtle: (p) => ({ backgroundColor: p.bg, color: p.fg, borderWidth: 0 }),
253
+ solid: (p) => ({ backgroundColor: p.fg, color: p.bg, borderWidth: 0 }),
254
+ outline: (p) => ({
255
+ backgroundColor: "transparent",
256
+ color: p.fg,
257
+ borderWidth: 1,
258
+ borderColor: p.fg
259
+ })
260
+ };
261
+ var Badge = React3__default.forwardRef(
262
+ function Badge2(props, ref) {
263
+ const {
264
+ loading,
265
+ startElement,
266
+ children,
267
+ truncated = false,
268
+ endElement,
269
+ variant = "subtle",
270
+ size = "md",
271
+ colorPalette = "gray",
272
+ className,
273
+ style: badgeStyle,
274
+ ...rest
275
+ } = props;
276
+ const palette = COLOR_PALETTE[colorPalette];
277
+ const tone = TONE[variant](palette);
278
+ const child = children ? (
279
+ // `ellipsis` is gui Text's own built-in variant for single-line
280
+ // truncation — it expands to the same overflow/text-overflow/
281
+ // white-space/max-width rule Tailwind's `text-ellipsis` did, but
282
+ // through the component's own variants (guaranteed to compile),
283
+ // rather than naming each longhand as a separate style prop.
284
+ /* @__PURE__ */ jsx(Text, { ellipsis: true, ...SIZE_TEXT[size], color: tone.color, children })
285
+ ) : null;
286
+ const childrenElement = truncated ? /* @__PURE__ */ jsx(TruncatedTextTooltip, { label: children, children: child }) : child;
287
+ const badgeElement = /* @__PURE__ */ jsxs(
288
+ XStack,
289
+ {
290
+ ref,
291
+ render: /* @__PURE__ */ jsx("span", {}),
292
+ display: "inline-flex",
293
+ alignItems: "center",
294
+ alignSelf: "flex-start",
295
+ borderRadius: 2,
296
+ gap: 4,
297
+ maxWidth: "100%",
298
+ userSelect: "text",
299
+ ...SIZE[size],
300
+ ...tone,
301
+ className,
302
+ style: badgeStyle,
303
+ ...rest,
304
+ children: [
305
+ startElement,
306
+ childrenElement,
307
+ endElement
308
+ ]
309
+ }
310
+ );
311
+ if (loading) {
312
+ return /* @__PURE__ */ jsx(Skeleton, { loading, asChild: true, children: badgeElement });
313
+ }
314
+ return badgeElement;
315
+ }
316
+ );
317
+ var SpinnerFrame = styled(View, {
318
+ name: "ButtonSpinner",
319
+ render: /* @__PURE__ */ jsx("span", {}),
320
+ width: 16,
321
+ height: 16,
322
+ borderRadius: 1e3,
323
+ borderWidth: 2,
324
+ borderColor: "currentColor",
325
+ borderBottomColor: "transparent",
326
+ borderLeftColor: "transparent"
327
+ });
328
+ function Spinner({ className }) {
329
+ return /* @__PURE__ */ jsx(
330
+ SpinnerFrame,
331
+ {
332
+ role: "status",
333
+ "aria-label": "Loading",
334
+ className: [
335
+ "animate-spin",
336
+ className
337
+ ].filter(Boolean).join(" ")
338
+ }
339
+ );
340
+ }
341
+ var ButtonFrame = styled(View, {
342
+ name: "LuxButton",
343
+ render: /* @__PURE__ */ jsx("button", { type: "button" }),
344
+ role: "button",
345
+ tabIndex: 0,
346
+ cursor: "pointer",
347
+ userSelect: "none",
348
+ display: "inline-flex",
349
+ alignItems: "center",
350
+ justifyContent: "center",
351
+ gap: 0,
352
+ overflow: "hidden",
353
+ borderRadius: 6,
354
+ // Whitespace nowrap via className since hanzogui doesn't have a direct token
355
+ // Transition via className
356
+ variants: {
357
+ size: {
358
+ "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
359
+ xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
360
+ sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
361
+ md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
362
+ },
363
+ disabled: {
364
+ true: {
365
+ opacity: 0.2,
366
+ cursor: "not-allowed",
367
+ pointerEvents: "none"
368
+ }
369
+ }
370
+ },
371
+ defaultVariants: {
372
+ size: "md"
373
+ }
374
+ });
375
+ var VARIANT_CLASSES = {
376
+ solid: [
377
+ "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
378
+ "hover:bg-[var(--color-hover)]",
379
+ "data-[expanded]:bg-[var(--color-hover)]"
380
+ ].join(" "),
381
+ solid_danger: [
382
+ "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
383
+ "hover:bg-[var(--color-button-danger-bg-hover)]",
384
+ "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
385
+ ].join(" "),
386
+ outline: [
387
+ "border-2 border-solid bg-transparent",
388
+ "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
389
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
390
+ ].join(" "),
391
+ outline_danger: [
392
+ "border-2 border-solid bg-transparent",
393
+ "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
394
+ "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
395
+ ].join(" "),
396
+ dropdown: [
397
+ "border-2 border-solid bg-transparent",
398
+ "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
399
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
400
+ "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
401
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
402
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
403
+ "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
404
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
405
+ ].join(" "),
406
+ header: [
407
+ "bg-transparent border-2 border-solid",
408
+ "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
409
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
410
+ "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
411
+ "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
412
+ "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
413
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
414
+ "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
415
+ "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
416
+ "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
417
+ "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
418
+ "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
419
+ "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
420
+ ].join(" "),
421
+ hero: [
422
+ "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
423
+ "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
424
+ "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
425
+ "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
426
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
427
+ ].join(" "),
428
+ segmented: [
429
+ "bg-transparent border-2 border-solid rounded-none",
430
+ "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
431
+ "hover:text-[var(--color-hover)]",
432
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
433
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
434
+ "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
435
+ "data-[selected]+*:border-l-0",
436
+ "first:rounded-l-md last:rounded-r-md"
437
+ ].join(" "),
438
+ plain: "bg-transparent text-inherit border-none hover:bg-transparent",
439
+ subtle: [
440
+ "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
441
+ "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
442
+ "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
443
+ ].join(" "),
444
+ link: [
445
+ "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
446
+ "px-0 h-auto",
447
+ "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
448
+ "disabled:text-[var(--color-text-secondary)]"
449
+ ].join(" "),
450
+ icon_secondary: [
451
+ "bg-transparent text-[var(--color-icon-secondary)] border-none",
452
+ "hover:text-[var(--color-hover)]",
453
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
454
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
455
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
456
+ "data-[expanded]:text-[var(--color-hover)]"
457
+ ].join(" "),
458
+ icon_background: [
459
+ "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
460
+ "hover:text-[var(--color-hover)]",
461
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
462
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
463
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
464
+ "data-[expanded]:text-[var(--color-hover)]"
465
+ ].join(" "),
466
+ pagination: [
467
+ "border-2 border-solid bg-transparent",
468
+ "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
469
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
470
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
471
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
472
+ "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
473
+ ].join(" ")
474
+ };
475
+ var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
476
+ var SP = 4;
477
+ function buildShimStyle(props) {
478
+ const s = { ...props.style };
479
+ if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
480
+ if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
481
+ if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
482
+ if (props.px !== void 0) {
483
+ const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
484
+ s.paddingLeft = v;
485
+ s.paddingRight = v;
486
+ }
487
+ if (props.py !== void 0) {
488
+ const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
489
+ s.paddingTop = v;
490
+ s.paddingBottom = v;
491
+ }
492
+ if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
493
+ if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
494
+ if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
495
+ if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
496
+ if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
497
+ if (props.gridRow) s.gridRow = props.gridRow;
498
+ if (props.justifySelf) s.justifySelf = props.justifySelf;
499
+ if (props.alignSelf) s.alignSelf = props.alignSelf;
500
+ if (props.h) s.height = props.h;
501
+ if (props.w) s.width = props.w;
502
+ if (props.display) s.display = props.display;
503
+ if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
504
+ if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
505
+ return Object.keys(s).length > 0 ? s : void 0;
506
+ }
507
+ var Button = React3.forwardRef(
508
+ function Button2(props, ref) {
509
+ const {
510
+ className,
511
+ variant = "solid",
512
+ size = "md",
513
+ asChild = false,
514
+ loading = false,
515
+ loadingText,
516
+ loadingSkeleton = false,
517
+ expanded,
518
+ selected,
519
+ highlighted,
520
+ disabled,
521
+ children,
522
+ style: styleProp,
523
+ // Strip Chakra style props
524
+ mt,
525
+ ml,
526
+ mr,
527
+ px,
528
+ py,
529
+ fontWeight,
530
+ gap,
531
+ flexShrink,
532
+ columnGap,
533
+ gridColumn,
534
+ gridRow,
535
+ justifySelf,
536
+ alignSelf,
537
+ textStyle: _textStyle,
538
+ h,
539
+ w,
540
+ display,
541
+ borderBottomRightRadius,
542
+ borderTopRightRadius,
543
+ ...rest
544
+ } = props;
545
+ const mergedStyle = buildShimStyle({
546
+ style: styleProp,
547
+ mt,
548
+ ml,
549
+ mr,
550
+ px,
551
+ py,
552
+ fontWeight,
553
+ gap,
554
+ flexShrink,
555
+ columnGap,
556
+ gridColumn,
557
+ gridRow,
558
+ justifySelf,
559
+ alignSelf,
560
+ h,
561
+ w,
562
+ display,
563
+ borderBottomRightRadius,
564
+ borderTopRightRadius
565
+ });
566
+ const dataAttrs = {};
567
+ if (expanded) dataAttrs["data-expanded"] = true;
568
+ if (selected) dataAttrs["data-selected"] = true;
569
+ if (highlighted) dataAttrs["data-highlighted"] = true;
570
+ if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
571
+ const isDisabled = !loadingSkeleton && (loading || disabled);
572
+ const inner = loading ? /* @__PURE__ */ jsxs(Fragment, { children: [
573
+ /* @__PURE__ */ jsx(Spinner, {}),
574
+ loadingText != null && /* @__PURE__ */ jsx("span", { style: { marginLeft: 8 }, children: loadingText })
575
+ ] }) : children;
576
+ const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
577
+ const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
578
+ const button = /* @__PURE__ */ jsx(
579
+ ButtonFrame,
580
+ {
581
+ ref,
582
+ size,
583
+ disabled: isDisabled || void 0,
584
+ asChild: asChild || void 0,
585
+ className: combinedClassName,
586
+ style: mergedStyle,
587
+ ...dataAttrs,
588
+ ...rest,
589
+ children: inner
590
+ }
591
+ );
592
+ if (loadingSkeleton) {
593
+ return /* @__PURE__ */ jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
594
+ }
595
+ return button;
596
+ }
597
+ );
598
+ React3.forwardRef(
599
+ function ButtonGroup2(props, ref) {
600
+ const { className, ...rest } = props;
601
+ return /* @__PURE__ */ jsx(
602
+ Box,
603
+ {
604
+ ref,
605
+ className: ["inline-flex", className].filter(Boolean).join(" "),
606
+ role: "group",
607
+ ...rest
608
+ }
609
+ );
610
+ }
611
+ );
612
+ React3.forwardRef(
613
+ function ButtonGroupRadio2(props, ref) {
614
+ const {
615
+ children,
616
+ onChange,
617
+ variant = "segmented",
618
+ defaultValue,
619
+ loading = false,
620
+ equalWidth = false,
621
+ className,
622
+ ...rest
623
+ } = props;
624
+ const firstChildValue = React3.useMemo(() => {
625
+ const firstChild = Array.isArray(children) ? children[0] : void 0;
626
+ return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
627
+ }, [children]);
628
+ const [value, setValue] = React3.useState(defaultValue ?? firstChildValue);
629
+ const handleItemClick = React3.useCallback((event) => {
630
+ const v = event.currentTarget.value;
631
+ setValue(v);
632
+ onChange?.(v);
633
+ }, [onChange]);
634
+ const clonedChildren = React3.Children.map(children, (child) => {
635
+ return React3.cloneElement(child, {
636
+ onClick: handleItemClick,
637
+ selected: value === child.props.value,
638
+ variant
639
+ });
640
+ });
641
+ const childrenLength = React3.Children.count(children);
642
+ return /* @__PURE__ */ jsx(Skeleton, { loading, children: /* @__PURE__ */ jsx(
643
+ Box,
644
+ {
645
+ ref,
646
+ className: [
647
+ "inline-flex gap-0",
648
+ equalWidth ? "grid" : "",
649
+ className
650
+ ].filter(Boolean).join(" "),
651
+ style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
652
+ role: "group",
653
+ ...rest,
654
+ children: clonedChildren
655
+ }
656
+ ) });
657
+ }
658
+ );
659
+ var SIZE2 = {
660
+ xs: { height: 24, paddingHorizontal: 8, fontSize: "$1", borderRadius: 4 },
661
+ sm: { height: 32, paddingHorizontal: 12, fontSize: "$3", borderRadius: 6 },
662
+ md: { height: 40, paddingHorizontal: 16, fontSize: "$5", borderRadius: 6 },
663
+ lg: { height: 48, paddingHorizontal: 16, fontSize: "$6", borderRadius: 8 },
664
+ "2xl": { height: 56, paddingHorizontal: 16, fontSize: "$7", borderRadius: 8 }
665
+ };
666
+ var VARIANT = {
667
+ outline: { borderWidth: 1, borderStyle: "solid" },
668
+ filled: { borderWidth: 0, backgroundColor: "var(--color-input-filled-bg)" },
669
+ unstyled: { borderWidth: 0, backgroundColor: "transparent", padding: 0, height: "auto" }
670
+ };
671
+ var CONTROL = {
672
+ width: "100%",
673
+ outlineWidth: 0,
674
+ backgroundColor: "var(--color-input-bg)",
675
+ color: "var(--color-input-fg)",
676
+ borderColor: "var(--color-input-border)",
677
+ hoverStyle: { borderColor: "var(--color-input-border-hover)" },
678
+ focusStyle: { borderColor: "var(--color-input-border-focus)" },
679
+ disabledStyle: { opacity: 0.4, cursor: "not-allowed" }
680
+ };
681
+ var Input = React3__default.forwardRef(
682
+ ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
683
+ const handleChange = React3__default.useCallback(
684
+ (event) => {
685
+ onChange?.(event);
686
+ onChangeText?.(event.target.value);
687
+ },
688
+ [onChange, onChangeText]
689
+ );
690
+ return /* @__PURE__ */ jsx(
691
+ Input$1,
692
+ {
693
+ ref,
694
+ unstyled: true,
695
+ className: className ? `lux-control ${className}` : "lux-control",
696
+ ...CONTROL,
697
+ ...SIZE2[size],
698
+ ...VARIANT[variant],
699
+ ...rest,
700
+ onChange: handleChange
701
+ }
702
+ );
703
+ }
704
+ );
705
+ Input.displayName = "Input";
706
+ var SIZE3 = {
707
+ sm: 4,
708
+ md: 8,
709
+ lg: 12,
710
+ xl: 16
711
+ };
712
+ function normalizeValue(value, min, max) {
713
+ if (value == null) return 0;
714
+ if (max <= min) return 0;
715
+ return Math.round((value - min) / (max - min) * 100);
716
+ }
717
+ var Progress = React3.forwardRef(
718
+ function Progress2(props, ref) {
719
+ const {
720
+ value,
721
+ min = 0,
722
+ max = 100,
723
+ size = "md",
724
+ color,
725
+ trackProps,
726
+ style,
727
+ w,
728
+ flex,
729
+ ...rest
730
+ } = props;
731
+ const percent = normalizeValue(value, min, max);
732
+ const trackStyle = {
733
+ ...trackProps?.style,
734
+ ...trackProps?.borderStartRadius !== void 0 && {
735
+ borderStartStartRadius: trackProps.borderStartRadius,
736
+ borderEndStartRadius: trackProps.borderStartRadius
737
+ },
738
+ ...trackProps?.borderEndRadius !== void 0 && {
739
+ borderStartEndRadius: trackProps.borderEndRadius,
740
+ borderEndEndRadius: trackProps.borderEndRadius
741
+ }
742
+ };
743
+ const rootStyle = {
744
+ position: "relative",
745
+ ...style,
746
+ ...w !== void 0 && { width: w === "full" ? "100%" : w },
747
+ ...flex !== void 0 && { flex }
748
+ };
749
+ return /* @__PURE__ */ jsx(
750
+ "div",
751
+ {
752
+ ref,
753
+ style: rootStyle,
754
+ ...rest,
755
+ children: /* @__PURE__ */ jsx(
756
+ Progress$1,
757
+ {
758
+ value: percent,
759
+ max: 100,
760
+ unstyled: true,
761
+ className: trackProps?.className,
762
+ width: "100%",
763
+ overflow: "hidden",
764
+ borderRadius: 9999,
765
+ height: SIZE3[size],
766
+ backgroundColor: "var(--color-progress-track)",
767
+ style: trackStyle,
768
+ children: /* @__PURE__ */ jsx(
769
+ Progress$1.Indicator,
770
+ {
771
+ unstyled: true,
772
+ transition: "slow",
773
+ height: "100%",
774
+ borderRadius: 9999,
775
+ backgroundColor: color ? void 0 : "var(--color-progress-indicator)",
776
+ style: {
777
+ ...color && { backgroundColor: `var(--color-${color.replace(".", "-")}, ${color})` }
778
+ }
779
+ }
780
+ )
781
+ }
782
+ )
783
+ }
784
+ );
785
+ }
786
+ );
787
+ var WEIGHT = { xs: 0.5, sm: 1, md: 2, lg: 3 };
788
+ var Separator = React3__default.forwardRef(
789
+ function Separator2({ orientation = "horizontal", variant = "solid", size = "sm", ...rest }, ref) {
790
+ const vertical = orientation === "vertical";
791
+ return /* @__PURE__ */ jsx(
792
+ Separator$1,
793
+ {
794
+ ref,
795
+ vertical,
796
+ role: "separator",
797
+ "aria-orientation": orientation,
798
+ borderWidth: 0,
799
+ borderStyle: variant,
800
+ borderColor: "var(--color-border-divider)",
801
+ ...vertical ? { borderLeftWidth: WEIGHT[size], alignSelf: "stretch", height: "auto", width: 0 } : { borderTopWidth: WEIGHT[size], width: "100%" },
802
+ ...rest
803
+ }
804
+ );
805
+ }
806
+ );
807
+ var SIZE4 = {
808
+ xs: { paddingHorizontal: 8, paddingVertical: 4, fontSize: "$1", borderRadius: 4 },
809
+ sm: { paddingHorizontal: 12, paddingVertical: 8, fontSize: "$3", borderRadius: 6 },
810
+ md: { paddingHorizontal: 16, paddingVertical: 8, fontSize: "$5", borderRadius: 6 },
811
+ lg: { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$6", borderRadius: 8 },
812
+ "2xl": { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$7", borderRadius: 8 }
813
+ };
814
+ var Textarea = React3__default.forwardRef(
815
+ ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
816
+ const handleChange = React3__default.useCallback(
817
+ (event) => {
818
+ onChange?.(event);
819
+ onChangeText?.(event.target.value);
820
+ },
821
+ [onChange, onChangeText]
822
+ );
823
+ return /* @__PURE__ */ jsx(
824
+ TextArea,
825
+ {
826
+ ref,
827
+ unstyled: true,
828
+ className: className ? `lux-control ${className}` : "lux-control",
829
+ ...CONTROL,
830
+ ...SIZE4[size],
831
+ ...VARIANT[variant],
832
+ ...rest,
833
+ onChange: handleChange
834
+ }
835
+ );
836
+ }
837
+ );
838
+ Textarea.displayName = "Textarea";
839
+ var agentTypeConfig = {
840
+ research: {
841
+ icon: Search,
842
+ color: "bg-[var(--color-link-primary)]",
843
+ capabilities: [
844
+ "web-search",
845
+ "data-analysis",
846
+ "fact-checking",
847
+ "source-validation"
848
+ ]
849
+ },
850
+ code: {
851
+ icon: Code,
852
+ color: "bg-[var(--lux-state-success)]",
853
+ capabilities: ["code-generation", "debugging", "testing", "optimization"]
854
+ },
855
+ analysis: {
856
+ icon: Brain,
857
+ color: "bg-[var(--color-link-primary)]",
858
+ capabilities: [
859
+ "data-processing",
860
+ "pattern-recognition",
861
+ "insights",
862
+ "reporting"
863
+ ]
864
+ },
865
+ creative: {
866
+ icon: Palette,
867
+ color: "bg-[var(--color-link-primary)]",
868
+ capabilities: [
869
+ "content-creation",
870
+ "design",
871
+ "brainstorming",
872
+ "storytelling"
873
+ ]
874
+ },
875
+ automation: {
876
+ icon: Zap,
877
+ color: "bg-[var(--lux-state-notice)]",
878
+ capabilities: [
879
+ "workflow-execution",
880
+ "api-integration",
881
+ "scheduling",
882
+ "monitoring"
883
+ ]
884
+ }
885
+ };
886
+ var CommunicationFlow = ({ connections, agents }) => {
887
+ const [activeFlows, setActiveFlows] = useState([]);
888
+ useEffect(() => {
889
+ const interval = setInterval(() => {
890
+ if (connections.length > 0) {
891
+ const randomConnection = connections[Math.floor(Math.random() * connections.length)];
892
+ setActiveFlows((prev) => [...prev, randomConnection.id]);
893
+ setTimeout(() => {
894
+ setActiveFlows(
895
+ (prev) => prev.filter((id) => id !== randomConnection.id)
896
+ );
897
+ }, 2e3);
898
+ }
899
+ }, 3e3);
900
+ return () => clearInterval(interval);
901
+ }, [connections]);
902
+ return /* @__PURE__ */ jsx(
903
+ "svg",
904
+ {
905
+ className: "absolute inset-0 w-full h-full pointer-events-none z-10",
906
+ style: { overflow: "visible" },
907
+ children: connections.map((connection) => {
908
+ const sourceAgent = agents.find((a) => a.id === connection.source);
909
+ const targetAgent = agents.find((a) => a.id === connection.target);
910
+ if (!sourceAgent || !targetAgent) return null;
911
+ const isActive = activeFlows.includes(connection.id);
912
+ return /* @__PURE__ */ jsxs("g", { children: [
913
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
914
+ "marker",
915
+ {
916
+ id: `arrowhead-${connection.id}`,
917
+ markerWidth: "10",
918
+ markerHeight: "7",
919
+ refX: "10",
920
+ refY: "3.5",
921
+ orient: "auto",
922
+ children: /* @__PURE__ */ jsx(
923
+ "polygon",
924
+ {
925
+ points: "0 0, 10 3.5, 0 7",
926
+ fill: isActive ? "#3b82f6" : "#94a3b8"
927
+ }
928
+ )
929
+ }
930
+ ) }),
931
+ /* @__PURE__ */ jsx(
932
+ "line",
933
+ {
934
+ x1: sourceAgent.position.x + 50,
935
+ y1: sourceAgent.position.y + 50,
936
+ x2: targetAgent.position.x + 50,
937
+ y2: targetAgent.position.y + 50,
938
+ stroke: isActive ? "#3b82f6" : "#94a3b8",
939
+ strokeWidth: isActive ? "3" : "2",
940
+ strokeDasharray: isActive ? "5,5" : "0",
941
+ markerEnd: `url(#arrowhead-${connection.id})`,
942
+ className: isActive ? "animate-pulse" : "",
943
+ style: css(isActive ? "animate-pulse" : "")
944
+ }
945
+ ),
946
+ isActive && /* @__PURE__ */ jsx("circle", { r: "4", fill: "#3b82f6", className: "animate-pulse", style: css("animate-pulse"), children: /* @__PURE__ */ jsx(
947
+ "animateMotion",
948
+ {
949
+ dur: "2s",
950
+ repeatCount: "1",
951
+ path: `M${sourceAgent.position.x + 50},${sourceAgent.position.y + 50} L${targetAgent.position.x + 50},${targetAgent.position.y + 50}`
952
+ }
953
+ ) })
954
+ ] }, connection.id);
955
+ })
956
+ }
957
+ );
958
+ };
959
+ var AgentCard = ({
960
+ agent,
961
+ isSelected,
962
+ onSelect,
963
+ onEdit,
964
+ onDelete,
965
+ onDrag,
966
+ isDragging
967
+ }) => {
968
+ const dragRef = useRef(null);
969
+ const [isDragActive, setIsDragActive] = useState(false);
970
+ const config = agentTypeConfig[agent.type];
971
+ const Icon = config.icon;
972
+ const handleMouseDown = useCallback(
973
+ (e) => {
974
+ if (!onDrag) return;
975
+ setIsDragActive(true);
976
+ const startX = e.clientX - agent.position.x;
977
+ const startY = e.clientY - agent.position.y;
978
+ const handleMouseMove = (e2) => {
979
+ const newX = e2.clientX - startX;
980
+ const newY = e2.clientY - startY;
981
+ onDrag({ x: Math.max(0, newX), y: Math.max(0, newY) });
982
+ };
983
+ const handleMouseUp = () => {
984
+ setIsDragActive(false);
985
+ document.removeEventListener("mousemove", handleMouseMove);
986
+ document.removeEventListener("mouseup", handleMouseUp);
987
+ };
988
+ document.addEventListener("mousemove", handleMouseMove);
989
+ document.addEventListener("mouseup", handleMouseUp);
990
+ },
991
+ [agent.position, onDrag]
992
+ );
993
+ const getStatusColor = (status) => {
994
+ switch (status) {
995
+ case "idle":
996
+ return "bg-[var(--color-bg-body)]";
997
+ case "working":
998
+ return "bg-[var(--color-link-primary)]";
999
+ case "completed":
1000
+ return "bg-[var(--lux-state-success)]";
1001
+ case "error":
1002
+ return "bg-[var(--lux-state-error)]";
1003
+ default:
1004
+ return "bg-[var(--color-bg-body)]";
1005
+ }
1006
+ };
1007
+ const getStatusIcon = (status) => {
1008
+ switch (status) {
1009
+ case "idle":
1010
+ return Clock;
1011
+ case "working":
1012
+ return Activity;
1013
+ case "completed":
1014
+ return CheckCircle;
1015
+ case "error":
1016
+ return AlertCircle;
1017
+ default:
1018
+ return Clock;
1019
+ }
1020
+ };
1021
+ const StatusIcon = getStatusIcon(agent.status);
1022
+ return /* @__PURE__ */ jsxs(
1023
+ Card,
1024
+ {
1025
+ ref: dragRef,
1026
+ className: cn(
1027
+ "absolute w-64 transition-all duration-200 cursor-move select-none",
1028
+ isSelected && "ring-2 ring-[var(--color-link-primary)]",
1029
+ isDragActive && "shadow-lg scale-105",
1030
+ isDragging && "opacity-50"
1031
+ ),
1032
+ style: {
1033
+ left: agent.position.x,
1034
+ top: agent.position.y,
1035
+ transform: isDragActive ? "scale(1.05)" : "scale(1)"
1036
+ },
1037
+ onMouseDown: handleMouseDown,
1038
+ onClick: onSelect,
1039
+ children: [
1040
+ /* @__PURE__ */ jsx(CardHeader, { ...sx("pb-2"), children: /* @__PURE__ */ jsxs(Box, { className: "flex items-center justify-between", children: [
1041
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-2", children: [
1042
+ /* @__PURE__ */ jsx(Box, { className: cn("p-2 rounded-lg text-white", config.color), children: /* @__PURE__ */ jsx(Icon, { style: css("h-4 w-4") }) }),
1043
+ /* @__PURE__ */ jsxs("div", { children: [
1044
+ /* @__PURE__ */ jsx(CardTitle, { ...sx("text-sm"), children: agent.name }),
1045
+ /* @__PURE__ */ jsxs(CardDescription, { ...sx("text-xs capitalize"), children: [
1046
+ agent.type,
1047
+ " Agent"
1048
+ ] })
1049
+ ] })
1050
+ ] }),
1051
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-1", children: [
1052
+ /* @__PURE__ */ jsx(
1053
+ Button,
1054
+ {
1055
+ variant: "ghost",
1056
+ size: "sm",
1057
+ onClick: (e) => {
1058
+ e.stopPropagation();
1059
+ onEdit?.();
1060
+ },
1061
+ children: /* @__PURE__ */ jsx(Edit, { style: css("h-3 w-3") })
1062
+ }
1063
+ ),
1064
+ /* @__PURE__ */ jsx(
1065
+ Button,
1066
+ {
1067
+ variant: "ghost",
1068
+ size: "sm",
1069
+ onClick: (e) => {
1070
+ e.stopPropagation();
1071
+ onDelete?.();
1072
+ },
1073
+ children: /* @__PURE__ */ jsx(Trash2, { style: css("h-3 w-3") })
1074
+ }
1075
+ )
1076
+ ] })
1077
+ ] }) }),
1078
+ /* @__PURE__ */ jsxs(CardContent, { ...sx("space-y-2"), children: [
1079
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-2", children: [
1080
+ /* @__PURE__ */ jsx(StatusIcon, { style: css(cn("h-3 w-3", getStatusColor(agent.status))) }),
1081
+ /* @__PURE__ */ jsx(Box, { tag: "span", className: "text-xs font-medium capitalize", children: agent.status })
1082
+ ] }),
1083
+ agent.currentTask && /* @__PURE__ */ jsxs(Box, { className: "bg-muted p-2 rounded text-xs", children: [
1084
+ /* @__PURE__ */ jsx(Box, { className: "font-medium", children: agent.currentTask.title }),
1085
+ /* @__PURE__ */ jsx(Progress, { value: agent.currentTask.progress, ...sx("mt-1 h-1") })
1086
+ ] }),
1087
+ /* @__PURE__ */ jsxs(Box, { className: "flex flex-wrap gap-1", children: [
1088
+ agent.capabilities.slice(0, 3).map((capability) => /* @__PURE__ */ jsx(Badge, { colorPalette: "gray", ...sx("text-xs"), children: capability }, capability)),
1089
+ agent.capabilities.length > 3 && /* @__PURE__ */ jsxs(Badge, { variant: "outline", ...sx("text-xs"), children: [
1090
+ "+",
1091
+ agent.capabilities.length - 3
1092
+ ] })
1093
+ ] }),
1094
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-between text-xs text-muted-foreground", children: [
1095
+ /* @__PURE__ */ jsxs("span", { children: [
1096
+ "Tasks: ",
1097
+ agent.performance.tasksCompleted
1098
+ ] }),
1099
+ /* @__PURE__ */ jsxs("span", { children: [
1100
+ "Success: ",
1101
+ agent.performance.successRate,
1102
+ "%"
1103
+ ] })
1104
+ ] })
1105
+ ] })
1106
+ ]
1107
+ }
1108
+ );
1109
+ };
1110
+ var CreateAgentDialog = ({ onAgentCreate }) => {
1111
+ const [open, setOpen] = useState(false);
1112
+ const [formData, setFormData] = useState({
1113
+ name: "",
1114
+ type: "research",
1115
+ description: "",
1116
+ capabilities: []
1117
+ });
1118
+ const handleSubmit = () => {
1119
+ if (!formData.name) return;
1120
+ onAgentCreate({
1121
+ name: formData.name,
1122
+ type: formData.type,
1123
+ status: "idle",
1124
+ capabilities: formData.capabilities.length > 0 ? formData.capabilities : agentTypeConfig[formData.type].capabilities,
1125
+ connections: [],
1126
+ description: formData.description
1127
+ });
1128
+ setFormData({
1129
+ name: "",
1130
+ type: "research",
1131
+ description: "",
1132
+ capabilities: []
1133
+ });
1134
+ setOpen(false);
1135
+ };
1136
+ return /* @__PURE__ */ jsxs(Dialog, { open, onOpenChange: setOpen, children: [
1137
+ /* @__PURE__ */ jsx(DialogTrigger, { asChild: true, children: /* @__PURE__ */ jsxs(Button, { children: [
1138
+ /* @__PURE__ */ jsx(Plus, { style: css("h-4 w-4 mr-2") }),
1139
+ "Create Agent"
1140
+ ] }) }),
1141
+ /* @__PURE__ */ jsxs(DialogContent, { children: [
1142
+ /* @__PURE__ */ jsxs(DialogHeader, { children: [
1143
+ /* @__PURE__ */ jsx(DialogTitle, { children: "Create New Agent" }),
1144
+ /* @__PURE__ */ jsx(DialogDescription, { children: "Configure a new AI agent for your workflow" })
1145
+ ] }),
1146
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-4", children: [
1147
+ /* @__PURE__ */ jsxs("div", { children: [
1148
+ /* @__PURE__ */ jsx(Label, { htmlFor: "name", children: "Agent Name" }),
1149
+ /* @__PURE__ */ jsx(
1150
+ Input,
1151
+ {
1152
+ id: "name",
1153
+ value: formData.name,
1154
+ onChange: (e) => setFormData((prev) => ({ ...prev, name: e.target.value })),
1155
+ placeholder: "Enter agent name"
1156
+ }
1157
+ )
1158
+ ] }),
1159
+ /* @__PURE__ */ jsxs("div", { children: [
1160
+ /* @__PURE__ */ jsx(Label, { htmlFor: "type", children: "Agent Type" }),
1161
+ /* @__PURE__ */ jsxs(
1162
+ Select,
1163
+ {
1164
+ value: formData.type,
1165
+ onValueChange: (value) => setFormData((prev) => ({ ...prev, type: value })),
1166
+ children: [
1167
+ /* @__PURE__ */ jsx(SelectTrigger, { children: /* @__PURE__ */ jsx(SelectValue, {}) }),
1168
+ /* @__PURE__ */ jsx(SelectContent, { children: Object.entries(agentTypeConfig).map(([type, config]) => {
1169
+ const Icon = config.icon;
1170
+ return /* @__PURE__ */ jsx(SelectItem, { value: type, children: /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-2", children: [
1171
+ /* @__PURE__ */ jsx(Icon, { style: css("h-4 w-4") }),
1172
+ /* @__PURE__ */ jsx(Box, { tag: "span", className: "capitalize", children: type })
1173
+ ] }) }, type);
1174
+ }) })
1175
+ ]
1176
+ }
1177
+ )
1178
+ ] }),
1179
+ /* @__PURE__ */ jsxs("div", { children: [
1180
+ /* @__PURE__ */ jsx(Label, { htmlFor: "description", children: "Description" }),
1181
+ /* @__PURE__ */ jsx(
1182
+ Textarea,
1183
+ {
1184
+ id: "description",
1185
+ value: formData.description,
1186
+ onChange: (e) => setFormData((prev) => ({
1187
+ ...prev,
1188
+ description: e.target.value
1189
+ })),
1190
+ placeholder: "Describe the agent's purpose and role"
1191
+ }
1192
+ )
1193
+ ] }),
1194
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-end gap-2", children: [
1195
+ /* @__PURE__ */ jsx(Button, { variant: "outline", onClick: () => setOpen(false), children: "Cancel" }),
1196
+ /* @__PURE__ */ jsx(Button, { onClick: handleSubmit, disabled: !formData.name, children: "Create Agent" })
1197
+ ] })
1198
+ ] })
1199
+ ] })
1200
+ ] });
1201
+ };
1202
+ var TaskAssignmentDialog = ({ agents, onTaskAssign }) => {
1203
+ const [open, setOpen] = useState(false);
1204
+ const [taskData, setTaskData] = useState({
1205
+ title: "",
1206
+ description: "",
1207
+ priority: "medium",
1208
+ assignedTo: "",
1209
+ estimatedTime: 0
1210
+ });
1211
+ const handleSubmit = () => {
1212
+ if (!taskData.title || !taskData.assignedTo) return;
1213
+ const task = {
1214
+ id: crypto.randomUUID(),
1215
+ title: taskData.title,
1216
+ description: taskData.description,
1217
+ priority: taskData.priority,
1218
+ status: "pending",
1219
+ progress: 0,
1220
+ createdAt: /* @__PURE__ */ new Date(),
1221
+ estimatedTime: taskData.estimatedTime || void 0
1222
+ };
1223
+ onTaskAssign(task, taskData.assignedTo);
1224
+ setTaskData({
1225
+ title: "",
1226
+ description: "",
1227
+ priority: "medium",
1228
+ assignedTo: "",
1229
+ estimatedTime: 0
1230
+ });
1231
+ setOpen(false);
1232
+ };
1233
+ return /* @__PURE__ */ jsxs(Dialog, { open, onOpenChange: setOpen, children: [
1234
+ /* @__PURE__ */ jsx(DialogTrigger, { asChild: true, children: /* @__PURE__ */ jsxs(Button, { variant: "outline", children: [
1235
+ /* @__PURE__ */ jsx(MessageSquare, { style: css("h-4 w-4 mr-2") }),
1236
+ "Assign Task"
1237
+ ] }) }),
1238
+ /* @__PURE__ */ jsxs(DialogContent, { children: [
1239
+ /* @__PURE__ */ jsxs(DialogHeader, { children: [
1240
+ /* @__PURE__ */ jsx(DialogTitle, { children: "Assign New Task" }),
1241
+ /* @__PURE__ */ jsx(DialogDescription, { children: "Create and assign a task to an agent" })
1242
+ ] }),
1243
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-4", children: [
1244
+ /* @__PURE__ */ jsxs("div", { children: [
1245
+ /* @__PURE__ */ jsx(Label, { htmlFor: "title", children: "Task Title" }),
1246
+ /* @__PURE__ */ jsx(
1247
+ Input,
1248
+ {
1249
+ id: "title",
1250
+ value: taskData.title,
1251
+ onChange: (e) => setTaskData((prev) => ({ ...prev, title: e.target.value })),
1252
+ placeholder: "Enter task title"
1253
+ }
1254
+ )
1255
+ ] }),
1256
+ /* @__PURE__ */ jsxs("div", { children: [
1257
+ /* @__PURE__ */ jsx(Label, { htmlFor: "description", children: "Description" }),
1258
+ /* @__PURE__ */ jsx(
1259
+ Textarea,
1260
+ {
1261
+ id: "description",
1262
+ value: taskData.description,
1263
+ onChange: (e) => setTaskData((prev) => ({
1264
+ ...prev,
1265
+ description: e.target.value
1266
+ })),
1267
+ placeholder: "Describe the task requirements"
1268
+ }
1269
+ )
1270
+ ] }),
1271
+ /* @__PURE__ */ jsxs(Box, { className: "flex gap-4", children: [
1272
+ /* @__PURE__ */ jsxs(Box, { className: "flex-1", children: [
1273
+ /* @__PURE__ */ jsx(Label, { htmlFor: "priority", children: "Priority" }),
1274
+ /* @__PURE__ */ jsxs(
1275
+ Select,
1276
+ {
1277
+ value: taskData.priority,
1278
+ onValueChange: (value) => setTaskData((prev) => ({ ...prev, priority: value })),
1279
+ children: [
1280
+ /* @__PURE__ */ jsx(SelectTrigger, { children: /* @__PURE__ */ jsx(SelectValue, {}) }),
1281
+ /* @__PURE__ */ jsxs(SelectContent, { children: [
1282
+ /* @__PURE__ */ jsx(SelectItem, { value: "low", children: "Low" }),
1283
+ /* @__PURE__ */ jsx(SelectItem, { value: "medium", children: "Medium" }),
1284
+ /* @__PURE__ */ jsx(SelectItem, { value: "high", children: "High" })
1285
+ ] })
1286
+ ]
1287
+ }
1288
+ )
1289
+ ] }),
1290
+ /* @__PURE__ */ jsxs(Box, { className: "flex-1", children: [
1291
+ /* @__PURE__ */ jsx(Label, { htmlFor: "estimatedTime", children: "Estimated Time (hours)" }),
1292
+ /* @__PURE__ */ jsx(
1293
+ Input,
1294
+ {
1295
+ id: "estimatedTime",
1296
+ type: "number",
1297
+ value: taskData.estimatedTime,
1298
+ onChange: (e) => setTaskData((prev) => ({
1299
+ ...prev,
1300
+ estimatedTime: parseInt(e.target.value) || 0
1301
+ })),
1302
+ placeholder: "0"
1303
+ }
1304
+ )
1305
+ ] })
1306
+ ] }),
1307
+ /* @__PURE__ */ jsxs("div", { children: [
1308
+ /* @__PURE__ */ jsx(Label, { htmlFor: "assignedTo", children: "Assign to Agent" }),
1309
+ /* @__PURE__ */ jsxs(
1310
+ Select,
1311
+ {
1312
+ value: taskData.assignedTo,
1313
+ onValueChange: (value) => setTaskData((prev) => ({ ...prev, assignedTo: value })),
1314
+ children: [
1315
+ /* @__PURE__ */ jsx(SelectTrigger, { children: /* @__PURE__ */ jsx(SelectValue, { placeholder: "Select an agent" }) }),
1316
+ /* @__PURE__ */ jsx(SelectContent, { children: agents.filter((agent) => agent.status === "idle").map((agent) => /* @__PURE__ */ jsx(SelectItem, { value: agent.id, children: /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-2", children: [
1317
+ /* @__PURE__ */ jsx(
1318
+ Box,
1319
+ {
1320
+ className: cn(
1321
+ "w-2 h-2 rounded-full",
1322
+ agentTypeConfig[agent.type].color
1323
+ )
1324
+ }
1325
+ ),
1326
+ agent.name
1327
+ ] }) }, agent.id)) })
1328
+ ]
1329
+ }
1330
+ )
1331
+ ] }),
1332
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-end gap-2", children: [
1333
+ /* @__PURE__ */ jsx(Button, { variant: "outline", onClick: () => setOpen(false), children: "Cancel" }),
1334
+ /* @__PURE__ */ jsx(
1335
+ Button,
1336
+ {
1337
+ onClick: handleSubmit,
1338
+ disabled: !taskData.title || !taskData.assignedTo,
1339
+ children: "Assign Task"
1340
+ }
1341
+ )
1342
+ ] })
1343
+ ] })
1344
+ ] })
1345
+ ] });
1346
+ };
1347
+ var AIAgents = ({
1348
+ agents: initialAgents = [],
1349
+ onAgentCreate,
1350
+ onTaskAssign,
1351
+ onWorkflowSave,
1352
+ workflowMode = "custom",
1353
+ className
1354
+ }) => {
1355
+ const [agents, setAgents] = useState(initialAgents);
1356
+ const [connections, setConnections] = useState([]);
1357
+ const [selectedAgent, setSelectedAgent] = useState(null);
1358
+ const [isWorkflowRunning, setIsWorkflowRunning] = useState(false);
1359
+ const workflowRef = useRef(null);
1360
+ useEffect(() => {
1361
+ if (initialAgents.length === 0) {
1362
+ const defaultAgents = [
1363
+ {
1364
+ id: "1",
1365
+ name: "Research Assistant",
1366
+ type: "research",
1367
+ capabilities: ["web-search", "data-analysis", "fact-checking"],
1368
+ status: "idle",
1369
+ position: { x: 50, y: 50 },
1370
+ connections: ["2"],
1371
+ performance: {
1372
+ tasksCompleted: 12,
1373
+ successRate: 95,
1374
+ avgCompletionTime: 45
1375
+ }
1376
+ },
1377
+ {
1378
+ id: "2",
1379
+ name: "Code Generator",
1380
+ type: "code",
1381
+ capabilities: ["code-generation", "debugging", "testing"],
1382
+ status: "working",
1383
+ position: { x: 400, y: 50 },
1384
+ connections: ["3"],
1385
+ currentTask: {
1386
+ id: "t1",
1387
+ title: "Generate React Component",
1388
+ description: "Create a reusable button component",
1389
+ priority: "high",
1390
+ status: "in-progress",
1391
+ progress: 65,
1392
+ createdAt: /* @__PURE__ */ new Date()
1393
+ },
1394
+ performance: {
1395
+ tasksCompleted: 8,
1396
+ successRate: 90,
1397
+ avgCompletionTime: 38
1398
+ }
1399
+ },
1400
+ {
1401
+ id: "3",
1402
+ name: "Quality Analyst",
1403
+ type: "analysis",
1404
+ capabilities: ["code-review", "performance-analysis", "testing"],
1405
+ status: "idle",
1406
+ position: { x: 750, y: 50 },
1407
+ connections: [],
1408
+ performance: {
1409
+ tasksCompleted: 15,
1410
+ successRate: 98,
1411
+ avgCompletionTime: 25
1412
+ }
1413
+ }
1414
+ ];
1415
+ setAgents(defaultAgents);
1416
+ const defaultConnections = [
1417
+ { id: "c1", source: "1", target: "2", animated: true },
1418
+ { id: "c2", source: "2", target: "3", animated: true }
1419
+ ];
1420
+ setConnections(defaultConnections);
1421
+ }
1422
+ }, [initialAgents]);
1423
+ const handleAgentCreate = (agentData) => {
1424
+ const newAgent = {
1425
+ ...agentData,
1426
+ id: crypto.randomUUID(),
1427
+ position: { x: 100 + agents.length * 300, y: 100 },
1428
+ performance: {
1429
+ tasksCompleted: 0,
1430
+ successRate: 100,
1431
+ avgCompletionTime: 0
1432
+ }
1433
+ };
1434
+ setAgents((prev) => [...prev, newAgent]);
1435
+ onAgentCreate?.(agentData);
1436
+ };
1437
+ const handleTaskAssign = (task, agentId) => {
1438
+ setAgents(
1439
+ (prev) => prev.map(
1440
+ (agent) => agent.id === agentId ? { ...agent, currentTask: task, status: "working" } : agent
1441
+ )
1442
+ );
1443
+ onTaskAssign?.(task, agentId);
1444
+ const progressInterval = setInterval(() => {
1445
+ setAgents(
1446
+ (prev) => prev.map((agent) => {
1447
+ if (agent.id === agentId && agent.currentTask) {
1448
+ const newProgress = Math.min(agent.currentTask.progress + 10, 100);
1449
+ const updatedTask = { ...agent.currentTask, progress: newProgress };
1450
+ if (newProgress === 100) {
1451
+ clearInterval(progressInterval);
1452
+ return {
1453
+ ...agent,
1454
+ currentTask: void 0,
1455
+ status: "completed",
1456
+ performance: {
1457
+ ...agent.performance,
1458
+ tasksCompleted: agent.performance.tasksCompleted + 1
1459
+ }
1460
+ };
1461
+ }
1462
+ return { ...agent, currentTask: updatedTask };
1463
+ }
1464
+ return agent;
1465
+ })
1466
+ );
1467
+ }, 2e3);
1468
+ };
1469
+ const handleAgentDrag = (agentId, position) => {
1470
+ setAgents(
1471
+ (prev) => prev.map(
1472
+ (agent) => agent.id === agentId ? { ...agent, position } : agent
1473
+ )
1474
+ );
1475
+ };
1476
+ const handleDeleteAgent = (agentId) => {
1477
+ setAgents((prev) => prev.filter((agent) => agent.id !== agentId));
1478
+ setConnections(
1479
+ (prev) => prev.filter((conn) => conn.source !== agentId && conn.target !== agentId)
1480
+ );
1481
+ if (selectedAgent === agentId) {
1482
+ setSelectedAgent(null);
1483
+ }
1484
+ };
1485
+ const handleWorkflowToggle = () => {
1486
+ setIsWorkflowRunning(!isWorkflowRunning);
1487
+ if (!isWorkflowRunning) {
1488
+ agents.forEach((agent, index) => {
1489
+ setTimeout(() => {
1490
+ setAgents(
1491
+ (prev) => prev.map(
1492
+ (a) => a.id === agent.id ? { ...a, status: "working" } : a
1493
+ )
1494
+ );
1495
+ }, index * 1e3);
1496
+ });
1497
+ } else {
1498
+ setAgents(
1499
+ (prev) => prev.map((agent) => ({ ...agent, status: "idle" }))
1500
+ );
1501
+ }
1502
+ };
1503
+ const handleSaveWorkflow = () => {
1504
+ const workflow = { agents, connections };
1505
+ onWorkflowSave?.(workflow);
1506
+ };
1507
+ return /* @__PURE__ */ jsx(Box, { className: cn("w-full h-full", className), children: /* @__PURE__ */ jsxs(Tabs, { defaultValue: "workflow", ...sx("w-full h-full"), children: [
1508
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center justify-between p-4 border-b", children: [
1509
+ /* @__PURE__ */ jsxs(TabsList, { children: [
1510
+ /* @__PURE__ */ jsx(TabsTrigger, { value: "workflow", children: "Workflow Designer" }),
1511
+ /* @__PURE__ */ jsx(TabsTrigger, { value: "agents", children: "Agent Manager" }),
1512
+ /* @__PURE__ */ jsx(TabsTrigger, { value: "monitoring", children: "Monitoring" })
1513
+ ] }),
1514
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-2", children: [
1515
+ /* @__PURE__ */ jsx(CreateAgentDialog, { onAgentCreate: handleAgentCreate }),
1516
+ /* @__PURE__ */ jsx(
1517
+ TaskAssignmentDialog,
1518
+ {
1519
+ agents,
1520
+ onTaskAssign: handleTaskAssign
1521
+ }
1522
+ ),
1523
+ /* @__PURE__ */ jsx(Separator, { orientation: "vertical", ...sx("h-6") }),
1524
+ /* @__PURE__ */ jsx(
1525
+ Button,
1526
+ {
1527
+ variant: isWorkflowRunning ? "destructive" : "default",
1528
+ onClick: handleWorkflowToggle,
1529
+ children: isWorkflowRunning ? /* @__PURE__ */ jsxs(Fragment, { children: [
1530
+ /* @__PURE__ */ jsx(CircleStop, { style: css("h-4 w-4 mr-2") }),
1531
+ "Stop Workflow"
1532
+ ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
1533
+ /* @__PURE__ */ jsx(Play, { style: css("h-4 w-4 mr-2") }),
1534
+ "Run Workflow"
1535
+ ] })
1536
+ }
1537
+ ),
1538
+ /* @__PURE__ */ jsx(Button, { variant: "outline", onClick: handleSaveWorkflow, children: "Save Workflow" })
1539
+ ] })
1540
+ ] }),
1541
+ /* @__PURE__ */ jsx(TabsContent, { value: "workflow", ...sx("flex-1 p-0"), children: /* @__PURE__ */ jsxs(
1542
+ Box,
1543
+ {
1544
+ ref: workflowRef,
1545
+ className: "relative w-full h-[600px] bg-muted/20 overflow-hidden",
1546
+ style: {
1547
+ backgroundImage: `radial-gradient(circle, #e5e7eb 1px, transparent 1px)`,
1548
+ backgroundSize: "20px 20px"
1549
+ },
1550
+ children: [
1551
+ /* @__PURE__ */ jsx(CommunicationFlow, { connections, agents }),
1552
+ agents.map((agent) => /* @__PURE__ */ jsx(
1553
+ AgentCard,
1554
+ {
1555
+ agent,
1556
+ isSelected: selectedAgent === agent.id,
1557
+ onSelect: () => setSelectedAgent(agent.id),
1558
+ onEdit: () => {
1559
+ },
1560
+ onDelete: () => handleDeleteAgent(agent.id),
1561
+ onDrag: (position) => handleAgentDrag(agent.id, position)
1562
+ },
1563
+ agent.id
1564
+ )),
1565
+ agents.length === 0 && /* @__PURE__ */ jsx(Box, { className: "absolute inset-0 flex items-center justify-center text-muted-foreground", children: /* @__PURE__ */ jsxs(Box, { className: "text-center", children: [
1566
+ /* @__PURE__ */ jsx(Bot, { style: css("h-12 w-12 mx-auto mb-4") }),
1567
+ /* @__PURE__ */ jsx(Box, { tag: "h3", className: "text-lg font-medium", children: "No Agents Created" }),
1568
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-sm", children: "Create your first AI agent to get started" })
1569
+ ] }) })
1570
+ ]
1571
+ }
1572
+ ) }),
1573
+ /* @__PURE__ */ jsx(TabsContent, { value: "agents", ...sx("flex-1 p-4"), children: /* @__PURE__ */ jsx(Box, { className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4", children: agents.map((agent) => {
1574
+ const config = agentTypeConfig[agent.type];
1575
+ const Icon = config.icon;
1576
+ return /* @__PURE__ */ jsxs(Card, { children: [
1577
+ /* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-3", children: [
1578
+ /* @__PURE__ */ jsx(
1579
+ Box,
1580
+ {
1581
+ className: cn(
1582
+ "p-3 rounded-lg text-white",
1583
+ config.color
1584
+ ),
1585
+ children: /* @__PURE__ */ jsx(Icon, { style: css("h-5 w-5") })
1586
+ }
1587
+ ),
1588
+ /* @__PURE__ */ jsxs("div", { children: [
1589
+ /* @__PURE__ */ jsx(CardTitle, { ...sx("text-lg"), children: agent.name }),
1590
+ /* @__PURE__ */ jsxs(CardDescription, { ...sx("capitalize"), children: [
1591
+ agent.type,
1592
+ " Agent"
1593
+ ] })
1594
+ ] })
1595
+ ] }) }),
1596
+ /* @__PURE__ */ jsxs(CardContent, { ...sx("space-y-4"), children: [
1597
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center justify-between", children: [
1598
+ /* @__PURE__ */ jsx(Box, { tag: "span", className: "text-sm font-medium", children: "Status" }),
1599
+ /* @__PURE__ */ jsx(
1600
+ Badge,
1601
+ {
1602
+ colorPalette: agent.status === "working" ? "gray" : "gray",
1603
+ ...sx("capitalize"),
1604
+ children: agent.status
1605
+ }
1606
+ )
1607
+ ] }),
1608
+ agent.currentTask && /* @__PURE__ */ jsxs(Box, { className: "space-y-2", children: [
1609
+ /* @__PURE__ */ jsx(Box, { className: "text-sm font-medium", children: "Current Task" }),
1610
+ /* @__PURE__ */ jsxs(Box, { className: "bg-muted p-3 rounded-lg", children: [
1611
+ /* @__PURE__ */ jsx(Box, { className: "font-medium text-sm", children: agent.currentTask.title }),
1612
+ /* @__PURE__ */ jsx(
1613
+ Progress,
1614
+ {
1615
+ value: agent.currentTask.progress,
1616
+ ...sx("mt-2")
1617
+ }
1618
+ ),
1619
+ /* @__PURE__ */ jsxs(Box, { className: "text-xs text-muted-foreground mt-1", children: [
1620
+ agent.currentTask.progress,
1621
+ "% Complete"
1622
+ ] })
1623
+ ] })
1624
+ ] }),
1625
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-2", children: [
1626
+ /* @__PURE__ */ jsx(Box, { className: "text-sm font-medium", children: "Capabilities" }),
1627
+ /* @__PURE__ */ jsx(Box, { className: "flex flex-wrap gap-1", children: agent.capabilities.map((capability) => /* @__PURE__ */ jsx(
1628
+ Badge,
1629
+ {
1630
+ variant: "outline",
1631
+ ...sx("text-xs"),
1632
+ children: capability
1633
+ },
1634
+ capability
1635
+ )) })
1636
+ ] }),
1637
+ /* @__PURE__ */ jsxs(Box, { className: "grid grid-cols-3 gap-2 text-center", children: [
1638
+ /* @__PURE__ */ jsxs("div", { children: [
1639
+ /* @__PURE__ */ jsx(Box, { className: "text-lg font-bold", children: agent.performance.tasksCompleted }),
1640
+ /* @__PURE__ */ jsx(Box, { className: "text-xs text-muted-foreground", children: "Tasks" })
1641
+ ] }),
1642
+ /* @__PURE__ */ jsxs("div", { children: [
1643
+ /* @__PURE__ */ jsxs(Box, { className: "text-lg font-bold", children: [
1644
+ agent.performance.successRate,
1645
+ "%"
1646
+ ] }),
1647
+ /* @__PURE__ */ jsx(Box, { className: "text-xs text-muted-foreground", children: "Success" })
1648
+ ] }),
1649
+ /* @__PURE__ */ jsxs("div", { children: [
1650
+ /* @__PURE__ */ jsxs(Box, { className: "text-lg font-bold", children: [
1651
+ agent.performance.avgCompletionTime,
1652
+ "m"
1653
+ ] }),
1654
+ /* @__PURE__ */ jsx(Box, { className: "text-xs text-muted-foreground", children: "Avg Time" })
1655
+ ] })
1656
+ ] })
1657
+ ] })
1658
+ ] }, agent.id);
1659
+ }) }) }),
1660
+ /* @__PURE__ */ jsx(TabsContent, { value: "monitoring", ...sx("flex-1 p-4"), children: /* @__PURE__ */ jsxs(Box, { className: "grid grid-cols-1 lg:grid-cols-2 gap-6", children: [
1661
+ /* @__PURE__ */ jsxs(Card, { children: [
1662
+ /* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, { ...sx("flex items-center gap-2"), children: [
1663
+ /* @__PURE__ */ jsx(Activity, { style: css("h-5 w-5") }),
1664
+ "System Overview"
1665
+ ] }) }),
1666
+ /* @__PURE__ */ jsxs(CardContent, { ...sx("space-y-4"), children: [
1667
+ /* @__PURE__ */ jsxs(Box, { className: "grid grid-cols-2 gap-4", children: [
1668
+ /* @__PURE__ */ jsxs(Box, { className: "text-center p-4 bg-muted rounded-lg", children: [
1669
+ /* @__PURE__ */ jsx(Box, { className: "text-2xl font-bold", children: agents.length }),
1670
+ /* @__PURE__ */ jsx(Box, { className: "text-sm text-muted-foreground", children: "Total Agents" })
1671
+ ] }),
1672
+ /* @__PURE__ */ jsxs(Box, { className: "text-center p-4 bg-muted rounded-lg", children: [
1673
+ /* @__PURE__ */ jsx(Box, { className: "text-2xl font-bold", children: agents.filter((a) => a.status === "working").length }),
1674
+ /* @__PURE__ */ jsx(Box, { className: "text-sm text-muted-foreground", children: "Active" })
1675
+ ] })
1676
+ ] }),
1677
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-2", children: [
1678
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-between text-sm", children: [
1679
+ /* @__PURE__ */ jsx("span", { children: "Workflow Status" }),
1680
+ /* @__PURE__ */ jsx(
1681
+ Badge,
1682
+ {
1683
+ colorPalette: isWorkflowRunning ? "gray" : "gray",
1684
+ children: isWorkflowRunning ? "Running" : "Stopped"
1685
+ }
1686
+ )
1687
+ ] }),
1688
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-between text-sm", children: [
1689
+ /* @__PURE__ */ jsx("span", { children: "Connected Agents" }),
1690
+ /* @__PURE__ */ jsxs("span", { children: [
1691
+ connections.length,
1692
+ " connections"
1693
+ ] })
1694
+ ] })
1695
+ ] })
1696
+ ] })
1697
+ ] }),
1698
+ /* @__PURE__ */ jsxs(Card, { children: [
1699
+ /* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, { ...sx("flex items-center gap-2"), children: [
1700
+ /* @__PURE__ */ jsx(Network, { style: css("h-5 w-5") }),
1701
+ "Agent Performance"
1702
+ ] }) }),
1703
+ /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx(ScrollArea, { ...sx("h-64"), children: /* @__PURE__ */ jsx(Box, { className: "space-y-3", children: agents.map((agent) => /* @__PURE__ */ jsxs(
1704
+ Box,
1705
+ {
1706
+ className: "flex items-center justify-between p-3 bg-muted rounded-lg",
1707
+ children: [
1708
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-3", children: [
1709
+ /* @__PURE__ */ jsx(
1710
+ Box,
1711
+ {
1712
+ className: cn(
1713
+ "w-3 h-3 rounded-full",
1714
+ agentTypeConfig[agent.type].color
1715
+ )
1716
+ }
1717
+ ),
1718
+ /* @__PURE__ */ jsxs("div", { children: [
1719
+ /* @__PURE__ */ jsx(Box, { className: "font-medium text-sm", children: agent.name }),
1720
+ /* @__PURE__ */ jsx(Box, { className: "text-xs text-muted-foreground capitalize", children: agent.type })
1721
+ ] })
1722
+ ] }),
1723
+ /* @__PURE__ */ jsxs(Box, { className: "text-right", children: [
1724
+ /* @__PURE__ */ jsxs(Box, { className: "text-sm font-medium", children: [
1725
+ agent.performance.successRate,
1726
+ "%"
1727
+ ] }),
1728
+ /* @__PURE__ */ jsx(Box, { className: "text-xs text-muted-foreground", children: "success rate" })
1729
+ ] })
1730
+ ]
1731
+ },
1732
+ agent.id
1733
+ )) }) }) })
1734
+ ] })
1735
+ ] }) })
1736
+ ] }) });
1737
+ };
1738
+ var ai_agents_default = AIAgents;
1739
+
1740
+ export { AIAgents, ai_agents_default as default };