@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,1714 @@
1
+ "use client";
2
+ 'use strict';
3
+
4
+ var ui = require('@hanzo/ui');
5
+ var React6 = require('react');
6
+ var lucideReact = require('lucide-react');
7
+ var gui = require('@hanzo/gui');
8
+ var jsxRuntime = require('react/jsx-runtime');
9
+ var usehooks = require('@uidotdev/usehooks');
10
+ var shiki = require('shiki');
11
+
12
+ function _interopNamespace(e) {
13
+ if (e && e.__esModule) return e;
14
+ var n = Object.create(null);
15
+ if (e) {
16
+ Object.keys(e).forEach(function (k) {
17
+ if (k !== 'default') {
18
+ var d = Object.getOwnPropertyDescriptor(e, k);
19
+ Object.defineProperty(n, k, d.get ? d : {
20
+ enumerable: true,
21
+ get: function () { return e[k]; }
22
+ });
23
+ }
24
+ });
25
+ }
26
+ n.default = e;
27
+ return Object.freeze(n);
28
+ }
29
+
30
+ var React6__namespace = /*#__PURE__*/_interopNamespace(React6);
31
+
32
+ var SKELETON_CLASSES = "lux-skeleton rounded-sm";
33
+ var Skeleton = React6__namespace.forwardRef(
34
+ function Skeleton2(props, ref) {
35
+ const { loading = true, asChild, className, children, style, ...rest } = props;
36
+ if (!loading) {
37
+ if (asChild && React6__namespace.isValidElement(children)) return children;
38
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
39
+ }
40
+ return /* @__PURE__ */ jsxRuntime.jsx(
41
+ "div",
42
+ {
43
+ ref,
44
+ "data-loading": true,
45
+ ...ui.sx(
46
+ SKELETON_CLASSES,
47
+ asChild || children ? "[&_*]:invisible" : "min-h-5",
48
+ className
49
+ ),
50
+ style,
51
+ ...rest,
52
+ children
53
+ }
54
+ );
55
+ }
56
+ );
57
+ React6__namespace.forwardRef(
58
+ function SkeletonCircle2(props, ref) {
59
+ const { size = 40, loading = true, className, ...rest } = props;
60
+ const dimension = typeof size === "number" ? `${size}px` : size;
61
+ return /* @__PURE__ */ jsxRuntime.jsx(
62
+ Skeleton,
63
+ {
64
+ ref,
65
+ loading,
66
+ ...ui.sx("rounded-full shrink-0", className),
67
+ style: { width: dimension, height: dimension, ...rest.style },
68
+ ...rest
69
+ }
70
+ );
71
+ }
72
+ );
73
+ React6__namespace.forwardRef(
74
+ function SkeletonText2(props, ref) {
75
+ const { noOfLines = 3, loading = true, className, ...rest } = props;
76
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className: ui.cn("flex w-full flex-col gap-2", className), ...rest, children: Array.from({ length: noOfLines }).map((_, index) => /* @__PURE__ */ jsxRuntime.jsx(
77
+ Skeleton,
78
+ {
79
+ loading,
80
+ ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
81
+ },
82
+ index
83
+ )) });
84
+ }
85
+ );
86
+ var ink = (children, Wrap = gui.Text, props = {}) => {
87
+ let hasText = false;
88
+ React6.Children.forEach(children, (child) => {
89
+ if (typeof child === "string" || typeof child === "number") hasText = true;
90
+ });
91
+ if (!hasText) return children;
92
+ return React6.Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? React6.createElement(Wrap, props, child) : child);
93
+ };
94
+ var TOUCH_PX = 1024;
95
+ function useBelow(px) {
96
+ const [below, setBelow] = React6__namespace.useState(false);
97
+ React6__namespace.useEffect(() => {
98
+ const mql = window.matchMedia(`(max-width: ${px - 1}px)`);
99
+ const apply = () => setBelow(mql.matches);
100
+ apply();
101
+ mql.addEventListener("change", apply);
102
+ return () => mql.removeEventListener("change", apply);
103
+ }, [px]);
104
+ return below;
105
+ }
106
+ var useIsTouch = () => useBelow(TOUCH_PX);
107
+ function mapPlacement(p) {
108
+ if (!p) return void 0;
109
+ return p;
110
+ }
111
+ var Tooltip = React6__namespace.forwardRef(
112
+ function Tooltip2(props, ref) {
113
+ const {
114
+ showArrow: showArrowProp,
115
+ onOpenChange,
116
+ variant,
117
+ selected,
118
+ children,
119
+ disabled,
120
+ disableOnMobile,
121
+ content,
122
+ contentProps,
123
+ defaultOpen = false,
124
+ triggerProps,
125
+ closeDelay = 100,
126
+ openDelay = 100,
127
+ interactive,
128
+ positioning
129
+ } = props;
130
+ const [open, setOpen] = React6__namespace.useState(defaultOpen);
131
+ const timeoutRef = React6__namespace.useRef(null);
132
+ const isMobile = useIsTouch();
133
+ const handleOpenChange = React6__namespace.useCallback((nextOpen) => {
134
+ setOpen(nextOpen);
135
+ onOpenChange?.({ open: nextOpen });
136
+ }, [onOpenChange]);
137
+ const handleOpenChangeManual = React6__namespace.useCallback((nextOpen) => {
138
+ timeoutRef.current && window.clearTimeout(timeoutRef.current);
139
+ timeoutRef.current = window.setTimeout(() => {
140
+ setOpen(nextOpen);
141
+ onOpenChange?.({ open: nextOpen });
142
+ }, nextOpen ? openDelay : closeDelay);
143
+ }, [closeDelay, openDelay, onOpenChange]);
144
+ const handleClickAway = React6__namespace.useCallback(() => {
145
+ if (open) handleOpenChangeManual(false);
146
+ }, [open, handleOpenChangeManual]);
147
+ const triggerRef = usehooks.useClickAway(handleClickAway);
148
+ const handleTriggerClick = React6__namespace.useCallback(() => {
149
+ handleOpenChangeManual(!open);
150
+ }, [handleOpenChangeManual, open]);
151
+ const handleContentClick = React6__namespace.useCallback((event) => {
152
+ event.stopPropagation();
153
+ if (interactive) {
154
+ const closestLink = event.target?.closest("a");
155
+ if (closestLink) {
156
+ handleOpenChangeManual(false);
157
+ }
158
+ }
159
+ }, [interactive, handleOpenChangeManual]);
160
+ React6__namespace.useEffect(() => {
161
+ return () => {
162
+ if (timeoutRef.current) {
163
+ clearTimeout(timeoutRef.current);
164
+ }
165
+ };
166
+ }, []);
167
+ if (disabled || disableOnMobile && isMobile) return children;
168
+ const defaultShowArrow = variant === "popover" ? false : true;
169
+ const showArrow = showArrowProp !== void 0 ? showArrowProp : defaultShowArrow;
170
+ const isPopover = variant === "popover";
171
+ const placement = mapPlacement(positioning?.placement) ?? "top";
172
+ const offset = positioning?.offset?.mainAxis ?? 4;
173
+ return /* @__PURE__ */ jsxRuntime.jsx(gui.TooltipGroup, { delay: openDelay, children: /* @__PURE__ */ jsxRuntime.jsxs(
174
+ gui.Tooltip,
175
+ {
176
+ open,
177
+ onOpenChange: handleOpenChange,
178
+ delay: { open: openDelay, close: closeDelay },
179
+ placement,
180
+ offset,
181
+ unstyled: true,
182
+ children: [
183
+ /* @__PURE__ */ jsxRuntime.jsx(
184
+ gui.Tooltip.Trigger,
185
+ {
186
+ ref: triggerRef,
187
+ asChild: true,
188
+ ...isMobile ? { onClick: handleTriggerClick } : {},
189
+ ...triggerProps,
190
+ children
191
+ }
192
+ ),
193
+ /* @__PURE__ */ jsxRuntime.jsxs(
194
+ gui.Tooltip.Content,
195
+ {
196
+ ref,
197
+ unstyled: true,
198
+ zIndex: 9999,
199
+ overflow: "hidden",
200
+ borderRadius: 8,
201
+ paddingHorizontal: 12,
202
+ paddingVertical: 8,
203
+ maxWidth: isPopover ? 384 : 320,
204
+ backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)",
205
+ transition: "quick",
206
+ enterStyle: { opacity: 0, scale: 0.95 },
207
+ exitStyle: { opacity: 0, scale: 0.95 },
208
+ ...isPopover ? {
209
+ borderWidth: 1,
210
+ borderColor: "var(--color-border-divider)",
211
+ shadowColor: "var(--shadow-popover)"
212
+ } : {},
213
+ onClick: interactive ? handleContentClick : void 0,
214
+ ...selected ? { "data-selected": true } : {},
215
+ ...contentProps,
216
+ children: [
217
+ showArrow && /* @__PURE__ */ jsxRuntime.jsx(
218
+ gui.Tooltip.Arrow,
219
+ {
220
+ unstyled: true,
221
+ backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)"
222
+ }
223
+ ),
224
+ ink(content, void 0, {
225
+ fontSize: 14,
226
+ color: isPopover ? "var(--color-text-primary)" : "var(--color-tooltip-fg)"
227
+ })
228
+ ]
229
+ }
230
+ )
231
+ ]
232
+ }
233
+ ) });
234
+ }
235
+ );
236
+ function TruncatedTextTooltip({ label, children }) {
237
+ return /* @__PURE__ */ jsxRuntime.jsx(Tooltip, { content: label, positioning: { placement: "top" }, children });
238
+ }
239
+ var SIZE = {
240
+ sm: { padding: 4, height: 18, minHeight: 18 },
241
+ md: { paddingHorizontal: 4, paddingVertical: 2, minHeight: 24 },
242
+ lg: { paddingHorizontal: 8, paddingVertical: 4, minHeight: 28 }
243
+ };
244
+ var SIZE_TEXT = {
245
+ sm: { fontSize: 12, fontWeight: "500" },
246
+ md: { fontSize: 14, fontWeight: "500" },
247
+ lg: { fontSize: 14, fontWeight: "600" }
248
+ };
249
+ var COLOR_PALETTE = {
250
+ gray: { bg: "var(--color-badge-gray-bg)", fg: "var(--color-badge-gray-fg)" },
251
+ green: { bg: "var(--color-badge-green-bg)", fg: "var(--color-badge-green-fg)" },
252
+ red: { bg: "var(--color-badge-red-bg)", fg: "var(--color-badge-red-fg)" },
253
+ purple: { bg: "var(--color-badge-purple-bg)", fg: "var(--color-badge-purple-fg)" },
254
+ orange: { bg: "var(--color-badge-orange-bg)", fg: "var(--color-badge-orange-fg)" },
255
+ blue: { bg: "var(--color-badge-blue-bg)", fg: "var(--color-badge-blue-fg)" },
256
+ yellow: { bg: "var(--color-badge-yellow-bg)", fg: "var(--color-badge-yellow-fg)" },
257
+ teal: { bg: "var(--color-badge-teal-bg)", fg: "var(--color-badge-teal-fg)" },
258
+ cyan: { bg: "var(--color-badge-cyan-bg)", fg: "var(--color-badge-cyan-fg)" },
259
+ pink: { bg: "var(--color-badge-pink-bg)", fg: "var(--color-badge-pink-fg)" },
260
+ purple_alt: { bg: "var(--color-badge-purple-alt-bg)", fg: "var(--color-badge-purple-alt-fg)" },
261
+ blue_alt: { bg: "var(--color-badge-blue-alt-bg)", fg: "var(--color-badge-blue-alt-fg)" },
262
+ bright_gray: { bg: "var(--color-badge-bright-gray-bg)", fg: "var(--color-badge-bright-gray-fg)" },
263
+ bright_green: { bg: "var(--color-badge-bright-green-bg)", fg: "var(--color-badge-bright-green-fg)" },
264
+ bright_red: { bg: "var(--color-badge-bright-red-bg)", fg: "var(--color-badge-bright-red-fg)" },
265
+ bright_blue: { bg: "var(--color-badge-bright-blue-bg)", fg: "var(--color-badge-bright-blue-fg)" },
266
+ bright_yellow: { bg: "var(--color-badge-bright-yellow-bg)", fg: "var(--color-badge-bright-yellow-fg)" },
267
+ bright_teal: { bg: "var(--color-badge-bright-teal-bg)", fg: "var(--color-badge-bright-teal-fg)" },
268
+ bright_cyan: { bg: "var(--color-badge-bright-cyan-bg)", fg: "var(--color-badge-bright-cyan-fg)" },
269
+ bright_orange: { bg: "var(--color-badge-bright-orange-bg)", fg: "var(--color-badge-bright-orange-fg)" },
270
+ bright_purple: { bg: "var(--color-badge-bright-purple-bg)", fg: "var(--color-badge-bright-purple-fg)" },
271
+ bright_pink: { bg: "var(--color-badge-bright-pink-bg)", fg: "var(--color-badge-bright-pink-fg)" }
272
+ };
273
+ var TONE = {
274
+ subtle: (p) => ({ backgroundColor: p.bg, color: p.fg, borderWidth: 0 }),
275
+ solid: (p) => ({ backgroundColor: p.fg, color: p.bg, borderWidth: 0 }),
276
+ outline: (p) => ({
277
+ backgroundColor: "transparent",
278
+ color: p.fg,
279
+ borderWidth: 1,
280
+ borderColor: p.fg
281
+ })
282
+ };
283
+ var Badge = React6__namespace.default.forwardRef(
284
+ function Badge2(props, ref) {
285
+ const {
286
+ loading,
287
+ startElement,
288
+ children,
289
+ truncated = false,
290
+ endElement,
291
+ variant = "subtle",
292
+ size = "md",
293
+ colorPalette = "gray",
294
+ className,
295
+ style: badgeStyle,
296
+ ...rest
297
+ } = props;
298
+ const palette = COLOR_PALETTE[colorPalette];
299
+ const tone = TONE[variant](palette);
300
+ const child = children ? (
301
+ // `ellipsis` is gui Text's own built-in variant for single-line
302
+ // truncation — it expands to the same overflow/text-overflow/
303
+ // white-space/max-width rule Tailwind's `text-ellipsis` did, but
304
+ // through the component's own variants (guaranteed to compile),
305
+ // rather than naming each longhand as a separate style prop.
306
+ /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { ellipsis: true, ...SIZE_TEXT[size], color: tone.color, children })
307
+ ) : null;
308
+ const childrenElement = truncated ? /* @__PURE__ */ jsxRuntime.jsx(TruncatedTextTooltip, { label: children, children: child }) : child;
309
+ const badgeElement = /* @__PURE__ */ jsxRuntime.jsxs(
310
+ gui.XStack,
311
+ {
312
+ ref,
313
+ render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
314
+ display: "inline-flex",
315
+ alignItems: "center",
316
+ alignSelf: "flex-start",
317
+ borderRadius: 2,
318
+ gap: 4,
319
+ maxWidth: "100%",
320
+ userSelect: "text",
321
+ ...SIZE[size],
322
+ ...tone,
323
+ className,
324
+ style: badgeStyle,
325
+ ...rest,
326
+ children: [
327
+ startElement,
328
+ childrenElement,
329
+ endElement
330
+ ]
331
+ }
332
+ );
333
+ if (loading) {
334
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, asChild: true, children: badgeElement });
335
+ }
336
+ return badgeElement;
337
+ }
338
+ );
339
+ var SpinnerFrame = gui.styled(gui.View, {
340
+ name: "ButtonSpinner",
341
+ render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
342
+ width: 16,
343
+ height: 16,
344
+ borderRadius: 1e3,
345
+ borderWidth: 2,
346
+ borderColor: "currentColor",
347
+ borderBottomColor: "transparent",
348
+ borderLeftColor: "transparent"
349
+ });
350
+ function Spinner({ className }) {
351
+ return /* @__PURE__ */ jsxRuntime.jsx(
352
+ SpinnerFrame,
353
+ {
354
+ role: "status",
355
+ "aria-label": "Loading",
356
+ className: [
357
+ "animate-spin",
358
+ className
359
+ ].filter(Boolean).join(" ")
360
+ }
361
+ );
362
+ }
363
+ var ButtonFrame = gui.styled(gui.View, {
364
+ name: "LuxButton",
365
+ render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button" }),
366
+ role: "button",
367
+ tabIndex: 0,
368
+ cursor: "pointer",
369
+ userSelect: "none",
370
+ display: "inline-flex",
371
+ alignItems: "center",
372
+ justifyContent: "center",
373
+ gap: 0,
374
+ overflow: "hidden",
375
+ borderRadius: 6,
376
+ // Whitespace nowrap via className since hanzogui doesn't have a direct token
377
+ // Transition via className
378
+ variants: {
379
+ size: {
380
+ "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
381
+ xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
382
+ sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
383
+ md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
384
+ },
385
+ disabled: {
386
+ true: {
387
+ opacity: 0.2,
388
+ cursor: "not-allowed",
389
+ pointerEvents: "none"
390
+ }
391
+ }
392
+ },
393
+ defaultVariants: {
394
+ size: "md"
395
+ }
396
+ });
397
+ var VARIANT_CLASSES = {
398
+ solid: [
399
+ "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
400
+ "hover:bg-[var(--color-hover)]",
401
+ "data-[expanded]:bg-[var(--color-hover)]"
402
+ ].join(" "),
403
+ solid_danger: [
404
+ "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
405
+ "hover:bg-[var(--color-button-danger-bg-hover)]",
406
+ "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
407
+ ].join(" "),
408
+ outline: [
409
+ "border-2 border-solid bg-transparent",
410
+ "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
411
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
412
+ ].join(" "),
413
+ outline_danger: [
414
+ "border-2 border-solid bg-transparent",
415
+ "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
416
+ "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
417
+ ].join(" "),
418
+ dropdown: [
419
+ "border-2 border-solid bg-transparent",
420
+ "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
421
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
422
+ "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
423
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
424
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
425
+ "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
426
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
427
+ ].join(" "),
428
+ header: [
429
+ "bg-transparent border-2 border-solid",
430
+ "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
431
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
432
+ "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
433
+ "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
434
+ "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
435
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
436
+ "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
437
+ "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
438
+ "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
439
+ "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
440
+ "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
441
+ "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
442
+ ].join(" "),
443
+ hero: [
444
+ "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
445
+ "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
446
+ "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
447
+ "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
448
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
449
+ ].join(" "),
450
+ segmented: [
451
+ "bg-transparent border-2 border-solid rounded-none",
452
+ "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
453
+ "hover:text-[var(--color-hover)]",
454
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
455
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
456
+ "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
457
+ "data-[selected]+*:border-l-0",
458
+ "first:rounded-l-md last:rounded-r-md"
459
+ ].join(" "),
460
+ plain: "bg-transparent text-inherit border-none hover:bg-transparent",
461
+ subtle: [
462
+ "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
463
+ "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
464
+ "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
465
+ ].join(" "),
466
+ link: [
467
+ "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
468
+ "px-0 h-auto",
469
+ "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
470
+ "disabled:text-[var(--color-text-secondary)]"
471
+ ].join(" "),
472
+ icon_secondary: [
473
+ "bg-transparent text-[var(--color-icon-secondary)] border-none",
474
+ "hover:text-[var(--color-hover)]",
475
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
476
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
477
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
478
+ "data-[expanded]:text-[var(--color-hover)]"
479
+ ].join(" "),
480
+ icon_background: [
481
+ "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
482
+ "hover:text-[var(--color-hover)]",
483
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
484
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
485
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
486
+ "data-[expanded]:text-[var(--color-hover)]"
487
+ ].join(" "),
488
+ pagination: [
489
+ "border-2 border-solid bg-transparent",
490
+ "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
491
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
492
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
493
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
494
+ "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
495
+ ].join(" ")
496
+ };
497
+ var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
498
+ var SP = 4;
499
+ function buildShimStyle(props) {
500
+ const s = { ...props.style };
501
+ if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
502
+ if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
503
+ if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
504
+ if (props.px !== void 0) {
505
+ const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
506
+ s.paddingLeft = v;
507
+ s.paddingRight = v;
508
+ }
509
+ if (props.py !== void 0) {
510
+ const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
511
+ s.paddingTop = v;
512
+ s.paddingBottom = v;
513
+ }
514
+ if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
515
+ if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
516
+ if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
517
+ if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
518
+ if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
519
+ if (props.gridRow) s.gridRow = props.gridRow;
520
+ if (props.justifySelf) s.justifySelf = props.justifySelf;
521
+ if (props.alignSelf) s.alignSelf = props.alignSelf;
522
+ if (props.h) s.height = props.h;
523
+ if (props.w) s.width = props.w;
524
+ if (props.display) s.display = props.display;
525
+ if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
526
+ if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
527
+ return Object.keys(s).length > 0 ? s : void 0;
528
+ }
529
+ var Button = React6__namespace.forwardRef(
530
+ function Button2(props, ref) {
531
+ const {
532
+ className,
533
+ variant = "solid",
534
+ size = "md",
535
+ asChild = false,
536
+ loading = false,
537
+ loadingText,
538
+ loadingSkeleton = false,
539
+ expanded,
540
+ selected,
541
+ highlighted,
542
+ disabled,
543
+ children,
544
+ style: styleProp,
545
+ // Strip Chakra style props
546
+ mt,
547
+ ml,
548
+ mr,
549
+ px,
550
+ py,
551
+ fontWeight,
552
+ gap,
553
+ flexShrink,
554
+ columnGap,
555
+ gridColumn,
556
+ gridRow,
557
+ justifySelf,
558
+ alignSelf,
559
+ textStyle: _textStyle,
560
+ h,
561
+ w,
562
+ display,
563
+ borderBottomRightRadius,
564
+ borderTopRightRadius,
565
+ ...rest
566
+ } = props;
567
+ const mergedStyle = buildShimStyle({
568
+ style: styleProp,
569
+ mt,
570
+ ml,
571
+ mr,
572
+ px,
573
+ py,
574
+ fontWeight,
575
+ gap,
576
+ flexShrink,
577
+ columnGap,
578
+ gridColumn,
579
+ gridRow,
580
+ justifySelf,
581
+ alignSelf,
582
+ h,
583
+ w,
584
+ display,
585
+ borderBottomRightRadius,
586
+ borderTopRightRadius
587
+ });
588
+ const dataAttrs = {};
589
+ if (expanded) dataAttrs["data-expanded"] = true;
590
+ if (selected) dataAttrs["data-selected"] = true;
591
+ if (highlighted) dataAttrs["data-highlighted"] = true;
592
+ if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
593
+ const isDisabled = !loadingSkeleton && (loading || disabled);
594
+ const inner = loading ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
595
+ /* @__PURE__ */ jsxRuntime.jsx(Spinner, {}),
596
+ loadingText != null && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { marginLeft: 8 }, children: loadingText })
597
+ ] }) : children;
598
+ const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
599
+ const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
600
+ const button = /* @__PURE__ */ jsxRuntime.jsx(
601
+ ButtonFrame,
602
+ {
603
+ ref,
604
+ size,
605
+ disabled: isDisabled || void 0,
606
+ asChild: asChild || void 0,
607
+ className: combinedClassName,
608
+ style: mergedStyle,
609
+ ...dataAttrs,
610
+ ...rest,
611
+ children: inner
612
+ }
613
+ );
614
+ if (loadingSkeleton) {
615
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
616
+ }
617
+ return button;
618
+ }
619
+ );
620
+ React6__namespace.forwardRef(
621
+ function ButtonGroup2(props, ref) {
622
+ const { className, ...rest } = props;
623
+ return /* @__PURE__ */ jsxRuntime.jsx(
624
+ ui.Box,
625
+ {
626
+ ref,
627
+ className: ["inline-flex", className].filter(Boolean).join(" "),
628
+ role: "group",
629
+ ...rest
630
+ }
631
+ );
632
+ }
633
+ );
634
+ React6__namespace.forwardRef(
635
+ function ButtonGroupRadio2(props, ref) {
636
+ const {
637
+ children,
638
+ onChange,
639
+ variant = "segmented",
640
+ defaultValue,
641
+ loading = false,
642
+ equalWidth = false,
643
+ className,
644
+ ...rest
645
+ } = props;
646
+ const firstChildValue = React6__namespace.useMemo(() => {
647
+ const firstChild = Array.isArray(children) ? children[0] : void 0;
648
+ return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
649
+ }, [children]);
650
+ const [value, setValue] = React6__namespace.useState(defaultValue ?? firstChildValue);
651
+ const handleItemClick = React6__namespace.useCallback((event) => {
652
+ const v = event.currentTarget.value;
653
+ setValue(v);
654
+ onChange?.(v);
655
+ }, [onChange]);
656
+ const clonedChildren = React6__namespace.Children.map(children, (child) => {
657
+ return React6__namespace.cloneElement(child, {
658
+ onClick: handleItemClick,
659
+ selected: value === child.props.value,
660
+ variant
661
+ });
662
+ });
663
+ const childrenLength = React6__namespace.Children.count(children);
664
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsx(
665
+ ui.Box,
666
+ {
667
+ ref,
668
+ className: [
669
+ "inline-flex gap-0",
670
+ equalWidth ? "grid" : "",
671
+ className
672
+ ].filter(Boolean).join(" "),
673
+ style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
674
+ role: "group",
675
+ ...rest,
676
+ children: clonedChildren
677
+ }
678
+ ) });
679
+ }
680
+ );
681
+ var codeDiffVariants = ui.variants(
682
+ "relative overflow-hidden rounded-lg border bg-muted/50",
683
+ {
684
+ variants: {
685
+ theme: {
686
+ dark: "bg-[var(--color-bg-primary)] border-[var(--color-border-divider)]",
687
+ light: "bg-[var(--color-bg-body)] border-[var(--color-border-divider)]",
688
+ github: "bg-white border-[var(--color-border-divider)]",
689
+ "github-dark": "bg-[var(--color-bg-primary)] border-[var(--color-border-divider)]"
690
+ },
691
+ size: {
692
+ sm: "text-xs",
693
+ default: "text-sm",
694
+ lg: "text-base"
695
+ }
696
+ },
697
+ defaultVariants: {
698
+ theme: "dark",
699
+ size: "default"
700
+ }
701
+ }
702
+ );
703
+ var DiffLine = React6__namespace.memo(
704
+ ({
705
+ change,
706
+ showLineNumbers,
707
+ isUnified = false,
708
+ highlightedContent
709
+ }) => {
710
+ const getLineClasses = () => {
711
+ const base = "group relative flex min-h-[1.5rem] items-center py-0.5";
712
+ if (isUnified) {
713
+ switch (change.type) {
714
+ case "add":
715
+ return ui.cn(base, "bg-[var(--lux-state-success)]/10 border-l-2 border-l-green-500");
716
+ case "remove":
717
+ return ui.cn(base, "bg-[var(--lux-state-error)]/10 border-l-2 border-l-red-500");
718
+ default:
719
+ return ui.cn(base, "hover:bg-muted/50");
720
+ }
721
+ }
722
+ return ui.cn(base, "hover:bg-muted/50");
723
+ };
724
+ const getLinePrefix = () => {
725
+ if (!isUnified) return null;
726
+ switch (change.type) {
727
+ case "add":
728
+ return /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Plus, { style: ui.css("h-3 w-3 text-[var(--lux-state-success)] mr-2 flex-shrink-0") });
729
+ case "remove":
730
+ return /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Minus, { style: ui.css("h-3 w-3 text-[var(--lux-state-error)] mr-2 flex-shrink-0") });
731
+ default:
732
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "w-3 mr-2 flex-shrink-0" });
733
+ }
734
+ };
735
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: getLineClasses(), children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center px-4 w-full", children: [
736
+ showLineNumbers && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center gap-2 mr-4", children: !isUnified ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
737
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "inline-block w-8 select-none text-right text-xs text-muted-foreground", children: change.oldLineNumber || "" }),
738
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "inline-block w-8 select-none text-right text-xs text-muted-foreground", children: change.newLineNumber || "" })
739
+ ] }) : /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "inline-block w-8 select-none text-right text-xs text-muted-foreground", children: change.lineNumber }) }),
740
+ getLinePrefix(),
741
+ /* @__PURE__ */ jsxRuntime.jsx(
742
+ ui.Box,
743
+ {
744
+ className: "flex-1 overflow-x-auto font-mono",
745
+ dangerouslySetInnerHTML: {
746
+ __html: highlightedContent || change.content
747
+ }
748
+ }
749
+ )
750
+ ] }) });
751
+ }
752
+ );
753
+ DiffLine.displayName = "DiffLine";
754
+ function generateDiff(oldCode, newCode) {
755
+ const oldLines = oldCode.split("\n");
756
+ const newLines = newCode.split("\n");
757
+ const changes = [];
758
+ let oldIndex = 0;
759
+ let newIndex = 0;
760
+ let lineNumber = 1;
761
+ while (oldIndex < oldLines.length || newIndex < newLines.length) {
762
+ const oldLine = oldLines[oldIndex];
763
+ const newLine = newLines[newIndex];
764
+ if (oldIndex >= oldLines.length) {
765
+ changes.push({
766
+ type: "add",
767
+ lineNumber: lineNumber++,
768
+ content: newLine,
769
+ newLineNumber: newIndex + 1
770
+ });
771
+ newIndex++;
772
+ } else if (newIndex >= newLines.length) {
773
+ changes.push({
774
+ type: "remove",
775
+ lineNumber: lineNumber++,
776
+ content: oldLine,
777
+ oldLineNumber: oldIndex + 1
778
+ });
779
+ oldIndex++;
780
+ } else if (oldLine === newLine) {
781
+ changes.push({
782
+ type: "unchanged",
783
+ lineNumber: lineNumber++,
784
+ content: oldLine,
785
+ oldLineNumber: oldIndex + 1,
786
+ newLineNumber: newIndex + 1
787
+ });
788
+ oldIndex++;
789
+ newIndex++;
790
+ } else {
791
+ changes.push({
792
+ type: "remove",
793
+ lineNumber: lineNumber++,
794
+ content: oldLine,
795
+ oldLineNumber: oldIndex + 1
796
+ });
797
+ changes.push({
798
+ type: "add",
799
+ lineNumber: lineNumber++,
800
+ content: newLine,
801
+ newLineNumber: newIndex + 1
802
+ });
803
+ oldIndex++;
804
+ newIndex++;
805
+ }
806
+ }
807
+ return changes;
808
+ }
809
+ var CodeDiff = React6__namespace.forwardRef(
810
+ ({
811
+ className,
812
+ theme,
813
+ size,
814
+ oldCode,
815
+ newCode,
816
+ language = "text",
817
+ filename,
818
+ oldFilename,
819
+ newFilename,
820
+ showLineNumbers = true,
821
+ showCopyButton = true,
822
+ maxHeight = "500px",
823
+ defaultView = "unified",
824
+ collapseUnchanged = false,
825
+ contextLines = 3,
826
+ ...props
827
+ }, ref) => {
828
+ const [view, setView] = React6__namespace.useState(defaultView);
829
+ const [copied, setCopied] = React6__namespace.useState(false);
830
+ const [isLoading, setIsLoading] = React6__namespace.useState(true);
831
+ const [highlightedOldCode, setHighlightedOldCode] = React6__namespace.useState("");
832
+ const [highlightedNewCode, setHighlightedNewCode] = React6__namespace.useState("");
833
+ const [changes, setChanges] = React6__namespace.useState([]);
834
+ const themeMap = {
835
+ dark: "github-dark",
836
+ light: "github-light",
837
+ github: "github-light",
838
+ "github-dark": "github-dark"
839
+ };
840
+ React6__namespace.useEffect(() => {
841
+ const highlightCode = async () => {
842
+ setIsLoading(true);
843
+ try {
844
+ const [oldHighlighted, newHighlighted] = await Promise.all([
845
+ shiki.codeToHtml(oldCode, {
846
+ lang: language,
847
+ theme: themeMap[theme || "dark"]
848
+ }),
849
+ shiki.codeToHtml(newCode, {
850
+ lang: language,
851
+ theme: themeMap[theme || "dark"]
852
+ })
853
+ ]);
854
+ const extractContent = (html) => {
855
+ const tempDiv = document.createElement("div");
856
+ tempDiv.innerHTML = html;
857
+ const codeElement = tempDiv.querySelector("code");
858
+ return codeElement?.innerHTML || html;
859
+ };
860
+ setHighlightedOldCode(extractContent(oldHighlighted));
861
+ setHighlightedNewCode(extractContent(newHighlighted));
862
+ const diffChanges = generateDiff(oldCode, newCode);
863
+ setChanges(diffChanges);
864
+ } catch (error) {
865
+ console.error("Failed to highlight code:", error);
866
+ setHighlightedOldCode(oldCode);
867
+ setHighlightedNewCode(newCode);
868
+ setChanges(generateDiff(oldCode, newCode));
869
+ } finally {
870
+ setIsLoading(false);
871
+ }
872
+ };
873
+ highlightCode();
874
+ }, [oldCode, newCode, language, theme]);
875
+ const copyToClipboard = React6__namespace.useCallback(async () => {
876
+ try {
877
+ const diffText = view === "unified" ? changes.map((change) => {
878
+ const prefix = change.type === "add" ? "+" : change.type === "remove" ? "-" : " ";
879
+ return `${prefix}${change.content}`;
880
+ }).join("\n") : `--- ${oldFilename || "old"}
881
+ +++ ${newFilename || "new"}
882
+ ${oldCode}
883
+
884
+ ${newCode}`;
885
+ await navigator.clipboard.writeText(diffText);
886
+ setCopied(true);
887
+ setTimeout(() => setCopied(false), 2e3);
888
+ } catch (error) {
889
+ console.error("Failed to copy diff:", error);
890
+ }
891
+ }, [changes, view, oldCode, newCode, oldFilename, newFilename]);
892
+ const filteredChanges = React6__namespace.useMemo(() => {
893
+ if (!collapseUnchanged) return changes;
894
+ const result = [];
895
+ let i = 0;
896
+ while (i < changes.length) {
897
+ const change = changes[i];
898
+ if (change.type !== "unchanged") {
899
+ result.push(change);
900
+ i++;
901
+ continue;
902
+ }
903
+ const unchangedStart = i;
904
+ while (i < changes.length && changes[i].type === "unchanged") {
905
+ i++;
906
+ }
907
+ const unchangedCount = i - unchangedStart;
908
+ if (unchangedCount <= contextLines * 2) {
909
+ for (let j = unchangedStart; j < i; j++) {
910
+ result.push(changes[j]);
911
+ }
912
+ } else {
913
+ for (let j = unchangedStart; j < unchangedStart + contextLines; j++) {
914
+ result.push(changes[j]);
915
+ }
916
+ result.push({
917
+ type: "unchanged",
918
+ lineNumber: -1,
919
+ content: `... ${unchangedCount - contextLines * 2} unchanged lines ...`
920
+ });
921
+ for (let j = i - contextLines; j < i; j++) {
922
+ result.push(changes[j]);
923
+ }
924
+ }
925
+ }
926
+ return result;
927
+ }, [changes, collapseUnchanged, contextLines]);
928
+ const stats = React6__namespace.useMemo(() => {
929
+ const additions = changes.filter((c) => c.type === "add").length;
930
+ const deletions = changes.filter((c) => c.type === "remove").length;
931
+ return { additions, deletions };
932
+ }, [changes]);
933
+ const renderUnifiedView = () => {
934
+ const oldLines = highlightedOldCode.split("\n");
935
+ const newLines = highlightedNewCode.split("\n");
936
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "font-mono", children: filteredChanges.map((change, index) => {
937
+ if (change.lineNumber === -1) {
938
+ return /* @__PURE__ */ jsxRuntime.jsx(
939
+ ui.Box,
940
+ {
941
+ className: "flex items-center justify-center py-2 text-muted-foreground bg-muted/30",
942
+ children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-xs", children: change.content })
943
+ },
944
+ index
945
+ );
946
+ }
947
+ let highlightedContent = change.content;
948
+ if (change.type === "add" && change.newLineNumber) {
949
+ highlightedContent = newLines[change.newLineNumber - 1] || change.content;
950
+ } else if (change.type === "remove" && change.oldLineNumber) {
951
+ highlightedContent = oldLines[change.oldLineNumber - 1] || change.content;
952
+ } else if (change.type === "unchanged" && change.oldLineNumber) {
953
+ highlightedContent = oldLines[change.oldLineNumber - 1] || change.content;
954
+ }
955
+ return /* @__PURE__ */ jsxRuntime.jsx(
956
+ DiffLine,
957
+ {
958
+ change,
959
+ showLineNumbers,
960
+ isUnified: true,
961
+ highlightedContent
962
+ },
963
+ index
964
+ );
965
+ }) });
966
+ };
967
+ const renderSplitView = () => {
968
+ const oldLines = highlightedOldCode.split("\n");
969
+ const newLines = highlightedNewCode.split("\n");
970
+ return /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "grid grid-cols-2 gap-0", children: [
971
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "border-r", children: [
972
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "border-b px-4 py-2 bg-[var(--lux-state-error)]/10", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium text-[var(--lux-state-error)] dark:text-[var(--lux-state-error)]", children: oldFilename || filename || "Old" }) }),
973
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "font-mono", children: oldLines.map((line, index) => /* @__PURE__ */ jsxRuntime.jsx(
974
+ DiffLine,
975
+ {
976
+ change: {
977
+ type: "remove",
978
+ lineNumber: index + 1,
979
+ content: line,
980
+ oldLineNumber: index + 1
981
+ },
982
+ showLineNumbers,
983
+ highlightedContent: line
984
+ },
985
+ `old-${index}`
986
+ )) })
987
+ ] }),
988
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
989
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "border-b px-4 py-2 bg-[var(--lux-state-success)]/10", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium text-[var(--lux-state-success)] dark:text-[var(--lux-state-success)]", children: newFilename || filename || "New" }) }),
990
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "font-mono", children: newLines.map((line, index) => /* @__PURE__ */ jsxRuntime.jsx(
991
+ DiffLine,
992
+ {
993
+ change: {
994
+ type: "add",
995
+ lineNumber: index + 1,
996
+ content: line,
997
+ newLineNumber: index + 1
998
+ },
999
+ showLineNumbers,
1000
+ highlightedContent: line
1001
+ },
1002
+ `new-${index}`
1003
+ )) })
1004
+ ] })
1005
+ ] });
1006
+ };
1007
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1008
+ ui.Box,
1009
+ {
1010
+ ref,
1011
+ className: ui.cn(codeDiffVariants({ theme, size, className })),
1012
+ ...props,
1013
+ children: [
1014
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between border-b px-4 py-2", children: [
1015
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-4", children: [
1016
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1017
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.GitCompare, { style: ui.css("h-4 w-4 text-muted-foreground") }),
1018
+ filename && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: filename }),
1019
+ language && /* @__PURE__ */ jsxRuntime.jsx(Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: language })
1020
+ ] }),
1021
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2 text-xs text-muted-foreground", children: [
1022
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "flex items-center gap-1", children: [
1023
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Plus, { style: ui.css("h-3 w-3 text-[var(--lux-state-success)]") }),
1024
+ stats.additions
1025
+ ] }),
1026
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "flex items-center gap-1", children: [
1027
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Minus, { style: ui.css("h-3 w-3 text-[var(--lux-state-error)]") }),
1028
+ stats.deletions
1029
+ ] })
1030
+ ] })
1031
+ ] }),
1032
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1033
+ /* @__PURE__ */ jsxRuntime.jsxs(
1034
+ ui.ToggleGroup,
1035
+ {
1036
+ type: "single",
1037
+ value: view,
1038
+ onValueChange: (value) => value && setView(value),
1039
+ size: "sm",
1040
+ children: [
1041
+ /* @__PURE__ */ jsxRuntime.jsx(ui.ToggleGroupItem, { value: "unified", "aria-label": "Unified view", children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Square, { style: ui.css("h-3 w-3") }) }),
1042
+ /* @__PURE__ */ jsxRuntime.jsx(ui.ToggleGroupItem, { value: "split", "aria-label": "Split view", children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.SplitSquareHorizontal, { style: ui.css("h-3 w-3") }) })
1043
+ ]
1044
+ }
1045
+ ),
1046
+ showCopyButton && /* @__PURE__ */ jsxRuntime.jsxs(
1047
+ Button,
1048
+ {
1049
+ variant: "ghost",
1050
+ size: "sm",
1051
+ onClick: copyToClipboard,
1052
+ ...ui.sx("h-8 w-8 p-0"),
1053
+ children: [
1054
+ copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { style: ui.css("h-3.5 w-3.5 text-[var(--lux-state-success)]") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { style: ui.css("h-3.5 w-3.5") }),
1055
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "sr-only", children: copied ? "Copied" : "Copy diff" })
1056
+ ]
1057
+ }
1058
+ )
1059
+ ] })
1060
+ ] }),
1061
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "overflow-auto", style: { maxHeight }, children: isLoading ? /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "p-4 space-y-2", children: Array.from({ length: 10 }).map((_, i) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-4", children: [
1062
+ showLineNumbers && /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("h-4 w-8") }),
1063
+ /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("h-4 flex-1") })
1064
+ ] }, i)) }) : view === "unified" ? renderUnifiedView() : renderSplitView() })
1065
+ ]
1066
+ }
1067
+ );
1068
+ }
1069
+ );
1070
+ CodeDiff.displayName = "CodeDiff";
1071
+ var codeSnippetVariants = ui.variants("relative group", {
1072
+ variants: {
1073
+ variant: {
1074
+ default: "rounded-lg border bg-muted/50",
1075
+ inline: "inline-block rounded-md bg-muted px-2 py-1",
1076
+ minimal: "bg-transparent"
1077
+ },
1078
+ theme: {
1079
+ dark: "bg-[var(--color-bg-primary)] border-[var(--color-border-divider)]",
1080
+ light: "bg-[var(--color-bg-body)] border-[var(--color-border-divider)]",
1081
+ github: "bg-white border-[var(--color-border-divider)]",
1082
+ "github-dark": "bg-[var(--color-bg-primary)] border-[var(--color-border-divider)]",
1083
+ terminal: "bg-black border-[var(--lux-state-success)]/30 text-[var(--lux-state-success)]",
1084
+ retro: "bg-[var(--lux-state-notice)] border-[var(--lux-state-notice)] text-[var(--lux-state-notice)]"
1085
+ },
1086
+ size: {
1087
+ xs: "text-xs",
1088
+ sm: "text-sm",
1089
+ default: "text-sm",
1090
+ lg: "text-base"
1091
+ }
1092
+ },
1093
+ defaultVariants: {
1094
+ variant: "default",
1095
+ theme: "dark",
1096
+ size: "default"
1097
+ }
1098
+ });
1099
+ var CodeSnippet = React6__namespace.forwardRef(
1100
+ ({
1101
+ className,
1102
+ variant,
1103
+ theme,
1104
+ size,
1105
+ code,
1106
+ language = "text",
1107
+ filename,
1108
+ showLineNumbers = false,
1109
+ highlightLines = [],
1110
+ showCopyButton = true,
1111
+ showLanguageBadge = true,
1112
+ showHeader = true,
1113
+ maxHeight,
1114
+ expandable = false,
1115
+ collapsedHeight = "200px",
1116
+ wrapLines = false,
1117
+ startLineNumber = 1,
1118
+ ...props
1119
+ }, ref) => {
1120
+ const [highlightedCode, setHighlightedCode] = React6__namespace.useState("");
1121
+ const [copied, setCopied] = React6__namespace.useState(false);
1122
+ const [isLoading, setIsLoading] = React6__namespace.useState(true);
1123
+ const [isExpanded, setIsExpanded] = React6__namespace.useState(!expandable);
1124
+ const themeMap = {
1125
+ dark: "github-dark",
1126
+ light: "github-light",
1127
+ github: "github-light",
1128
+ "github-dark": "github-dark",
1129
+ terminal: "github-dark",
1130
+ retro: "github-light"
1131
+ };
1132
+ React6__namespace.useEffect(() => {
1133
+ const highlightCode = async () => {
1134
+ setIsLoading(true);
1135
+ try {
1136
+ const supportedLang = Object.keys(shiki.bundledLanguages).includes(language);
1137
+ const highlighted = await shiki.codeToHtml(code, {
1138
+ lang: supportedLang ? language : "text",
1139
+ theme: themeMap[theme || "dark"]
1140
+ });
1141
+ const tempDiv = document.createElement("div");
1142
+ tempDiv.innerHTML = highlighted;
1143
+ const codeElement = tempDiv.querySelector("code");
1144
+ setHighlightedCode(codeElement?.innerHTML || highlighted);
1145
+ } catch (error) {
1146
+ console.error("Failed to highlight code:", error);
1147
+ const escaped = code.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
1148
+ setHighlightedCode(escaped);
1149
+ } finally {
1150
+ setIsLoading(false);
1151
+ }
1152
+ };
1153
+ highlightCode();
1154
+ }, [code, language, theme]);
1155
+ const copyToClipboard = React6__namespace.useCallback(async () => {
1156
+ try {
1157
+ await navigator.clipboard.writeText(code);
1158
+ setCopied(true);
1159
+ setTimeout(() => setCopied(false), 2e3);
1160
+ } catch (error) {
1161
+ console.error("Failed to copy code:", error);
1162
+ }
1163
+ }, [code]);
1164
+ const lines = highlightedCode.split("\n").filter((line, index, array) => {
1165
+ return line.trim() !== "" || index < array.length - 1;
1166
+ });
1167
+ const renderInline = () => /* @__PURE__ */ jsxRuntime.jsx(
1168
+ ui.Box,
1169
+ {
1170
+ tag: "code",
1171
+ className: ui.cn(
1172
+ codeSnippetVariants({ variant, theme, size }),
1173
+ "font-mono",
1174
+ className
1175
+ ),
1176
+ dangerouslySetInnerHTML: { __html: highlightedCode }
1177
+ }
1178
+ );
1179
+ const renderBlock = () => /* @__PURE__ */ jsxRuntime.jsxs(
1180
+ ui.Box,
1181
+ {
1182
+ ref,
1183
+ className: ui.cn(
1184
+ codeSnippetVariants({ variant, theme, size }),
1185
+ "overflow-hidden",
1186
+ className
1187
+ ),
1188
+ ...props,
1189
+ children: [
1190
+ showHeader && (filename || language || showCopyButton || expandable) && /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between border-b px-4 py-2 bg-muted/30", children: [
1191
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1192
+ filename && /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-1.5", children: [
1193
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.FileText, { style: ui.css("h-3.5 w-3.5 text-muted-foreground") }),
1194
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: filename })
1195
+ ] }),
1196
+ showLanguageBadge && language && /* @__PURE__ */ jsxRuntime.jsx(Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: language })
1197
+ ] }),
1198
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-1", children: [
1199
+ expandable && /* @__PURE__ */ jsxRuntime.jsxs(
1200
+ Button,
1201
+ {
1202
+ variant: "ghost",
1203
+ size: "sm",
1204
+ onClick: () => setIsExpanded(!isExpanded),
1205
+ ...ui.sx("h-8 w-8 p-0"),
1206
+ children: [
1207
+ isExpanded ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Minimize2, { style: ui.css("h-3.5 w-3.5") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Maximize2, { style: ui.css("h-3.5 w-3.5") }),
1208
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "sr-only", children: isExpanded ? "Collapse" : "Expand" })
1209
+ ]
1210
+ }
1211
+ ),
1212
+ showCopyButton && /* @__PURE__ */ jsxRuntime.jsxs(
1213
+ Button,
1214
+ {
1215
+ variant: "ghost",
1216
+ size: "sm",
1217
+ onClick: copyToClipboard,
1218
+ ...ui.sx("h-8 w-8 p-0 opacity-0 group-hover:opacity-100 transition-opacity"),
1219
+ children: [
1220
+ copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { style: ui.css("h-3.5 w-3.5 text-[var(--lux-state-success)]") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { style: ui.css("h-3.5 w-3.5") }),
1221
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "sr-only", children: copied ? "Copied" : "Copy code" })
1222
+ ]
1223
+ }
1224
+ )
1225
+ ] })
1226
+ ] }),
1227
+ /* @__PURE__ */ jsxRuntime.jsx(
1228
+ ui.Box,
1229
+ {
1230
+ className: ui.cn("overflow-auto", !wrapLines && "overflow-x-auto"),
1231
+ style: {
1232
+ maxHeight: isExpanded ? maxHeight : collapsedHeight
1233
+ },
1234
+ children: isLoading ? /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "p-4 space-y-2", children: Array.from({ length: Math.min(lines.length || 5, 10) }).map(
1235
+ (_, i) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-4", children: [
1236
+ showLineNumbers && /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("h-4 w-8") }),
1237
+ /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("h-4 flex-1") })
1238
+ ] }, i)
1239
+ ) }) : /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "font-mono", children: lines.map((line, index) => {
1240
+ const lineNumber = index + startLineNumber;
1241
+ const isHighlighted = highlightLines.includes(lineNumber);
1242
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1243
+ ui.Box,
1244
+ {
1245
+ className: ui.cn(
1246
+ "group relative flex min-h-[1.5rem] items-center px-4 py-0.5",
1247
+ isHighlighted && "bg-[var(--color-link-primary)]/10 border-l-2 border-l-blue-500",
1248
+ !wrapLines && "whitespace-nowrap"
1249
+ ),
1250
+ children: [
1251
+ showLineNumbers && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "mr-4 inline-block w-8 select-none text-right text-xs text-muted-foreground", children: lineNumber }),
1252
+ /* @__PURE__ */ jsxRuntime.jsx(
1253
+ ui.Box,
1254
+ {
1255
+ className: ui.cn(
1256
+ "flex-1",
1257
+ wrapLines ? "whitespace-pre-wrap break-words" : "overflow-x-auto"
1258
+ ),
1259
+ dangerouslySetInnerHTML: { __html: line }
1260
+ }
1261
+ )
1262
+ ]
1263
+ },
1264
+ index
1265
+ );
1266
+ }) })
1267
+ }
1268
+ ),
1269
+ expandable && !isExpanded && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "absolute bottom-0 left-0 right-0 h-8 bg-gradient-to-t from-background to-transparent pointer-events-none" }),
1270
+ variant === "minimal" && showCopyButton && /* @__PURE__ */ jsxRuntime.jsx(
1271
+ Button,
1272
+ {
1273
+ variant: "ghost",
1274
+ size: "sm",
1275
+ onClick: copyToClipboard,
1276
+ ...ui.sx("absolute top-2 right-2 h-8 w-8 p-0 opacity-0 group-hover:opacity-100 transition-opacity"),
1277
+ children: copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { style: ui.css("h-3.5 w-3.5 text-[var(--lux-state-success)]") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { style: ui.css("h-3.5 w-3.5") })
1278
+ }
1279
+ )
1280
+ ]
1281
+ }
1282
+ );
1283
+ if (variant === "inline") {
1284
+ return renderInline();
1285
+ }
1286
+ return renderBlock();
1287
+ }
1288
+ );
1289
+ CodeSnippet.displayName = "CodeSnippet";
1290
+ var InlineCode = React6__namespace.forwardRef(({ children, language, className, ...props }, ref) => {
1291
+ return /* @__PURE__ */ jsxRuntime.jsx(
1292
+ CodeSnippet,
1293
+ {
1294
+ ref,
1295
+ code: children,
1296
+ language,
1297
+ variant: "inline",
1298
+ showCopyButton: false,
1299
+ showLanguageBadge: false,
1300
+ showHeader: false,
1301
+ className,
1302
+ ...props
1303
+ }
1304
+ );
1305
+ });
1306
+ InlineCode.displayName = "InlineCode";
1307
+ var codeCompareVariants = ui.variants(
1308
+ "relative flex flex-col overflow-hidden rounded-lg border bg-background",
1309
+ {
1310
+ variants: {
1311
+ layout: {
1312
+ horizontal: "flex-col",
1313
+ vertical: "flex-row"
1314
+ },
1315
+ size: {
1316
+ sm: "text-xs",
1317
+ default: "text-sm",
1318
+ lg: "text-base"
1319
+ }
1320
+ },
1321
+ defaultVariants: {
1322
+ layout: "horizontal",
1323
+ size: "default"
1324
+ }
1325
+ }
1326
+ );
1327
+ var CodeCompare = React6__namespace.forwardRef(
1328
+ ({
1329
+ className,
1330
+ layout,
1331
+ size,
1332
+ files,
1333
+ defaultView = "side-by-side",
1334
+ showLineNumbers = true,
1335
+ showCopyButton = true,
1336
+ allowMerge = false,
1337
+ conflictMarkers = [],
1338
+ onMergeConflict,
1339
+ onFileSelect,
1340
+ height = "600px",
1341
+ syncScroll = true,
1342
+ ...props
1343
+ }, ref) => {
1344
+ const [view, setView] = React6__namespace.useState(defaultView);
1345
+ const [selectedFiles, setSelectedFiles] = React6__namespace.useState(() => {
1346
+ if (files.length >= 2) {
1347
+ return [files[0].id, files[1].id];
1348
+ }
1349
+ return files.length > 0 ? [files[0].id] : [];
1350
+ });
1351
+ const [mergeState, setMergeState] = React6__namespace.useState({
1352
+ resolved: {},
1353
+ conflicts: conflictMarkers
1354
+ });
1355
+ const [copied, setCopied] = React6__namespace.useState(false);
1356
+ const scrollRefs = React6__namespace.useRef({});
1357
+ const handleScroll = React6__namespace.useCallback(
1358
+ (sourceId, scrollTop) => {
1359
+ if (!syncScroll) return;
1360
+ Object.entries(scrollRefs.current).forEach(([id, ref2]) => {
1361
+ if (id !== sourceId && ref2) {
1362
+ ref2.scrollTop = scrollTop;
1363
+ }
1364
+ });
1365
+ },
1366
+ [syncScroll]
1367
+ );
1368
+ const copyComparison = React6__namespace.useCallback(async () => {
1369
+ const comparison = selectedFiles.map((fileId) => {
1370
+ const file = files.find((f) => f.id === fileId);
1371
+ return file ? `=== ${file.filename} ===
1372
+ ${file.content}` : "";
1373
+ }).join("\n\n");
1374
+ try {
1375
+ await navigator.clipboard.writeText(comparison);
1376
+ setCopied(true);
1377
+ setTimeout(() => setCopied(false), 2e3);
1378
+ } catch (error) {
1379
+ console.error("Failed to copy comparison:", error);
1380
+ }
1381
+ }, [files, selectedFiles]);
1382
+ const resolveConflict = React6__namespace.useCallback(
1383
+ (conflictIndex, resolution) => {
1384
+ setMergeState((prev) => ({
1385
+ ...prev,
1386
+ resolved: {
1387
+ ...prev.resolved,
1388
+ [conflictIndex]: resolution
1389
+ }
1390
+ }));
1391
+ onMergeConflict?.(resolution);
1392
+ },
1393
+ [onMergeConflict]
1394
+ );
1395
+ const getFileStats = React6__namespace.useCallback(
1396
+ (file1, file2) => {
1397
+ const lines1 = file1.content.split("\n");
1398
+ const lines2 = file2.content.split("\n");
1399
+ let added = 0;
1400
+ let removed = 0;
1401
+ let modified = 0;
1402
+ const maxLines = Math.max(lines1.length, lines2.length);
1403
+ for (let i = 0; i < maxLines; i++) {
1404
+ const line1 = lines1[i];
1405
+ const line2 = lines2[i];
1406
+ if (line1 === void 0) {
1407
+ added++;
1408
+ } else if (line2 === void 0) {
1409
+ removed++;
1410
+ } else if (line1 !== line2) {
1411
+ modified++;
1412
+ }
1413
+ }
1414
+ return { added, removed, modified };
1415
+ },
1416
+ []
1417
+ );
1418
+ const renderFileSelector = () => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center gap-2 flex-wrap", children: files.map((file, index) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1419
+ /* @__PURE__ */ jsxRuntime.jsxs(
1420
+ Button,
1421
+ {
1422
+ variant: selectedFiles.includes(file.id) ? "default" : "outline",
1423
+ size: "sm",
1424
+ onClick: () => {
1425
+ if (view === "three-way") {
1426
+ setSelectedFiles((prev) => {
1427
+ if (prev.includes(file.id)) {
1428
+ return prev.filter((id) => id !== file.id);
1429
+ }
1430
+ return prev.length < 3 ? [...prev, file.id] : [prev[1], prev[2], file.id];
1431
+ });
1432
+ } else {
1433
+ setSelectedFiles((prev) => {
1434
+ if (prev.includes(file.id)) {
1435
+ return prev.filter((id) => id !== file.id);
1436
+ }
1437
+ return prev.length < 2 ? [...prev, file.id] : [prev[1], file.id];
1438
+ });
1439
+ }
1440
+ onFileSelect?.(file.id);
1441
+ },
1442
+ ...ui.sx("gap-2"),
1443
+ children: [
1444
+ file.label || file.filename,
1445
+ file.version && /* @__PURE__ */ jsxRuntime.jsx(Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: file.version })
1446
+ ]
1447
+ }
1448
+ ),
1449
+ index < files.length - 1 && view !== "three-way" && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-muted-foreground", children: "vs" })
1450
+ ] }, file.id)) });
1451
+ const renderSideBySide = () => {
1452
+ const [file1, file2] = selectedFiles.map((id) => files.find((f) => f.id === id)).filter(Boolean);
1453
+ if (!file1 || !file2) {
1454
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center justify-center h-32 text-muted-foreground", children: "Select two files to compare" });
1455
+ }
1456
+ const stats = getFileStats(file1, file2);
1457
+ return /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex flex-col h-full", children: [
1458
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center justify-between border-b px-4 py-2 bg-muted/30", children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-4", children: [
1459
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: "Comparison" }),
1460
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-3 text-xs", children: [
1461
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "text-[var(--lux-state-success)]", children: [
1462
+ "+",
1463
+ stats.added
1464
+ ] }),
1465
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "text-[var(--lux-state-error)]", children: [
1466
+ "-",
1467
+ stats.removed
1468
+ ] }),
1469
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "text-[var(--lux-state-notice)]", children: [
1470
+ "~",
1471
+ stats.modified
1472
+ ] })
1473
+ ] })
1474
+ ] }) }),
1475
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex-1 min-h-0", children: /* @__PURE__ */ jsxRuntime.jsx(
1476
+ CodeDiff,
1477
+ {
1478
+ oldCode: file1.content,
1479
+ newCode: file2.content,
1480
+ language: file1.language,
1481
+ oldFilename: file1.filename,
1482
+ newFilename: file2.filename,
1483
+ showLineNumbers,
1484
+ showCopyButton: false,
1485
+ maxHeight: "100%",
1486
+ defaultView: "split",
1487
+ className: "border-0 rounded-none h-full"
1488
+ }
1489
+ ) })
1490
+ ] });
1491
+ };
1492
+ const renderUnified = () => {
1493
+ const [file1, file2] = selectedFiles.map((id) => files.find((f) => f.id === id)).filter(Boolean);
1494
+ if (!file1 || !file2) {
1495
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center justify-center h-32 text-muted-foreground", children: "Select two files to compare" });
1496
+ }
1497
+ return /* @__PURE__ */ jsxRuntime.jsx(
1498
+ CodeDiff,
1499
+ {
1500
+ oldCode: file1.content,
1501
+ newCode: file2.content,
1502
+ language: file1.language,
1503
+ filename: `${file1.filename} \u2192 ${file2.filename}`,
1504
+ showLineNumbers,
1505
+ showCopyButton: false,
1506
+ maxHeight: "100%",
1507
+ defaultView: "unified",
1508
+ className: "border-0 rounded-none"
1509
+ }
1510
+ );
1511
+ };
1512
+ const renderThreeWay = () => {
1513
+ const [base, current, incoming] = selectedFiles.map((id) => files.find((f) => f.id === id)).filter(Boolean);
1514
+ if (!base || !current || !incoming) {
1515
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center justify-center h-32 text-muted-foreground", children: "Select three files for three-way merge (base, current, incoming)" });
1516
+ }
1517
+ return /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "grid grid-cols-3 gap-0 h-full", children: [
1518
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "border-r", children: [
1519
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "border-b px-4 py-2 bg-muted/30", children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "text-sm font-medium", children: [
1520
+ "Base (",
1521
+ base.filename,
1522
+ ")"
1523
+ ] }) }),
1524
+ /* @__PURE__ */ jsxRuntime.jsx(
1525
+ ui.ScrollArea,
1526
+ {
1527
+ ...ui.sx("h-full"),
1528
+ ref: (ref2) => {
1529
+ scrollRefs.current["base"] = ref2;
1530
+ },
1531
+ onScroll: (e) => {
1532
+ const target = e.target;
1533
+ handleScroll("base", target.scrollTop);
1534
+ },
1535
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1536
+ CodeSnippet,
1537
+ {
1538
+ code: base.content,
1539
+ language: base.language,
1540
+ showLineNumbers,
1541
+ showCopyButton: false,
1542
+ showHeader: false,
1543
+ className: "border-0 rounded-none"
1544
+ }
1545
+ )
1546
+ }
1547
+ )
1548
+ ] }),
1549
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "border-r", children: [
1550
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "border-b px-4 py-2 bg-[var(--color-link-primary)]/10", children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "text-sm font-medium text-[var(--color-link-primary)] dark:text-[var(--color-link-primary)]", children: [
1551
+ "Current (",
1552
+ current.filename,
1553
+ ")"
1554
+ ] }) }),
1555
+ /* @__PURE__ */ jsxRuntime.jsx(
1556
+ ui.ScrollArea,
1557
+ {
1558
+ ...ui.sx("h-full"),
1559
+ ref: (ref2) => {
1560
+ scrollRefs.current["current"] = ref2;
1561
+ },
1562
+ onScroll: (e) => {
1563
+ const target = e.target;
1564
+ handleScroll("current", target.scrollTop);
1565
+ },
1566
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1567
+ CodeSnippet,
1568
+ {
1569
+ code: current.content,
1570
+ language: current.language,
1571
+ showLineNumbers,
1572
+ showCopyButton: false,
1573
+ showHeader: false,
1574
+ className: "border-0 rounded-none"
1575
+ }
1576
+ )
1577
+ }
1578
+ )
1579
+ ] }),
1580
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1581
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "border-b px-4 py-2 bg-[var(--lux-state-success)]/10", children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "text-sm font-medium text-[var(--lux-state-success)] dark:text-[var(--lux-state-success)]", children: [
1582
+ "Incoming (",
1583
+ incoming.filename,
1584
+ ")"
1585
+ ] }) }),
1586
+ /* @__PURE__ */ jsxRuntime.jsx(
1587
+ ui.ScrollArea,
1588
+ {
1589
+ ...ui.sx("h-full"),
1590
+ ref: (ref2) => {
1591
+ scrollRefs.current["incoming"] = ref2;
1592
+ },
1593
+ onScroll: (e) => {
1594
+ const target = e.target;
1595
+ handleScroll("incoming", target.scrollTop);
1596
+ },
1597
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1598
+ CodeSnippet,
1599
+ {
1600
+ code: incoming.content,
1601
+ language: incoming.language,
1602
+ showLineNumbers,
1603
+ showCopyButton: false,
1604
+ showHeader: false,
1605
+ className: "border-0 rounded-none"
1606
+ }
1607
+ )
1608
+ }
1609
+ )
1610
+ ] })
1611
+ ] });
1612
+ };
1613
+ const renderMergeConflicts = () => {
1614
+ if (!allowMerge || mergeState.conflicts.length === 0) return null;
1615
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "border-t bg-muted/30", children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "px-4 py-2", children: [
1616
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between", children: [
1617
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: "Merge Conflicts" }),
1618
+ /* @__PURE__ */ jsxRuntime.jsx(Badge, { colorPalette: "red", ...ui.sx("text-xs"), children: mergeState.conflicts.length })
1619
+ ] }),
1620
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "mt-2 space-y-2", children: mergeState.conflicts.map((conflict, index) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2 text-xs", children: [
1621
+ /* @__PURE__ */ jsxRuntime.jsxs("span", { children: [
1622
+ "Lines ",
1623
+ conflict.startLine,
1624
+ "-",
1625
+ conflict.endLine
1626
+ ] }),
1627
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex gap-1", children: [
1628
+ /* @__PURE__ */ jsxRuntime.jsx(
1629
+ Button,
1630
+ {
1631
+ variant: "outline",
1632
+ size: "sm",
1633
+ onClick: () => resolveConflict(index, "current"),
1634
+ ...ui.sx("h-6 text-xs"),
1635
+ children: "Keep Current"
1636
+ }
1637
+ ),
1638
+ /* @__PURE__ */ jsxRuntime.jsx(
1639
+ Button,
1640
+ {
1641
+ variant: "outline",
1642
+ size: "sm",
1643
+ onClick: () => resolveConflict(index, "incoming"),
1644
+ ...ui.sx("h-6 text-xs"),
1645
+ children: "Accept Incoming"
1646
+ }
1647
+ )
1648
+ ] })
1649
+ ] }, index)) })
1650
+ ] }) });
1651
+ };
1652
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1653
+ ui.Box,
1654
+ {
1655
+ ref,
1656
+ className: ui.cn(codeCompareVariants({ layout, size }), className),
1657
+ style: { height },
1658
+ ...props,
1659
+ children: [
1660
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between border-b px-4 py-2", children: [
1661
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex items-center gap-4", children: renderFileSelector() }),
1662
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1663
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Tabs, { value: view, onValueChange: (value) => setView(value), children: /* @__PURE__ */ jsxRuntime.jsxs(ui.TabsList, { ...ui.sx("grid w-full grid-cols-3"), children: [
1664
+ /* @__PURE__ */ jsxRuntime.jsx(ui.TabsTrigger, { value: "side-by-side", ...ui.sx("text-xs"), children: "Side by Side" }),
1665
+ /* @__PURE__ */ jsxRuntime.jsx(ui.TabsTrigger, { value: "unified", ...ui.sx("text-xs"), children: "Unified" }),
1666
+ /* @__PURE__ */ jsxRuntime.jsx(ui.TabsTrigger, { value: "three-way", ...ui.sx("text-xs"), children: "Three-way" })
1667
+ ] }) }),
1668
+ showCopyButton && /* @__PURE__ */ jsxRuntime.jsx(
1669
+ Button,
1670
+ {
1671
+ variant: "ghost",
1672
+ size: "sm",
1673
+ onClick: copyComparison,
1674
+ ...ui.sx("h-8 w-8 p-0"),
1675
+ children: copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { style: ui.css("h-3.5 w-3.5 text-[var(--lux-state-success)]") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { style: ui.css("h-3.5 w-3.5") })
1676
+ }
1677
+ ),
1678
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.DropdownMenu, { children: [
1679
+ /* @__PURE__ */ jsxRuntime.jsx(ui.DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "sm", ...ui.sx("h-8 w-8 p-0"), children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.MoreHorizontal, { style: ui.css("h-3.5 w-3.5") }) }) }),
1680
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.DropdownMenuContent, { align: "end", children: [
1681
+ /* @__PURE__ */ jsxRuntime.jsxs(
1682
+ ui.DropdownMenuItem,
1683
+ {
1684
+ onClick: () => setSelectedFiles([]),
1685
+ className: "gap-2",
1686
+ children: [
1687
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.RotateCcw, { style: ui.css("h-4 w-4") }),
1688
+ "Reset Selection"
1689
+ ]
1690
+ }
1691
+ ),
1692
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.DropdownMenuItem, { className: "gap-2", children: [
1693
+ /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Settings, { style: ui.css("h-4 w-4") }),
1694
+ "Settings"
1695
+ ] })
1696
+ ] })
1697
+ ] })
1698
+ ] })
1699
+ ] }),
1700
+ /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex-1 min-h-0", children: [
1701
+ view === "side-by-side" && renderSideBySide(),
1702
+ view === "unified" && renderUnified(),
1703
+ view === "three-way" && renderThreeWay()
1704
+ ] }),
1705
+ renderMergeConflicts()
1706
+ ]
1707
+ }
1708
+ );
1709
+ }
1710
+ );
1711
+ CodeCompare.displayName = "CodeCompare";
1712
+
1713
+ exports.CodeCompare = CodeCompare;
1714
+ exports.codeCompareVariants = codeCompareVariants;