@orion-ds/react 4.2.3 → 4.2.5

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 (383) hide show
  1. package/dist/components/Accordion/Accordion.module.css +1 -0
  2. package/dist/components/ActivityFeed/ActivityFeed.module.css +1 -0
  3. package/dist/components/AgentCard/AgentCard.module.css +1 -0
  4. package/dist/components/Alert/Alert.module.css +1 -0
  5. package/dist/components/AlertDialog/AlertDialog.module.css +1 -0
  6. package/dist/components/Avatar/Avatar.module.css +1 -0
  7. package/dist/components/Badge/Badge.module.css +1 -0
  8. package/dist/components/Banner/Banner.module.css +1 -0
  9. package/dist/components/Breadcrumb/Breadcrumb.module.css +1 -0
  10. package/dist/components/Button/Button.module.css +1 -0
  11. package/dist/components/Calendar/Calendar.module.css +1 -0
  12. package/dist/components/Card/Card.module.css +1 -0
  13. package/dist/components/Carousel/Carousel.module.css +1 -0
  14. package/dist/components/Chart/Chart.module.css +1 -0
  15. package/dist/components/Chat/Chat.module.css +1 -0
  16. package/dist/components/Checkbox/Checkbox.module.css +1 -0
  17. package/dist/components/Chip/Chip.module.css +1 -0
  18. package/dist/components/CodeEditor/CodeEditor.module.css +1 -0
  19. package/dist/components/Collapsible/Collapsible.module.css +1 -0
  20. package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css +1 -0
  21. package/dist/components/Combobox/Combobox.module.css +1 -0
  22. package/dist/components/Command/Command.module.css +1 -0
  23. package/dist/components/CommandBar/CommandBar.module.css +1 -0
  24. package/dist/components/DataTable/DataTable.module.css +1 -0
  25. package/dist/components/DatePicker/DatePicker.module.css +1 -0
  26. package/dist/components/DetailPanel/DetailPanel.module.css +1 -0
  27. package/dist/components/Divider/Divider.module.css +1 -0
  28. package/dist/components/Drawer/Drawer.module.css +1 -0
  29. package/dist/components/Dropdown/Dropdown.module.css +1 -0
  30. package/dist/components/EmptyState/EmptyState.module.css +1 -0
  31. package/dist/components/ErrorBoundary/ErrorBoundary.module.css +1 -0
  32. package/dist/components/Field/Field.module.css +1 -0
  33. package/dist/components/FileUploader/FileUploader.module.css +1 -0
  34. package/dist/components/FilterBar/FilterBar.module.css +1 -0
  35. package/dist/components/FormSection/FormSection.module.css +1 -0
  36. package/dist/components/Icon/Icon.module.css +1 -0
  37. package/dist/components/IconGallery/IconGallery.module.css +1 -0
  38. package/dist/components/InputOTP/InputOTP.module.css +1 -0
  39. package/dist/components/KanbanBoard/KanbanBoard.module.css +1 -0
  40. package/dist/components/Link/Link.module.css +1 -0
  41. package/dist/components/List/List.module.css +1 -0
  42. package/dist/components/MetricCards/MetricCards.module.css +1 -0
  43. package/dist/components/Modal/Modal.module.css +1 -0
  44. package/dist/components/NavTree/NavTree.module.css +1 -0
  45. package/dist/components/Navbar/Navbar.module.css +1 -0
  46. package/dist/components/NotificationCenter/NotificationCenter.module.css +1 -0
  47. package/dist/components/PageHeader/PageHeader.module.css +1 -0
  48. package/dist/components/Pagination/Pagination.module.css +1 -0
  49. package/dist/components/Popover/Popover.module.css +1 -0
  50. package/dist/components/ProgressBar/ProgressBar.module.css +1 -0
  51. package/dist/components/QuickActions/QuickActions.module.css +1 -0
  52. package/dist/components/Radio/Radio.module.css +1 -0
  53. package/dist/components/SearchInput/SearchInput.module.css +1 -0
  54. package/dist/components/Select/Select.module.css +1 -0
  55. package/dist/components/Sidebar/Sidebar.module.css +1 -0
  56. package/dist/components/Skeleton/Skeleton.module.css +1 -0
  57. package/dist/components/Slider/Slider.module.css +1 -0
  58. package/dist/components/Spinner/Spinner.module.css +1 -0
  59. package/dist/components/Stepper/Stepper.module.css +1 -0
  60. package/dist/components/Switch/Switch.module.css +1 -0
  61. package/dist/components/Table/Table.module.css +1 -0
  62. package/dist/components/Tabs/Tabs.module.css +1 -0
  63. package/dist/components/Textarea/Textarea.module.css +1 -0
  64. package/dist/components/Toast/Toast.module.css +1 -0
  65. package/dist/components/Toggle/Toggle.module.css +1 -0
  66. package/dist/components/ToggleGroup/ToggleGroup.module.css +1 -0
  67. package/dist/components/Tooltip/Tooltip.module.css +1 -0
  68. package/dist/components/UserMenu/UserMenu.module.css +1 -0
  69. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.module.css +1 -0
  70. package/dist/index10.cjs +1 -1
  71. package/dist/index10.mjs +1 -1
  72. package/dist/index100.cjs +1 -1
  73. package/dist/index100.mjs +24 -20
  74. package/dist/index101.cjs +1 -1
  75. package/dist/index101.mjs +44 -42
  76. package/dist/index102.cjs +1 -1
  77. package/dist/index102.mjs +30 -62
  78. package/dist/index103.cjs +1 -1
  79. package/dist/index103.mjs +28 -30
  80. package/dist/index104.cjs +1 -1
  81. package/dist/index104.mjs +15 -35
  82. package/dist/index105.cjs +1 -1
  83. package/dist/index105.mjs +64 -30
  84. package/dist/index106.cjs +1 -1
  85. package/dist/index106.mjs +52 -45
  86. package/dist/index107.cjs +1 -1
  87. package/dist/index107.mjs +42 -18
  88. package/dist/index108.cjs +1 -1
  89. package/dist/index108.mjs +28 -28
  90. package/dist/index109.cjs +1 -1
  91. package/dist/index109.mjs +24 -14
  92. package/dist/index11.cjs +1 -1
  93. package/dist/index11.mjs +1 -1
  94. package/dist/index110.cjs +1 -1
  95. package/dist/index110.mjs +28 -46
  96. package/dist/index111.cjs +1 -1
  97. package/dist/index111.mjs +18 -24
  98. package/dist/index112.cjs +1 -1
  99. package/dist/index112.mjs +14 -46
  100. package/dist/index113.cjs +1 -1
  101. package/dist/index113.mjs +50 -42
  102. package/dist/index114.cjs +1 -1
  103. package/dist/index114.mjs +53 -18
  104. package/dist/index115.cjs +1 -1
  105. package/dist/index115.mjs +62 -22
  106. package/dist/index116.cjs +1 -1
  107. package/dist/index116.mjs +32 -32
  108. package/dist/index117.cjs +1 -1
  109. package/dist/index117.mjs +30 -20
  110. package/dist/index118.cjs +1 -1
  111. package/dist/index118.mjs +18 -32
  112. package/dist/index119.cjs +1 -1
  113. package/dist/index119.mjs +56 -52
  114. package/dist/index12.cjs +1 -1
  115. package/dist/index12.mjs +1 -1
  116. package/dist/index120.cjs +1 -1
  117. package/dist/index120.mjs +38 -20
  118. package/dist/index121.cjs +1 -1
  119. package/dist/index121.mjs +20 -18
  120. package/dist/index122.cjs +1 -1
  121. package/dist/index122.mjs +40 -32
  122. package/dist/index123.cjs +1 -1
  123. package/dist/index123.mjs +76 -30
  124. package/dist/index124.cjs +1 -1
  125. package/dist/index124.mjs +52 -24
  126. package/dist/index125.cjs +1 -1
  127. package/dist/index125.mjs +30 -28
  128. package/dist/index126.cjs +1 -1
  129. package/dist/index126.mjs +63 -36
  130. package/dist/index127.cjs +1 -1
  131. package/dist/index127.mjs +30 -38
  132. package/dist/index128.cjs +1 -1
  133. package/dist/index128.mjs +32 -40
  134. package/dist/index129.cjs +1 -1
  135. package/dist/index129.mjs +45 -40
  136. package/dist/index13.cjs +1 -1
  137. package/dist/index13.mjs +1 -1
  138. package/dist/index130.cjs +1 -1
  139. package/dist/index130.mjs +41 -35
  140. package/dist/index131.cjs +1 -1
  141. package/dist/index131.mjs +28 -44
  142. package/dist/index132.cjs +1 -1
  143. package/dist/index132.mjs +30 -16
  144. package/dist/index133.cjs +1 -1
  145. package/dist/index133.mjs +24 -28
  146. package/dist/index134.cjs +1 -1
  147. package/dist/index134.mjs +11 -21
  148. package/dist/index135.cjs +1 -1
  149. package/dist/index135.mjs +234 -28
  150. package/dist/index136.cjs +1 -1
  151. package/dist/index136.mjs +34 -56
  152. package/dist/index137.cjs +1 -1
  153. package/dist/index137.mjs +44 -57
  154. package/dist/index138.cjs +1 -1
  155. package/dist/index138.mjs +170 -33
  156. package/dist/index139.cjs +1 -1
  157. package/dist/index139.mjs +186 -47
  158. package/dist/index14.cjs +1 -1
  159. package/dist/index14.mjs +1 -1
  160. package/dist/index140.cjs +1 -1
  161. package/dist/index140.mjs +28 -36
  162. package/dist/index141.cjs +1 -1
  163. package/dist/index141.mjs +90 -28
  164. package/dist/index142.cjs +1 -1
  165. package/dist/index142.mjs +53 -68
  166. package/dist/index143.cjs +1 -1
  167. package/dist/index143.mjs +66 -52
  168. package/dist/index144.cjs +1 -1
  169. package/dist/index144.mjs +124 -62
  170. package/dist/index145.cjs +1 -1
  171. package/dist/index145.mjs +108 -234
  172. package/dist/index146.cjs +1 -1
  173. package/dist/index146.mjs +111 -33
  174. package/dist/index147.cjs +1 -1
  175. package/dist/index147.mjs +120 -41
  176. package/dist/index148.cjs +1 -1
  177. package/dist/index148.mjs +199 -155
  178. package/dist/index149.cjs +1 -1
  179. package/dist/index149.mjs +23 -186
  180. package/dist/index15.cjs +1 -1
  181. package/dist/index15.mjs +1 -1
  182. package/dist/index150.cjs +1 -1
  183. package/dist/index150.mjs +37 -29
  184. package/dist/index151.cjs +1 -1
  185. package/dist/index151.mjs +12 -90
  186. package/dist/index152.cjs +1 -1
  187. package/dist/index152.mjs +29 -53
  188. package/dist/index153.cjs +1 -1
  189. package/dist/index153.mjs +46 -66
  190. package/dist/index154.cjs +1 -1
  191. package/dist/index154.mjs +38 -124
  192. package/dist/index155.cjs +1 -1
  193. package/dist/index155.mjs +36 -108
  194. package/dist/index156.cjs +1 -1
  195. package/dist/index156.mjs +18 -111
  196. package/dist/index157.cjs +1 -1
  197. package/dist/index157.mjs +62 -122
  198. package/dist/index158.cjs +1 -1
  199. package/dist/index158.mjs +18 -214
  200. package/dist/index159.cjs +1 -1
  201. package/dist/index159.mjs +67 -64
  202. package/dist/index16.cjs +1 -1
  203. package/dist/index16.mjs +1 -1
  204. package/dist/index160.cjs +1 -1
  205. package/dist/index160.mjs +20 -57
  206. package/dist/index161.cjs +1 -1
  207. package/dist/index161.mjs +106 -27
  208. package/dist/index162.cjs +1 -1
  209. package/dist/index162.mjs +33 -28
  210. package/dist/index163.cjs +1 -1
  211. package/dist/index163.mjs +28 -18
  212. package/dist/index164.cjs +1 -1
  213. package/dist/index164.mjs +18 -24
  214. package/dist/index165.cjs +1 -1
  215. package/dist/index165.mjs +37 -51
  216. package/dist/index166.cjs +1 -1
  217. package/dist/index166.mjs +28 -64
  218. package/dist/index167.cjs +1 -1
  219. package/dist/index167.mjs +46 -33
  220. package/dist/index168.cjs +1 -1
  221. package/dist/index168.mjs +22 -30
  222. package/dist/index169.cjs +1 -1
  223. package/dist/index169.mjs +40 -42
  224. package/dist/index17.cjs +1 -1
  225. package/dist/index17.mjs +1 -1
  226. package/dist/index170.cjs +1 -1
  227. package/dist/index170.mjs +20 -12
  228. package/dist/index171.cjs +1 -1
  229. package/dist/index171.mjs +42 -44
  230. package/dist/index172.cjs +1 -1
  231. package/dist/index172.mjs +64 -40
  232. package/dist/index173.cjs +1 -1
  233. package/dist/index173.mjs +55 -28
  234. package/dist/index174.cjs +1 -1
  235. package/dist/index174.mjs +26 -76
  236. package/dist/index175.cjs +1 -1
  237. package/dist/index175.mjs +44 -106
  238. package/dist/index176.cjs +1 -1
  239. package/dist/index176.mjs +28 -26
  240. package/dist/index177.cjs +1 -1
  241. package/dist/index177.mjs +32 -29
  242. package/dist/index178.cjs +1 -1
  243. package/dist/index178.mjs +32 -12
  244. package/dist/index179.cjs +1 -1
  245. package/dist/index179.mjs +44 -16
  246. package/dist/index18.cjs +1 -1
  247. package/dist/index18.mjs +1 -1
  248. package/dist/index180.cjs +1 -1
  249. package/dist/index180.mjs +55 -51
  250. package/dist/index181.cjs +1 -1
  251. package/dist/index181.mjs +27 -65
  252. package/dist/index185.cjs +1 -1
  253. package/dist/index185.mjs +1 -1
  254. package/dist/index19.cjs +1 -1
  255. package/dist/index19.mjs +2 -2
  256. package/dist/index20.cjs +1 -1
  257. package/dist/index20.mjs +14 -14
  258. package/dist/index21.cjs +1 -1
  259. package/dist/index21.mjs +1 -1
  260. package/dist/index22.cjs +1 -1
  261. package/dist/index22.mjs +1 -1
  262. package/dist/index23.cjs +1 -1
  263. package/dist/index23.mjs +1 -1
  264. package/dist/index24.cjs +1 -1
  265. package/dist/index24.mjs +1 -1
  266. package/dist/index25.cjs +1 -1
  267. package/dist/index25.mjs +1 -1
  268. package/dist/index26.cjs +1 -1
  269. package/dist/index26.mjs +1 -1
  270. package/dist/index27.cjs +1 -1
  271. package/dist/index27.mjs +1 -1
  272. package/dist/index28.cjs +1 -1
  273. package/dist/index28.mjs +1 -1
  274. package/dist/index30.cjs +1 -1
  275. package/dist/index30.mjs +1 -1
  276. package/dist/index31.cjs +1 -1
  277. package/dist/index31.mjs +1 -1
  278. package/dist/index32.cjs +1 -1
  279. package/dist/index32.mjs +1 -1
  280. package/dist/index33.cjs +1 -1
  281. package/dist/index33.mjs +1 -1
  282. package/dist/index34.cjs +1 -1
  283. package/dist/index34.mjs +1 -1
  284. package/dist/index35.cjs +1 -1
  285. package/dist/index35.mjs +1 -1
  286. package/dist/index36.cjs +1 -1
  287. package/dist/index36.mjs +1 -1
  288. package/dist/index37.cjs +1 -1
  289. package/dist/index37.mjs +1 -1
  290. package/dist/index38.cjs +1 -1
  291. package/dist/index38.mjs +1 -1
  292. package/dist/index39.cjs +1 -1
  293. package/dist/index39.mjs +1 -1
  294. package/dist/index40.cjs +1 -1
  295. package/dist/index40.mjs +1 -1
  296. package/dist/index42.cjs +1 -1
  297. package/dist/index42.mjs +1 -1
  298. package/dist/index43.cjs +1 -1
  299. package/dist/index43.mjs +1 -1
  300. package/dist/index44.cjs +1 -1
  301. package/dist/index44.mjs +1 -1
  302. package/dist/index46.cjs +1 -1
  303. package/dist/index46.mjs +1 -1
  304. package/dist/index47.cjs +1 -1
  305. package/dist/index47.mjs +1 -1
  306. package/dist/index49.cjs +1 -1
  307. package/dist/index49.mjs +1 -1
  308. package/dist/index5.cjs +1 -1
  309. package/dist/index5.mjs +1 -1
  310. package/dist/index50.cjs +1 -1
  311. package/dist/index50.mjs +1 -1
  312. package/dist/index51.cjs +1 -1
  313. package/dist/index51.mjs +1 -1
  314. package/dist/index52.cjs +1 -1
  315. package/dist/index52.mjs +1 -1
  316. package/dist/index53.cjs +1 -1
  317. package/dist/index53.mjs +1 -1
  318. package/dist/index54.cjs +1 -1
  319. package/dist/index54.mjs +1 -1
  320. package/dist/index55.cjs +1 -1
  321. package/dist/index55.mjs +1 -1
  322. package/dist/index56.cjs +1 -1
  323. package/dist/index56.mjs +1 -1
  324. package/dist/index57.cjs +1 -1
  325. package/dist/index57.mjs +1 -1
  326. package/dist/index58.cjs +1 -1
  327. package/dist/index58.mjs +1 -1
  328. package/dist/index59.cjs +1 -1
  329. package/dist/index59.mjs +1 -1
  330. package/dist/index6.cjs +1 -1
  331. package/dist/index6.mjs +1 -1
  332. package/dist/index60.cjs +1 -1
  333. package/dist/index60.mjs +1 -1
  334. package/dist/index61.cjs +1 -1
  335. package/dist/index61.mjs +1 -1
  336. package/dist/index62.cjs +1 -1
  337. package/dist/index62.mjs +1 -1
  338. package/dist/index64.cjs +1 -1
  339. package/dist/index64.mjs +1 -1
  340. package/dist/index65.cjs +1 -1
  341. package/dist/index65.mjs +1 -1
  342. package/dist/index66.cjs +1 -1
  343. package/dist/index66.mjs +1 -1
  344. package/dist/index67.cjs +1 -1
  345. package/dist/index67.mjs +1 -1
  346. package/dist/index68.cjs +1 -1
  347. package/dist/index68.mjs +1 -1
  348. package/dist/index69.cjs +1 -1
  349. package/dist/index69.mjs +1 -1
  350. package/dist/index7.cjs +1 -1
  351. package/dist/index7.mjs +1 -1
  352. package/dist/index70.cjs +1 -1
  353. package/dist/index70.mjs +1 -1
  354. package/dist/index71.cjs +1 -1
  355. package/dist/index71.mjs +1 -1
  356. package/dist/index72.cjs +1 -1
  357. package/dist/index72.mjs +1 -1
  358. package/dist/index73.cjs +1 -1
  359. package/dist/index73.mjs +1 -1
  360. package/dist/index76.cjs +1 -1
  361. package/dist/index76.mjs +1 -1
  362. package/dist/index77.cjs +1 -1
  363. package/dist/index77.mjs +1 -1
  364. package/dist/index78.cjs +1 -1
  365. package/dist/index78.mjs +1 -1
  366. package/dist/index79.cjs +1 -1
  367. package/dist/index79.mjs +1 -1
  368. package/dist/index8.cjs +1 -1
  369. package/dist/index8.mjs +1 -1
  370. package/dist/index80.cjs +1 -1
  371. package/dist/index80.mjs +1 -1
  372. package/dist/index81.cjs +1 -1
  373. package/dist/index81.mjs +1 -1
  374. package/dist/index9.cjs +1 -1
  375. package/dist/index9.mjs +1 -1
  376. package/dist/index99.cjs +1 -1
  377. package/dist/index99.mjs +40 -28
  378. package/dist/sections/Container/Container.module.css +1 -0
  379. package/dist/sections/Section/Section.module.css +1 -0
  380. package/dist/styles/marker.css +1 -0
  381. package/dist/styles.css +159 -1
  382. package/package.json +1 -1
  383. package/dist/react.css +0 -1
package/dist/index131.mjs CHANGED
@@ -1,47 +1,31 @@
1
- const e = "_container_6fdxe_13", r = "_disabled_6fdxe_19", o = "_label_6fdxe_27", t = "_labelText_6fdxe_43", _ = "_optional_6fdxe_47", n = "_required_6fdxe_53", s = "_textarea_6fdxe_63", c = "_error_6fdxe_137", a = "_sm_6fdxe_157", d = "_md_6fdxe_163", i = "_lg_6fdxe_169", l = "_resizeNone_6fdxe_179", x = "_resizeVertical_6fdxe_183", f = "_resizeHorizontal_6fdxe_187", z = "_resizeBoth_6fdxe_191", u = "_footer_6fdxe_199", b = "_helperText_6fdxe_206", g = "_errorMessage_6fdxe_226", p = "_counter_6fdxe_241", h = "_counterWarning_6fdxe_251", m = "_counterError_6fdxe_255", T = {
2
- container: e,
3
- disabled: r,
4
- label: o,
5
- labelText: t,
6
- optional: _,
7
- required: n,
8
- textarea: s,
9
- error: c,
10
- sm: a,
11
- md: d,
12
- lg: i,
13
- resizeNone: l,
14
- resizeVertical: x,
15
- resizeHorizontal: f,
16
- resizeBoth: z,
17
- footer: u,
18
- helperText: b,
19
- errorMessage: g,
20
- counter: p,
21
- counterWarning: h,
22
- counterError: m
1
+ const e = "_calendar_5j5rk_7", d = "_header_5j5rk_19", _ = "_monthLabel_5j5rk_27", a = "_grid_5j5rk_37", r = "_weekday_5j5rk_44", t = "_day_5j5rk_59", n = "_disabled_5j5rk_77", s = "_selected_5j5rk_77", o = "_rangeStart_5j5rk_77", c = "_rangeMiddle_5j5rk_77", l = "_rangeEnd_5j5rk_78", k = "_today_5j5rk_94", j = "_outside_5j5rk_183", g = {
2
+ calendar: e,
3
+ header: d,
4
+ monthLabel: _,
5
+ grid: a,
6
+ weekday: r,
7
+ day: t,
8
+ disabled: n,
9
+ selected: s,
10
+ rangeStart: o,
11
+ rangeMiddle: c,
12
+ rangeEnd: l,
13
+ today: k,
14
+ outside: j
23
15
  };
24
16
  export {
25
- e as container,
26
- p as counter,
27
- m as counterError,
28
- h as counterWarning,
29
- T as default,
30
- r as disabled,
31
- c as error,
32
- g as errorMessage,
33
- u as footer,
34
- b as helperText,
35
- o as label,
36
- t as labelText,
37
- i as lg,
38
- d as md,
39
- _ as optional,
40
- n as required,
41
- z as resizeBoth,
42
- f as resizeHorizontal,
43
- l as resizeNone,
44
- x as resizeVertical,
45
- a as sm,
46
- s as textarea
17
+ e as calendar,
18
+ t as day,
19
+ g as default,
20
+ n as disabled,
21
+ a as grid,
22
+ d as header,
23
+ _ as monthLabel,
24
+ j as outside,
25
+ l as rangeEnd,
26
+ c as rangeMiddle,
27
+ o as rangeStart,
28
+ s as selected,
29
+ k as today,
30
+ r as weekday
47
31
  };
package/dist/index132.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_group_1ugc0_3",t="_item_1ugc0_10",s="_itemPressed_1ugc0_60",_="_outline_1ugc0_71",u="_sm_1ugc0_98",o="_md_1ugc0_105",c="_lg_1ugc0_112",g={group:e,item:t,itemPressed:s,outline:_,sm:u,md:o,lg:c};exports.default=g;exports.group=e;exports.item=t;exports.itemPressed=s;exports.lg=c;exports.md=o;exports.outline=_;exports.sm=u;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_container_1e3cp_8",r="_labelWrapper_1e3cp_16",c="_percentage_1e3cp_25",n="_track_1e3cp_31",t="_bar_1e3cp_40",_="_sm_1e3cp_50",a="_md_1e3cp_54",s="_lg_1e3cp_58",o="_primary_1e3cp_66",p="_success_1e3cp_70",i="_warning_1e3cp_74",l="_error_1e3cp_78",m="_info_1e3cp_82",g="_indeterminate_1e3cp_90",d={container:e,labelWrapper:r,percentage:c,track:n,bar:t,sm:_,md:a,lg:s,primary:o,success:p,warning:i,error:l,info:m,indeterminate:g};exports.bar=t;exports.container=e;exports.default=d;exports.error=l;exports.indeterminate=g;exports.info=m;exports.labelWrapper=r;exports.lg=s;exports.md=a;exports.percentage=c;exports.primary=o;exports.sm=_;exports.success=p;exports.track=n;exports.warning=i;
package/dist/index132.mjs CHANGED
@@ -1,19 +1,33 @@
1
- const _ = "_group_1ugc0_3", s = "_item_1ugc0_10", t = "_itemPressed_1ugc0_60", e = "_outline_1ugc0_71", c = "_sm_1ugc0_98", o = "_md_1ugc0_105", u = "_lg_1ugc0_112", g = {
2
- group: _,
3
- item: s,
4
- itemPressed: t,
5
- outline: e,
6
- sm: c,
7
- md: o,
8
- lg: u
1
+ const e = "_container_1e3cp_8", c = "_labelWrapper_1e3cp_16", _ = "_percentage_1e3cp_25", r = "_track_1e3cp_31", n = "_bar_1e3cp_40", t = "_sm_1e3cp_50", s = "_md_1e3cp_54", a = "_lg_1e3cp_58", p = "_primary_1e3cp_66", o = "_success_1e3cp_70", i = "_warning_1e3cp_74", m = "_error_1e3cp_78", l = "_info_1e3cp_82", g = "_indeterminate_1e3cp_90", d = {
2
+ container: e,
3
+ labelWrapper: c,
4
+ percentage: _,
5
+ track: r,
6
+ bar: n,
7
+ sm: t,
8
+ md: s,
9
+ lg: a,
10
+ primary: p,
11
+ success: o,
12
+ warning: i,
13
+ error: m,
14
+ info: l,
15
+ indeterminate: g
9
16
  };
10
17
  export {
11
- g as default,
12
- _ as group,
13
- s as item,
14
- t as itemPressed,
15
- u as lg,
16
- o as md,
17
- e as outline,
18
- c as sm
18
+ n as bar,
19
+ e as container,
20
+ d as default,
21
+ m as error,
22
+ g as indeterminate,
23
+ l as info,
24
+ c as labelWrapper,
25
+ a as lg,
26
+ s as md,
27
+ _ as percentage,
28
+ p as primary,
29
+ t as sm,
30
+ o as success,
31
+ r as track,
32
+ i as warning
19
33
  };
package/dist/index133.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="_backdrop_35vfn_8",_="_fadeIn_35vfn_1",e="_modal_35vfn_32",n="_slideUp_35vfn_1",l="_sm_35vfn_67",t="_md_35vfn_71",d="_lg_35vfn_75",s="_xl_35vfn_79",f="_full_35vfn_83",c="_header_35vfn_93",a="_closeButton_35vfn_105",r="_body_35vfn_145",u="_footer_35vfn_153",v={backdrop:o,fadeIn:_,modal:e,slideUp:n,sm:l,md:t,lg:d,xl:s,full:f,header:c,closeButton:a,body:r,footer:u};exports.backdrop=o;exports.body=r;exports.closeButton=a;exports.default=v;exports.fadeIn=_;exports.footer=u;exports.full=f;exports.header=c;exports.lg=d;exports.md=t;exports.modal=e;exports.slideUp=n;exports.sm=l;exports.xl=s;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_agentCard_1evy3_8",t="_clickable_1evy3_17",a="_draggable_1evy3_21",i="_dragging_1evy3_33",n="_headerContent_1evy3_53",_="_iconAvatar_1evy3_62",g="_headerRight_1evy3_75",r="_multiBadge_1evy3_82",d="_title_1evy3_98",c="_description_1evy3_109",o="_timestamp_1evy3_128",l={agentCard:e,clickable:t,draggable:a,dragging:i,headerContent:n,iconAvatar:_,headerRight:g,multiBadge:r,title:d,description:c,timestamp:o};exports.agentCard=e;exports.clickable=t;exports.default=l;exports.description=c;exports.draggable=a;exports.dragging=i;exports.headerContent=n;exports.headerRight=g;exports.iconAvatar=_;exports.multiBadge=r;exports.timestamp=o;exports.title=d;
package/dist/index133.mjs CHANGED
@@ -1,31 +1,27 @@
1
- const _ = "_backdrop_35vfn_8", o = "_fadeIn_35vfn_1", n = "_modal_35vfn_32", s = "_slideUp_35vfn_1", t = "_sm_35vfn_67", f = "_md_35vfn_71", l = "_lg_35vfn_75", d = "_xl_35vfn_79", e = "_full_35vfn_83", c = "_header_35vfn_93", a = "_closeButton_35vfn_105", v = "_body_35vfn_145", r = "_footer_35vfn_153", m = {
2
- backdrop: _,
3
- fadeIn: o,
4
- modal: n,
5
- slideUp: s,
6
- sm: t,
7
- md: f,
8
- lg: l,
9
- xl: d,
10
- full: e,
11
- header: c,
12
- closeButton: a,
13
- body: v,
14
- footer: r
1
+ const e = "_agentCard_1evy3_8", t = "_clickable_1evy3_17", a = "_draggable_1evy3_21", _ = "_dragging_1evy3_33", n = "_headerContent_1evy3_53", i = "_iconAvatar_1evy3_62", c = "_headerRight_1evy3_75", g = "_multiBadge_1evy3_82", d = "_title_1evy3_98", o = "_description_1evy3_109", r = "_timestamp_1evy3_128", s = {
2
+ agentCard: e,
3
+ clickable: t,
4
+ draggable: a,
5
+ dragging: _,
6
+ headerContent: n,
7
+ iconAvatar: i,
8
+ headerRight: c,
9
+ multiBadge: g,
10
+ title: d,
11
+ description: o,
12
+ timestamp: r
15
13
  };
16
14
  export {
17
- _ as backdrop,
18
- v as body,
19
- a as closeButton,
20
- m as default,
21
- o as fadeIn,
22
- r as footer,
23
- e as full,
24
- c as header,
25
- l as lg,
26
- f as md,
27
- n as modal,
28
- s as slideUp,
29
- t as sm,
30
- d as xl
15
+ e as agentCard,
16
+ t as clickable,
17
+ s as default,
18
+ o as description,
19
+ a as draggable,
20
+ _ as dragging,
21
+ n as headerContent,
22
+ c as headerRight,
23
+ i as iconAvatar,
24
+ g as multiBadge,
25
+ r as timestamp,
26
+ d as title
31
27
  };
package/dist/index134.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s="_alert_1ayys_8",t="_icon_1ayys_25",e="_content_1ayys_35",n="_title_1ayys_43",o="_message_1ayys_50",c="_closeButton_1ayys_56",_="_success_1ayys_99",a="_error_1ayys_106",r="_warning_1ayys_113",y="_info_1ayys_120",i={alert:s,icon:t,content:e,title:n,message:o,closeButton:c,success:_,error:a,warning:r,info:y};exports.alert=s;exports.closeButton=c;exports.content=e;exports.default=i;exports.error=a;exports.icon=t;exports.info=y;exports.message=o;exports.success=_;exports.title=n;exports.warning=r;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_errorBoundary_hux00_1",t="_icon_hux00_14",o="_title_hux00_19",r="_message_hux00_27",s="_resetButton_hux00_35",n={errorBoundary:e,icon:t,title:o,message:r,resetButton:s};exports.default=n;exports.errorBoundary=e;exports.icon=t;exports.message=r;exports.resetButton=s;exports.title=o;
package/dist/index134.mjs CHANGED
@@ -1,25 +1,15 @@
1
- const s = "_alert_1ayys_8", t = "_icon_1ayys_25", n = "_content_1ayys_35", o = "_title_1ayys_43", _ = "_message_1ayys_50", e = "_closeButton_1ayys_56", c = "_success_1ayys_99", a = "_error_1ayys_106", y = "_warning_1ayys_113", r = "_info_1ayys_120", i = {
2
- alert: s,
3
- icon: t,
4
- content: n,
1
+ const t = "_errorBoundary_hux00_1", e = "_icon_hux00_14", o = "_title_hux00_19", s = "_message_hux00_27", r = "_resetButton_hux00_35", n = {
2
+ errorBoundary: t,
3
+ icon: e,
5
4
  title: o,
6
- message: _,
7
- closeButton: e,
8
- success: c,
9
- error: a,
10
- warning: y,
11
- info: r
5
+ message: s,
6
+ resetButton: r
12
7
  };
13
8
  export {
14
- s as alert,
15
- e as closeButton,
16
- n as content,
17
- i as default,
18
- a as error,
19
- t as icon,
20
- r as info,
21
- _ as message,
22
- c as success,
23
- o as title,
24
- y as warning
9
+ n as default,
10
+ t as errorBoundary,
11
+ e as icon,
12
+ s as message,
13
+ r as resetButton,
14
+ o as title
25
15
  };
package/dist/index135.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s="_container_192xs_8",n="_spinner_192xs_16",e="_spin_192xs_16",_="_xs_192xs_38",r="_sm_192xs_44",t="_md_192xs_50",l="_lg_192xs_56",o="_xl_192xs_62",a="_primary_192xs_72",c="_secondary_192xs_77",i="_neutral_192xs_82",x="_inverse_192xs_87",m="_label_192xs_96",p={container:s,spinner:n,spin:e,xs:_,sm:r,md:t,lg:l,xl:o,primary:a,secondary:c,neutral:i,inverse:x,label:m};exports.container=s;exports.default=p;exports.inverse=x;exports.label=m;exports.lg=l;exports.md=t;exports.neutral=i;exports.primary=a;exports.secondary=c;exports.sm=r;exports.spin=e;exports.spinner=n;exports.xl=o;exports.xs=_;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_chat_ytosv_12",t="_header_ytosv_28",s="_headerAvatar_ytosv_38",o="_headerContent_ytosv_42",a="_headerTitle_ytosv_47",r="_headerSubtitle_ytosv_55",n="_headerActions_ytosv_62",i="_messages_ytosv_73",c="_messagesInner_ytosv_86",_="_message_ytosv_73",d="_messageUser_ytosv_124",m="_messageAssistant_ytosv_128",v="_messageContent_ytosv_129",l="_messageAvatar_ytosv_144",g="_messageAvatarUser_ytosv_158",b="_messageAvatarAssistant_ytosv_163",y="_messageBubble_ytosv_176",u="_messageBubbleUser_ytosv_183",p="_messageBubbleAssistant_ytosv_191",h="_messageBubbleSystem_ytosv_198",B="_messageAttachments_ytosv_207",I="_messageFooter_ytosv_218",A="_messageTimestamp_ytosv_229",P="_messageStatus_ytosv_234",R="_messageStatusError_ytosv_242",w="_messageActions_ytosv_246",S="_streamingCursor_ytosv_259",C="_thinkingBubble_ytosv_288",k="_thinkingSpinner_ytosv_296",f="_inputContainer_ytosv_341",T="_inputWrapper_ytosv_356",U="_inputBox_ytosv_365",x="_inputActions_ytosv_382",D="_inputTextarea_ytosv_389",W="_inputButton_ytosv_413",E="_inputButtonPrimary_ytosv_438",H="_pendingAttachments_ytosv_450",F="_pendingAttachment_ytosv_450",L="_pendingAttachmentRemove_ytosv_471",N="_codeBlock_ytosv_495",O="_codeBlockHeader_ytosv_503",M="_codeBlockLanguage_ytosv_512",z="_codeBlockCopy_ytosv_519",G="_codeBlockCopied_ytosv_538",V="_codeBlockContent_ytosv_542",j="_markdown_ytosv_554",q="_markdownUser_ytosv_684",J="_imagePreview_ytosv_698",K="_imagePreviewImg_ytosv_710",Q="_audioPlayer_ytosv_721",X="_audioPlayerButton_ytosv_731",Y="_audioPlayerProgress_ytosv_750",Z="_audioPlayerTrack_ytosv_757",$="_audioPlayerFill_ytosv_764",ee="_audioPlayerTime_ytosv_770",te="_voiceRecorder_ytosv_779",se="_voiceRecorderButton_ytosv_788",oe="_voiceRecorderButtonIdle_ytosv_807",ae="_voiceRecorderInfo_ytosv_811",re="_voiceRecorderDuration_ytosv_818",ne="_voiceRecorderLabel_ytosv_824",ie="_voiceRecorderWaveform_ytosv_829",ce="_voiceRecorderBar_ytosv_836",_e="_voiceRecorderActions_ytosv_866",de="_fileUpload_ytosv_872",me="_fileUploadDragging_ytosv_890",ve="_fileUploadIcon_ytosv_895",le="_fileUploadText_ytosv_900",ge="_fileUploadHint_ytosv_906",be="_attachmentPreview_ytosv_913",ye="_attachmentPreviewIcon_ytosv_929",ue="_attachmentPreviewInfo_ytosv_940",pe="_attachmentPreviewName_ytosv_945",he="_attachmentPreviewMeta_ytosv_953",Be="_attachmentPreviewRemove_ytosv_958",Ie="_lightbox_ytosv_982",Ae="_lightboxImage_ytosv_1003",Pe="_lightboxClose_ytosv_1010",Re="_sidebar_ytosv_1036",we="_sidebarHeader_ytosv_1047",Se="_sidebarNewButton_ytosv_1055",Ce="_sidebarSearch_ytosv_1059",ke="_sidebarSearchInput_ytosv_1063",fe="_sidebarList_ytosv_1083",Te="_sidebarItem_ytosv_1089",Ue="_sidebarItemActive_ytosv_1107",xe="_sidebarItemContent_ytosv_1111",De="_sidebarItemTitle_ytosv_1119",We="_sidebarItemPreview_ytosv_1130",Ee="_sidebarItemDelete_ytosv_1140",He="_sidebarFooter_ytosv_1166",Fe="_sidebarEmpty_ytosv_1171",Le="_sidebarEmptyIcon_ytosv_1181",Ne="_sidebarGroupHeader_ytosv_1186",Oe="_sidebarCollapsed_ytosv_1201",Me="_sidebarOpen_ytosv_1211",ze="_scrollToBottomWrapper_ytosv_1273",Ge="_scrollToBottomButton_ytosv_1282",Ve="_inputSpinner_ytosv_1297",je="_pendingAttachmentSize_ytosv_1311",qe="_voiceRecorderError_ytosv_1319",Je="_headerAvatarDefault_ytosv_1327",Ke="_sidebarOverlay_ytosv_1336",Qe="_sidebarNewButtonInner_ytosv_1344",Xe="_sidebarCloseButton_ytosv_1352",Ye="_sidebarSearchWrapper_ytosv_1356",Ze="_sidebarSearchIcon_ytosv_1360",$e="_sidebarSearchInputWithIcon_ytosv_1369",et="_sidebarItemIcon_ytosv_1373",tt="_sidebarItemDate_ytosv_1379",st="_sidebarItemDeleteConfirm_ytosv_1388",ot="_messageRetry_ytosv_1398",at="_messageReactions_ytosv_1422",rt="_messageReactionButton_ytosv_1434",nt="_messageReactionActive_ytosv_1454",it="_messageReactionsVisible_ytosv_1460",ct={chat:e,header:t,headerAvatar:s,headerContent:o,headerTitle:a,headerSubtitle:r,headerActions:n,messages:i,messagesInner:c,message:_,messageUser:d,messageAssistant:m,messageContent:v,messageAvatar:l,messageAvatarUser:g,messageAvatarAssistant:b,messageBubble:y,messageBubbleUser:u,messageBubbleAssistant:p,messageBubbleSystem:h,messageAttachments:B,messageFooter:I,messageTimestamp:A,messageStatus:P,messageStatusError:R,messageActions:w,streamingCursor:S,thinkingBubble:C,thinkingSpinner:k,inputContainer:f,inputWrapper:T,inputBox:U,inputActions:x,inputTextarea:D,inputButton:W,inputButtonPrimary:E,pendingAttachments:H,pendingAttachment:F,pendingAttachmentRemove:L,codeBlock:N,codeBlockHeader:O,codeBlockLanguage:M,codeBlockCopy:z,codeBlockCopied:G,codeBlockContent:V,markdown:j,markdownUser:q,imagePreview:J,imagePreviewImg:K,audioPlayer:Q,audioPlayerButton:X,audioPlayerProgress:Y,audioPlayerTrack:Z,audioPlayerFill:$,audioPlayerTime:ee,voiceRecorder:te,voiceRecorderButton:se,voiceRecorderButtonIdle:oe,voiceRecorderInfo:ae,voiceRecorderDuration:re,voiceRecorderLabel:ne,voiceRecorderWaveform:ie,voiceRecorderBar:ce,voiceRecorderActions:_e,fileUpload:de,fileUploadDragging:me,fileUploadIcon:ve,fileUploadText:le,fileUploadHint:ge,attachmentPreview:be,attachmentPreviewIcon:ye,attachmentPreviewInfo:ue,attachmentPreviewName:pe,attachmentPreviewMeta:he,attachmentPreviewRemove:Be,lightbox:Ie,lightboxImage:Ae,lightboxClose:Pe,sidebar:Re,sidebarHeader:we,sidebarNewButton:Se,sidebarSearch:Ce,sidebarSearchInput:ke,sidebarList:fe,sidebarItem:Te,sidebarItemActive:Ue,sidebarItemContent:xe,sidebarItemTitle:De,sidebarItemPreview:We,sidebarItemDelete:Ee,sidebarFooter:He,sidebarEmpty:Fe,sidebarEmptyIcon:Le,sidebarGroupHeader:Ne,sidebarCollapsed:Oe,sidebarOpen:Me,scrollToBottomWrapper:ze,scrollToBottomButton:Ge,inputSpinner:Ve,pendingAttachmentSize:je,voiceRecorderError:qe,headerAvatarDefault:Je,sidebarOverlay:Ke,sidebarNewButtonInner:Qe,sidebarCloseButton:Xe,sidebarSearchWrapper:Ye,sidebarSearchIcon:Ze,sidebarSearchInputWithIcon:$e,sidebarItemIcon:et,sidebarItemDate:tt,sidebarItemDeleteConfirm:st,messageRetry:ot,messageReactions:at,messageReactionButton:rt,messageReactionActive:nt,messageReactionsVisible:it};exports.attachmentPreview=be;exports.attachmentPreviewIcon=ye;exports.attachmentPreviewInfo=ue;exports.attachmentPreviewMeta=he;exports.attachmentPreviewName=pe;exports.attachmentPreviewRemove=Be;exports.audioPlayer=Q;exports.audioPlayerButton=X;exports.audioPlayerFill=$;exports.audioPlayerProgress=Y;exports.audioPlayerTime=ee;exports.audioPlayerTrack=Z;exports.chat=e;exports.codeBlock=N;exports.codeBlockContent=V;exports.codeBlockCopied=G;exports.codeBlockCopy=z;exports.codeBlockHeader=O;exports.codeBlockLanguage=M;exports.default=ct;exports.fileUpload=de;exports.fileUploadDragging=me;exports.fileUploadHint=ge;exports.fileUploadIcon=ve;exports.fileUploadText=le;exports.header=t;exports.headerActions=n;exports.headerAvatar=s;exports.headerAvatarDefault=Je;exports.headerContent=o;exports.headerSubtitle=r;exports.headerTitle=a;exports.imagePreview=J;exports.imagePreviewImg=K;exports.inputActions=x;exports.inputBox=U;exports.inputButton=W;exports.inputButtonPrimary=E;exports.inputContainer=f;exports.inputSpinner=Ve;exports.inputTextarea=D;exports.inputWrapper=T;exports.lightbox=Ie;exports.lightboxClose=Pe;exports.lightboxImage=Ae;exports.markdown=j;exports.markdownUser=q;exports.message=_;exports.messageActions=w;exports.messageAssistant=m;exports.messageAttachments=B;exports.messageAvatar=l;exports.messageAvatarAssistant=b;exports.messageAvatarUser=g;exports.messageBubble=y;exports.messageBubbleAssistant=p;exports.messageBubbleSystem=h;exports.messageBubbleUser=u;exports.messageContent=v;exports.messageFooter=I;exports.messageReactionActive=nt;exports.messageReactionButton=rt;exports.messageReactions=at;exports.messageReactionsVisible=it;exports.messageRetry=ot;exports.messageStatus=P;exports.messageStatusError=R;exports.messageTimestamp=A;exports.messageUser=d;exports.messages=i;exports.messagesInner=c;exports.pendingAttachment=F;exports.pendingAttachmentRemove=L;exports.pendingAttachmentSize=je;exports.pendingAttachments=H;exports.scrollToBottomButton=Ge;exports.scrollToBottomWrapper=ze;exports.sidebar=Re;exports.sidebarCloseButton=Xe;exports.sidebarCollapsed=Oe;exports.sidebarEmpty=Fe;exports.sidebarEmptyIcon=Le;exports.sidebarFooter=He;exports.sidebarGroupHeader=Ne;exports.sidebarHeader=we;exports.sidebarItem=Te;exports.sidebarItemActive=Ue;exports.sidebarItemContent=xe;exports.sidebarItemDate=tt;exports.sidebarItemDelete=Ee;exports.sidebarItemDeleteConfirm=st;exports.sidebarItemIcon=et;exports.sidebarItemPreview=We;exports.sidebarItemTitle=De;exports.sidebarList=fe;exports.sidebarNewButton=Se;exports.sidebarNewButtonInner=Qe;exports.sidebarOpen=Me;exports.sidebarOverlay=Ke;exports.sidebarSearch=Ce;exports.sidebarSearchIcon=Ze;exports.sidebarSearchInput=ke;exports.sidebarSearchInputWithIcon=$e;exports.sidebarSearchWrapper=Ye;exports.streamingCursor=S;exports.thinkingBubble=C;exports.thinkingSpinner=k;exports.voiceRecorder=te;exports.voiceRecorderActions=_e;exports.voiceRecorderBar=ce;exports.voiceRecorderButton=se;exports.voiceRecorderButtonIdle=oe;exports.voiceRecorderDuration=re;exports.voiceRecorderError=qe;exports.voiceRecorderInfo=ae;exports.voiceRecorderLabel=ne;exports.voiceRecorderWaveform=ie;
package/dist/index135.mjs CHANGED
@@ -1,31 +1,237 @@
1
- const s = "_container_192xs_8", _ = "_spinner_192xs_16", n = "_spin_192xs_16", e = "_xs_192xs_38", t = "_sm_192xs_44", r = "_md_192xs_50", o = "_lg_192xs_56", c = "_xl_192xs_62", x = "_primary_192xs_72", a = "_secondary_192xs_77", l = "_neutral_192xs_82", i = "_inverse_192xs_87", p = "_label_192xs_96", m = {
2
- container: s,
3
- spinner: _,
4
- spin: n,
5
- xs: e,
6
- sm: t,
7
- md: r,
8
- lg: o,
9
- xl: c,
10
- primary: x,
11
- secondary: a,
12
- neutral: l,
13
- inverse: i,
14
- label: p
1
+ const e = "_chat_ytosv_12", t = "_header_ytosv_28", s = "_headerAvatar_ytosv_38", o = "_headerContent_ytosv_42", a = "_headerTitle_ytosv_47", n = "_headerSubtitle_ytosv_55", r = "_headerActions_ytosv_62", _ = "_messages_ytosv_73", i = "_messagesInner_ytosv_86", c = "_message_ytosv_73", d = "_messageUser_ytosv_124", v = "_messageAssistant_ytosv_128", m = "_messageContent_ytosv_129", y = "_messageAvatar_ytosv_144", l = "_messageAvatarUser_ytosv_158", g = "_messageAvatarAssistant_ytosv_163", b = "_messageBubble_ytosv_176", u = "_messageBubbleUser_ytosv_183", p = "_messageBubbleAssistant_ytosv_191", h = "_messageBubbleSystem_ytosv_198", B = "_messageAttachments_ytosv_207", I = "_messageFooter_ytosv_218", A = "_messageTimestamp_ytosv_229", P = "_messageStatus_ytosv_234", R = "_messageStatusError_ytosv_242", w = "_messageActions_ytosv_246", C = "_streamingCursor_ytosv_259", S = "_thinkingBubble_ytosv_288", k = "_thinkingSpinner_ytosv_296", f = "_inputContainer_ytosv_341", T = "_inputWrapper_ytosv_356", U = "_inputBox_ytosv_365", x = "_inputActions_ytosv_382", D = "_inputTextarea_ytosv_389", W = "_inputButton_ytosv_413", E = "_inputButtonPrimary_ytosv_438", H = "_pendingAttachments_ytosv_450", F = "_pendingAttachment_ytosv_450", L = "_pendingAttachmentRemove_ytosv_471", N = "_codeBlock_ytosv_495", O = "_codeBlockHeader_ytosv_503", z = "_codeBlockLanguage_ytosv_512", G = "_codeBlockCopy_ytosv_519", M = "_codeBlockCopied_ytosv_538", V = "_codeBlockContent_ytosv_542", j = "_markdown_ytosv_554", q = "_markdownUser_ytosv_684", J = "_imagePreview_ytosv_698", K = "_imagePreviewImg_ytosv_710", Q = "_audioPlayer_ytosv_721", X = "_audioPlayerButton_ytosv_731", Y = "_audioPlayerProgress_ytosv_750", Z = "_audioPlayerTrack_ytosv_757", $ = "_audioPlayerFill_ytosv_764", ee = "_audioPlayerTime_ytosv_770", te = "_voiceRecorder_ytosv_779", se = "_voiceRecorderButton_ytosv_788", oe = "_voiceRecorderButtonIdle_ytosv_807", ae = "_voiceRecorderInfo_ytosv_811", ne = "_voiceRecorderDuration_ytosv_818", re = "_voiceRecorderLabel_ytosv_824", _e = "_voiceRecorderWaveform_ytosv_829", ie = "_voiceRecorderBar_ytosv_836", ce = "_voiceRecorderActions_ytosv_866", de = "_fileUpload_ytosv_872", ve = "_fileUploadDragging_ytosv_890", me = "_fileUploadIcon_ytosv_895", ye = "_fileUploadText_ytosv_900", le = "_fileUploadHint_ytosv_906", ge = "_attachmentPreview_ytosv_913", be = "_attachmentPreviewIcon_ytosv_929", ue = "_attachmentPreviewInfo_ytosv_940", pe = "_attachmentPreviewName_ytosv_945", he = "_attachmentPreviewMeta_ytosv_953", Be = "_attachmentPreviewRemove_ytosv_958", Ie = "_lightbox_ytosv_982", Ae = "_lightboxImage_ytosv_1003", Pe = "_lightboxClose_ytosv_1010", Re = "_sidebar_ytosv_1036", we = "_sidebarHeader_ytosv_1047", Ce = "_sidebarNewButton_ytosv_1055", Se = "_sidebarSearch_ytosv_1059", ke = "_sidebarSearchInput_ytosv_1063", fe = "_sidebarList_ytosv_1083", Te = "_sidebarItem_ytosv_1089", Ue = "_sidebarItemActive_ytosv_1107", xe = "_sidebarItemContent_ytosv_1111", De = "_sidebarItemTitle_ytosv_1119", We = "_sidebarItemPreview_ytosv_1130", Ee = "_sidebarItemDelete_ytosv_1140", He = "_sidebarFooter_ytosv_1166", Fe = "_sidebarEmpty_ytosv_1171", Le = "_sidebarEmptyIcon_ytosv_1181", Ne = "_sidebarGroupHeader_ytosv_1186", Oe = "_sidebarCollapsed_ytosv_1201", ze = "_sidebarOpen_ytosv_1211", Ge = "_scrollToBottomWrapper_ytosv_1273", Me = "_scrollToBottomButton_ytosv_1282", Ve = "_inputSpinner_ytosv_1297", je = "_pendingAttachmentSize_ytosv_1311", qe = "_voiceRecorderError_ytosv_1319", Je = "_headerAvatarDefault_ytosv_1327", Ke = "_sidebarOverlay_ytosv_1336", Qe = "_sidebarNewButtonInner_ytosv_1344", Xe = "_sidebarCloseButton_ytosv_1352", Ye = "_sidebarSearchWrapper_ytosv_1356", Ze = "_sidebarSearchIcon_ytosv_1360", $e = "_sidebarSearchInputWithIcon_ytosv_1369", et = "_sidebarItemIcon_ytosv_1373", tt = "_sidebarItemDate_ytosv_1379", st = "_sidebarItemDeleteConfirm_ytosv_1388", ot = "_messageRetry_ytosv_1398", at = "_messageReactions_ytosv_1422", nt = "_messageReactionButton_ytosv_1434", rt = "_messageReactionActive_ytosv_1454", _t = "_messageReactionsVisible_ytosv_1460", it = {
2
+ chat: e,
3
+ header: t,
4
+ headerAvatar: s,
5
+ headerContent: o,
6
+ headerTitle: a,
7
+ headerSubtitle: n,
8
+ headerActions: r,
9
+ messages: _,
10
+ messagesInner: i,
11
+ message: c,
12
+ messageUser: d,
13
+ messageAssistant: v,
14
+ messageContent: m,
15
+ messageAvatar: y,
16
+ messageAvatarUser: l,
17
+ messageAvatarAssistant: g,
18
+ messageBubble: b,
19
+ messageBubbleUser: u,
20
+ messageBubbleAssistant: p,
21
+ messageBubbleSystem: h,
22
+ messageAttachments: B,
23
+ messageFooter: I,
24
+ messageTimestamp: A,
25
+ messageStatus: P,
26
+ messageStatusError: R,
27
+ messageActions: w,
28
+ streamingCursor: C,
29
+ thinkingBubble: S,
30
+ thinkingSpinner: k,
31
+ inputContainer: f,
32
+ inputWrapper: T,
33
+ inputBox: U,
34
+ inputActions: x,
35
+ inputTextarea: D,
36
+ inputButton: W,
37
+ inputButtonPrimary: E,
38
+ pendingAttachments: H,
39
+ pendingAttachment: F,
40
+ pendingAttachmentRemove: L,
41
+ codeBlock: N,
42
+ codeBlockHeader: O,
43
+ codeBlockLanguage: z,
44
+ codeBlockCopy: G,
45
+ codeBlockCopied: M,
46
+ codeBlockContent: V,
47
+ markdown: j,
48
+ markdownUser: q,
49
+ imagePreview: J,
50
+ imagePreviewImg: K,
51
+ audioPlayer: Q,
52
+ audioPlayerButton: X,
53
+ audioPlayerProgress: Y,
54
+ audioPlayerTrack: Z,
55
+ audioPlayerFill: $,
56
+ audioPlayerTime: ee,
57
+ voiceRecorder: te,
58
+ voiceRecorderButton: se,
59
+ voiceRecorderButtonIdle: oe,
60
+ voiceRecorderInfo: ae,
61
+ voiceRecorderDuration: ne,
62
+ voiceRecorderLabel: re,
63
+ voiceRecorderWaveform: _e,
64
+ voiceRecorderBar: ie,
65
+ voiceRecorderActions: ce,
66
+ fileUpload: de,
67
+ fileUploadDragging: ve,
68
+ fileUploadIcon: me,
69
+ fileUploadText: ye,
70
+ fileUploadHint: le,
71
+ attachmentPreview: ge,
72
+ attachmentPreviewIcon: be,
73
+ attachmentPreviewInfo: ue,
74
+ attachmentPreviewName: pe,
75
+ attachmentPreviewMeta: he,
76
+ attachmentPreviewRemove: Be,
77
+ lightbox: Ie,
78
+ lightboxImage: Ae,
79
+ lightboxClose: Pe,
80
+ sidebar: Re,
81
+ sidebarHeader: we,
82
+ sidebarNewButton: Ce,
83
+ sidebarSearch: Se,
84
+ sidebarSearchInput: ke,
85
+ sidebarList: fe,
86
+ sidebarItem: Te,
87
+ sidebarItemActive: Ue,
88
+ sidebarItemContent: xe,
89
+ sidebarItemTitle: De,
90
+ sidebarItemPreview: We,
91
+ sidebarItemDelete: Ee,
92
+ sidebarFooter: He,
93
+ sidebarEmpty: Fe,
94
+ sidebarEmptyIcon: Le,
95
+ sidebarGroupHeader: Ne,
96
+ sidebarCollapsed: Oe,
97
+ sidebarOpen: ze,
98
+ scrollToBottomWrapper: Ge,
99
+ scrollToBottomButton: Me,
100
+ inputSpinner: Ve,
101
+ pendingAttachmentSize: je,
102
+ voiceRecorderError: qe,
103
+ headerAvatarDefault: Je,
104
+ sidebarOverlay: Ke,
105
+ sidebarNewButtonInner: Qe,
106
+ sidebarCloseButton: Xe,
107
+ sidebarSearchWrapper: Ye,
108
+ sidebarSearchIcon: Ze,
109
+ sidebarSearchInputWithIcon: $e,
110
+ sidebarItemIcon: et,
111
+ sidebarItemDate: tt,
112
+ sidebarItemDeleteConfirm: st,
113
+ messageRetry: ot,
114
+ messageReactions: at,
115
+ messageReactionButton: nt,
116
+ messageReactionActive: rt,
117
+ messageReactionsVisible: _t
15
118
  };
16
119
  export {
17
- s as container,
18
- m as default,
19
- i as inverse,
20
- p as label,
21
- o as lg,
22
- r as md,
23
- l as neutral,
24
- x as primary,
25
- a as secondary,
26
- t as sm,
27
- n as spin,
28
- _ as spinner,
29
- c as xl,
30
- e as xs
120
+ ge as attachmentPreview,
121
+ be as attachmentPreviewIcon,
122
+ ue as attachmentPreviewInfo,
123
+ he as attachmentPreviewMeta,
124
+ pe as attachmentPreviewName,
125
+ Be as attachmentPreviewRemove,
126
+ Q as audioPlayer,
127
+ X as audioPlayerButton,
128
+ $ as audioPlayerFill,
129
+ Y as audioPlayerProgress,
130
+ ee as audioPlayerTime,
131
+ Z as audioPlayerTrack,
132
+ e as chat,
133
+ N as codeBlock,
134
+ V as codeBlockContent,
135
+ M as codeBlockCopied,
136
+ G as codeBlockCopy,
137
+ O as codeBlockHeader,
138
+ z as codeBlockLanguage,
139
+ it as default,
140
+ de as fileUpload,
141
+ ve as fileUploadDragging,
142
+ le as fileUploadHint,
143
+ me as fileUploadIcon,
144
+ ye as fileUploadText,
145
+ t as header,
146
+ r as headerActions,
147
+ s as headerAvatar,
148
+ Je as headerAvatarDefault,
149
+ o as headerContent,
150
+ n as headerSubtitle,
151
+ a as headerTitle,
152
+ J as imagePreview,
153
+ K as imagePreviewImg,
154
+ x as inputActions,
155
+ U as inputBox,
156
+ W as inputButton,
157
+ E as inputButtonPrimary,
158
+ f as inputContainer,
159
+ Ve as inputSpinner,
160
+ D as inputTextarea,
161
+ T as inputWrapper,
162
+ Ie as lightbox,
163
+ Pe as lightboxClose,
164
+ Ae as lightboxImage,
165
+ j as markdown,
166
+ q as markdownUser,
167
+ c as message,
168
+ w as messageActions,
169
+ v as messageAssistant,
170
+ B as messageAttachments,
171
+ y as messageAvatar,
172
+ g as messageAvatarAssistant,
173
+ l as messageAvatarUser,
174
+ b as messageBubble,
175
+ p as messageBubbleAssistant,
176
+ h as messageBubbleSystem,
177
+ u as messageBubbleUser,
178
+ m as messageContent,
179
+ I as messageFooter,
180
+ rt as messageReactionActive,
181
+ nt as messageReactionButton,
182
+ at as messageReactions,
183
+ _t as messageReactionsVisible,
184
+ ot as messageRetry,
185
+ P as messageStatus,
186
+ R as messageStatusError,
187
+ A as messageTimestamp,
188
+ d as messageUser,
189
+ _ as messages,
190
+ i as messagesInner,
191
+ F as pendingAttachment,
192
+ L as pendingAttachmentRemove,
193
+ je as pendingAttachmentSize,
194
+ H as pendingAttachments,
195
+ Me as scrollToBottomButton,
196
+ Ge as scrollToBottomWrapper,
197
+ Re as sidebar,
198
+ Xe as sidebarCloseButton,
199
+ Oe as sidebarCollapsed,
200
+ Fe as sidebarEmpty,
201
+ Le as sidebarEmptyIcon,
202
+ He as sidebarFooter,
203
+ Ne as sidebarGroupHeader,
204
+ we as sidebarHeader,
205
+ Te as sidebarItem,
206
+ Ue as sidebarItemActive,
207
+ xe as sidebarItemContent,
208
+ tt as sidebarItemDate,
209
+ Ee as sidebarItemDelete,
210
+ st as sidebarItemDeleteConfirm,
211
+ et as sidebarItemIcon,
212
+ We as sidebarItemPreview,
213
+ De as sidebarItemTitle,
214
+ fe as sidebarList,
215
+ Ce as sidebarNewButton,
216
+ Qe as sidebarNewButtonInner,
217
+ ze as sidebarOpen,
218
+ Ke as sidebarOverlay,
219
+ Se as sidebarSearch,
220
+ Ze as sidebarSearchIcon,
221
+ ke as sidebarSearchInput,
222
+ $e as sidebarSearchInputWithIcon,
223
+ Ye as sidebarSearchWrapper,
224
+ C as streamingCursor,
225
+ S as thinkingBubble,
226
+ k as thinkingSpinner,
227
+ te as voiceRecorder,
228
+ ce as voiceRecorderActions,
229
+ ie as voiceRecorderBar,
230
+ se as voiceRecorderButton,
231
+ oe as voiceRecorderButtonIdle,
232
+ ne as voiceRecorderDuration,
233
+ qe as voiceRecorderError,
234
+ ae as voiceRecorderInfo,
235
+ re as voiceRecorderLabel,
236
+ _e as voiceRecorderWaveform
31
237
  };
package/dist/index136.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_pageHeader_1wcp9_8",c="_bordered_1wcp9_15",a="_sticky_1wcp9_19",e="_backLink_1wcp9_29",r="_backLinkAnchor_1wcp9_33",b="_backLinkButton_1wcp9_34",_="_breadcrumbs_1wcp9_59",n="_breadcrumbList_1wcp9_63",i="_breadcrumbItem_1wcp9_72",o="_breadcrumbSeparator_1wcp9_78",s="_breadcrumbLink_1wcp9_83",d="_breadcrumbButton_1wcp9_84",u="_breadcrumbCurrent_1wcp9_101",p="_main_1wcp9_111",m="_titleSection_1wcp9_119",w="_titleRow_1wcp9_124",k="_title_1wcp9_119",l="_badge_1wcp9_141",L="_description_1wcp9_145",g="_actions_1wcp9_158",v="_tabs_1wcp9_170",B="_tab_1wcp9_170",S="_tabActive_1wcp9_205",A="_tabBadge_1wcp9_210",h={pageHeader:t,bordered:c,sticky:a,backLink:e,backLinkAnchor:r,backLinkButton:b,breadcrumbs:_,breadcrumbList:n,breadcrumbItem:i,breadcrumbSeparator:o,breadcrumbLink:s,breadcrumbButton:d,breadcrumbCurrent:u,main:p,titleSection:m,titleRow:w,title:k,badge:l,description:L,actions:g,tabs:v,tab:B,tabActive:S,tabBadge:A,"size-sm":"_size-sm_1wcp9_228","size-lg":"_size-lg_1wcp9_240","variant-compact":"_variant-compact_1wcp9_252","variant-with-tabs":"_variant-with-tabs_1wcp9_277","variant-transparent":"_variant-transparent_1wcp9_285"};exports.actions=g;exports.backLink=e;exports.backLinkAnchor=r;exports.backLinkButton=b;exports.badge=l;exports.bordered=c;exports.breadcrumbButton=d;exports.breadcrumbCurrent=u;exports.breadcrumbItem=i;exports.breadcrumbLink=s;exports.breadcrumbList=n;exports.breadcrumbSeparator=o;exports.breadcrumbs=_;exports.default=h;exports.description=L;exports.main=p;exports.pageHeader=t;exports.sticky=a;exports.tab=B;exports.tabActive=S;exports.tabBadge=A;exports.tabs=v;exports.title=k;exports.titleRow=w;exports.titleSection=m;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("lucide-react"),a=require("./index135.cjs"),d=({title:r="AI Assistant",subtitle:s,avatar:l,actions:t,children:i,className:n,...c})=>e.jsxs("div",{className:[a.default.header,n].filter(Boolean).join(" "),...c,children:[e.jsx("div",{className:a.default.headerAvatar,children:l||e.jsx("div",{className:[a.default.messageAvatar,a.default.headerAvatarDefault].filter(Boolean).join(" "),children:e.jsx(h.Bot,{size:20})})}),e.jsx("div",{className:a.default.headerContent,children:i||e.jsxs(e.Fragment,{children:[e.jsx("h2",{className:a.default.headerTitle,children:r}),s&&e.jsx("p",{className:a.default.headerSubtitle,children:s})]})}),t&&e.jsx("div",{className:a.default.headerActions,children:t})]});d.displayName="ChatHeader";exports.ChatHeader=d;