@orion-ds/react 4.2.5 → 4.2.9

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 (380) hide show
  1. package/dist/components/Accordion/Accordion.module.css +1 -1
  2. package/dist/components/Alert/Alert.d.ts.map +1 -1
  3. package/dist/components/Alert/Alert.module.css +1 -1
  4. package/dist/components/Alert/Alert.stories.d.ts +2 -1
  5. package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
  6. package/dist/components/Alert/Alert.types.d.ts +1 -1
  7. package/dist/components/Alert/Alert.types.d.ts.map +1 -1
  8. package/dist/components/Badge/Badge.module.css +1 -1
  9. package/dist/components/Badge/Badge.stories.d.ts +2 -2
  10. package/dist/components/Badge/Badge.stories.d.ts.map +1 -1
  11. package/dist/components/Badge/Badge.types.d.ts +2 -2
  12. package/dist/components/Badge/Badge.types.d.ts.map +1 -1
  13. package/dist/components/Button/Button.module.css +1 -1
  14. package/dist/components/Card/Card.d.ts.map +1 -1
  15. package/dist/components/Card/Card.module.css +1 -1
  16. package/dist/components/Card/Card.stories.d.ts +1 -1
  17. package/dist/components/Card/Card.stories.d.ts.map +1 -1
  18. package/dist/components/Card/Card.types.d.ts +3 -1
  19. package/dist/components/Card/Card.types.d.ts.map +1 -1
  20. package/dist/components/Chip/Chip.module.css +1 -1
  21. package/dist/components/Chip/Chip.stories.d.ts +1 -1
  22. package/dist/components/Chip/Chip.stories.d.ts.map +1 -1
  23. package/dist/components/Chip/Chip.types.d.ts +1 -1
  24. package/dist/components/Chip/Chip.types.d.ts.map +1 -1
  25. package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  26. package/dist/components/CodeEditor/CodeEditor.types.d.ts.map +1 -1
  27. package/dist/components/Field/Field.module.css +1 -1
  28. package/dist/components/Field/Field.stories.d.ts +5 -0
  29. package/dist/components/Field/Field.stories.d.ts.map +1 -1
  30. package/dist/components/NavTree/NavTree.d.ts.map +1 -1
  31. package/dist/components/NavTree/NavTree.module.css +1 -1
  32. package/dist/components/NavTree/NavTree.stories.d.ts.map +1 -1
  33. package/dist/components/NavTree/NavTree.types.d.ts +2 -2
  34. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  35. package/dist/components/SearchInput/SearchInput.module.css +1 -1
  36. package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -0
  37. package/dist/components/SearchInput/SearchInput.stories.d.ts.map +1 -1
  38. package/dist/components/SearchInput/SearchInput.types.d.ts +5 -1
  39. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -1
  40. package/dist/components/Select/Select.module.css +1 -1
  41. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  42. package/dist/components/Tabs/Tabs.module.css +1 -1
  43. package/dist/components/Tabs/Tabs.types.d.ts +6 -0
  44. package/dist/components/Tabs/Tabs.types.d.ts.map +1 -1
  45. package/dist/components/Textarea/Textarea.module.css +1 -1
  46. package/dist/components/UserMenu/UserMenu.d.ts.map +1 -1
  47. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -1
  48. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts.map +1 -1
  49. package/dist/components/index.d.ts +1 -1
  50. package/dist/components/index.d.ts.map +1 -1
  51. package/dist/examples/LandingPage.example.d.ts.map +1 -1
  52. package/dist/hooks/useTheme.d.ts.map +1 -1
  53. package/dist/index.d.ts +1 -1
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index10.cjs +1 -1
  56. package/dist/index10.mjs +1 -1
  57. package/dist/index100.cjs +1 -1
  58. package/dist/index100.mjs +62 -24
  59. package/dist/index101.cjs +1 -1
  60. package/dist/index101.mjs +16 -44
  61. package/dist/index102.cjs +1 -1
  62. package/dist/index102.mjs +30 -30
  63. package/dist/index103.cjs +1 -1
  64. package/dist/index103.mjs +30 -28
  65. package/dist/index104.cjs +1 -1
  66. package/dist/index104.mjs +40 -16
  67. package/dist/index105.cjs +1 -1
  68. package/dist/index105.mjs +36 -64
  69. package/dist/index106.cjs +1 -1
  70. package/dist/index106.mjs +54 -52
  71. package/dist/index107.cjs +1 -1
  72. package/dist/index107.mjs +46 -42
  73. package/dist/index108.cjs +1 -1
  74. package/dist/index108.mjs +13 -29
  75. package/dist/index109.cjs +1 -1
  76. package/dist/index109.mjs +28 -24
  77. package/dist/index11.cjs +1 -1
  78. package/dist/index11.mjs +1 -1
  79. package/dist/index110.cjs +1 -1
  80. package/dist/index110.mjs +65 -28
  81. package/dist/index111.cjs +1 -1
  82. package/dist/index111.mjs +24 -18
  83. package/dist/index112.cjs +1 -1
  84. package/dist/index112.mjs +35 -14
  85. package/dist/index113.cjs +1 -1
  86. package/dist/index113.mjs +30 -50
  87. package/dist/index114.cjs +1 -1
  88. package/dist/index114.mjs +32 -53
  89. package/dist/index115.cjs +1 -1
  90. package/dist/index115.mjs +57 -62
  91. package/dist/index116.cjs +1 -1
  92. package/dist/index116.mjs +18 -33
  93. package/dist/index117.cjs +1 -1
  94. package/dist/index117.mjs +12 -30
  95. package/dist/index118.cjs +1 -1
  96. package/dist/index118.mjs +64 -18
  97. package/dist/index119.cjs +1 -1
  98. package/dist/index119.mjs +28 -56
  99. package/dist/index12.cjs +1 -1
  100. package/dist/index12.mjs +1 -1
  101. package/dist/index120.cjs +1 -1
  102. package/dist/index120.mjs +32 -38
  103. package/dist/index121.cjs +1 -1
  104. package/dist/index121.mjs +76 -20
  105. package/dist/index122.cjs +1 -1
  106. package/dist/index122.mjs +33 -40
  107. package/dist/index123.cjs +1 -1
  108. package/dist/index123.mjs +40 -76
  109. package/dist/index124.cjs +1 -1
  110. package/dist/index124.mjs +52 -51
  111. package/dist/index125.cjs +1 -1
  112. package/dist/index125.mjs +41 -29
  113. package/dist/index126.cjs +1 -1
  114. package/dist/index126.mjs +18 -65
  115. package/dist/index127.cjs +1 -1
  116. package/dist/index127.mjs +37 -31
  117. package/dist/index128.cjs +1 -1
  118. package/dist/index128.mjs +28 -32
  119. package/dist/index129.cjs +1 -1
  120. package/dist/index129.mjs +36 -45
  121. package/dist/index13.cjs +1 -1
  122. package/dist/index13.mjs +1 -1
  123. package/dist/index130.cjs +1 -1
  124. package/dist/index130.mjs +18 -42
  125. package/dist/index131.cjs +1 -1
  126. package/dist/index131.mjs +18 -28
  127. package/dist/index132.cjs +1 -1
  128. package/dist/index132.mjs +234 -30
  129. package/dist/index133.cjs +1 -1
  130. package/dist/index133.mjs +34 -25
  131. package/dist/index134.cjs +1 -1
  132. package/dist/index134.mjs +44 -13
  133. package/dist/index135.cjs +1 -1
  134. package/dist/index135.mjs +170 -234
  135. package/dist/index136.cjs +1 -1
  136. package/dist/index136.mjs +184 -32
  137. package/dist/index137.cjs +1 -1
  138. package/dist/index137.mjs +24 -39
  139. package/dist/index138.cjs +1 -1
  140. package/dist/index138.mjs +78 -158
  141. package/dist/index139.cjs +1 -1
  142. package/dist/index139.mjs +47 -180
  143. package/dist/index14.cjs +1 -1
  144. package/dist/index14.mjs +1 -1
  145. package/dist/index140.cjs +1 -1
  146. package/dist/index140.mjs +64 -26
  147. package/dist/index141.cjs +1 -1
  148. package/dist/index141.mjs +115 -81
  149. package/dist/index142.cjs +1 -1
  150. package/dist/index142.mjs +108 -52
  151. package/dist/index143.cjs +1 -1
  152. package/dist/index143.mjs +105 -60
  153. package/dist/index144.cjs +1 -1
  154. package/dist/index144.mjs +112 -114
  155. package/dist/index145.cjs +1 -1
  156. package/dist/index145.mjs +212 -106
  157. package/dist/index146.cjs +1 -1
  158. package/dist/index146.mjs +42 -111
  159. package/dist/index147.cjs +1 -1
  160. package/dist/index147.mjs +27 -122
  161. package/dist/index148.cjs +1 -1
  162. package/dist/index148.mjs +56 -214
  163. package/dist/index149.cjs +1 -1
  164. package/dist/index149.mjs +46 -22
  165. package/dist/index15.cjs +1 -1
  166. package/dist/index15.mjs +1 -1
  167. package/dist/index150.cjs +1 -1
  168. package/dist/index150.mjs +24 -36
  169. package/dist/index151.cjs +1 -1
  170. package/dist/index151.mjs +24 -12
  171. package/dist/index152.cjs +1 -1
  172. package/dist/index152.mjs +20 -28
  173. package/dist/index153.cjs +1 -1
  174. package/dist/index153.mjs +26 -46
  175. package/dist/index154.cjs +1 -1
  176. package/dist/index154.mjs +28 -38
  177. package/dist/index155.cjs +1 -1
  178. package/dist/index155.mjs +40 -36
  179. package/dist/index156.cjs +1 -1
  180. package/dist/index156.mjs +22 -18
  181. package/dist/index157.cjs +1 -1
  182. package/dist/index157.mjs +64 -62
  183. package/dist/index158.cjs +1 -1
  184. package/dist/index158.mjs +12 -18
  185. package/dist/index159.cjs +1 -1
  186. package/dist/index159.mjs +33 -67
  187. package/dist/index16.cjs +1 -1
  188. package/dist/index16.mjs +73 -69
  189. package/dist/index160.cjs +1 -1
  190. package/dist/index160.mjs +20 -20
  191. package/dist/index161.cjs +1 -1
  192. package/dist/index161.mjs +42 -106
  193. package/dist/index162.cjs +1 -1
  194. package/dist/index162.mjs +20 -33
  195. package/dist/index163.cjs +1 -1
  196. package/dist/index163.mjs +28 -28
  197. package/dist/index164.cjs +1 -1
  198. package/dist/index164.mjs +44 -18
  199. package/dist/index165.cjs +1 -1
  200. package/dist/index165.mjs +63 -37
  201. package/dist/index166.cjs +1 -1
  202. package/dist/index166.mjs +28 -28
  203. package/dist/index167.cjs +1 -1
  204. package/dist/index167.mjs +20 -46
  205. package/dist/index168.cjs +1 -1
  206. package/dist/index168.mjs +67 -22
  207. package/dist/index169.cjs +1 -1
  208. package/dist/index169.mjs +30 -40
  209. package/dist/index17.cjs +1 -1
  210. package/dist/index17.mjs +1 -1
  211. package/dist/index170.cjs +1 -1
  212. package/dist/index170.mjs +24 -20
  213. package/dist/index171.cjs +1 -1
  214. package/dist/index171.mjs +44 -42
  215. package/dist/index172.cjs +1 -1
  216. package/dist/index172.mjs +46 -64
  217. package/dist/index173.cjs +1 -1
  218. package/dist/index173.mjs +28 -55
  219. package/dist/index174.cjs +1 -1
  220. package/dist/index174.mjs +106 -26
  221. package/dist/index175.cjs +1 -1
  222. package/dist/index175.mjs +52 -44
  223. package/dist/index176.cjs +1 -1
  224. package/dist/index176.mjs +45 -28
  225. package/dist/index177.cjs +1 -1
  226. package/dist/index177.mjs +38 -33
  227. package/dist/index178.cjs +1 -1
  228. package/dist/index178.mjs +55 -32
  229. package/dist/index179.cjs +1 -1
  230. package/dist/index179.mjs +50 -46
  231. package/dist/index18.cjs +1 -1
  232. package/dist/index18.mjs +1 -1
  233. package/dist/index180.cjs +1 -1
  234. package/dist/index180.mjs +30 -57
  235. package/dist/index181.cjs +1 -1
  236. package/dist/index181.mjs +52 -27
  237. package/dist/index182.cjs +1 -1
  238. package/dist/index182.mjs +17 -17
  239. package/dist/index183.cjs +1 -1
  240. package/dist/index183.mjs +17 -17
  241. package/dist/index185.cjs +1 -1
  242. package/dist/index185.mjs +1 -1
  243. package/dist/index19.cjs +1 -1
  244. package/dist/index19.mjs +2 -2
  245. package/dist/index20.cjs +1 -1
  246. package/dist/index20.mjs +14 -14
  247. package/dist/index21.cjs +1 -1
  248. package/dist/index21.mjs +1 -1
  249. package/dist/index22.cjs +1 -1
  250. package/dist/index22.mjs +1 -1
  251. package/dist/index23.cjs +1 -1
  252. package/dist/index23.mjs +56 -36
  253. package/dist/index24.cjs +1 -1
  254. package/dist/index24.mjs +1 -1
  255. package/dist/index25.cjs +1 -1
  256. package/dist/index25.mjs +2 -2
  257. package/dist/index26.cjs +1 -1
  258. package/dist/index26.mjs +1 -1
  259. package/dist/index27.cjs +1 -1
  260. package/dist/index27.mjs +1 -1
  261. package/dist/index28.cjs +1 -1
  262. package/dist/index28.mjs +1 -1
  263. package/dist/index29.cjs +1 -1
  264. package/dist/index29.mjs +1 -1
  265. package/dist/index3.cjs +1 -1
  266. package/dist/index3.mjs +2 -2
  267. package/dist/index30.cjs +1 -1
  268. package/dist/index30.mjs +1 -1
  269. package/dist/index31.cjs +1 -1
  270. package/dist/index31.mjs +1 -1
  271. package/dist/index32.cjs +1 -1
  272. package/dist/index32.mjs +1 -1
  273. package/dist/index33.cjs +1 -1
  274. package/dist/index33.mjs +1 -1
  275. package/dist/index34.cjs +1 -1
  276. package/dist/index34.mjs +1 -1
  277. package/dist/index35.cjs +1 -1
  278. package/dist/index35.mjs +1 -1
  279. package/dist/index36.cjs +1 -1
  280. package/dist/index36.mjs +1 -1
  281. package/dist/index37.cjs +1 -1
  282. package/dist/index37.mjs +1 -1
  283. package/dist/index38.cjs +1 -1
  284. package/dist/index38.mjs +1 -1
  285. package/dist/index39.cjs +1 -1
  286. package/dist/index39.mjs +1 -1
  287. package/dist/index40.cjs +1 -1
  288. package/dist/index40.mjs +1 -1
  289. package/dist/index42.cjs +1 -1
  290. package/dist/index42.mjs +1 -1
  291. package/dist/index43.cjs +1 -1
  292. package/dist/index43.mjs +1 -1
  293. package/dist/index44.cjs +1 -1
  294. package/dist/index44.mjs +1 -1
  295. package/dist/index46.cjs +1 -1
  296. package/dist/index46.mjs +1 -1
  297. package/dist/index47.cjs +1 -1
  298. package/dist/index47.mjs +1 -1
  299. package/dist/index48.mjs +95 -31
  300. package/dist/index49.cjs +1 -1
  301. package/dist/index49.mjs +1 -1
  302. package/dist/index5.cjs +1 -1
  303. package/dist/index5.mjs +1 -1
  304. package/dist/index50.cjs +1 -1
  305. package/dist/index50.mjs +1 -1
  306. package/dist/index51.cjs +1 -1
  307. package/dist/index51.mjs +1 -1
  308. package/dist/index52.cjs +1 -1
  309. package/dist/index52.mjs +1 -1
  310. package/dist/index53.cjs +1 -1
  311. package/dist/index53.mjs +82 -78
  312. package/dist/index54.cjs +1 -1
  313. package/dist/index54.mjs +1 -1
  314. package/dist/index55.cjs +1 -1
  315. package/dist/index55.mjs +1 -1
  316. package/dist/index56.cjs +1 -1
  317. package/dist/index56.mjs +1 -1
  318. package/dist/index57.cjs +1 -1
  319. package/dist/index57.mjs +1 -1
  320. package/dist/index58.cjs +1 -1
  321. package/dist/index58.mjs +1 -1
  322. package/dist/index59.cjs +1 -1
  323. package/dist/index59.mjs +1 -1
  324. package/dist/index6.cjs +1 -1
  325. package/dist/index6.mjs +1 -1
  326. package/dist/index60.cjs +1 -1
  327. package/dist/index60.mjs +1 -1
  328. package/dist/index61.cjs +1 -1
  329. package/dist/index61.mjs +1 -1
  330. package/dist/index62.cjs +1 -1
  331. package/dist/index62.mjs +42 -39
  332. package/dist/index63.cjs +1 -1
  333. package/dist/index63.mjs +1 -1
  334. package/dist/index64.cjs +1 -1
  335. package/dist/index64.mjs +1 -1
  336. package/dist/index65.cjs +1 -1
  337. package/dist/index65.mjs +1 -1
  338. package/dist/index66.cjs +1 -1
  339. package/dist/index66.mjs +1 -1
  340. package/dist/index67.cjs +1 -1
  341. package/dist/index67.mjs +1 -1
  342. package/dist/index68.cjs +1 -1
  343. package/dist/index68.mjs +1 -1
  344. package/dist/index69.cjs +1 -1
  345. package/dist/index69.mjs +1 -1
  346. package/dist/index7.cjs +1 -1
  347. package/dist/index7.mjs +1 -1
  348. package/dist/index70.cjs +1 -1
  349. package/dist/index70.mjs +1 -1
  350. package/dist/index71.cjs +1 -1
  351. package/dist/index71.mjs +1 -1
  352. package/dist/index72.cjs +1 -1
  353. package/dist/index72.mjs +17 -15
  354. package/dist/index73.cjs +1 -1
  355. package/dist/index73.mjs +1 -1
  356. package/dist/index74.cjs +1 -1
  357. package/dist/index74.mjs +2 -2
  358. package/dist/index76.cjs +1 -1
  359. package/dist/index76.mjs +1 -1
  360. package/dist/index77.cjs +1 -1
  361. package/dist/index77.mjs +1 -1
  362. package/dist/index78.cjs +1 -1
  363. package/dist/index78.mjs +1 -1
  364. package/dist/index79.cjs +1 -1
  365. package/dist/index79.mjs +1 -1
  366. package/dist/index8.cjs +1 -1
  367. package/dist/index8.mjs +31 -30
  368. package/dist/index80.cjs +1 -1
  369. package/dist/index80.mjs +1 -1
  370. package/dist/index81.cjs +1 -1
  371. package/dist/index81.mjs +21 -3
  372. package/dist/index9.cjs +1 -1
  373. package/dist/index9.mjs +1 -1
  374. package/dist/index94.mjs +3 -1
  375. package/dist/index99.cjs +1 -1
  376. package/dist/index99.mjs +30 -40
  377. package/dist/styles.css +13 -12
  378. package/dist/theme.css +1 -0
  379. package/dist/tokens/brands.d.ts.map +1 -1
  380. package/package.json +4 -4
package/dist/index145.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("lucide-react"),g=require("./index95.cjs"),b=require("./index184.cjs"),r=require("./index135.cjs"),t=({onRecordingComplete:s,onCancel:u,maxDuration:f=300,className:a,...d})=>{const{isRecording:o,duration:v,audioBlob:c,error:l,startRecording:R,stopRecording:j,cancelRecording:x,reset:n,isSupported:m}=g.useVoiceRecorder({maxDuration:f,onRecordingComplete:s,onError:B=>console.error("Recording error:",B)}),h=()=>{o?j():c?(s?.(c),n()):R()},N=()=>{x(),u?.()};return m?l?e.jsxs("div",{className:[r.default.voiceRecorder,a].filter(Boolean).join(" "),...d,children:[e.jsx("div",{className:r.default.voiceRecorderInfo,children:e.jsx("span",{className:[r.default.voiceRecorderLabel,r.default.voiceRecorderError].join(" "),children:l})}),e.jsx("button",{className:r.default.inputButton,onClick:n,"aria-label":"Try again",children:e.jsx(i.X,{size:20})})]}):e.jsxs("div",{className:[r.default.voiceRecorder,a].filter(Boolean).join(" "),...d,children:[e.jsx("button",{className:[r.default.voiceRecorderButton,!o&&!c&&r.default.voiceRecorderButtonIdle].filter(Boolean).join(" "),onClick:h,"aria-label":o?"Stop recording":c?"Send recording":"Start recording",children:o?e.jsx(i.Square,{size:20}):c?e.jsx(i.Send,{size:20}):e.jsx(i.Mic,{size:20})}),e.jsxs("div",{className:r.default.voiceRecorderInfo,children:[e.jsx("span",{className:r.default.voiceRecorderDuration,children:b.formatTime(v)}),e.jsx("span",{className:r.default.voiceRecorderLabel,children:o?"Recording...":c?"Recording ready":"Click to record"})]}),o&&e.jsxs("div",{className:r.default.voiceRecorderWaveform,children:[e.jsx("div",{className:r.default.voiceRecorderBar}),e.jsx("div",{className:r.default.voiceRecorderBar}),e.jsx("div",{className:r.default.voiceRecorderBar}),e.jsx("div",{className:r.default.voiceRecorderBar}),e.jsx("div",{className:r.default.voiceRecorderBar})]}),(o||c)&&e.jsx("div",{className:r.default.voiceRecorderActions,children:e.jsx("button",{className:r.default.inputButton,onClick:N,"aria-label":"Cancel recording",children:e.jsx(i.X,{size:20})})})]}):e.jsx("div",{className:[r.default.voiceRecorder,a].filter(Boolean).join(" "),...d,children:e.jsx("div",{className:r.default.voiceRecorderInfo,children:e.jsx("span",{className:r.default.voiceRecorderLabel,children:"Voice recording is not supported in this browser"})})})};t.displayName="ChatVoiceRecorder";exports.ChatVoiceRecorder=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react"),c=require("lucide-react"),t=require("./index132.cjs"),O={today:"Today",yesterday:"Yesterday",previous7:"Previous 7 days",previous30:"Previous 30 days",older:"Older"},y=["today","yesterday","previous7","previous30","older"],C=a=>{const r=new Date,u=(new Date(r.getFullYear(),r.getMonth(),r.getDate()).getTime()-new Date(a.getFullYear(),a.getMonth(),a.getDate()).getTime())/(1e3*60*60*24);return u<1?"today":u<2?"yesterday":u<7?"previous7":u<30?"previous30":"older"},P=a=>{const r=C(a);return r==="today"?new Intl.DateTimeFormat("en-US",{hour:"numeric",minute:"2-digit"}).format(a):r==="yesterday"?"Yesterday":r==="previous7"?new Intl.DateTimeFormat("en-US",{weekday:"short"}).format(a):new Intl.DateTimeFormat("en-US",{month:"short",day:"numeric"}).format(a)},z=a=>{const r=new Map;return y.forEach(n=>r.set(n,[])),a.forEach(n=>{const b=C(n.updatedAt);r.get(b)?.push(n)}),r},S=({conversations:a=[],activeConversationId:r,onSelectConversation:n,onNewConversation:b,onDeleteConversation:u,onSearch:x,header:w,footer:N,collapsed:m=!1,onCollapsedChange:f,className:I,...D})=>{const[h,T]=d.useState(""),[p,j]=d.useState(null),o=d.useRef(void 0);d.useEffect(()=>()=>{o.current&&clearTimeout(o.current)},[]);const g=d.useMemo(()=>{if(!h.trim())return a;const s=h.toLowerCase();return a.filter(l=>l.title.toLowerCase().includes(s)||l.preview?.toLowerCase().includes(s))},[a,h]),v=d.useMemo(()=>z(g),[g]),B=d.useCallback(s=>{const l=s.target.value;T(l),x?.(l)},[x]),k=d.useCallback(s=>{n?.(s),m&&f&&f(!0)},[n,m,f]),F=d.useCallback((s,l)=>{s.stopPropagation(),p===l?(u?.(l),j(null),o.current&&clearTimeout(o.current)):(j(l),o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{j(null)},3e3))},[p,u]),M=y.some(s=>(v.get(s)?.length??0)>0);return e.jsxs(e.Fragment,{children:[!m&&e.jsx("div",{className:t.default.sidebarOverlay,onClick:()=>f?.(!0),"aria-hidden":"true"}),e.jsxs("aside",{className:[t.default.sidebar,m&&t.default.sidebarCollapsed,!m&&t.default.sidebarOpen,I].filter(Boolean).join(" "),...D,children:[e.jsx("div",{className:t.default.sidebarHeader,children:w||e.jsxs(e.Fragment,{children:[e.jsx("button",{className:[t.default.inputButton,t.default.inputButtonPrimary,t.default.sidebarNewButton].filter(Boolean).join(" "),onClick:b,"aria-label":"New conversation",children:e.jsxs("span",{className:t.default.sidebarNewButtonInner,children:[e.jsx(c.Plus,{size:18}),e.jsx("span",{children:"New Chat"})]})}),e.jsx("button",{className:[t.default.inputButton,t.default.sidebarCloseButton].join(" "),onClick:()=>f?.(!0),"aria-label":"Close sidebar",children:e.jsx(c.X,{size:20})})]})}),e.jsx("div",{className:t.default.sidebarSearch,children:e.jsxs("div",{className:t.default.sidebarSearchWrapper,children:[e.jsx(c.Search,{size:16,className:t.default.sidebarSearchIcon}),e.jsx("input",{type:"search",className:[t.default.sidebarSearchInput,t.default.sidebarSearchInputWithIcon].join(" "),placeholder:"Search conversations...",value:h,onChange:B,"aria-label":"Search conversations"})]})}),e.jsx("div",{className:t.default.sidebarList,role:"list","aria-label":"Conversations",children:M?y.map(s=>{const l=v.get(s)??[];return l.length===0?null:e.jsxs("div",{children:[e.jsx("div",{className:t.default.sidebarGroupHeader,children:O[s]}),l.map(i=>e.jsxs("button",{className:[t.default.sidebarItem,i.id===r&&t.default.sidebarItemActive].filter(Boolean).join(" "),onClick:()=>k(i.id),role:"listitem","aria-selected":i.id===r,"aria-label":`Conversation: ${i.title}`,children:[e.jsx(c.MessageSquare,{size:18,className:t.default.sidebarItemIcon}),e.jsxs("div",{className:t.default.sidebarItemContent,children:[e.jsx("span",{className:t.default.sidebarItemTitle,children:i.title}),i.preview&&e.jsx("span",{className:t.default.sidebarItemPreview,children:i.preview})]}),e.jsx("span",{className:t.default.sidebarItemDate,children:P(i.updatedAt)}),u&&e.jsx("button",{className:t.default.sidebarItemDelete,onClick:q=>F(q,i.id),"aria-label":p===i.id?`Confirm delete ${i.title}`:`Delete ${i.title}`,children:p===i.id?e.jsx("span",{className:t.default.sidebarItemDeleteConfirm,children:"Delete?"}):e.jsx(c.Trash2,{size:16})})]},i.id))]},s)}):e.jsxs("div",{className:t.default.sidebarEmpty,children:[e.jsx(c.MessageSquare,{size:32,className:t.default.sidebarEmptyIcon}),e.jsx("p",{children:h?"No conversations found":"No conversations yet"})]})}),N&&e.jsx("div",{className:t.default.sidebarFooter,children:N})]})]})};S.displayName="ChatSidebar";exports.ChatSidebar=S;
package/dist/index145.mjs CHANGED
@@ -1,111 +1,217 @@
1
- import { jsx as r, jsxs as c } from "react/jsx-runtime";
2
- import { X as t, Square as b, Send as C, Mic as j } from "lucide-react";
3
- import { useVoiceRecorder as S } from "./index95.mjs";
4
- import { formatTime as k } from "./index184.mjs";
5
- import e from "./index135.mjs";
6
- const z = ({
7
- onRecordingComplete: d,
8
- onCancel: v,
9
- maxDuration: m = 300,
10
- className: a,
11
- ...n
1
+ import { jsxs as l, Fragment as C, jsx as r } from "react/jsx-runtime";
2
+ import { useState as D, useRef as Y, useEffect as x, useMemo as S, useCallback as y } from "react";
3
+ import { Plus as A, X as U, Search as $, MessageSquare as T, Trash2 as q } from "lucide-react";
4
+ import e from "./index132.mjs";
5
+ const G = {
6
+ today: "Today",
7
+ yesterday: "Yesterday",
8
+ previous7: "Previous 7 days",
9
+ previous30: "Previous 30 days",
10
+ older: "Older"
11
+ }, N = [
12
+ "today",
13
+ "yesterday",
14
+ "previous7",
15
+ "previous30",
16
+ "older"
17
+ ], B = (t) => {
18
+ const a = /* @__PURE__ */ new Date(), d = (new Date(
19
+ a.getFullYear(),
20
+ a.getMonth(),
21
+ a.getDate()
22
+ ).getTime() - new Date(t.getFullYear(), t.getMonth(), t.getDate()).getTime()) / (1e3 * 60 * 60 * 24);
23
+ return d < 1 ? "today" : d < 2 ? "yesterday" : d < 7 ? "previous7" : d < 30 ? "previous30" : "older";
24
+ }, H = (t) => {
25
+ const a = B(t);
26
+ return a === "today" ? new Intl.DateTimeFormat("en-US", {
27
+ hour: "numeric",
28
+ minute: "2-digit"
29
+ }).format(t) : a === "yesterday" ? "Yesterday" : a === "previous7" ? new Intl.DateTimeFormat("en-US", {
30
+ weekday: "short"
31
+ }).format(t) : new Intl.DateTimeFormat("en-US", {
32
+ month: "short",
33
+ day: "numeric"
34
+ }).format(t);
35
+ }, Q = (t) => {
36
+ const a = /* @__PURE__ */ new Map();
37
+ return N.forEach((o) => a.set(o, [])), t.forEach((o) => {
38
+ const f = B(o.updatedAt);
39
+ a.get(f)?.push(o);
40
+ }), a;
41
+ }, R = ({
42
+ conversations: t = [],
43
+ activeConversationId: a,
44
+ onSelectConversation: o,
45
+ onNewConversation: f,
46
+ onDeleteConversation: d,
47
+ onSearch: g,
48
+ header: j,
49
+ footer: v,
50
+ collapsed: u = !1,
51
+ onCollapsedChange: m,
52
+ className: k,
53
+ ...F
12
54
  }) => {
13
- const {
14
- isRecording: o,
15
- duration: R,
16
- audioBlob: i,
17
- error: s,
18
- startRecording: h,
19
- stopRecording: u,
20
- cancelRecording: N,
21
- reset: l,
22
- isSupported: f
23
- } = S({
24
- maxDuration: m,
25
- onRecordingComplete: d,
26
- onError: (g) => console.error("Recording error:", g)
27
- }), p = () => {
28
- o ? u() : i ? (d?.(i), l()) : h();
29
- }, B = () => {
30
- N(), v?.();
31
- };
32
- return f ? s ? /* @__PURE__ */ c(
33
- "div",
34
- {
35
- className: [e.voiceRecorder, a].filter(Boolean).join(" "),
36
- ...n,
37
- children: [
38
- /* @__PURE__ */ r("div", { className: e.voiceRecorderInfo, children: /* @__PURE__ */ r(
39
- "span",
40
- {
41
- className: [
42
- e.voiceRecorderLabel,
43
- e.voiceRecorderError
44
- ].join(" "),
45
- children: s
46
- }
47
- ) }),
48
- /* @__PURE__ */ r(
49
- "button",
50
- {
51
- className: e.inputButton,
52
- onClick: l,
53
- "aria-label": "Try again",
54
- children: /* @__PURE__ */ r(t, { size: 20 })
55
- }
56
- )
57
- ]
58
- }
59
- ) : /* @__PURE__ */ c(
60
- "div",
61
- {
62
- className: [e.voiceRecorder, a].filter(Boolean).join(" "),
63
- ...n,
64
- children: [
65
- /* @__PURE__ */ r(
66
- "button",
67
- {
68
- className: [
69
- e.voiceRecorderButton,
70
- !o && !i && e.voiceRecorderButtonIdle
71
- ].filter(Boolean).join(" "),
72
- onClick: p,
73
- "aria-label": o ? "Stop recording" : i ? "Send recording" : "Start recording",
74
- children: o ? /* @__PURE__ */ r(b, { size: 20 }) : i ? /* @__PURE__ */ r(C, { size: 20 }) : /* @__PURE__ */ r(j, { size: 20 })
75
- }
76
- ),
77
- /* @__PURE__ */ c("div", { className: e.voiceRecorderInfo, children: [
78
- /* @__PURE__ */ r("span", { className: e.voiceRecorderDuration, children: k(R) }),
79
- /* @__PURE__ */ r("span", { className: e.voiceRecorderLabel, children: o ? "Recording..." : i ? "Recording ready" : "Click to record" })
80
- ] }),
81
- o && /* @__PURE__ */ c("div", { className: e.voiceRecorderWaveform, children: [
82
- /* @__PURE__ */ r("div", { className: e.voiceRecorderBar }),
83
- /* @__PURE__ */ r("div", { className: e.voiceRecorderBar }),
84
- /* @__PURE__ */ r("div", { className: e.voiceRecorderBar }),
85
- /* @__PURE__ */ r("div", { className: e.voiceRecorderBar }),
86
- /* @__PURE__ */ r("div", { className: e.voiceRecorderBar })
87
- ] }),
88
- (o || i) && /* @__PURE__ */ r("div", { className: e.voiceRecorderActions, children: /* @__PURE__ */ r(
89
- "button",
90
- {
91
- className: e.inputButton,
92
- onClick: B,
93
- "aria-label": "Cancel recording",
94
- children: /* @__PURE__ */ r(t, { size: 20 })
95
- }
96
- ) })
97
- ]
98
- }
99
- ) : /* @__PURE__ */ r(
100
- "div",
101
- {
102
- className: [e.voiceRecorder, a].filter(Boolean).join(" "),
103
- ...n,
104
- children: /* @__PURE__ */ r("div", { className: e.voiceRecorderInfo, children: /* @__PURE__ */ r("span", { className: e.voiceRecorderLabel, children: "Voice recording is not supported in this browser" }) })
105
- }
55
+ const [h, z] = D(""), [p, b] = D(null), c = Y(
56
+ void 0
106
57
  );
58
+ x(() => () => {
59
+ c.current && clearTimeout(c.current);
60
+ }, []);
61
+ const w = S(() => {
62
+ if (!h.trim()) return t;
63
+ const s = h.toLowerCase();
64
+ return t.filter(
65
+ (n) => n.title.toLowerCase().includes(s) || n.preview?.toLowerCase().includes(s)
66
+ );
67
+ }, [t, h]), I = S(() => Q(w), [w]), O = y(
68
+ (s) => {
69
+ const n = s.target.value;
70
+ z(n), g?.(n);
71
+ },
72
+ [g]
73
+ ), P = y(
74
+ (s) => {
75
+ o?.(s), u && m && m(!0);
76
+ },
77
+ [o, u, m]
78
+ ), E = y(
79
+ (s, n) => {
80
+ s.stopPropagation(), p === n ? (d?.(n), b(null), c.current && clearTimeout(c.current)) : (b(n), c.current && clearTimeout(c.current), c.current = setTimeout(() => {
81
+ b(null);
82
+ }, 3e3));
83
+ },
84
+ [p, d]
85
+ ), L = N.some(
86
+ (s) => (I.get(s)?.length ?? 0) > 0
87
+ );
88
+ return /* @__PURE__ */ l(C, { children: [
89
+ !u && /* @__PURE__ */ r(
90
+ "div",
91
+ {
92
+ className: e.sidebarOverlay,
93
+ onClick: () => m?.(!0),
94
+ "aria-hidden": "true"
95
+ }
96
+ ),
97
+ /* @__PURE__ */ l(
98
+ "aside",
99
+ {
100
+ className: [
101
+ e.sidebar,
102
+ u && e.sidebarCollapsed,
103
+ !u && e.sidebarOpen,
104
+ k
105
+ ].filter(Boolean).join(" "),
106
+ ...F,
107
+ children: [
108
+ /* @__PURE__ */ r("div", { className: e.sidebarHeader, children: j || /* @__PURE__ */ l(C, { children: [
109
+ /* @__PURE__ */ r(
110
+ "button",
111
+ {
112
+ className: [
113
+ e.inputButton,
114
+ e.inputButtonPrimary,
115
+ e.sidebarNewButton
116
+ ].filter(Boolean).join(" "),
117
+ onClick: f,
118
+ "aria-label": "New conversation",
119
+ children: /* @__PURE__ */ l("span", { className: e.sidebarNewButtonInner, children: [
120
+ /* @__PURE__ */ r(A, { size: 18 }),
121
+ /* @__PURE__ */ r("span", { children: "New Chat" })
122
+ ] })
123
+ }
124
+ ),
125
+ /* @__PURE__ */ r(
126
+ "button",
127
+ {
128
+ className: [e.inputButton, e.sidebarCloseButton].join(
129
+ " "
130
+ ),
131
+ onClick: () => m?.(!0),
132
+ "aria-label": "Close sidebar",
133
+ children: /* @__PURE__ */ r(U, { size: 20 })
134
+ }
135
+ )
136
+ ] }) }),
137
+ /* @__PURE__ */ r("div", { className: e.sidebarSearch, children: /* @__PURE__ */ l("div", { className: e.sidebarSearchWrapper, children: [
138
+ /* @__PURE__ */ r($, { size: 16, className: e.sidebarSearchIcon }),
139
+ /* @__PURE__ */ r(
140
+ "input",
141
+ {
142
+ type: "search",
143
+ className: [
144
+ e.sidebarSearchInput,
145
+ e.sidebarSearchInputWithIcon
146
+ ].join(" "),
147
+ placeholder: "Search conversations...",
148
+ value: h,
149
+ onChange: O,
150
+ "aria-label": "Search conversations"
151
+ }
152
+ )
153
+ ] }) }),
154
+ /* @__PURE__ */ r(
155
+ "div",
156
+ {
157
+ className: e.sidebarList,
158
+ role: "list",
159
+ "aria-label": "Conversations",
160
+ children: L ? N.map((s) => {
161
+ const n = I.get(s) ?? [];
162
+ return n.length === 0 ? null : /* @__PURE__ */ l("div", { children: [
163
+ /* @__PURE__ */ r("div", { className: e.sidebarGroupHeader, children: G[s] }),
164
+ n.map((i) => /* @__PURE__ */ l(
165
+ "button",
166
+ {
167
+ className: [
168
+ e.sidebarItem,
169
+ i.id === a && e.sidebarItemActive
170
+ ].filter(Boolean).join(" "),
171
+ onClick: () => P(i.id),
172
+ role: "listitem",
173
+ "aria-selected": i.id === a,
174
+ "aria-label": `Conversation: ${i.title}`,
175
+ children: [
176
+ /* @__PURE__ */ r(
177
+ T,
178
+ {
179
+ size: 18,
180
+ className: e.sidebarItemIcon
181
+ }
182
+ ),
183
+ /* @__PURE__ */ l("div", { className: e.sidebarItemContent, children: [
184
+ /* @__PURE__ */ r("span", { className: e.sidebarItemTitle, children: i.title }),
185
+ i.preview && /* @__PURE__ */ r("span", { className: e.sidebarItemPreview, children: i.preview })
186
+ ] }),
187
+ /* @__PURE__ */ r("span", { className: e.sidebarItemDate, children: H(i.updatedAt) }),
188
+ d && /* @__PURE__ */ r(
189
+ "button",
190
+ {
191
+ className: e.sidebarItemDelete,
192
+ onClick: (M) => E(M, i.id),
193
+ "aria-label": p === i.id ? `Confirm delete ${i.title}` : `Delete ${i.title}`,
194
+ children: p === i.id ? /* @__PURE__ */ r("span", { className: e.sidebarItemDeleteConfirm, children: "Delete?" }) : /* @__PURE__ */ r(q, { size: 16 })
195
+ }
196
+ )
197
+ ]
198
+ },
199
+ i.id
200
+ ))
201
+ ] }, s);
202
+ }) : /* @__PURE__ */ l("div", { className: e.sidebarEmpty, children: [
203
+ /* @__PURE__ */ r(T, { size: 32, className: e.sidebarEmptyIcon }),
204
+ /* @__PURE__ */ r("p", { children: h ? "No conversations found" : "No conversations yet" })
205
+ ] })
206
+ }
207
+ ),
208
+ v && /* @__PURE__ */ r("div", { className: e.sidebarFooter, children: v })
209
+ ]
210
+ }
211
+ )
212
+ ] });
107
213
  };
108
- z.displayName = "ChatVoiceRecorder";
214
+ R.displayName = "ChatSidebar";
109
215
  export {
110
- z as ChatVoiceRecorder
216
+ R as ChatSidebar
111
217
  };
package/dist/index146.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),t=require("react"),R=require("lucide-react"),h=require("./index184.cjs"),o=require("./index135.cjs"),g=({onFilesSelected:f,accept:i=["*/*"],multiple:C=!0,maxSize:s=10*1024*1024,children:v,className:D,...k})=>{const[m,u]=t.useState(!1),c=t.useRef(null),d=t.useCallback(e=>{if(!e||e.length===0)return;const r=[];Array.from(e).forEach(l=>{if(s&&l.size>s){console.warn(`File ${l.name} exceeds max size of ${h.formatFileSize(s)}`);return}const F=i.includes("*/*"),q=i.flatMap(n=>(n.endsWith("/*"),n));if(!(F||q.some(n=>{if(n.endsWith("/*")){const N=n.split("/")[0];return l.type.startsWith(`${N}/`)}return l.type===n||l.name.endsWith(n)}))){console.warn(`File ${l.name} type not accepted`);return}r.push(l)}),r.length>0&&f?.(r)},[i,s,f]),b=t.useCallback(e=>{e.preventDefault(),e.stopPropagation(),u(!0)},[]),j=t.useCallback(e=>{e.preventDefault(),e.stopPropagation(),u(!1)},[]),y=t.useCallback(e=>{e.preventDefault(),e.stopPropagation(),u(!1);const{files:r}=e.dataTransfer;d(r)},[d]),x=t.useCallback(e=>{d(e.target.files),c.current&&(c.current.value="")},[d]),p=t.useCallback(()=>{c.current?.click()},[]),U=t.useCallback(e=>{(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),p())},[p]);return a.jsxs("div",{className:[o.default.fileUpload,m&&o.default.fileUploadDragging,D].filter(Boolean).join(" "),onDragOver:b,onDragLeave:j,onDrop:y,onClick:p,onKeyDown:U,role:"button",tabIndex:0,"aria-label":"Upload files",...k,children:[a.jsx("input",{ref:c,type:"file",accept:i.join(","),multiple:C,onChange:x,style:{display:"none"},"aria-hidden":"true"}),v||a.jsxs(a.Fragment,{children:[a.jsx("div",{className:o.default.fileUploadIcon,children:a.jsx(R.Upload,{size:32})}),a.jsxs("div",{className:o.default.fileUploadText,children:[a.jsx("strong",{children:"Click to upload"})," or drag and drop"]}),a.jsxs("div",{className:o.default.fileUploadHint,children:["Max file size: ",h.formatFileSize(s)]})]})]})};g.displayName="ChatFileUpload";exports.ChatFileUpload=g;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const x="_avatar_zbymr_8",_="_image_zbymr_30",t="_initials_zbymr_38",n="_icon_zbymr_48",s="_xs_zbymr_64",i="_sm_zbymr_75",l="_md_zbymr_86",o="_lg_zbymr_97",a="_xl_zbymr_108",r="_xxl_zbymr_119",e="_profile_zbymr_130",c="_xxxl_zbymr_141",m="_xxxxl_zbymr_152",y="_xxxxxl_zbymr_163",b="_interactive_zbymr_178",z="_statusIndicator_zbymr_200",u="_online_zbymr_212",f="_offline_zbymr_216",d="_away_zbymr_220",g="_busy_zbymr_224",v={avatar:x,image:_,initials:t,icon:n,xs:s,sm:i,md:l,lg:o,xl:a,xxl:r,profile:e,xxxl:c,xxxxl:m,xxxxxl:y,interactive:b,statusIndicator:z,online:u,offline:f,away:d,busy:g};exports.avatar=x;exports.away=d;exports.busy=g;exports.default=v;exports.icon=n;exports.image=_;exports.initials=t;exports.interactive=b;exports.lg=o;exports.md=l;exports.offline=f;exports.online=u;exports.profile=e;exports.sm=i;exports.statusIndicator=z;exports.xl=a;exports.xs=s;exports.xxl=r;exports.xxxl=c;exports.xxxxl=m;exports.xxxxxl=y;
package/dist/index146.mjs CHANGED
@@ -1,114 +1,45 @@
1
- import { jsxs as d, jsx as p, Fragment as A } from "react/jsx-runtime";
2
- import { useState as I, useRef as W, useCallback as a } from "react";
3
- import { Upload as $ } from "lucide-react";
4
- import { formatFileSize as g } from "./index184.mjs";
5
- import l from "./index135.mjs";
6
- const P = ({
7
- onFilesSelected: h,
8
- accept: s = ["*/*"],
9
- multiple: m = !0,
10
- maxSize: r = 10 * 1024 * 1024,
11
- // 10MB default
12
- children: D,
13
- className: v,
14
- ...y
15
- }) => {
16
- const [U, f] = I(!1), i = W(null), c = a(
17
- (e) => {
18
- if (!e || e.length === 0) return;
19
- const o = [];
20
- Array.from(e).forEach((t) => {
21
- if (r && t.size > r) {
22
- console.warn(
23
- `File ${t.name} exceeds max size of ${g(r)}`
24
- );
25
- return;
26
- }
27
- const j = s.includes("*/*"), w = s.flatMap((n) => (n.endsWith("/*"), n));
28
- if (!(j || w.some((n) => {
29
- if (n.endsWith("/*")) {
30
- const x = n.split("/")[0];
31
- return t.type.startsWith(`${x}/`);
32
- }
33
- return t.type === n || t.name.endsWith(n);
34
- }))) {
35
- console.warn(`File ${t.name} type not accepted`);
36
- return;
37
- }
38
- o.push(t);
39
- }), o.length > 0 && h?.(o);
40
- },
41
- [s, r, h]
42
- ), C = a((e) => {
43
- e.preventDefault(), e.stopPropagation(), f(!0);
44
- }, []), k = a((e) => {
45
- e.preventDefault(), e.stopPropagation(), f(!1);
46
- }, []), F = a(
47
- (e) => {
48
- e.preventDefault(), e.stopPropagation(), f(!1);
49
- const { files: o } = e.dataTransfer;
50
- c(o);
51
- },
52
- [c]
53
- ), N = a(
54
- (e) => {
55
- c(e.target.files), i.current && (i.current.value = "");
56
- },
57
- [c]
58
- ), u = a(() => {
59
- i.current?.click();
60
- }, []), b = a(
61
- (e) => {
62
- (e.key === "Enter" || e.key === " ") && (e.preventDefault(), u());
63
- },
64
- [u]
65
- );
66
- return /* @__PURE__ */ d(
67
- "div",
68
- {
69
- className: [
70
- l.fileUpload,
71
- U && l.fileUploadDragging,
72
- v
73
- ].filter(Boolean).join(" "),
74
- onDragOver: C,
75
- onDragLeave: k,
76
- onDrop: F,
77
- onClick: u,
78
- onKeyDown: b,
79
- role: "button",
80
- tabIndex: 0,
81
- "aria-label": "Upload files",
82
- ...y,
83
- children: [
84
- /* @__PURE__ */ p(
85
- "input",
86
- {
87
- ref: i,
88
- type: "file",
89
- accept: s.join(","),
90
- multiple: m,
91
- onChange: N,
92
- style: { display: "none" },
93
- "aria-hidden": "true"
94
- }
95
- ),
96
- D || /* @__PURE__ */ d(A, { children: [
97
- /* @__PURE__ */ p("div", { className: l.fileUploadIcon, children: /* @__PURE__ */ p($, { size: 32 }) }),
98
- /* @__PURE__ */ d("div", { className: l.fileUploadText, children: [
99
- /* @__PURE__ */ p("strong", { children: "Click to upload" }),
100
- " or drag and drop"
101
- ] }),
102
- /* @__PURE__ */ d("div", { className: l.fileUploadHint, children: [
103
- "Max file size: ",
104
- g(r)
105
- ] })
106
- ] })
107
- ]
108
- }
109
- );
1
+ const _ = "_avatar_zbymr_8", x = "_image_zbymr_30", t = "_initials_zbymr_38", n = "_icon_zbymr_48", s = "_xs_zbymr_64", o = "_sm_zbymr_75", i = "_md_zbymr_86", r = "_lg_zbymr_97", a = "_xl_zbymr_108", l = "_xxl_zbymr_119", c = "_profile_zbymr_130", m = "_xxxl_zbymr_141", y = "_xxxxl_zbymr_152", b = "_xxxxxl_zbymr_163", e = "_interactive_zbymr_178", z = "_statusIndicator_zbymr_200", f = "_online_zbymr_212", d = "_offline_zbymr_216", u = "_away_zbymr_220", g = "_busy_zbymr_224", v = {
2
+ avatar: _,
3
+ image: x,
4
+ initials: t,
5
+ icon: n,
6
+ xs: s,
7
+ sm: o,
8
+ md: i,
9
+ lg: r,
10
+ xl: a,
11
+ xxl: l,
12
+ profile: c,
13
+ xxxl: m,
14
+ xxxxl: y,
15
+ xxxxxl: b,
16
+ interactive: e,
17
+ statusIndicator: z,
18
+ online: f,
19
+ offline: d,
20
+ away: u,
21
+ busy: g
110
22
  };
111
- P.displayName = "ChatFileUpload";
112
23
  export {
113
- P as ChatFileUpload
24
+ _ as avatar,
25
+ u as away,
26
+ g as busy,
27
+ v as default,
28
+ n as icon,
29
+ x as image,
30
+ t as initials,
31
+ e as interactive,
32
+ r as lg,
33
+ i as md,
34
+ d as offline,
35
+ f as online,
36
+ c as profile,
37
+ o as sm,
38
+ z as statusIndicator,
39
+ a as xl,
40
+ s as xs,
41
+ l as xxl,
42
+ m as xxxl,
43
+ y as xxxxl,
44
+ b as xxxxxl
114
45
  };
package/dist/index147.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("lucide-react"),p=require("./index143.cjs"),P=require("./index144.cjs"),b=require("./index141.cjs"),C=require("./index184.cjs"),t=require("./index135.cjs"),w=d=>{switch(d){case"image":return e.jsx(a.Image,{size:18});case"audio":return e.jsx(a.Music,{size:18});case"code":return e.jsx(a.Code,{size:18});default:return e.jsx(a.FileText,{size:18})}},v=({attachment:d,removable:h=!1,onRemove:i,onClick:n,className:c,...o})=>{const{type:m,name:s,url:l,content:j,language:f,size:x,duration:u,thumbnail:g}=d;switch(m){case"image":if(l)return e.jsxs("div",{className:c,style:{position:"relative"},...o,children:[e.jsx(p.ChatImagePreview,{src:l,alt:s,thumbnail:g,onClick:n}),h&&i&&e.jsx("button",{className:t.default.attachmentPreviewRemove,onClick:r=>{r.stopPropagation(),i()},"aria-label":`Remove ${s}`,style:{position:"absolute",top:4,right:4,background:"var(--surface-base)"},children:e.jsx(a.X,{size:14})})]});break;case"audio":if(l)return e.jsxs("div",{className:c,style:{position:"relative"},...o,children:[e.jsx(P.ChatAudioPlayer,{src:l,duration:u,title:s}),h&&i&&e.jsx("button",{className:t.default.attachmentPreviewRemove,onClick:r=>{r.stopPropagation(),i()},"aria-label":`Remove ${s}`,children:e.jsx(a.X,{size:14})})]});break;case"code":if(j)return e.jsx(b.ChatCodeBlock,{code:j,language:f,className:c,...o});break}return e.jsxs("div",{className:[t.default.attachmentPreview,c].filter(Boolean).join(" "),onClick:n,role:n?"button":void 0,tabIndex:n?0:void 0,...o,children:[e.jsx("div",{className:t.default.attachmentPreviewIcon,children:w(m)}),e.jsxs("div",{className:t.default.attachmentPreviewInfo,children:[e.jsx("span",{className:t.default.attachmentPreviewName,children:s}),x&&e.jsxs("span",{className:t.default.attachmentPreviewMeta,children:[C.formatFileSize(x),u&&` · ${Math.floor(u/60)}:${(u%60).toString().padStart(2,"0")}`]})]}),h&&i&&e.jsx("button",{className:t.default.attachmentPreviewRemove,onClick:r=>{r.stopPropagation(),i()},"aria-label":`Remove ${s}`,children:e.jsx(a.X,{size:14})})]})};v.displayName="ChatAttachment";exports.ChatAttachment=v;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="_link_1ch8i_9",i="_subtle_1ch8i_38",c="_brand_1ch8i_46",o="_sm_1ch8i_58",_="_md_1ch8i_63",t="_lg_1ch8i_68",e="_underline_1ch8i_77",r="_icon_1ch8i_92",l="_iconRight_1ch8i_124",s="_iconExternal_1ch8i_129",d="_iconArrow_1ch8i_134",h="_iconArrowLeft_1ch8i_139",u={link:n,default:"_default_1ch8i_30",subtle:i,brand:c,sm:o,md:_,lg:t,underline:e,icon:r,iconRight:l,iconExternal:s,iconArrow:d,iconArrowLeft:h};exports.brand=c;exports.default=u;exports.icon=r;exports.iconArrow=d;exports.iconArrowLeft=h;exports.iconExternal=s;exports.iconRight=l;exports.lg=t;exports.link=n;exports.md=_;exports.sm=o;exports.subtle=i;exports.underline=e;