@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,1478 @@
1
+ "use client";
2
+ import * as React11 from 'react';
3
+ import React11__default, { Children, createElement } from 'react';
4
+ import { Info } from 'lucide-react';
5
+ import { Box, sx, cn, Label as Label$1, Select, SelectTrigger, SelectValue, SelectContent, SelectItem, SelectSeparator, Tabs, TabsList, TabsTrigger, TabsContent, Card, CardHeader, CardTitle, CardDescription, CardContent, css } from '@hanzo/ui';
6
+ import { TooltipGroup, Tooltip as Tooltip$1, Text, XStack, styled, View, Input as Input$1, Separator as Separator$1, YStack, Slider as Slider$1, Label, Switch, VisuallyHidden, TextArea } from '@hanzo/gui';
7
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
8
+ import { useClickAway } from '@uidotdev/usehooks';
9
+
10
+ var SKELETON_CLASSES = "lux-skeleton rounded-sm";
11
+ var Skeleton = React11.forwardRef(
12
+ function Skeleton2(props, ref) {
13
+ const { loading = true, asChild, className, children, style, ...rest } = props;
14
+ if (!loading) {
15
+ if (asChild && React11.isValidElement(children)) return children;
16
+ return /* @__PURE__ */ jsx(Box, { ref, className, style, ...rest, children });
17
+ }
18
+ return /* @__PURE__ */ jsx(
19
+ "div",
20
+ {
21
+ ref,
22
+ "data-loading": true,
23
+ ...sx(
24
+ SKELETON_CLASSES,
25
+ asChild || children ? "[&_*]:invisible" : "min-h-5",
26
+ className
27
+ ),
28
+ style,
29
+ ...rest,
30
+ children
31
+ }
32
+ );
33
+ }
34
+ );
35
+ React11.forwardRef(
36
+ function SkeletonCircle2(props, ref) {
37
+ const { size = 40, loading = true, className, ...rest } = props;
38
+ const dimension = typeof size === "number" ? `${size}px` : size;
39
+ return /* @__PURE__ */ jsx(
40
+ Skeleton,
41
+ {
42
+ ref,
43
+ loading,
44
+ ...sx("rounded-full shrink-0", className),
45
+ style: { width: dimension, height: dimension, ...rest.style },
46
+ ...rest
47
+ }
48
+ );
49
+ }
50
+ );
51
+ React11.forwardRef(
52
+ function SkeletonText2(props, ref) {
53
+ const { noOfLines = 3, loading = true, className, ...rest } = props;
54
+ return /* @__PURE__ */ jsx(Box, { ref, className: cn("flex w-full flex-col gap-2", className), ...rest, children: Array.from({ length: noOfLines }).map((_, index) => /* @__PURE__ */ jsx(
55
+ Skeleton,
56
+ {
57
+ loading,
58
+ ...sx(cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
59
+ },
60
+ index
61
+ )) });
62
+ }
63
+ );
64
+ var ink = (children, Wrap = Text, props = {}) => {
65
+ let hasText = false;
66
+ Children.forEach(children, (child) => {
67
+ if (typeof child === "string" || typeof child === "number") hasText = true;
68
+ });
69
+ if (!hasText) return children;
70
+ return Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? createElement(Wrap, props, child) : child);
71
+ };
72
+ var TOUCH_PX = 1024;
73
+ function useBelow(px) {
74
+ const [below, setBelow] = React11.useState(false);
75
+ React11.useEffect(() => {
76
+ const mql = window.matchMedia(`(max-width: ${px - 1}px)`);
77
+ const apply = () => setBelow(mql.matches);
78
+ apply();
79
+ mql.addEventListener("change", apply);
80
+ return () => mql.removeEventListener("change", apply);
81
+ }, [px]);
82
+ return below;
83
+ }
84
+ var useIsTouch = () => useBelow(TOUCH_PX);
85
+ function mapPlacement(p) {
86
+ if (!p) return void 0;
87
+ return p;
88
+ }
89
+ var Tooltip = React11.forwardRef(
90
+ function Tooltip2(props, ref) {
91
+ const {
92
+ showArrow: showArrowProp,
93
+ onOpenChange,
94
+ variant,
95
+ selected,
96
+ children,
97
+ disabled,
98
+ disableOnMobile,
99
+ content,
100
+ contentProps,
101
+ defaultOpen = false,
102
+ triggerProps,
103
+ closeDelay = 100,
104
+ openDelay = 100,
105
+ interactive,
106
+ positioning
107
+ } = props;
108
+ const [open, setOpen] = React11.useState(defaultOpen);
109
+ const timeoutRef = React11.useRef(null);
110
+ const isMobile = useIsTouch();
111
+ const handleOpenChange = React11.useCallback((nextOpen) => {
112
+ setOpen(nextOpen);
113
+ onOpenChange?.({ open: nextOpen });
114
+ }, [onOpenChange]);
115
+ const handleOpenChangeManual = React11.useCallback((nextOpen) => {
116
+ timeoutRef.current && window.clearTimeout(timeoutRef.current);
117
+ timeoutRef.current = window.setTimeout(() => {
118
+ setOpen(nextOpen);
119
+ onOpenChange?.({ open: nextOpen });
120
+ }, nextOpen ? openDelay : closeDelay);
121
+ }, [closeDelay, openDelay, onOpenChange]);
122
+ const handleClickAway = React11.useCallback(() => {
123
+ if (open) handleOpenChangeManual(false);
124
+ }, [open, handleOpenChangeManual]);
125
+ const triggerRef = useClickAway(handleClickAway);
126
+ const handleTriggerClick = React11.useCallback(() => {
127
+ handleOpenChangeManual(!open);
128
+ }, [handleOpenChangeManual, open]);
129
+ const handleContentClick = React11.useCallback((event) => {
130
+ event.stopPropagation();
131
+ if (interactive) {
132
+ const closestLink = event.target?.closest("a");
133
+ if (closestLink) {
134
+ handleOpenChangeManual(false);
135
+ }
136
+ }
137
+ }, [interactive, handleOpenChangeManual]);
138
+ React11.useEffect(() => {
139
+ return () => {
140
+ if (timeoutRef.current) {
141
+ clearTimeout(timeoutRef.current);
142
+ }
143
+ };
144
+ }, []);
145
+ if (disabled || disableOnMobile && isMobile) return children;
146
+ const defaultShowArrow = variant === "popover" ? false : true;
147
+ const showArrow = showArrowProp !== void 0 ? showArrowProp : defaultShowArrow;
148
+ const isPopover = variant === "popover";
149
+ const placement = mapPlacement(positioning?.placement) ?? "top";
150
+ const offset = positioning?.offset?.mainAxis ?? 4;
151
+ return /* @__PURE__ */ jsx(TooltipGroup, { delay: openDelay, children: /* @__PURE__ */ jsxs(
152
+ Tooltip$1,
153
+ {
154
+ open,
155
+ onOpenChange: handleOpenChange,
156
+ delay: { open: openDelay, close: closeDelay },
157
+ placement,
158
+ offset,
159
+ unstyled: true,
160
+ children: [
161
+ /* @__PURE__ */ jsx(
162
+ Tooltip$1.Trigger,
163
+ {
164
+ ref: triggerRef,
165
+ asChild: true,
166
+ ...isMobile ? { onClick: handleTriggerClick } : {},
167
+ ...triggerProps,
168
+ children
169
+ }
170
+ ),
171
+ /* @__PURE__ */ jsxs(
172
+ Tooltip$1.Content,
173
+ {
174
+ ref,
175
+ unstyled: true,
176
+ zIndex: 9999,
177
+ overflow: "hidden",
178
+ borderRadius: 8,
179
+ paddingHorizontal: 12,
180
+ paddingVertical: 8,
181
+ maxWidth: isPopover ? 384 : 320,
182
+ backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)",
183
+ transition: "quick",
184
+ enterStyle: { opacity: 0, scale: 0.95 },
185
+ exitStyle: { opacity: 0, scale: 0.95 },
186
+ ...isPopover ? {
187
+ borderWidth: 1,
188
+ borderColor: "var(--color-border-divider)",
189
+ shadowColor: "var(--shadow-popover)"
190
+ } : {},
191
+ onClick: interactive ? handleContentClick : void 0,
192
+ ...selected ? { "data-selected": true } : {},
193
+ ...contentProps,
194
+ children: [
195
+ showArrow && /* @__PURE__ */ jsx(
196
+ Tooltip$1.Arrow,
197
+ {
198
+ unstyled: true,
199
+ backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)"
200
+ }
201
+ ),
202
+ ink(content, void 0, {
203
+ fontSize: 14,
204
+ color: isPopover ? "var(--color-text-primary)" : "var(--color-tooltip-fg)"
205
+ })
206
+ ]
207
+ }
208
+ )
209
+ ]
210
+ }
211
+ ) });
212
+ }
213
+ );
214
+ function TruncatedTextTooltip({ label, children }) {
215
+ return /* @__PURE__ */ jsx(Tooltip, { content: label, positioning: { placement: "top" }, children });
216
+ }
217
+ var SIZE = {
218
+ sm: { padding: 4, height: 18, minHeight: 18 },
219
+ md: { paddingHorizontal: 4, paddingVertical: 2, minHeight: 24 },
220
+ lg: { paddingHorizontal: 8, paddingVertical: 4, minHeight: 28 }
221
+ };
222
+ var SIZE_TEXT = {
223
+ sm: { fontSize: 12, fontWeight: "500" },
224
+ md: { fontSize: 14, fontWeight: "500" },
225
+ lg: { fontSize: 14, fontWeight: "600" }
226
+ };
227
+ var COLOR_PALETTE = {
228
+ gray: { bg: "var(--color-badge-gray-bg)", fg: "var(--color-badge-gray-fg)" },
229
+ green: { bg: "var(--color-badge-green-bg)", fg: "var(--color-badge-green-fg)" },
230
+ red: { bg: "var(--color-badge-red-bg)", fg: "var(--color-badge-red-fg)" },
231
+ purple: { bg: "var(--color-badge-purple-bg)", fg: "var(--color-badge-purple-fg)" },
232
+ orange: { bg: "var(--color-badge-orange-bg)", fg: "var(--color-badge-orange-fg)" },
233
+ blue: { bg: "var(--color-badge-blue-bg)", fg: "var(--color-badge-blue-fg)" },
234
+ yellow: { bg: "var(--color-badge-yellow-bg)", fg: "var(--color-badge-yellow-fg)" },
235
+ teal: { bg: "var(--color-badge-teal-bg)", fg: "var(--color-badge-teal-fg)" },
236
+ cyan: { bg: "var(--color-badge-cyan-bg)", fg: "var(--color-badge-cyan-fg)" },
237
+ pink: { bg: "var(--color-badge-pink-bg)", fg: "var(--color-badge-pink-fg)" },
238
+ purple_alt: { bg: "var(--color-badge-purple-alt-bg)", fg: "var(--color-badge-purple-alt-fg)" },
239
+ blue_alt: { bg: "var(--color-badge-blue-alt-bg)", fg: "var(--color-badge-blue-alt-fg)" },
240
+ bright_gray: { bg: "var(--color-badge-bright-gray-bg)", fg: "var(--color-badge-bright-gray-fg)" },
241
+ bright_green: { bg: "var(--color-badge-bright-green-bg)", fg: "var(--color-badge-bright-green-fg)" },
242
+ bright_red: { bg: "var(--color-badge-bright-red-bg)", fg: "var(--color-badge-bright-red-fg)" },
243
+ bright_blue: { bg: "var(--color-badge-bright-blue-bg)", fg: "var(--color-badge-bright-blue-fg)" },
244
+ bright_yellow: { bg: "var(--color-badge-bright-yellow-bg)", fg: "var(--color-badge-bright-yellow-fg)" },
245
+ bright_teal: { bg: "var(--color-badge-bright-teal-bg)", fg: "var(--color-badge-bright-teal-fg)" },
246
+ bright_cyan: { bg: "var(--color-badge-bright-cyan-bg)", fg: "var(--color-badge-bright-cyan-fg)" },
247
+ bright_orange: { bg: "var(--color-badge-bright-orange-bg)", fg: "var(--color-badge-bright-orange-fg)" },
248
+ bright_purple: { bg: "var(--color-badge-bright-purple-bg)", fg: "var(--color-badge-bright-purple-fg)" },
249
+ bright_pink: { bg: "var(--color-badge-bright-pink-bg)", fg: "var(--color-badge-bright-pink-fg)" }
250
+ };
251
+ var TONE = {
252
+ subtle: (p) => ({ backgroundColor: p.bg, color: p.fg, borderWidth: 0 }),
253
+ solid: (p) => ({ backgroundColor: p.fg, color: p.bg, borderWidth: 0 }),
254
+ outline: (p) => ({
255
+ backgroundColor: "transparent",
256
+ color: p.fg,
257
+ borderWidth: 1,
258
+ borderColor: p.fg
259
+ })
260
+ };
261
+ var Badge = React11__default.forwardRef(
262
+ function Badge2(props, ref) {
263
+ const {
264
+ loading,
265
+ startElement,
266
+ children,
267
+ truncated = false,
268
+ endElement,
269
+ variant = "subtle",
270
+ size = "md",
271
+ colorPalette = "gray",
272
+ className,
273
+ style: badgeStyle,
274
+ ...rest
275
+ } = props;
276
+ const palette = COLOR_PALETTE[colorPalette];
277
+ const tone = TONE[variant](palette);
278
+ const child = children ? (
279
+ // `ellipsis` is gui Text's own built-in variant for single-line
280
+ // truncation — it expands to the same overflow/text-overflow/
281
+ // white-space/max-width rule Tailwind's `text-ellipsis` did, but
282
+ // through the component's own variants (guaranteed to compile),
283
+ // rather than naming each longhand as a separate style prop.
284
+ /* @__PURE__ */ jsx(Text, { ellipsis: true, ...SIZE_TEXT[size], color: tone.color, children })
285
+ ) : null;
286
+ const childrenElement = truncated ? /* @__PURE__ */ jsx(TruncatedTextTooltip, { label: children, children: child }) : child;
287
+ const badgeElement = /* @__PURE__ */ jsxs(
288
+ XStack,
289
+ {
290
+ ref,
291
+ render: /* @__PURE__ */ jsx("span", {}),
292
+ display: "inline-flex",
293
+ alignItems: "center",
294
+ alignSelf: "flex-start",
295
+ borderRadius: 2,
296
+ gap: 4,
297
+ maxWidth: "100%",
298
+ userSelect: "text",
299
+ ...SIZE[size],
300
+ ...tone,
301
+ className,
302
+ style: badgeStyle,
303
+ ...rest,
304
+ children: [
305
+ startElement,
306
+ childrenElement,
307
+ endElement
308
+ ]
309
+ }
310
+ );
311
+ if (loading) {
312
+ return /* @__PURE__ */ jsx(Skeleton, { loading, asChild: true, children: badgeElement });
313
+ }
314
+ return badgeElement;
315
+ }
316
+ );
317
+ var SpinnerFrame = styled(View, {
318
+ name: "ButtonSpinner",
319
+ render: /* @__PURE__ */ jsx("span", {}),
320
+ width: 16,
321
+ height: 16,
322
+ borderRadius: 1e3,
323
+ borderWidth: 2,
324
+ borderColor: "currentColor",
325
+ borderBottomColor: "transparent",
326
+ borderLeftColor: "transparent"
327
+ });
328
+ function Spinner({ className }) {
329
+ return /* @__PURE__ */ jsx(
330
+ SpinnerFrame,
331
+ {
332
+ role: "status",
333
+ "aria-label": "Loading",
334
+ className: [
335
+ "animate-spin",
336
+ className
337
+ ].filter(Boolean).join(" ")
338
+ }
339
+ );
340
+ }
341
+ var ButtonFrame = styled(View, {
342
+ name: "LuxButton",
343
+ render: /* @__PURE__ */ jsx("button", { type: "button" }),
344
+ role: "button",
345
+ tabIndex: 0,
346
+ cursor: "pointer",
347
+ userSelect: "none",
348
+ display: "inline-flex",
349
+ alignItems: "center",
350
+ justifyContent: "center",
351
+ gap: 0,
352
+ overflow: "hidden",
353
+ borderRadius: 6,
354
+ // Whitespace nowrap via className since hanzogui doesn't have a direct token
355
+ // Transition via className
356
+ variants: {
357
+ size: {
358
+ "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
359
+ xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
360
+ sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
361
+ md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
362
+ },
363
+ disabled: {
364
+ true: {
365
+ opacity: 0.2,
366
+ cursor: "not-allowed",
367
+ pointerEvents: "none"
368
+ }
369
+ }
370
+ },
371
+ defaultVariants: {
372
+ size: "md"
373
+ }
374
+ });
375
+ var VARIANT_CLASSES = {
376
+ solid: [
377
+ "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
378
+ "hover:bg-[var(--color-hover)]",
379
+ "data-[expanded]:bg-[var(--color-hover)]"
380
+ ].join(" "),
381
+ solid_danger: [
382
+ "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
383
+ "hover:bg-[var(--color-button-danger-bg-hover)]",
384
+ "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
385
+ ].join(" "),
386
+ outline: [
387
+ "border-2 border-solid bg-transparent",
388
+ "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
389
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
390
+ ].join(" "),
391
+ outline_danger: [
392
+ "border-2 border-solid bg-transparent",
393
+ "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
394
+ "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
395
+ ].join(" "),
396
+ dropdown: [
397
+ "border-2 border-solid bg-transparent",
398
+ "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
399
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
400
+ "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
401
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
402
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
403
+ "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
404
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
405
+ ].join(" "),
406
+ header: [
407
+ "bg-transparent border-2 border-solid",
408
+ "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
409
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
410
+ "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
411
+ "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
412
+ "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
413
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
414
+ "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
415
+ "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
416
+ "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
417
+ "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
418
+ "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
419
+ "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
420
+ ].join(" "),
421
+ hero: [
422
+ "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
423
+ "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
424
+ "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
425
+ "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
426
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
427
+ ].join(" "),
428
+ segmented: [
429
+ "bg-transparent border-2 border-solid rounded-none",
430
+ "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
431
+ "hover:text-[var(--color-hover)]",
432
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
433
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
434
+ "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
435
+ "data-[selected]+*:border-l-0",
436
+ "first:rounded-l-md last:rounded-r-md"
437
+ ].join(" "),
438
+ plain: "bg-transparent text-inherit border-none hover:bg-transparent",
439
+ subtle: [
440
+ "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
441
+ "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
442
+ "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
443
+ ].join(" "),
444
+ link: [
445
+ "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
446
+ "px-0 h-auto",
447
+ "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
448
+ "disabled:text-[var(--color-text-secondary)]"
449
+ ].join(" "),
450
+ icon_secondary: [
451
+ "bg-transparent text-[var(--color-icon-secondary)] border-none",
452
+ "hover:text-[var(--color-hover)]",
453
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
454
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
455
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
456
+ "data-[expanded]:text-[var(--color-hover)]"
457
+ ].join(" "),
458
+ icon_background: [
459
+ "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
460
+ "hover:text-[var(--color-hover)]",
461
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
462
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
463
+ "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
464
+ "data-[expanded]:text-[var(--color-hover)]"
465
+ ].join(" "),
466
+ pagination: [
467
+ "border-2 border-solid bg-transparent",
468
+ "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
469
+ "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
470
+ "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
471
+ "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
472
+ "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
473
+ ].join(" ")
474
+ };
475
+ var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
476
+ var SP = 4;
477
+ function buildShimStyle(props) {
478
+ const s = { ...props.style };
479
+ if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
480
+ if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
481
+ if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
482
+ if (props.px !== void 0) {
483
+ const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
484
+ s.paddingLeft = v;
485
+ s.paddingRight = v;
486
+ }
487
+ if (props.py !== void 0) {
488
+ const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
489
+ s.paddingTop = v;
490
+ s.paddingBottom = v;
491
+ }
492
+ if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
493
+ if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
494
+ if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
495
+ if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
496
+ if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
497
+ if (props.gridRow) s.gridRow = props.gridRow;
498
+ if (props.justifySelf) s.justifySelf = props.justifySelf;
499
+ if (props.alignSelf) s.alignSelf = props.alignSelf;
500
+ if (props.h) s.height = props.h;
501
+ if (props.w) s.width = props.w;
502
+ if (props.display) s.display = props.display;
503
+ if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
504
+ if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
505
+ return Object.keys(s).length > 0 ? s : void 0;
506
+ }
507
+ var Button = React11.forwardRef(
508
+ function Button2(props, ref) {
509
+ const {
510
+ className,
511
+ variant = "solid",
512
+ size = "md",
513
+ asChild = false,
514
+ loading = false,
515
+ loadingText,
516
+ loadingSkeleton = false,
517
+ expanded,
518
+ selected,
519
+ highlighted,
520
+ disabled,
521
+ children,
522
+ style: styleProp,
523
+ // Strip Chakra style props
524
+ mt,
525
+ ml,
526
+ mr,
527
+ px,
528
+ py,
529
+ fontWeight,
530
+ gap,
531
+ flexShrink,
532
+ columnGap,
533
+ gridColumn,
534
+ gridRow,
535
+ justifySelf,
536
+ alignSelf,
537
+ textStyle: _textStyle,
538
+ h,
539
+ w,
540
+ display,
541
+ borderBottomRightRadius,
542
+ borderTopRightRadius,
543
+ ...rest
544
+ } = props;
545
+ const mergedStyle = buildShimStyle({
546
+ style: styleProp,
547
+ mt,
548
+ ml,
549
+ mr,
550
+ px,
551
+ py,
552
+ fontWeight,
553
+ gap,
554
+ flexShrink,
555
+ columnGap,
556
+ gridColumn,
557
+ gridRow,
558
+ justifySelf,
559
+ alignSelf,
560
+ h,
561
+ w,
562
+ display,
563
+ borderBottomRightRadius,
564
+ borderTopRightRadius
565
+ });
566
+ const dataAttrs = {};
567
+ if (expanded) dataAttrs["data-expanded"] = true;
568
+ if (selected) dataAttrs["data-selected"] = true;
569
+ if (highlighted) dataAttrs["data-highlighted"] = true;
570
+ if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
571
+ const isDisabled = !loadingSkeleton && (loading || disabled);
572
+ const inner = loading ? /* @__PURE__ */ jsxs(Fragment, { children: [
573
+ /* @__PURE__ */ jsx(Spinner, {}),
574
+ loadingText != null && /* @__PURE__ */ jsx("span", { style: { marginLeft: 8 }, children: loadingText })
575
+ ] }) : children;
576
+ const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
577
+ const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
578
+ const button = /* @__PURE__ */ jsx(
579
+ ButtonFrame,
580
+ {
581
+ ref,
582
+ size,
583
+ disabled: isDisabled || void 0,
584
+ asChild: asChild || void 0,
585
+ className: combinedClassName,
586
+ style: mergedStyle,
587
+ ...dataAttrs,
588
+ ...rest,
589
+ children: inner
590
+ }
591
+ );
592
+ if (loadingSkeleton) {
593
+ return /* @__PURE__ */ jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
594
+ }
595
+ return button;
596
+ }
597
+ );
598
+ React11.forwardRef(
599
+ function ButtonGroup2(props, ref) {
600
+ const { className, ...rest } = props;
601
+ return /* @__PURE__ */ jsx(
602
+ Box,
603
+ {
604
+ ref,
605
+ className: ["inline-flex", className].filter(Boolean).join(" "),
606
+ role: "group",
607
+ ...rest
608
+ }
609
+ );
610
+ }
611
+ );
612
+ React11.forwardRef(
613
+ function ButtonGroupRadio2(props, ref) {
614
+ const {
615
+ children,
616
+ onChange,
617
+ variant = "segmented",
618
+ defaultValue,
619
+ loading = false,
620
+ equalWidth = false,
621
+ className,
622
+ ...rest
623
+ } = props;
624
+ const firstChildValue = React11.useMemo(() => {
625
+ const firstChild = Array.isArray(children) ? children[0] : void 0;
626
+ return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
627
+ }, [children]);
628
+ const [value, setValue] = React11.useState(defaultValue ?? firstChildValue);
629
+ const handleItemClick = React11.useCallback((event) => {
630
+ const v = event.currentTarget.value;
631
+ setValue(v);
632
+ onChange?.(v);
633
+ }, [onChange]);
634
+ const clonedChildren = React11.Children.map(children, (child) => {
635
+ return React11.cloneElement(child, {
636
+ onClick: handleItemClick,
637
+ selected: value === child.props.value,
638
+ variant
639
+ });
640
+ });
641
+ const childrenLength = React11.Children.count(children);
642
+ return /* @__PURE__ */ jsx(Skeleton, { loading, children: /* @__PURE__ */ jsx(
643
+ Box,
644
+ {
645
+ ref,
646
+ className: [
647
+ "inline-flex gap-0",
648
+ equalWidth ? "grid" : "",
649
+ className
650
+ ].filter(Boolean).join(" "),
651
+ style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
652
+ role: "group",
653
+ ...rest,
654
+ children: clonedChildren
655
+ }
656
+ ) });
657
+ }
658
+ );
659
+ var SIZE2 = {
660
+ xs: { height: 24, paddingHorizontal: 8, fontSize: "$1", borderRadius: 4 },
661
+ sm: { height: 32, paddingHorizontal: 12, fontSize: "$3", borderRadius: 6 },
662
+ md: { height: 40, paddingHorizontal: 16, fontSize: "$5", borderRadius: 6 },
663
+ lg: { height: 48, paddingHorizontal: 16, fontSize: "$6", borderRadius: 8 },
664
+ "2xl": { height: 56, paddingHorizontal: 16, fontSize: "$7", borderRadius: 8 }
665
+ };
666
+ var VARIANT = {
667
+ outline: { borderWidth: 1, borderStyle: "solid" },
668
+ filled: { borderWidth: 0, backgroundColor: "var(--color-input-filled-bg)" },
669
+ unstyled: { borderWidth: 0, backgroundColor: "transparent", padding: 0, height: "auto" }
670
+ };
671
+ var CONTROL = {
672
+ width: "100%",
673
+ outlineWidth: 0,
674
+ backgroundColor: "var(--color-input-bg)",
675
+ color: "var(--color-input-fg)",
676
+ borderColor: "var(--color-input-border)",
677
+ hoverStyle: { borderColor: "var(--color-input-border-hover)" },
678
+ focusStyle: { borderColor: "var(--color-input-border-focus)" },
679
+ disabledStyle: { opacity: 0.4, cursor: "not-allowed" }
680
+ };
681
+ var Input = React11__default.forwardRef(
682
+ ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
683
+ const handleChange = React11__default.useCallback(
684
+ (event) => {
685
+ onChange?.(event);
686
+ onChangeText?.(event.target.value);
687
+ },
688
+ [onChange, onChangeText]
689
+ );
690
+ return /* @__PURE__ */ jsx(
691
+ Input$1,
692
+ {
693
+ ref,
694
+ unstyled: true,
695
+ className: className ? `lux-control ${className}` : "lux-control",
696
+ ...CONTROL,
697
+ ...SIZE2[size],
698
+ ...VARIANT[variant],
699
+ ...rest,
700
+ onChange: handleChange
701
+ }
702
+ );
703
+ }
704
+ );
705
+ Input.displayName = "Input";
706
+ var WEIGHT = { xs: 0.5, sm: 1, md: 2, lg: 3 };
707
+ var Separator = React11__default.forwardRef(
708
+ function Separator2({ orientation = "horizontal", variant = "solid", size = "sm", ...rest }, ref) {
709
+ const vertical = orientation === "vertical";
710
+ return /* @__PURE__ */ jsx(
711
+ Separator$1,
712
+ {
713
+ ref,
714
+ vertical,
715
+ role: "separator",
716
+ "aria-orientation": orientation,
717
+ borderWidth: 0,
718
+ borderStyle: variant,
719
+ borderColor: "var(--color-border-divider)",
720
+ ...vertical ? { borderLeftWidth: WEIGHT[size], alignSelf: "stretch", height: "auto", width: 0 } : { borderTopWidth: WEIGHT[size], width: "100%" },
721
+ ...rest
722
+ }
723
+ );
724
+ }
725
+ );
726
+ var MUTED = "var(--color-text-secondary)";
727
+ var TRACK = "var(--color-border-divider)";
728
+ var ACTIVE = "var(--color-link-primary)";
729
+ var ACTIVE_HOVER = "var(--color-link-primary-hover)";
730
+ var WHITE = "var(--color-white)";
731
+ var Slider = React11.forwardRef(
732
+ function Slider2(props, ref) {
733
+ const {
734
+ marks: marksProp,
735
+ label,
736
+ showValue,
737
+ value,
738
+ defaultValue,
739
+ min = 0,
740
+ max = 100,
741
+ step,
742
+ disabled,
743
+ orientation = "horizontal",
744
+ name,
745
+ onValueChange,
746
+ onValueCommit,
747
+ className
748
+ } = props;
749
+ const resolvedValue = defaultValue ?? value;
750
+ const marks = marksProp?.map((mark) => {
751
+ if (typeof mark === "number") return { value: mark, label: void 0 };
752
+ return mark;
753
+ });
754
+ const hasMarkLabel = Boolean(marks?.some((mark) => mark.label));
755
+ const latest = React11.useRef(value ?? defaultValue ?? []);
756
+ const handleValueChange = React11.useCallback((next) => {
757
+ latest.current = next;
758
+ onValueChange?.(next);
759
+ }, [onValueChange]);
760
+ const handleSlideEnd = React11.useCallback(() => {
761
+ onValueCommit?.(latest.current);
762
+ }, [onValueCommit]);
763
+ return /* @__PURE__ */ jsxs(YStack, { className, gap: 4, children: [
764
+ label && !showValue && /* @__PURE__ */ jsx(Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
765
+ label && showValue && /* @__PURE__ */ jsxs(XStack, { alignItems: "center", justifyContent: "space-between", children: [
766
+ /* @__PURE__ */ jsx(Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
767
+ /* @__PURE__ */ jsx(Text, { fontSize: 14, color: MUTED, children: (value ?? defaultValue ?? [])?.join(", ") })
768
+ ] }),
769
+ /* @__PURE__ */ jsxs(
770
+ Slider$1,
771
+ {
772
+ ref,
773
+ position: "relative",
774
+ flexDirection: "row",
775
+ width: "100%",
776
+ userSelect: "none",
777
+ alignItems: "center",
778
+ marginBottom: hasMarkLabel ? 24 : 0,
779
+ value,
780
+ defaultValue,
781
+ min,
782
+ max,
783
+ step,
784
+ disabled,
785
+ orientation,
786
+ name,
787
+ onValueChange: handleValueChange,
788
+ onSlideEnd: handleSlideEnd,
789
+ children: [
790
+ /* @__PURE__ */ jsx(Slider$1.Track, { unstyled: true, position: "relative", flexGrow: 1, height: 6, borderRadius: 9999, backgroundColor: TRACK, children: /* @__PURE__ */ jsx(Slider$1.TrackActive, { unstyled: true, position: "absolute", height: "100%", borderRadius: 9999, backgroundColor: ACTIVE }) }),
791
+ resolvedValue?.map((_, index) => /* @__PURE__ */ jsx(
792
+ Slider$1.Thumb,
793
+ {
794
+ index,
795
+ unstyled: true,
796
+ width: 20,
797
+ height: 20,
798
+ borderRadius: 9999,
799
+ borderWidth: 2,
800
+ borderColor: ACTIVE,
801
+ backgroundColor: WHITE,
802
+ boxShadow: "var(--shadow-sm)",
803
+ transition: "quick",
804
+ hoverStyle: { borderColor: ACTIVE_HOVER },
805
+ focusStyle: { outlineWidth: 2, outlineStyle: "solid", outlineColor: ACTIVE, outlineOffset: 2 },
806
+ disabledStyle: { pointerEvents: "none", opacity: 0.5 }
807
+ },
808
+ index
809
+ ))
810
+ ]
811
+ }
812
+ ),
813
+ /* @__PURE__ */ jsx(SliderMarks, { marks, min, max })
814
+ ] });
815
+ }
816
+ );
817
+ function SliderMarks(props) {
818
+ const { marks, min, max } = props;
819
+ if (!marks?.length) return null;
820
+ const range = max - min;
821
+ return /* @__PURE__ */ jsx(View, { position: "relative", width: "100%", height: 16, children: marks.map((mark, index) => {
822
+ const percent = (mark.value - min) / range * 100;
823
+ return /* @__PURE__ */ jsxs(View, { position: "absolute", left: `${percent}%`, alignItems: "center", children: [
824
+ /* @__PURE__ */ jsx(View, { width: 2, height: 6, backgroundColor: TRACK }),
825
+ mark.label != null && /* @__PURE__ */ jsx(Text, { marginTop: 2, fontSize: 12, color: MUTED, children: mark.label })
826
+ ] }, index);
827
+ }) });
828
+ }
829
+ var NOOP = () => {
830
+ };
831
+ var SIZE3 = {
832
+ sm: { width: 28, height: 16, thumb: 12, label: 12 },
833
+ md: { width: 36, height: 20, thumb: 16, label: 14 },
834
+ lg: { width: 44, height: 24, thumb: 20, label: 16 }
835
+ };
836
+ var TRACK_ON = "var(--color-text-primary)";
837
+ var TRACK_OFF = "var(--color-switch-bg)";
838
+ var OUTLINE = "var(--color-gray-500)";
839
+ var WHITE2 = "var(--color-white)";
840
+ var SwitchBase = React11.forwardRef(
841
+ function Switch$1(props, ref) {
842
+ const {
843
+ inputProps,
844
+ children,
845
+ rootRef,
846
+ labelProps,
847
+ trackLabel,
848
+ thumbLabel,
849
+ checked: checkedProp,
850
+ defaultChecked,
851
+ onCheckedChange,
852
+ onChange,
853
+ disabled = false,
854
+ size = "md",
855
+ direction,
856
+ ...rest
857
+ } = props;
858
+ const [internalChecked, setInternalChecked] = React11.useState(defaultChecked ?? false);
859
+ const isControlled = checkedProp !== void 0;
860
+ const checkedState = isControlled ? checkedProp : internalChecked;
861
+ const handleCheckedChange = React11.useCallback(
862
+ (nextChecked) => {
863
+ if (!isControlled) {
864
+ setInternalChecked(nextChecked);
865
+ }
866
+ onCheckedChange?.(nextChecked);
867
+ },
868
+ [isControlled, onCheckedChange]
869
+ );
870
+ const s = SIZE3[size];
871
+ const isRtl = direction === "rtl";
872
+ return /* @__PURE__ */ jsxs(
873
+ Label,
874
+ {
875
+ ref: rootRef,
876
+ unstyled: true,
877
+ flexDirection: isRtl ? "row-reverse" : "row",
878
+ alignItems: "center",
879
+ gap: 8,
880
+ cursor: disabled ? "not-allowed" : "pointer",
881
+ userSelect: "none",
882
+ opacity: disabled ? 0.5 : 1,
883
+ onChange,
884
+ "data-disabled": disabled || void 0,
885
+ ...rest,
886
+ children: [
887
+ /* @__PURE__ */ jsxs(
888
+ Switch,
889
+ {
890
+ unstyled: true,
891
+ checked: checkedState,
892
+ onCheckedChange: handleCheckedChange,
893
+ disabled,
894
+ position: "relative",
895
+ flexShrink: 0,
896
+ alignItems: "center",
897
+ width: s.width,
898
+ height: s.height,
899
+ borderRadius: 9999,
900
+ backgroundColor: checkedState ? TRACK_ON : TRACK_OFF,
901
+ transition: "quick",
902
+ focusStyle: { outlineWidth: 2, outlineStyle: "solid", outlineColor: OUTLINE, outlineOffset: 2 },
903
+ children: [
904
+ trackLabel && /* @__PURE__ */ jsx(
905
+ Text,
906
+ {
907
+ position: "absolute",
908
+ width: "100%",
909
+ textAlign: "center",
910
+ fontSize: 8,
911
+ fontWeight: "700",
912
+ color: WHITE2,
913
+ pointerEvents: "none",
914
+ children: checkedState ? trackLabel.on : trackLabel.off
915
+ }
916
+ ),
917
+ /* @__PURE__ */ jsx(
918
+ Switch.Thumb,
919
+ {
920
+ unstyled: true,
921
+ "data-thumb": true,
922
+ transition: "quicker",
923
+ width: s.thumb,
924
+ height: s.thumb,
925
+ borderRadius: 9999,
926
+ backgroundColor: WHITE2,
927
+ boxShadow: "var(--shadow-sm)",
928
+ children: thumbLabel && /* @__PURE__ */ jsx(Text, { width: "100%", height: "100%", textAlign: "center", fontSize: 8, children: checkedState ? thumbLabel.on : thumbLabel.off })
929
+ }
930
+ )
931
+ ]
932
+ }
933
+ ),
934
+ /* @__PURE__ */ jsx(VisuallyHidden, { children: /* @__PURE__ */ jsx(
935
+ "input",
936
+ {
937
+ ref,
938
+ type: "checkbox",
939
+ checked: checkedState,
940
+ disabled,
941
+ tabIndex: -1,
942
+ "aria-hidden": true,
943
+ onChange: NOOP,
944
+ ...inputProps
945
+ }
946
+ ) }),
947
+ children != null && /* @__PURE__ */ jsx(Text, { ...labelProps, fontSize: s.label, children })
948
+ ]
949
+ }
950
+ );
951
+ }
952
+ );
953
+ var Switch2 = SwitchBase;
954
+ var SIZE4 = {
955
+ xs: { paddingHorizontal: 8, paddingVertical: 4, fontSize: "$1", borderRadius: 4 },
956
+ sm: { paddingHorizontal: 12, paddingVertical: 8, fontSize: "$3", borderRadius: 6 },
957
+ md: { paddingHorizontal: 16, paddingVertical: 8, fontSize: "$5", borderRadius: 6 },
958
+ lg: { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$6", borderRadius: 8 },
959
+ "2xl": { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$7", borderRadius: 8 }
960
+ };
961
+ var Textarea = React11__default.forwardRef(
962
+ ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
963
+ const handleChange = React11__default.useCallback(
964
+ (event) => {
965
+ onChange?.(event);
966
+ onChangeText?.(event.target.value);
967
+ },
968
+ [onChange, onChangeText]
969
+ );
970
+ return /* @__PURE__ */ jsx(
971
+ TextArea,
972
+ {
973
+ ref,
974
+ unstyled: true,
975
+ className: className ? `lux-control ${className}` : "lux-control",
976
+ ...CONTROL,
977
+ ...SIZE4[size],
978
+ ...VARIANT[variant],
979
+ ...rest,
980
+ onChange: handleChange
981
+ }
982
+ );
983
+ }
984
+ );
985
+ Textarea.displayName = "Textarea";
986
+ var voices = [
987
+ {
988
+ label: "Alloy",
989
+ value: "alloy",
990
+ gender: "neutral",
991
+ description: "Neutral and balanced"
992
+ },
993
+ {
994
+ label: "Echo",
995
+ value: "echo",
996
+ gender: "male",
997
+ description: "Clear and articulate"
998
+ },
999
+ {
1000
+ label: "Fable",
1001
+ value: "fable",
1002
+ gender: "neutral",
1003
+ description: "Expressive storytelling"
1004
+ },
1005
+ {
1006
+ label: "Onyx",
1007
+ value: "onyx",
1008
+ gender: "male",
1009
+ description: "Deep and authoritative"
1010
+ },
1011
+ {
1012
+ label: "Nova",
1013
+ value: "nova",
1014
+ gender: "female",
1015
+ description: "Warm and friendly"
1016
+ },
1017
+ {
1018
+ label: "Shimmer",
1019
+ value: "shimmer",
1020
+ gender: "female",
1021
+ description: "Energetic and bright"
1022
+ },
1023
+ {
1024
+ label: "Samantha",
1025
+ value: "samantha",
1026
+ gender: "female",
1027
+ description: "Classic and smooth"
1028
+ },
1029
+ { label: "Alex", value: "alex", gender: "male", description: "Professional" }
1030
+ ];
1031
+ var languages = [
1032
+ { label: "English (US)", value: "en-US" },
1033
+ { label: "English (UK)", value: "en-GB" },
1034
+ { label: "English (AU)", value: "en-AU" },
1035
+ { label: "Spanish (Spain)", value: "es-ES" },
1036
+ { label: "Spanish (Mexico)", value: "es-MX" },
1037
+ { label: "French (France)", value: "fr-FR" },
1038
+ { label: "French (Canada)", value: "fr-CA" },
1039
+ { label: "German", value: "de-DE" },
1040
+ { label: "Italian", value: "it-IT" },
1041
+ { label: "Portuguese (Brazil)", value: "pt-BR" },
1042
+ { label: "Portuguese (Portugal)", value: "pt-PT" },
1043
+ { label: "Japanese", value: "ja-JP" },
1044
+ { label: "Korean", value: "ko-KR" },
1045
+ { label: "Chinese (Mandarin)", value: "zh-CN" },
1046
+ { label: "Chinese (Taiwan)", value: "zh-TW" },
1047
+ { label: "Arabic", value: "ar-SA" },
1048
+ { label: "Hindi", value: "hi-IN" },
1049
+ { label: "Russian", value: "ru-RU" },
1050
+ { label: "Dutch", value: "nl-NL" },
1051
+ { label: "Polish", value: "pl-PL" }
1052
+ ];
1053
+ var personalities = [
1054
+ {
1055
+ label: "Friendly",
1056
+ value: "friendly",
1057
+ description: "Warm and approachable, uses casual language"
1058
+ },
1059
+ {
1060
+ label: "Professional",
1061
+ value: "professional",
1062
+ description: "Formal and authoritative, maintains business tone"
1063
+ },
1064
+ {
1065
+ label: "Enthusiastic",
1066
+ value: "enthusiastic",
1067
+ description: "Energetic and upbeat, shows excitement"
1068
+ },
1069
+ {
1070
+ label: "Calm",
1071
+ value: "calm",
1072
+ description: "Soothing and measured, relaxed pace"
1073
+ },
1074
+ {
1075
+ label: "Witty",
1076
+ value: "witty",
1077
+ description: "Quick and clever, uses humor appropriately"
1078
+ }
1079
+ ];
1080
+ var VoiceSelector = React11.forwardRef(
1081
+ ({
1082
+ value,
1083
+ onValueChange,
1084
+ voices: customVoices = voices,
1085
+ showDescription = true
1086
+ }, ref) => {
1087
+ const selected = customVoices.find((v) => v.value === value);
1088
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-2", children: [
1089
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "voice", children: "Voice" }),
1090
+ /* @__PURE__ */ jsxs(Select, { value, onValueChange, children: [
1091
+ /* @__PURE__ */ jsx(SelectTrigger, { id: "voice", children: /* @__PURE__ */ jsx(SelectValue, { placeholder: "Select voice" }) }),
1092
+ /* @__PURE__ */ jsx(SelectContent, { children: customVoices.map((voice) => /* @__PURE__ */ jsx(SelectItem, { value: voice.value, children: /* @__PURE__ */ jsxs(Box, { className: "flex items-center gap-2", children: [
1093
+ /* @__PURE__ */ jsx("span", { children: voice.label }),
1094
+ /* @__PURE__ */ jsx(Badge, { variant: "outline", ...sx("text-xs"), children: voice.gender })
1095
+ ] }) }, voice.value)) })
1096
+ ] }),
1097
+ showDescription && selected && /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: selected.description })
1098
+ ] });
1099
+ }
1100
+ );
1101
+ VoiceSelector.displayName = "VoiceSelector";
1102
+ var LanguageSelector = React11.forwardRef(
1103
+ ({
1104
+ value,
1105
+ onValueChange,
1106
+ languages: customLanguages = languages,
1107
+ showAutoDetect = true
1108
+ }, ref) => {
1109
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-2", children: [
1110
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "language", children: "Spoken Language" }),
1111
+ /* @__PURE__ */ jsxs(Select, { value, onValueChange, children: [
1112
+ /* @__PURE__ */ jsx(SelectTrigger, { id: "language", children: /* @__PURE__ */ jsx(SelectValue, { placeholder: "Select language" }) }),
1113
+ /* @__PURE__ */ jsxs(SelectContent, { children: [
1114
+ showAutoDetect && /* @__PURE__ */ jsxs(Fragment, { children: [
1115
+ /* @__PURE__ */ jsx(SelectItem, { value: "auto", children: "Auto-detect" }),
1116
+ /* @__PURE__ */ jsx(SelectSeparator, {})
1117
+ ] }),
1118
+ customLanguages.map((lang) => /* @__PURE__ */ jsx(SelectItem, { value: lang.value, children: lang.label }, lang.value))
1119
+ ] })
1120
+ ] }),
1121
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: "For best results, select the language you mainly speak" })
1122
+ ] });
1123
+ }
1124
+ );
1125
+ LanguageSelector.displayName = "LanguageSelector";
1126
+ var PersonalitySelector = React11.forwardRef(
1127
+ ({
1128
+ value,
1129
+ onValueChange,
1130
+ personalities: customPersonalities = personalities,
1131
+ showDescription = true
1132
+ }, ref) => {
1133
+ const selected = customPersonalities.find((p) => p.value === value);
1134
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-2", children: [
1135
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "personality", children: "Personality / Tone" }),
1136
+ /* @__PURE__ */ jsxs(Select, { value, onValueChange, children: [
1137
+ /* @__PURE__ */ jsx(SelectTrigger, { id: "personality", children: /* @__PURE__ */ jsx(SelectValue, { placeholder: "Select personality" }) }),
1138
+ /* @__PURE__ */ jsx(SelectContent, { children: customPersonalities.map((personality) => /* @__PURE__ */ jsx(SelectItem, { value: personality.value, children: personality.label }, personality.value)) })
1139
+ ] }),
1140
+ showDescription && selected && /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: selected.description })
1141
+ ] });
1142
+ }
1143
+ );
1144
+ PersonalitySelector.displayName = "PersonalitySelector";
1145
+ var SpeedControl = React11.forwardRef(
1146
+ ({ value, onValueChange, min = 0.5, max = 2, step = 0.1 }, ref) => {
1147
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-3", children: [
1148
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center justify-between", children: [
1149
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "speed", children: "Speaking Speed" }),
1150
+ /* @__PURE__ */ jsxs(Box, { tag: "span", className: "text-sm text-muted-foreground", children: [
1151
+ value.toFixed(1),
1152
+ "x"
1153
+ ] })
1154
+ ] }),
1155
+ /* @__PURE__ */ jsx(
1156
+ Slider,
1157
+ {
1158
+ id: "speed",
1159
+ min,
1160
+ max,
1161
+ step,
1162
+ value: [value],
1163
+ onValueChange: ([val]) => onValueChange(val)
1164
+ }
1165
+ ),
1166
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-between text-xs text-muted-foreground", children: [
1167
+ /* @__PURE__ */ jsxs("span", { children: [
1168
+ "Slower (",
1169
+ min,
1170
+ "x)"
1171
+ ] }),
1172
+ /* @__PURE__ */ jsx("span", { children: "Normal (1.0x)" }),
1173
+ /* @__PURE__ */ jsxs("span", { children: [
1174
+ "Faster (",
1175
+ max,
1176
+ "x)"
1177
+ ] })
1178
+ ] })
1179
+ ] });
1180
+ }
1181
+ );
1182
+ SpeedControl.displayName = "SpeedControl";
1183
+ var PitchControl = React11.forwardRef(
1184
+ ({ value, onValueChange, min = 0.5, max = 2, step = 0.1 }, ref) => {
1185
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-3", children: [
1186
+ /* @__PURE__ */ jsxs(Box, { className: "flex items-center justify-between", children: [
1187
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "pitch", children: "Voice Pitch" }),
1188
+ /* @__PURE__ */ jsxs(Box, { tag: "span", className: "text-sm text-muted-foreground", children: [
1189
+ value.toFixed(1),
1190
+ "x"
1191
+ ] })
1192
+ ] }),
1193
+ /* @__PURE__ */ jsx(
1194
+ Slider,
1195
+ {
1196
+ id: "pitch",
1197
+ min,
1198
+ max,
1199
+ step,
1200
+ value: [value],
1201
+ onValueChange: ([val]) => onValueChange(val)
1202
+ }
1203
+ ),
1204
+ /* @__PURE__ */ jsxs(Box, { className: "flex justify-between text-xs text-muted-foreground", children: [
1205
+ /* @__PURE__ */ jsxs("span", { children: [
1206
+ "Lower (",
1207
+ min,
1208
+ "x)"
1209
+ ] }),
1210
+ /* @__PURE__ */ jsx("span", { children: "Normal (1.0x)" }),
1211
+ /* @__PURE__ */ jsxs("span", { children: [
1212
+ "Higher (",
1213
+ max,
1214
+ "x)"
1215
+ ] })
1216
+ ] })
1217
+ ] });
1218
+ }
1219
+ );
1220
+ PitchControl.displayName = "PitchControl";
1221
+ var WakeWordInput = React11.forwardRef(
1222
+ ({
1223
+ value,
1224
+ onValueChange,
1225
+ placeholder = "e.g., Hey Assistant, Computer, Jarvis"
1226
+ }, ref) => {
1227
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-2", children: [
1228
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "wakeWord", children: "Wake Word" }),
1229
+ /* @__PURE__ */ jsx(
1230
+ Input,
1231
+ {
1232
+ id: "wakeWord",
1233
+ placeholder,
1234
+ value,
1235
+ onChange: (e) => onValueChange(e.target.value)
1236
+ }
1237
+ ),
1238
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: "Phrase to activate hands-free listening (optional)" })
1239
+ ] });
1240
+ }
1241
+ );
1242
+ WakeWordInput.displayName = "WakeWordInput";
1243
+ var CustomInstructions = React11.forwardRef(
1244
+ ({
1245
+ value,
1246
+ onValueChange,
1247
+ rows = 4,
1248
+ placeholder = "Add any specific instructions for the AI assistant..."
1249
+ }, ref) => {
1250
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "space-y-2", children: [
1251
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "customInstructions", children: "Custom Instructions" }),
1252
+ /* @__PURE__ */ jsx(
1253
+ Textarea,
1254
+ {
1255
+ id: "customInstructions",
1256
+ placeholder,
1257
+ value,
1258
+ onChange: (e) => onValueChange(e.target.value),
1259
+ rows
1260
+ }
1261
+ ),
1262
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: "These instructions will guide how the AI responds to you" })
1263
+ ] });
1264
+ }
1265
+ );
1266
+ CustomInstructions.displayName = "CustomInstructions";
1267
+ var AutoListenToggle = React11.forwardRef(({ checked, onCheckedChange }, ref) => {
1268
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "flex items-center justify-between", children: [
1269
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-0.5", children: [
1270
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "autoListen", children: "Auto-listen Mode" }),
1271
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: "Automatically start listening after each response" })
1272
+ ] }),
1273
+ /* @__PURE__ */ jsx(
1274
+ Switch2,
1275
+ {
1276
+ id: "autoListen",
1277
+ checked,
1278
+ onCheckedChange
1279
+ }
1280
+ )
1281
+ ] });
1282
+ });
1283
+ AutoListenToggle.displayName = "AutoListenToggle";
1284
+ var NoiseCancellationToggle = React11.forwardRef(({ checked, onCheckedChange }, ref) => {
1285
+ return /* @__PURE__ */ jsxs(Box, { ref, className: "flex items-center justify-between", children: [
1286
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-0.5", children: [
1287
+ /* @__PURE__ */ jsx(Label$1, { htmlFor: "noiseCancellation", children: "Noise Cancellation" }),
1288
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-muted-foreground", children: "Filter background noise for clearer recognition" })
1289
+ ] }),
1290
+ /* @__PURE__ */ jsx(
1291
+ Switch2,
1292
+ {
1293
+ id: "noiseCancellation",
1294
+ checked,
1295
+ onCheckedChange
1296
+ }
1297
+ )
1298
+ ] });
1299
+ });
1300
+ NoiseCancellationToggle.displayName = "NoiseCancellationToggle";
1301
+ var AIVoiceSettings = React11.forwardRef(
1302
+ ({
1303
+ className,
1304
+ settings: initialSettings,
1305
+ onSettingsChange,
1306
+ onSave,
1307
+ onReset,
1308
+ onPreview,
1309
+ ...props
1310
+ }, ref) => {
1311
+ const [settings, setSettings] = React11.useState({
1312
+ voice: initialSettings?.voice || "alloy",
1313
+ language: initialSettings?.language || "en-US",
1314
+ personality: initialSettings?.personality || "friendly",
1315
+ speed: initialSettings?.speed || 1,
1316
+ pitch: initialSettings?.pitch || 1,
1317
+ wakeWord: initialSettings?.wakeWord || "",
1318
+ customInstructions: initialSettings?.customInstructions || "",
1319
+ autoListen: initialSettings?.autoListen ?? false,
1320
+ noiseCancellation: initialSettings?.noiseCancellation ?? true
1321
+ });
1322
+ const updateSetting = (key, value) => {
1323
+ const newSettings = { ...settings, [key]: value };
1324
+ setSettings(newSettings);
1325
+ onSettingsChange?.(newSettings);
1326
+ };
1327
+ const handleSave = () => {
1328
+ onSave?.(settings);
1329
+ };
1330
+ const handleReset = () => {
1331
+ const defaultSettings = {
1332
+ voice: "alloy",
1333
+ language: "en-US",
1334
+ personality: "friendly",
1335
+ speed: 1,
1336
+ pitch: 1,
1337
+ wakeWord: "",
1338
+ customInstructions: "",
1339
+ autoListen: false,
1340
+ noiseCancellation: true
1341
+ };
1342
+ setSettings(defaultSettings);
1343
+ onSettingsChange?.(defaultSettings);
1344
+ onReset?.();
1345
+ };
1346
+ const handlePreview = () => {
1347
+ onPreview?.(settings.voice, settings.speed, settings.pitch);
1348
+ };
1349
+ return /* @__PURE__ */ jsxs(Box, { ref, className: cn("w-full", className), ...props, children: [
1350
+ /* @__PURE__ */ jsxs(Tabs, { defaultValue: "general", ...sx("w-full"), children: [
1351
+ /* @__PURE__ */ jsxs(TabsList, { ...sx("grid w-full grid-cols-3"), children: [
1352
+ /* @__PURE__ */ jsx(TabsTrigger, { value: "general", children: "General" }),
1353
+ /* @__PURE__ */ jsx(TabsTrigger, { value: "voice", children: "Voice" }),
1354
+ /* @__PURE__ */ jsx(TabsTrigger, { value: "advanced", children: "Advanced" })
1355
+ ] }),
1356
+ /* @__PURE__ */ jsx(TabsContent, { value: "general", ...sx("space-y-4"), children: /* @__PURE__ */ jsxs(Card, { children: [
1357
+ /* @__PURE__ */ jsxs(CardHeader, { children: [
1358
+ /* @__PURE__ */ jsx(CardTitle, { children: "Language & Voice" }),
1359
+ /* @__PURE__ */ jsx(CardDescription, { children: "Configure your preferred language and voice profile" })
1360
+ ] }),
1361
+ /* @__PURE__ */ jsxs(CardContent, { ...sx("space-y-6"), children: [
1362
+ /* @__PURE__ */ jsx(
1363
+ LanguageSelector,
1364
+ {
1365
+ value: settings.language,
1366
+ onValueChange: (value) => updateSetting("language", value)
1367
+ }
1368
+ ),
1369
+ /* @__PURE__ */ jsx(
1370
+ VoiceSelector,
1371
+ {
1372
+ value: settings.voice,
1373
+ onValueChange: (value) => updateSetting("voice", value)
1374
+ }
1375
+ ),
1376
+ /* @__PURE__ */ jsx(
1377
+ PersonalitySelector,
1378
+ {
1379
+ value: settings.personality,
1380
+ onValueChange: (value) => updateSetting("personality", value)
1381
+ }
1382
+ )
1383
+ ] })
1384
+ ] }) }),
1385
+ /* @__PURE__ */ jsx(TabsContent, { value: "voice", ...sx("space-y-4"), children: /* @__PURE__ */ jsxs(Card, { children: [
1386
+ /* @__PURE__ */ jsxs(CardHeader, { children: [
1387
+ /* @__PURE__ */ jsx(CardTitle, { children: "Voice Characteristics" }),
1388
+ /* @__PURE__ */ jsx(CardDescription, { children: "Fine-tune voice speed and pitch to your preference" })
1389
+ ] }),
1390
+ /* @__PURE__ */ jsxs(CardContent, { ...sx("space-y-6"), children: [
1391
+ /* @__PURE__ */ jsx(
1392
+ SpeedControl,
1393
+ {
1394
+ value: settings.speed,
1395
+ onValueChange: (value) => updateSetting("speed", value)
1396
+ }
1397
+ ),
1398
+ /* @__PURE__ */ jsx(Separator, {}),
1399
+ /* @__PURE__ */ jsx(
1400
+ PitchControl,
1401
+ {
1402
+ value: settings.pitch,
1403
+ onValueChange: (value) => updateSetting("pitch", value)
1404
+ }
1405
+ ),
1406
+ /* @__PURE__ */ jsx(Separator, {}),
1407
+ /* @__PURE__ */ jsx(
1408
+ Button,
1409
+ {
1410
+ variant: "outline",
1411
+ ...sx("w-full"),
1412
+ onClick: handlePreview,
1413
+ children: "Preview Voice"
1414
+ }
1415
+ )
1416
+ ] })
1417
+ ] }) }),
1418
+ /* @__PURE__ */ jsxs(TabsContent, { value: "advanced", ...sx("space-y-4"), children: [
1419
+ /* @__PURE__ */ jsxs(Card, { children: [
1420
+ /* @__PURE__ */ jsxs(CardHeader, { children: [
1421
+ /* @__PURE__ */ jsx(CardTitle, { children: "Advanced Settings" }),
1422
+ /* @__PURE__ */ jsx(CardDescription, { children: "Configure wake words, custom instructions, and audio features" })
1423
+ ] }),
1424
+ /* @__PURE__ */ jsxs(CardContent, { ...sx("space-y-6"), children: [
1425
+ /* @__PURE__ */ jsx(
1426
+ WakeWordInput,
1427
+ {
1428
+ value: settings.wakeWord,
1429
+ onValueChange: (value) => updateSetting("wakeWord", value)
1430
+ }
1431
+ ),
1432
+ /* @__PURE__ */ jsx(Separator, {}),
1433
+ /* @__PURE__ */ jsx(
1434
+ CustomInstructions,
1435
+ {
1436
+ value: settings.customInstructions,
1437
+ onValueChange: (value) => updateSetting("customInstructions", value)
1438
+ }
1439
+ ),
1440
+ /* @__PURE__ */ jsx(Separator, {}),
1441
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-4", children: [
1442
+ /* @__PURE__ */ jsx(
1443
+ AutoListenToggle,
1444
+ {
1445
+ checked: settings.autoListen,
1446
+ onCheckedChange: (checked) => updateSetting("autoListen", checked)
1447
+ }
1448
+ ),
1449
+ /* @__PURE__ */ jsx(Separator, {}),
1450
+ /* @__PURE__ */ jsx(
1451
+ NoiseCancellationToggle,
1452
+ {
1453
+ checked: settings.noiseCancellation,
1454
+ onCheckedChange: (checked) => updateSetting("noiseCancellation", checked)
1455
+ }
1456
+ )
1457
+ ] })
1458
+ ] })
1459
+ ] }),
1460
+ /* @__PURE__ */ jsx(Card, { ...sx("border-[var(--color-link-primary)] bg-[var(--color-link-primary)] dark:border-[var(--color-link-primary)] dark:bg-[var(--color-link-primary)]"), children: /* @__PURE__ */ jsxs(CardContent, { ...sx("flex gap-3 pt-6"), children: [
1461
+ /* @__PURE__ */ jsx(Info, { style: css("h-5 w-5 text-[var(--color-link-primary)] dark:text-[var(--color-link-primary)]") }),
1462
+ /* @__PURE__ */ jsxs(Box, { className: "space-y-1", children: [
1463
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-sm font-medium text-[var(--color-link-primary)] dark:text-[var(--color-link-primary)]", children: "Voice Recognition Tips" }),
1464
+ /* @__PURE__ */ jsx(Box, { tag: "p", className: "text-xs text-[var(--color-link-primary)] dark:text-[var(--color-link-primary)]", children: "For best results, speak clearly, use a good microphone, and minimize background noise. Wake word detection works best in quiet environments." })
1465
+ ] })
1466
+ ] }) })
1467
+ ] })
1468
+ ] }),
1469
+ /* @__PURE__ */ jsxs(Box, { className: "mt-6 flex justify-end gap-3", children: [
1470
+ /* @__PURE__ */ jsx(Button, { variant: "outline", onClick: handleReset, children: "Reset to Defaults" }),
1471
+ /* @__PURE__ */ jsx(Button, { onClick: handleSave, children: "Save Settings" })
1472
+ ] })
1473
+ ] });
1474
+ }
1475
+ );
1476
+ AIVoiceSettings.displayName = "AIVoiceSettings";
1477
+
1478
+ export { AIVoiceSettings, AutoListenToggle, CustomInstructions, LanguageSelector, NoiseCancellationToggle, PersonalitySelector, PitchControl, SpeedControl, VoiceSelector, WakeWordInput, languages, personalities, voices };