@carbon/ai-chat-components 0.6.2 → 0.7.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (415) hide show
  1. package/custom-elements.json +2611 -3856
  2. package/dist/16-BZMv8BLP.js +91 -0
  3. package/dist/16-DTIyOew7.js +91 -0
  4. package/dist/button-VYkJ5dwm.js +157 -0
  5. package/dist/button-skeleton-C44ojFOx.js +131 -0
  6. package/dist/card.min.js +193 -0
  7. package/dist/chain-of-thought.min.js +173 -155
  8. package/dist/chat-button.min.js +23 -23
  9. package/dist/checkbox-skeleton-B1dsTlWl.js +166 -0
  10. package/dist/{lit-element-DibNdm1l.js → class-map-CAQcKAyP.js} +38 -22
  11. package/dist/code-snippet.min.js +21 -21
  12. package/dist/codemirror-runtime-DjJTvK74.js +173 -0
  13. package/dist/{dockerfile-CKwmNxGw.js → dockerfile-C5Ju62-g.js} +21 -21
  14. package/dist/{factor-PwV725w2.js → factor-BLzOdeEw.js} +21 -21
  15. package/dist/feedback.min.js +68 -87
  16. package/dist/{icon-button-Ddd1Ihho.js → icon-button-B9XqYdUx.js} +33 -33
  17. package/dist/{icon-loader-DuM8rfP3.js → icon-loader-tzlfALFt.js} +23 -23
  18. package/dist/{if-defined-CbQ0hWcL.js → if-defined-DvPtK2Df.js} +22 -22
  19. package/dist/index--QAAkyqA.js +91 -0
  20. package/dist/{index-B1YAtZGR.js → index-1zAoDu0L.js} +21 -21
  21. package/dist/{index-BtI1vT4z.js → index-B6ll86Y6.js} +21 -21
  22. package/dist/index-B9DVtGsv.js +278 -0
  23. package/dist/index-BPU5uHmK.js +91 -0
  24. package/dist/index-BbWtDXd9.js +91 -0
  25. package/dist/index-BjsxSbgO.js +91 -0
  26. package/dist/index-BwI8x9E4.js +91 -0
  27. package/dist/index-C3KNlXVv.js +168 -0
  28. package/dist/index-CAdio42O.js +91 -0
  29. package/dist/index-CSMhs9Fm.js +91 -0
  30. package/dist/index-CU0IEHyz.js +91 -0
  31. package/dist/index-Cj-ZmC-W.js +91 -0
  32. package/dist/index-Ctl66nQF.js +91 -0
  33. package/dist/index-D7MLs7w5.js +91 -0
  34. package/dist/index-DH8wnvUn.js +91 -0
  35. package/dist/index-DWn_nnHo.js +91 -0
  36. package/dist/index-DpqlVRJ7.js +91 -0
  37. package/dist/index-Dx9Ms_uJ.js +91 -0
  38. package/dist/index-EwTPqhmw.js +91 -0
  39. package/dist/index-P1vutKel.js +91 -0
  40. package/dist/index-WQxGinYJ.js +91 -0
  41. package/dist/index-cK4rXRw-.js +91 -0
  42. package/dist/index-o-THaGga.js +91 -0
  43. package/dist/loading-icon-CRrLjNZH.js +106 -0
  44. package/dist/markdown.min.js +72 -70
  45. package/dist/{nsis-CWLatKhG.js → nsis-Biw-VyZu.js} +21 -21
  46. package/dist/processing.min.js +23 -23
  47. package/dist/{pug-DiwBvjDI.js → pug-BuYdIlne.js} +21 -21
  48. package/dist/reasoning-steps.min.js +69 -38
  49. package/dist/{state-B20s9hJU.js → state-CBq0UPBm.js} +21 -21
  50. package/dist/{table-runtime-CzipYmcB.js → table-runtime-CzXXhWmg.js} +86 -86
  51. package/dist/table.min.js +21 -21
  52. package/dist/text-input-VC8mmTlR.js +158 -0
  53. package/dist/toolbar.min.js +54 -56
  54. package/dist/workspace-shell.min.js +46 -51
  55. package/es/components/card/index.d.ts +11 -0
  56. package/es/components/{tile-container → card}/index.js +3 -1
  57. package/es/components/{tile-container → card}/index.js.map +1 -1
  58. package/es/components/card/src/card-footer.d.ts +43 -0
  59. package/es/components/card/src/card-footer.js +140 -0
  60. package/es/components/card/src/card-footer.js.map +1 -0
  61. package/es/components/card/src/card-footer.scss.js +13 -0
  62. package/es/components/card/src/card-footer.scss.js.map +1 -0
  63. package/es/components/card/src/card-steps.d.ts +28 -0
  64. package/es/components/card/src/card-steps.js +90 -0
  65. package/es/components/card/src/card-steps.js.map +1 -0
  66. package/es/components/{tile-container/src/tile-container.scss.js → card/src/card-steps.scss.js} +2 -2
  67. package/es/components/card/src/card-steps.scss.js.map +1 -0
  68. package/es/components/card/src/card.d.ts +27 -0
  69. package/es/components/card/src/card.js +65 -0
  70. package/es/components/card/src/card.js.map +1 -0
  71. package/es/components/card/src/card.scss.js +13 -0
  72. package/es/components/card/src/card.scss.js.map +1 -0
  73. package/es/components/chain-of-thought/defs.d.ts +54 -0
  74. package/es/components/chain-of-thought/{src/types.js → defs.js} +10 -1
  75. package/es/components/chain-of-thought/defs.js.map +1 -0
  76. package/es/components/chain-of-thought/index.d.ts +10 -4
  77. package/es/components/chain-of-thought/index.js +5 -3
  78. package/es/components/chain-of-thought/index.js.map +1 -1
  79. package/es/components/chain-of-thought/src/chain-of-thought-step.d.ts +43 -0
  80. package/es/components/chain-of-thought/src/chain-of-thought-step.js +351 -0
  81. package/es/components/chain-of-thought/src/chain-of-thought-step.js.map +1 -0
  82. package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js +13 -0
  83. package/es/components/chain-of-thought/src/chain-of-thought-step.scss.js.map +1 -0
  84. package/es/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +33 -0
  85. package/es/components/chain-of-thought/src/chain-of-thought-toggle.js +107 -0
  86. package/es/components/chain-of-thought/src/chain-of-thought-toggle.js.map +1 -0
  87. package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +13 -0
  88. package/es/components/chain-of-thought/src/chain-of-thought-toggle.scss.js.map +1 -0
  89. package/es/components/chain-of-thought/src/chain-of-thought.d.ts +23 -69
  90. package/es/components/chain-of-thought/src/chain-of-thought.js +88 -145
  91. package/es/components/chain-of-thought/src/chain-of-thought.js.map +1 -1
  92. package/es/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
  93. package/es/components/chain-of-thought/src/tool-call-data.d.ts +33 -0
  94. package/es/components/chain-of-thought/src/tool-call-data.js +179 -0
  95. package/es/components/chain-of-thought/src/tool-call-data.js.map +1 -0
  96. package/es/components/chain-of-thought/src/tool-call-data.scss.js +13 -0
  97. package/es/components/chain-of-thought/src/tool-call-data.scss.js.map +1 -0
  98. package/es/components/chat-button/src/chat-button.d.ts +11 -3
  99. package/es/components/chat-button/src/chat-button.js +15 -11
  100. package/es/components/chat-button/src/chat-button.js.map +1 -1
  101. package/es/components/code-snippet/index.d.ts +2 -2
  102. package/es/components/code-snippet/index.js +1 -1
  103. package/es/components/code-snippet/src/code-snippet-card.d.ts +63 -0
  104. package/es/components/code-snippet/src/code-snippet-card.js +186 -0
  105. package/es/components/code-snippet/src/code-snippet-card.js.map +1 -0
  106. package/es/components/code-snippet/src/code-snippet.d.ts +32 -31
  107. package/es/components/code-snippet/src/code-snippet.js +115 -29
  108. package/es/components/code-snippet/src/code-snippet.js.map +1 -1
  109. package/es/components/code-snippet/src/code-snippet.scss.js +1 -1
  110. package/es/components/feedback/index.d.ts +4 -7
  111. package/es/components/feedback/index.js +2 -4
  112. package/es/components/feedback/index.js.map +1 -1
  113. package/es/components/feedback/src/feedback-buttons.d.ts +9 -2
  114. package/es/components/feedback/src/feedback-buttons.js +24 -15
  115. package/es/components/feedback/src/feedback-buttons.js.map +1 -1
  116. package/es/components/feedback/src/feedback-buttons.template.d.ts +2 -2
  117. package/es/components/feedback/src/feedback-buttons.template.js.map +1 -1
  118. package/es/components/feedback/src/feedback.d.ts +9 -10
  119. package/es/components/feedback/src/feedback.js +35 -22
  120. package/es/components/feedback/src/feedback.js.map +1 -1
  121. package/es/components/feedback/src/feedback.scss.js +1 -1
  122. package/es/components/feedback/src/feedback.template.d.ts +2 -2
  123. package/es/components/feedback/src/feedback.template.js +4 -4
  124. package/es/components/feedback/src/feedback.template.js.map +1 -1
  125. package/es/components/markdown/index.d.ts +2 -2
  126. package/es/components/markdown/index.js +1 -1
  127. package/es/components/markdown/src/markdown-renderer.d.ts +4 -0
  128. package/es/components/markdown/src/markdown-renderer.js +16 -11
  129. package/es/components/markdown/src/markdown-renderer.js.map +1 -1
  130. package/es/components/markdown/src/markdown.d.ts +42 -14
  131. package/es/components/markdown/src/markdown.js +146 -42
  132. package/es/components/markdown/src/markdown.js.map +1 -1
  133. package/es/components/markdown/src/markdown.scss.js +1 -1
  134. package/es/components/markdown/src/markdown.template.d.ts +5 -2
  135. package/es/components/markdown/src/markdown.template.js +8 -3
  136. package/es/components/markdown/src/markdown.template.js.map +1 -1
  137. package/es/components/processing/src/processing.d.ts +8 -1
  138. package/es/components/processing/src/processing.js +7 -10
  139. package/es/components/processing/src/processing.js.map +1 -1
  140. package/es/components/processing/src/processing.scss.js +1 -1
  141. package/es/components/reasoning-steps/index.d.ts +4 -2
  142. package/es/components/reasoning-steps/index.js +3 -2
  143. package/es/components/reasoning-steps/index.js.map +1 -1
  144. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.d.ts → reasoning-step.d.ts} +6 -7
  145. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.js → reasoning-step.js} +24 -26
  146. package/es/components/reasoning-steps/src/reasoning-step.js.map +1 -0
  147. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-step.scss.js → reasoning-step.scss.js} +1 -1
  148. package/es/components/reasoning-steps/src/reasoning-step.scss.js.map +1 -0
  149. package/es/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +36 -0
  150. package/es/components/reasoning-steps/src/reasoning-steps-toggle.js +81 -0
  151. package/es/components/reasoning-steps/src/reasoning-steps-toggle.js.map +1 -0
  152. package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +13 -0
  153. package/es/components/reasoning-steps/src/reasoning-steps-toggle.scss.js.map +1 -0
  154. package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.d.ts +3 -0
  155. package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js +43 -0
  156. package/es/components/reasoning-steps/src/reasoning-steps-toggle.template.js.map +1 -0
  157. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.d.ts → reasoning-steps.d.ts} +6 -1
  158. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.js → reasoning-steps.js} +9 -6
  159. package/es/components/reasoning-steps/src/reasoning-steps.js.map +1 -0
  160. package/es/components/reasoning-steps/src/{cds-aichat-reasoning-steps.scss.js → reasoning-steps.scss.js} +1 -1
  161. package/es/components/reasoning-steps/src/reasoning-steps.scss.js.map +1 -0
  162. package/es/components/table/index.d.ts +2 -2
  163. package/es/components/table/index.js +1 -1
  164. package/es/components/table/src/table-pagination.template.d.ts +1 -1
  165. package/es/components/table/src/{cds-aichat-table.d.ts → table.d.ts} +12 -90
  166. package/es/components/table/src/{cds-aichat-table.js → table.js} +69 -37
  167. package/es/components/table/src/table.js.map +1 -0
  168. package/es/components/table/src/table.template.d.ts +2 -2
  169. package/es/components/table/src/table.template.js +2 -2
  170. package/es/components/table/src/table.template.js.map +1 -1
  171. package/es/components/toolbar/src/toolbar.d.ts +4 -5
  172. package/es/components/toolbar/src/toolbar.js +51 -40
  173. package/es/components/toolbar/src/toolbar.js.map +1 -1
  174. package/es/components/toolbar/src/toolbar.scss.js +1 -1
  175. package/es/components/workspace-shell/index.d.ts +0 -1
  176. package/es/components/workspace-shell/index.js +0 -1
  177. package/es/components/workspace-shell/index.js.map +1 -1
  178. package/es/components/workspace-shell/src/workspace-shell-body.d.ts +1 -0
  179. package/es/components/workspace-shell/src/workspace-shell-body.js +3 -4
  180. package/es/components/workspace-shell/src/workspace-shell-body.js.map +1 -1
  181. package/es/components/workspace-shell/src/workspace-shell-footer.d.ts +26 -5
  182. package/es/components/workspace-shell/src/workspace-shell-footer.js +101 -11
  183. package/es/components/workspace-shell/src/workspace-shell-footer.js.map +1 -1
  184. package/es/components/workspace-shell/src/workspace-shell-footer.scss.js +13 -0
  185. package/es/components/workspace-shell/src/workspace-shell-footer.scss.js.map +1 -0
  186. package/es/components/workspace-shell/src/workspace-shell-header.d.ts +1 -0
  187. package/es/components/workspace-shell/src/workspace-shell-header.js +4 -4
  188. package/es/components/workspace-shell/src/workspace-shell-header.js.map +1 -1
  189. package/es/components/workspace-shell/src/workspace-shell-header.scss.js +13 -0
  190. package/es/components/workspace-shell/src/workspace-shell-header.scss.js.map +1 -0
  191. package/es/components/workspace-shell/src/workspace-shell.d.ts +1 -2
  192. package/es/components/workspace-shell/src/workspace-shell.js +3 -30
  193. package/es/components/workspace-shell/src/workspace-shell.js.map +1 -1
  194. package/es/components/workspace-shell/src/workspace-shell.scss.js +1 -1
  195. package/es/react/card.d.ts +9 -0
  196. package/es/react/card.js +43 -0
  197. package/es/react/card.js.map +1 -0
  198. package/es/react/chain-of-thought-step.d.ts +4 -0
  199. package/es/react/chain-of-thought-step.js +32 -0
  200. package/es/react/chain-of-thought-step.js.map +1 -0
  201. package/es/react/chain-of-thought-toggle.d.ts +6 -0
  202. package/es/react/chain-of-thought-toggle.js +31 -0
  203. package/es/react/chain-of-thought-toggle.js.map +1 -0
  204. package/es/react/chain-of-thought.d.ts +4 -4
  205. package/es/react/chain-of-thought.js +7 -3
  206. package/es/react/chain-of-thought.js.map +1 -1
  207. package/es/react/code-snippet-card.d.ts +4 -0
  208. package/es/react/{code-snippet-tile-container.js → code-snippet-card.js} +8 -7
  209. package/es/react/code-snippet-card.js.map +1 -0
  210. package/es/react/feedback-buttons.d.ts +2 -2
  211. package/es/react/feedback-buttons.js +2 -2
  212. package/es/react/feedback-buttons.js.map +1 -1
  213. package/es/react/feedback.d.ts +2 -2
  214. package/es/react/feedback.js +2 -2
  215. package/es/react/feedback.js.map +1 -1
  216. package/es/react/inline-notification.d.ts +4 -0
  217. package/es/react/inline-notification.js +28 -0
  218. package/es/react/inline-notification.js.map +1 -0
  219. package/es/react/markdown.d.ts +1 -1
  220. package/es/react/markdown.js +1 -1
  221. package/es/react/reasoning-step.d.ts +3 -5
  222. package/es/react/reasoning-step.js +6 -5
  223. package/es/react/reasoning-step.js.map +1 -1
  224. package/es/react/reasoning-steps-toggle.d.ts +6 -0
  225. package/es/react/reasoning-steps-toggle.js +31 -0
  226. package/es/react/reasoning-steps-toggle.js.map +1 -0
  227. package/es/react/reasoning-steps.d.ts +3 -2
  228. package/es/react/reasoning-steps.js +4 -3
  229. package/es/react/reasoning-steps.js.map +1 -1
  230. package/es/react/tag.d.ts +4 -0
  231. package/es/react/{tile-container.js → tag.js} +6 -6
  232. package/es/react/tag.js.map +1 -0
  233. package/es/react/tile.js +2 -2
  234. package/es/react/tile.js.map +1 -1
  235. package/es/react/tool-call-data.d.ts +4 -0
  236. package/es/react/tool-call-data.js +28 -0
  237. package/es/react/tool-call-data.js.map +1 -0
  238. package/es/react/workspace-shell.d.ts +11 -0
  239. package/es/react/workspace-shell.js +49 -0
  240. package/es/react/workspace-shell.js.map +1 -0
  241. package/package.json +3 -3
  242. package/dist/button-D0B6NYRE.js +0 -157
  243. package/dist/button-skeleton-DtWa12gC.js +0 -116
  244. package/dist/checkbox-skeleton-BRqpmcmn.js +0 -166
  245. package/dist/class-map-BFgXCWx_.js +0 -106
  246. package/dist/codemirror-runtime-DCCflgzA.js +0 -173
  247. package/dist/index-B6_FOiFX.js +0 -91
  248. package/dist/index-BBF0opyU.js +0 -91
  249. package/dist/index-BIpfdWsb.js +0 -91
  250. package/dist/index-BamxlG85.js +0 -91
  251. package/dist/index-BnJifpJy.js +0 -91
  252. package/dist/index-BychCoXU.js +0 -91
  253. package/dist/index-CBCqx8Ps.js +0 -91
  254. package/dist/index-CBqFie3c.js +0 -91
  255. package/dist/index-CDTaA9BR.js +0 -91
  256. package/dist/index-CQp4LKsc.js +0 -91
  257. package/dist/index-CmBp-bbC.js +0 -168
  258. package/dist/index-D0SnJ7Ma.js +0 -91
  259. package/dist/index-D4zxQxf2.js +0 -91
  260. package/dist/index-DMzbawFt.js +0 -91
  261. package/dist/index-DTqHKU78.js +0 -91
  262. package/dist/index-Dj8jVVfA.js +0 -91
  263. package/dist/index-DqC-5dY5.js +0 -91
  264. package/dist/index-LHYDalJY.js +0 -91
  265. package/dist/index-MyumuXWu.js +0 -91
  266. package/dist/index-hvhxkyxb.js +0 -91
  267. package/dist/index-tpV6AVN_.js +0 -91
  268. package/dist/index-zZ0xfJxK.js +0 -367
  269. package/dist/query-Sqf3k5tK.js +0 -101
  270. package/dist/radio-group-manager-BqksDnno.js +0 -91
  271. package/dist/repeat-Cu9vY9y8.js +0 -96
  272. package/dist/text-input-BlvU8QGo.js +0 -158
  273. package/dist/tile-container.min.js +0 -100
  274. package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.d.ts +0 -15
  275. package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js +0 -36
  276. package/es/components/chain-of-thought/src/cds-aichat-chain-of-thought.js.map +0 -1
  277. package/es/components/chain-of-thought/src/chain-of-thought.template.d.ts +0 -5
  278. package/es/components/chain-of-thought/src/chain-of-thought.template.js +0 -206
  279. package/es/components/chain-of-thought/src/chain-of-thought.template.js.map +0 -1
  280. package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.d.ts +0 -10
  281. package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js +0 -50
  282. package/es/components/chain-of-thought/src/parse-unknown-data-to-markdown.js.map +0 -1
  283. package/es/components/chain-of-thought/src/types.d.ts +0 -73
  284. package/es/components/chain-of-thought/src/types.js.map +0 -1
  285. package/es/components/code-snippet/src/code-snippet-tile-container.d.ts +0 -32
  286. package/es/components/code-snippet/src/code-snippet-tile-container.js +0 -143
  287. package/es/components/code-snippet/src/code-snippet-tile-container.js.map +0 -1
  288. package/es/components/feedback/src/cds-aichat-feedback-buttons.d.ts +0 -15
  289. package/es/components/feedback/src/cds-aichat-feedback-buttons.js +0 -36
  290. package/es/components/feedback/src/cds-aichat-feedback-buttons.js.map +0 -1
  291. package/es/components/feedback/src/cds-aichat-feedback.d.ts +0 -15
  292. package/es/components/feedback/src/cds-aichat-feedback.js +0 -36
  293. package/es/components/feedback/src/cds-aichat-feedback.js.map +0 -1
  294. package/es/components/markdown/src/cds-aichat-markdown.d.ts +0 -13
  295. package/es/components/markdown/src/cds-aichat-markdown.js +0 -35
  296. package/es/components/markdown/src/cds-aichat-markdown.js.map +0 -1
  297. package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.js.map +0 -1
  298. package/es/components/reasoning-steps/src/cds-aichat-reasoning-step.scss.js.map +0 -1
  299. package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.js.map +0 -1
  300. package/es/components/reasoning-steps/src/cds-aichat-reasoning-steps.scss.js.map +0 -1
  301. package/es/components/table/src/cds-aichat-table.js.map +0 -1
  302. package/es/components/tile-container/index.d.ts +0 -1
  303. package/es/components/tile-container/src/styles.scss.js +0 -13
  304. package/es/components/tile-container/src/styles.scss.js.map +0 -1
  305. package/es/components/tile-container/src/tile-container.d.ts +0 -12
  306. package/es/components/tile-container/src/tile-container.js +0 -85
  307. package/es/components/tile-container/src/tile-container.js.map +0 -1
  308. package/es/components/tile-container/src/tile-container.scss.js.map +0 -1
  309. package/es/components/workspace-shell/src/styles.scss.js +0 -13
  310. package/es/components/workspace-shell/src/styles.scss.js.map +0 -1
  311. package/es/components/workspace-shell/src/workspace-shell-toolbar.d.ts +0 -22
  312. package/es/components/workspace-shell/src/workspace-shell-toolbar.js +0 -61
  313. package/es/components/workspace-shell/src/workspace-shell-toolbar.js.map +0 -1
  314. package/es/react/code-snippet-tile-container.d.ts +0 -5
  315. package/es/react/code-snippet-tile-container.js.map +0 -1
  316. package/es/react/tile-container.d.ts +0 -4
  317. package/es/react/tile-container.js.map +0 -1
  318. package/dist/{16-Qupth_aH.js → 16-D66oSSKJ.js} +20 -20
  319. package/dist/{apl-BgtIAmDL.js → apl-Cq2qnGBp.js} +20 -20
  320. package/dist/{asciiarmor-tEIRKlaD.js → asciiarmor-Cb5hNJXm.js} +20 -20
  321. package/dist/{asn1-sXfvlwbA.js → asn1-ObfPhj90.js} +20 -20
  322. package/dist/{asterisk-CkP9KBn_.js → asterisk-CGEdhmtE.js} +20 -20
  323. package/dist/{carbon-element-CMnOQRY8.js → carbon-element-BHXvTuS8.js} +20 -20
  324. package/dist/{carbon-element-B18tSkZ6.js → carbon-element-CY_4MezR.js} +20 -20
  325. package/dist/{clike-Dz7-b3Bs.js → clike-D-W_e6Lj.js} +20 -20
  326. package/dist/{clojure-Cv2VjSR-.js → clojure-BKr3NaqS.js} +20 -20
  327. package/dist/{cmake-B7mApY_A.js → cmake-CCO4hHlz.js} +20 -20
  328. package/dist/{cobol-CLpo2wzU.js → cobol-BP7APbz-.js} +20 -20
  329. package/dist/{coffeescript-Cp4m_frl.js → coffeescript-DAdmYC08.js} +20 -20
  330. package/dist/{collection-helpers-CVjseChk.js → collection-helpers-CeBujCju.js} +20 -20
  331. package/dist/{commonlisp-DGHzJz_w.js → commonlisp-Bo8JYmEV.js} +20 -20
  332. package/dist/{crystal-D8zlcNoF.js → crystal-Bm8pGIh6.js} +20 -20
  333. package/dist/{css-gJR1aLn3.js → css-BJk1lVKu.js} +20 -20
  334. package/dist/{custom-element-Clzn_oL-.js → custom-element-DRG4IpGT.js} +20 -20
  335. package/dist/{cypher-CM68cGds.js → cypher-D-eVDQC7.js} +20 -20
  336. package/dist/{d-DS7hYUri.js → d-D9LdG4k3.js} +20 -20
  337. package/dist/{diff-BchMez5u.js → diff-DZtMXlRt.js} +20 -20
  338. package/dist/{dtd-B4jYcQ7M.js → dtd-BkbtUIcB.js} +20 -20
  339. package/dist/{dylan-DK2Dyib7.js → dylan-CCohaM4H.js} +20 -20
  340. package/dist/{ebnf-Cn6Vnzxw.js → ebnf-DtT6UrMv.js} +20 -20
  341. package/dist/{ecl-9PhKPFNU.js → ecl-C2GNxTt8.js} +20 -20
  342. package/dist/{eiffel-CqAx-iZ-.js → eiffel-BW4n6uyg.js} +20 -20
  343. package/dist/{elm-Cw3MFe2J.js → elm-B9lXrM6D.js} +20 -20
  344. package/dist/{erlang-DeNh2sjw.js → erlang-BKwBedv4.js} +20 -20
  345. package/dist/{fcl-Dku8gwKl.js → fcl-BGYmKRZe.js} +20 -20
  346. package/dist/{forth-ccFEopc8.js → forth-DTbOVELu.js} +20 -20
  347. package/dist/{fortran-C0Pd1bYf.js → fortran-Dr7q8x3V.js} +20 -20
  348. package/dist/{gas-C9KeMzH-.js → gas-CsCwQ5DC.js} +20 -20
  349. package/dist/{gherkin-CTd3ycq1.js → gherkin-CAJyZEc1.js} +20 -20
  350. package/dist/{groovy-C2OuB7B3.js → groovy-CpFdbfFQ.js} +20 -20
  351. package/dist/{haskell-CGuEw9Yh.js → haskell-V36thOn1.js} +20 -20
  352. package/dist/{haxe-Bpicn7Ma.js → haxe-CeQWqhmF.js} +20 -20
  353. package/dist/{http-C2Dl8BK6.js → http-Cm3L1exf.js} +20 -20
  354. package/dist/{idl-D0DUTXQY.js → idl-DyN-eyoA.js} +20 -20
  355. package/dist/{javascript-vBL1foWi.js → javascript-B7L-ezNz.js} +20 -20
  356. package/dist/{julia-YTKmImms.js → julia-B_bgxt8f.js} +20 -20
  357. package/dist/{livescript-BqlKQjy2.js → livescript-B0UjDUzz.js} +20 -20
  358. package/dist/{lua-DlwCIvBO.js → lua-Bs-1T_TR.js} +20 -20
  359. package/dist/{mathematica-Dv2FPQ3c.js → mathematica-QbiSkUw_.js} +20 -20
  360. package/dist/{mbox-BRYTWZIN.js → mbox-IxVDt6G7.js} +20 -20
  361. package/dist/{mirc-Bfe4ByuU.js → mirc--MFZdywV.js} +20 -20
  362. package/dist/{mllike-jcboaTW3.js → mllike-s7nUnXIp.js} +20 -20
  363. package/dist/{modelica-DyjAoT58.js → modelica-BCpZ0s1C.js} +20 -20
  364. package/dist/{mscgen-cDZZxW92.js → mscgen-Br8J94Pi.js} +20 -20
  365. package/dist/{mumps-BHJOz0VL.js → mumps-BsSCi6Lf.js} +20 -20
  366. package/dist/{nginx-C7Xm6ldH.js → nginx-ZiZlz_Vj.js} +20 -20
  367. package/dist/{ntriples-WgSzAP5x.js → ntriples-1fM-fgdb.js} +20 -20
  368. package/dist/{octave-D4LNKBtY.js → octave-nXauetiK.js} +20 -20
  369. package/dist/{oz-BoqKtF9D.js → oz-B13mLmyp.js} +20 -20
  370. package/dist/{pascal-Di4a6U4m.js → pascal-B_W4OXqj.js} +20 -20
  371. package/dist/{perl-DidNKejT.js → perl-a1VQ4XvC.js} +20 -20
  372. package/dist/{pig-BNb2vBfH.js → pig-BtQy1wID.js} +20 -20
  373. package/dist/{powershell-BKZXxjKi.js → powershell-uO49D63Q.js} +20 -20
  374. package/dist/{properties-DGvo0ocD.js → properties-BhuX6-mY.js} +20 -20
  375. package/dist/{protobuf-CO4RB5i_.js → protobuf-CNIIc7zI.js} +20 -20
  376. package/dist/{puppet-BuoIdj3c.js → puppet-ByObhsu2.js} +20 -20
  377. package/dist/{python-D0eLBtFd.js → python-PHhd4JZq.js} +20 -20
  378. package/dist/{q-C5wfDOE6.js → q-qVcarjaG.js} +20 -20
  379. package/dist/{r-B2NBzJ7Q.js → r-Cd28Rn61.js} +20 -20
  380. package/dist/{rpm-bppY7Ljs.js → rpm-tHd62SNx.js} +20 -20
  381. package/dist/{ruby-1BC0cOBU.js → ruby-BWVi67xq.js} +20 -20
  382. package/dist/{sas-BeMF8yJO.js → sas-BwjQFPr2.js} +20 -20
  383. package/dist/{scheme-CIQ0ih8s.js → scheme-Czr-sVIy.js} +20 -20
  384. package/dist/{settings-DtiFDQAJ.js → settings-C6RJ_X7P.js} +20 -20
  385. package/dist/{shell-Aikfsln6.js → shell-BetDWStl.js} +20 -20
  386. package/dist/{sieve-AcrCVYff.js → sieve-rrPKwsBh.js} +20 -20
  387. package/dist/{simple-mode-pAhBuoYJ.js → simple-mode-C8-rTa2M.js} +20 -20
  388. package/dist/{smalltalk-B2nQQuEp.js → smalltalk-YAI5xh7_.js} +20 -20
  389. package/dist/{solr-dRPr0Biz.js → solr-VDOKdk1b.js} +20 -20
  390. package/dist/{sparql-Cj99XEDx.js → sparql-zO1kYCog.js} +20 -20
  391. package/dist/{spreadsheet-sgTJtcQB.js → spreadsheet-6g8nHE2j.js} +20 -20
  392. package/dist/{sql-C8kOX3sr.js → sql-Biw9poPQ.js} +20 -20
  393. package/dist/{stex-7QvUJU5I.js → stex-THaXVwNW.js} +20 -20
  394. package/dist/{stylus-DkIl6udx.js → stylus-RHXL_HsJ.js} +20 -20
  395. package/dist/{swift-BjpHlYuP.js → swift-lfFyPRRo.js} +20 -20
  396. package/dist/{sync-CTB9Fa1m.js → sync-D5E2V6_l.js} +20 -20
  397. package/dist/{tcl-C1Yvc7pn.js → tcl-C4Tb2U0q.js} +20 -20
  398. package/dist/{textile-DKmSRPjM.js → textile-CnQDonvJ.js} +20 -20
  399. package/dist/{throttle-Bas3c59v.js → throttle-B7gS0Tg4.js} +20 -20
  400. package/dist/{tiddlywiki-DN1bYf4c.js → tiddlywiki-BPc4WZCH.js} +20 -20
  401. package/dist/{tiki-F3wxU3m-.js → tiki-D4dz8j1V.js} +20 -20
  402. package/dist/{toml-KiNov0Ms.js → toml-88vYtIh1.js} +20 -20
  403. package/dist/{troff-BZvX0oqw.js → troff-BgVjEoT-.js} +20 -20
  404. package/dist/{ttcn-BiJT56Tu.js → ttcn-DdYulzch.js} +20 -20
  405. package/dist/{ttcn-cfg-3VvAFBAY.js → ttcn-cfg-LwcHiYmJ.js} +20 -20
  406. package/dist/{turtle-BvExPgO5.js → turtle-CgiVr9yq.js} +20 -20
  407. package/dist/{vb-D2uTYiVC.js → vb-BWY0HckZ.js} +20 -20
  408. package/dist/{vbscript-DpTTELsB.js → vbscript-BBJV-ooB.js} +20 -20
  409. package/dist/{velocity-jIy5jhYQ.js → velocity-wom_bhlv.js} +20 -20
  410. package/dist/{verilog-CXOzQ6Od.js → verilog-BCY2xdlY.js} +20 -20
  411. package/dist/{vhdl-Dg-0Ynfd.js → vhdl-BjJYRa0a.js} +20 -20
  412. package/dist/{webidl-Elhmuz8r.js → webidl-KE8LT1tN.js} +20 -20
  413. package/dist/{xquery-EKuNgB1T.js → xquery-Ca5C9BJw.js} +20 -20
  414. package/dist/{yacas-CirFB63Y.js → yacas-DGeGvU7X.js} +20 -20
  415. package/dist/{z80-D_iQ-043.js → z80-CEYQTt8_.js} +20 -20
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ import CDSAIChatChainOfThoughtToggle from "../components/chain-of-thought/src/chain-of-thought-toggle.js";
3
+ import { type ChainOfThoughtToggleEventDetail } from "../components/chain-of-thought/defs.js";
4
+ declare const ChainOfThoughtToggle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatChainOfThoughtToggle>>;
5
+ export type { ChainOfThoughtToggleEventDetail };
6
+ export default ChainOfThoughtToggle;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { createComponent } from '@lit/react';
9
+ import React from 'react';
10
+ import CDSAIChatChainOfThoughtToggle from '../components/chain-of-thought/src/chain-of-thought-toggle.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
+
13
+ /*
14
+ * Copyright IBM Corp. 2025
15
+ *
16
+ * This source code is licensed under the Apache-2.0 license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ *
19
+ * @license
20
+ */
21
+ const ChainOfThoughtToggle = withWebComponentBridge(createComponent({
22
+ tagName: "cds-aichat-chain-of-thought-toggle",
23
+ elementClass: CDSAIChatChainOfThoughtToggle,
24
+ react: React,
25
+ events: {
26
+ onToggle: "chain-of-thought-toggle",
27
+ },
28
+ }));
29
+
30
+ export { ChainOfThoughtToggle as default };
31
+ //# sourceMappingURL=chain-of-thought-toggle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chain-of-thought-toggle.js","sources":["../../src/react/chain-of-thought-toggle.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AASH,MAAM,oBAAoB,GAAG,sBAAsB,CACjD,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,oCAAoC;AAC7C,IAAA,YAAY,EAAE,6BAA6B;AAC3C,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,QAAQ,EAAE,yBAAyB;AACpC,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
- import CDSChatChainOfThoughtElement from "../components/chain-of-thought/src/cds-aichat-chain-of-thought.js";
3
- import { type ChainOfThoughtOnToggle, type ChainOfThoughtStep, ChainOfThoughtStepStatus } from "../components/chain-of-thought/src/types.js";
4
- declare const ChainOfThought: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSChatChainOfThoughtElement>>;
5
- export type { ChainOfThoughtOnToggle, ChainOfThoughtStep };
2
+ import CDSAIChatChainOfThought from "../components/chain-of-thought/src/chain-of-thought.js";
3
+ import { type ChainOfThoughtOnToggle, ChainOfThoughtStepStatus, type ChainOfThoughtStepToggleEventDetail, type ChainOfThoughtToggleEventDetail } from "../components/chain-of-thought/defs.js";
4
+ declare const ChainOfThought: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatChainOfThought>>;
5
+ export type { ChainOfThoughtOnToggle, ChainOfThoughtStepToggleEventDetail, ChainOfThoughtToggleEventDetail, };
6
6
  export { ChainOfThoughtStepStatus };
7
7
  export default ChainOfThought;
@@ -7,8 +7,8 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSChatChainOfThoughtElement from '../components/chain-of-thought/src/cds-aichat-chain-of-thought.js';
11
- export { ChainOfThoughtStepStatus } from '../components/chain-of-thought/src/types.js';
10
+ import CDSAIChatChainOfThought from '../components/chain-of-thought/src/chain-of-thought.js';
11
+ export { ChainOfThoughtStepStatus } from '../components/chain-of-thought/defs.js';
12
12
  import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
13
13
 
14
14
  /*
@@ -21,8 +21,12 @@ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
21
21
  */
22
22
  const ChainOfThought = withWebComponentBridge(createComponent({
23
23
  tagName: "cds-aichat-chain-of-thought",
24
- elementClass: CDSChatChainOfThoughtElement,
24
+ elementClass: CDSAIChatChainOfThought,
25
25
  react: React,
26
+ events: {
27
+ onToggle: "chain-of-thought-toggled",
28
+ onStepToggle: "chain-of-thought-step-toggled",
29
+ },
26
30
  }));
27
31
 
28
32
  export { ChainOfThought as default };
@@ -1 +1 @@
1
- {"version":3,"file":"chain-of-thought.js","sources":["../../src/react/chain-of-thought.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAaH,MAAM,cAAc,GAAG,sBAAsB,CAC3C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,6BAA6B;AACtC,IAAA,YAAY,EAAE,4BAA4B;AAC1C,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
1
+ {"version":3,"file":"chain-of-thought.js","sources":["../../src/react/chain-of-thought.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAcH,MAAM,cAAc,GAAG,sBAAsB,CAC3C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,6BAA6B;AACtC,IAAA,YAAY,EAAE,uBAAuB;AACrC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,QAAQ,EAAE,0BAA0B;AACpC,QAAA,YAAY,EAAE,+BAA+B;AAC9C,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import CDSAIChatCodeSnippetCard from "../components/code-snippet/src/code-snippet-card.js";
3
+ declare const CodeSnippetCard: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatCodeSnippetCard>>;
4
+ export default CodeSnippetCard;
@@ -7,7 +7,8 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSAIChatCodeSnippetTileContainer from '../components/code-snippet/src/code-snippet-tile-container.js';
10
+ import CDSAIChatCodeSnippetCard from '../components/code-snippet/src/code-snippet-card.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
11
12
 
12
13
  /*
13
14
  * Copyright IBM Corp. 2025
@@ -17,14 +18,14 @@ import CDSAIChatCodeSnippetTileContainer from '../components/code-snippet/src/co
17
18
  *
18
19
  * @license
19
20
  */
20
- const CodeSnippetTileContainer = createComponent({
21
- tagName: "cds-aichat-code-snippet-tile-container",
22
- elementClass: CDSAIChatCodeSnippetTileContainer,
21
+ const CodeSnippetCard = withWebComponentBridge(createComponent({
22
+ tagName: "cds-aichat-code-snippet-card",
23
+ elementClass: CDSAIChatCodeSnippetCard,
23
24
  react: React,
24
25
  events: {
25
26
  onChange: "content-change",
26
27
  },
27
- });
28
+ }));
28
29
 
29
- export { CodeSnippetTileContainer as default };
30
- //# sourceMappingURL=code-snippet-tile-container.js.map
30
+ export { CodeSnippetCard as default };
31
+ //# sourceMappingURL=code-snippet-card.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-snippet-card.js","sources":["../../src/react/code-snippet-card.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AASH,MAAM,eAAe,GAAG,sBAAsB,CAC5C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,8BAA8B;AACvC,IAAA,YAAY,EAAE,wBAAwB;AACtC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,QAAQ,EAAE,gBAAgB;AAC3B,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import CDSChatFeedbackButtonsElement from "../components/feedback/src/cds-aichat-feedback-buttons.js";
3
- declare const FeedbackButtons: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSChatFeedbackButtonsElement>>;
2
+ import CDSAIChatFeedbackButtons from "../components/feedback/src/feedback-buttons.js";
3
+ declare const FeedbackButtons: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatFeedbackButtons>>;
4
4
  export default FeedbackButtons;
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSChatFeedbackButtonsElement from '../components/feedback/src/cds-aichat-feedback-buttons.js';
10
+ import CDSAIChatFeedbackButtons from '../components/feedback/src/feedback-buttons.js';
11
11
  import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
12
 
13
13
  /*
@@ -20,7 +20,7 @@ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
20
20
  */
21
21
  const FeedbackButtons = withWebComponentBridge(createComponent({
22
22
  tagName: "cds-aichat-feedback-buttons",
23
- elementClass: CDSChatFeedbackButtonsElement,
23
+ elementClass: CDSAIChatFeedbackButtons,
24
24
  react: React,
25
25
  events: {
26
26
  onClick: "feedback-buttons-click",
@@ -1 +1 @@
1
- {"version":3,"file":"feedback-buttons.js","sources":["../../src/react/feedback-buttons.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAQH,MAAM,eAAe,GAAG,sBAAsB,CAC5C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,6BAA6B;AACtC,IAAA,YAAY,EAAE,6BAA6B;AAC3C,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,OAAO,EAAE,wBAAwB;AAClC,KAAA;AACF,CAAA,CAAC;;;;"}
1
+ {"version":3,"file":"feedback-buttons.js","sources":["../../src/react/feedback-buttons.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAQH,MAAM,eAAe,GAAG,sBAAsB,CAC5C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,6BAA6B;AACtC,IAAA,YAAY,EAAE,wBAAwB;AACtC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,OAAO,EAAE,wBAAwB;AAClC,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
- import CDSChatFeedbackElement from "../components/feedback/src/cds-aichat-feedback.js";
2
+ import CDSAIChatFeedbackElement from "../components/feedback/src/feedback.js";
3
3
  import { type FeedbackInitialValues, type FeedbackSubmitDetails } from "../components/feedback/src/feedback.js";
4
- declare const Feedback: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSChatFeedbackElement>>;
4
+ declare const Feedback: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatFeedbackElement>>;
5
5
  export type { FeedbackInitialValues, FeedbackSubmitDetails };
6
6
  export default Feedback;
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSChatFeedbackElement from '../components/feedback/src/cds-aichat-feedback.js';
10
+ import CDSAIChatFeedbackElement from '../components/feedback/src/feedback.js';
11
11
  import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
12
 
13
13
  /*
@@ -20,7 +20,7 @@ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
20
20
  */
21
21
  const Feedback = withWebComponentBridge(createComponent({
22
22
  tagName: "cds-aichat-feedback",
23
- elementClass: CDSChatFeedbackElement,
23
+ elementClass: CDSAIChatFeedbackElement,
24
24
  react: React,
25
25
  events: {
26
26
  onClose: "feedback-close",
@@ -1 +1 @@
1
- {"version":3,"file":"feedback.js","sources":["../../src/react/feedback.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAYH,MAAM,QAAQ,GAAG,sBAAsB,CACrC,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,qBAAqB;AAC9B,IAAA,YAAY,EAAE,sBAAsB;AACpC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,OAAO,EAAE,gBAAgB;AACzB,QAAA,QAAQ,EAAE,iBAAiB;AAC5B,KAAA;AACF,CAAA,CAAC;;;;"}
1
+ {"version":3,"file":"feedback.js","sources":["../../src/react/feedback.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAYH,MAAM,QAAQ,GAAG,sBAAsB,CACrC,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,qBAAqB;AAC9B,IAAA,YAAY,EAAE,wBAAwB;AACtC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,OAAO,EAAE,gBAAgB;AACzB,QAAA,QAAQ,EAAE,iBAAiB;AAC5B,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import CarbonInlineNotificationElement from "@carbon/web-components/es/components/notification/inline-notification.js";
3
+ declare const InlineNotification: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CarbonInlineNotificationElement>>;
4
+ export default InlineNotification;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { createComponent } from '@lit/react';
9
+ import React from 'react';
10
+ import CarbonInlineNotificationElement from '@carbon/web-components/es/components/notification/inline-notification.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
+
13
+ /*
14
+ * Copyright IBM Corp. 2025
15
+ *
16
+ * This source code is licensed under the Apache-2.0 license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ *
19
+ * @license
20
+ */
21
+ const InlineNotification = withWebComponentBridge(createComponent({
22
+ tagName: "cds-inline-notification",
23
+ elementClass: CarbonInlineNotificationElement,
24
+ react: React,
25
+ }));
26
+
27
+ export { InlineNotification as default };
28
+ //# sourceMappingURL=inline-notification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inline-notification.js","sources":["../../src/react/inline-notification.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AASH,MAAM,kBAAkB,GAAG,sBAAsB,CAC/C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,yBAAyB;AAClC,IAAA,YAAY,EAAE,+BAA+B;AAC7C,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import CDSAIChatMarkdown from "../components/markdown/src/cds-aichat-markdown.js";
2
+ import CDSAIChatMarkdown from "../components/markdown/src/markdown.js";
3
3
  declare const Markdown: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatMarkdown>>;
4
4
  export default Markdown;
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSAIChatMarkdown from '../components/markdown/src/cds-aichat-markdown.js';
10
+ import CDSAIChatMarkdown from '../components/markdown/src/markdown.js';
11
11
  import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
12
 
13
13
  /*
@@ -1,6 +1,4 @@
1
- import CDSAIChatReasoningStep from "../components/reasoning-steps/src/cds-aichat-reasoning-step.js";
2
- declare const ReasoningStep: import("@lit/react").ReactWebComponent<CDSAIChatReasoningStep, {
3
- onBeforeToggle: string;
4
- onToggle: string;
5
- }>;
1
+ import React from "react";
2
+ import CDSAIChatReasoningStep from "../components/reasoning-steps/src/reasoning-step.js";
3
+ declare const ReasoningStep: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatReasoningStep>>;
6
4
  export default ReasoningStep;
@@ -7,7 +7,8 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSAIChatReasoningStep from '../components/reasoning-steps/src/cds-aichat-reasoning-step.js';
10
+ import CDSAIChatReasoningStep from '../components/reasoning-steps/src/reasoning-step.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
11
12
 
12
13
  /*
13
14
  * Copyright IBM Corp. 2025
@@ -17,15 +18,15 @@ import CDSAIChatReasoningStep from '../components/reasoning-steps/src/cds-aichat
17
18
  *
18
19
  * @license
19
20
  */
20
- const ReasoningStep = createComponent({
21
+ const ReasoningStep = withWebComponentBridge(createComponent({
21
22
  tagName: "cds-aichat-reasoning-step",
22
23
  elementClass: CDSAIChatReasoningStep,
23
24
  react: React,
24
25
  events: {
25
- onBeforeToggle: "cds-aichat-reasoning-step-beingtoggled",
26
- onToggle: "cds-aichat-reasoning-step-toggled",
26
+ onBeforeToggle: "reasoning-step-beingtoggled",
27
+ onToggle: "reasoning-step-toggled",
27
28
  },
28
- });
29
+ }));
29
30
 
30
31
  export { ReasoningStep as default };
31
32
  //# sourceMappingURL=reasoning-step.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"reasoning-step.js","sources":["../../src/react/reasoning-step.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;AAAA;;;;;;;AAOG;AAOH,MAAM,aAAa,GAAG,eAAe,CAAC;AACpC,IAAA,OAAO,EAAE,2BAA2B;AACpC,IAAA,YAAY,EAAE,sBAAsB;AACpC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,wCAAwC;AACxD,QAAA,QAAQ,EAAE,mCAAmC;AAC9C,KAAA;AACF,CAAA;;;;"}
1
+ {"version":3,"file":"reasoning-step.js","sources":["../../src/react/reasoning-step.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAQH,MAAM,aAAa,GAAG,sBAAsB,CAC1C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,2BAA2B;AACpC,IAAA,YAAY,EAAE,sBAAsB;AACpC,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,6BAA6B;AAC7C,QAAA,QAAQ,EAAE,wBAAwB;AACnC,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ import CDSAIChatReasoningStepsToggle from "../components/reasoning-steps/src/reasoning-steps-toggle.js";
3
+ import { type ReasoningStepsToggleEventDetail } from "../components/reasoning-steps/src/reasoning-steps-toggle.js";
4
+ declare const ReasoningStepsToggle: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatReasoningStepsToggle>>;
5
+ export type { ReasoningStepsToggleEventDetail };
6
+ export default ReasoningStepsToggle;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { createComponent } from '@lit/react';
9
+ import React from 'react';
10
+ import CDSAIChatReasoningStepsToggle from '../components/reasoning-steps/src/reasoning-steps-toggle.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
+
13
+ /*
14
+ * Copyright IBM Corp. 2025
15
+ *
16
+ * This source code is licensed under the Apache-2.0 license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ *
19
+ * @license
20
+ */
21
+ const ReasoningStepsToggle = withWebComponentBridge(createComponent({
22
+ tagName: "cds-aichat-reasoning-steps-toggle",
23
+ elementClass: CDSAIChatReasoningStepsToggle,
24
+ react: React,
25
+ events: {
26
+ onToggle: "reasoning-steps-toggle",
27
+ },
28
+ }));
29
+
30
+ export { ReasoningStepsToggle as default };
31
+ //# sourceMappingURL=reasoning-steps-toggle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reasoning-steps-toggle.js","sources":["../../src/react/reasoning-steps-toggle.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AASH,MAAM,oBAAoB,GAAG,sBAAsB,CACjD,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,mCAAmC;AAC5C,IAAA,YAAY,EAAE,6BAA6B;AAC3C,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,QAAQ,EAAE,wBAAwB;AACnC,KAAA;AACF,CAAA,CAAC;;;;"}
@@ -1,3 +1,4 @@
1
- import CDSAIChatReasoningSteps from "../components/reasoning-steps/src/cds-aichat-reasoning-steps.js";
2
- declare const ReasoningSteps: import("@lit/react").ReactWebComponent<CDSAIChatReasoningSteps, {}>;
1
+ import React from "react";
2
+ import CDSAIChatReasoningSteps from "../components/reasoning-steps/src/reasoning-steps.js";
3
+ declare const ReasoningSteps: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatReasoningSteps>>;
3
4
  export default ReasoningSteps;
@@ -7,7 +7,8 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSAIChatReasoningSteps from '../components/reasoning-steps/src/cds-aichat-reasoning-steps.js';
10
+ import CDSAIChatReasoningSteps from '../components/reasoning-steps/src/reasoning-steps.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
11
12
 
12
13
  /*
13
14
  * Copyright IBM Corp. 2025
@@ -17,11 +18,11 @@ import CDSAIChatReasoningSteps from '../components/reasoning-steps/src/cds-aicha
17
18
  *
18
19
  * @license
19
20
  */
20
- const ReasoningSteps = createComponent({
21
+ const ReasoningSteps = withWebComponentBridge(createComponent({
21
22
  tagName: "cds-aichat-reasoning-steps",
22
23
  elementClass: CDSAIChatReasoningSteps,
23
24
  react: React,
24
- });
25
+ }));
25
26
 
26
27
  export { ReasoningSteps as default };
27
28
  //# sourceMappingURL=reasoning-steps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"reasoning-steps.js","sources":["../../src/react/reasoning-steps.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;AAAA;;;;;;;AAOG;AAOH,MAAM,cAAc,GAAG,eAAe,CAAC;AACrC,IAAA,OAAO,EAAE,4BAA4B;AACrC,IAAA,YAAY,EAAE,uBAAuB;AACrC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA;;;;"}
1
+ {"version":3,"file":"reasoning-steps.js","sources":["../../src/react/reasoning-steps.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAQH,MAAM,cAAc,GAAG,sBAAsB,CAC3C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,4BAA4B;AACrC,IAAA,YAAY,EAAE,uBAAuB;AACrC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import CarbonTagElement from "@carbon/web-components/es/components/tag/tag.js";
3
+ declare const Tag: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CarbonTagElement>>;
4
+ export default Tag;
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CDSAIChatTileContainer from '../components/tile-container/src/tile-container.js';
10
+ import CarbonTagElement from '@carbon/web-components/es/components/tag/tag.js';
11
11
  import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
12
 
13
13
  /*
@@ -18,11 +18,11 @@ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
18
18
  *
19
19
  * @license
20
20
  */
21
- const TileContainer = withWebComponentBridge(createComponent({
22
- tagName: "cds-aichat-tile-container",
23
- elementClass: CDSAIChatTileContainer,
21
+ const Tag = withWebComponentBridge(createComponent({
22
+ tagName: "cds-tag",
23
+ elementClass: CarbonTagElement,
24
24
  react: React,
25
25
  }));
26
26
 
27
- export { TileContainer as default };
28
- //# sourceMappingURL=tile-container.js.map
27
+ export { Tag as default };
28
+ //# sourceMappingURL=tag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag.js","sources":["../../src/react/tag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AASH,MAAM,GAAG,GAAG,sBAAsB,CAChC,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,YAAY,EAAE,gBAAgB;AAC9B,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
package/es/react/tile.js CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { createComponent } from '@lit/react';
9
9
  import React from 'react';
10
- import CarbonTileElement from '@carbon/web-components/es/components/tile/tile.js';
10
+ import CDSTile from '@carbon/web-components/es/components/tile/tile.js';
11
11
  import CarbonClickableTileElement from '@carbon/web-components/es/components/tile/clickable-tile.js';
12
12
  import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
13
13
 
@@ -21,7 +21,7 @@ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
21
21
  */
22
22
  const Tile = withWebComponentBridge(createComponent({
23
23
  tagName: "cds-tile",
24
- elementClass: CarbonTileElement,
24
+ elementClass: CDSTile,
25
25
  react: React,
26
26
  }));
27
27
  const ClickableTile = withWebComponentBridge(createComponent({
@@ -1 +1 @@
1
- {"version":3,"file":"tile.js","sources":["../../src/react/tile.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAUH,MAAM,IAAI,GAAG,sBAAsB,CACjC,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,YAAY,EAAE,iBAAiB;AAC/B,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;AAGJ,MAAM,aAAa,GAAG,sBAAsB,CAC1C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,YAAY,EAAE,0BAA0B;AACxC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
1
+ {"version":3,"file":"tile.js","sources":["../../src/react/tile.ts"],"sourcesContent":[null],"names":["CarbonTileElement"],"mappings":";;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAUH,MAAM,IAAI,GAAG,sBAAsB,CACjC,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,YAAY,EAAEA,OAAiB;AAC/B,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;AAGJ,MAAM,aAAa,GAAG,sBAAsB,CAC1C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,YAAY,EAAE,0BAA0B;AACxC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { CDSAIChatToolCallData } from "../components/chain-of-thought/src/tool-call-data.js";
3
+ declare const ToolCallData: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatToolCallData>>;
4
+ export default ToolCallData;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { createComponent } from '@lit/react';
9
+ import React from 'react';
10
+ import { CDSAIChatToolCallData } from '../components/chain-of-thought/src/tool-call-data.js';
11
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
12
+
13
+ /*
14
+ * Copyright IBM Corp. 2025
15
+ *
16
+ * This source code is licensed under the Apache-2.0 license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ *
19
+ * @license
20
+ */
21
+ const ToolCallData = withWebComponentBridge(createComponent({
22
+ tagName: "cds-aichat-tool-call-data",
23
+ elementClass: CDSAIChatToolCallData,
24
+ react: React,
25
+ }));
26
+
27
+ export { ToolCallData as default };
28
+ //# sourceMappingURL=tool-call-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-call-data.js","sources":["../../src/react/tool-call-data.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;AAOG;AAQH,MAAM,YAAY,GAAG,sBAAsB,CACzC,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,2BAA2B;AACpC,IAAA,YAAY,EAAE,qBAAqB;AACnC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;;;;"}
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import CDSAIChatWorkspaceShell from "../components/workspace-shell/src/workspace-shell.js";
3
+ import CDSAIChatWorkspaceShellHeader from "../components/workspace-shell/src/workspace-shell-header.js";
4
+ import CDSAIChatWorkspaceShellBody from "../components/workspace-shell/src/workspace-shell-body.js";
5
+ import CDSAIChatWorkspaceShellFooter from "../components/workspace-shell/src/workspace-shell-footer.js";
6
+ declare const WorkspaceShell: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatWorkspaceShell>>;
7
+ declare const WorkspaceShellHeader: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatWorkspaceShellHeader>>;
8
+ declare const WorkspaceShellBody: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatWorkspaceShellBody>>;
9
+ declare const WorkspaceShellFooter: React.ForwardRefExoticComponent<Omit<Record<string, unknown>, "ref"> & React.RefAttributes<CDSAIChatWorkspaceShellFooter>>;
10
+ export default WorkspaceShell;
11
+ export { WorkspaceShellHeader, WorkspaceShellBody, WorkspaceShellFooter };
@@ -0,0 +1,49 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { createComponent } from '@lit/react';
9
+ import React from 'react';
10
+ import CDSAIChatWorkspaceShell from '../components/workspace-shell/src/workspace-shell.js';
11
+ import CDSAIChatWorkspaceShellHeader from '../components/workspace-shell/src/workspace-shell-header.js';
12
+ import CDSAIChatWorkspaceShellBody from '../components/workspace-shell/src/workspace-shell-body.js';
13
+ import CDSAIChatWorkspaceShellFooter from '../components/workspace-shell/src/workspace-shell-footer.js';
14
+ import { withWebComponentBridge } from './utils/withWebComponentBridge.js';
15
+
16
+ /*
17
+ * Copyright IBM Corp. 2025
18
+ *
19
+ * This source code is licensed under the Apache-2.0 license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ *
22
+ * @license
23
+ */
24
+ const WorkspaceShell = withWebComponentBridge(createComponent({
25
+ tagName: "cds-aichat-workspace-shell",
26
+ elementClass: CDSAIChatWorkspaceShell,
27
+ react: React,
28
+ }));
29
+ const WorkspaceShellHeader = withWebComponentBridge(createComponent({
30
+ tagName: "cds-aichat-workspace-shell-header",
31
+ elementClass: CDSAIChatWorkspaceShellHeader,
32
+ react: React,
33
+ }));
34
+ const WorkspaceShellBody = withWebComponentBridge(createComponent({
35
+ tagName: "cds-aichat-workspace-shell-body",
36
+ elementClass: CDSAIChatWorkspaceShellBody,
37
+ react: React,
38
+ }));
39
+ const WorkspaceShellFooter = withWebComponentBridge(createComponent({
40
+ tagName: "cds-aichat-workspace-shell-footer",
41
+ elementClass: CDSAIChatWorkspaceShellFooter,
42
+ react: React,
43
+ events: {
44
+ onFooterClicked: "cds-aichat-workspace-shell-footer-clicked",
45
+ },
46
+ }));
47
+
48
+ export { WorkspaceShellBody, WorkspaceShellFooter, WorkspaceShellHeader, WorkspaceShell as default };
49
+ //# sourceMappingURL=workspace-shell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace-shell.js","sources":["../../src/react/workspace-shell.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA;;;;;;;AAOG;AAaH,MAAM,cAAc,GAAG,sBAAsB,CAC3C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,4BAA4B;AACrC,IAAA,YAAY,EAAE,uBAAuB;AACrC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;AAGJ,MAAM,oBAAoB,GAAG,sBAAsB,CACjD,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,mCAAmC;AAC5C,IAAA,YAAY,EAAE,6BAA6B;AAC3C,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;AAGJ,MAAM,kBAAkB,GAAG,sBAAsB,CAC/C,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,iCAAiC;AAC1C,IAAA,YAAY,EAAE,2BAA2B;AACzC,IAAA,KAAK,EAAE,KAAK;AACb,CAAA,CAAC;AAGJ,MAAM,oBAAoB,GAAG,sBAAsB,CACjD,eAAe,CAAC;AACd,IAAA,OAAO,EAAE,mCAAmC;AAC5C,IAAA,YAAY,EAAE,6BAA6B;AAC3C,IAAA,KAAK,EAAE,KAAK;AACZ,IAAA,MAAM,EAAE;AACN,QAAA,eAAe,EAAE,2CAA2C;AAC7D,KAAA;AACF,CAAA,CAAC;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ai-chat-components",
3
3
  "description": "AI Chat Components",
4
- "version": "0.6.2",
4
+ "version": "0.7.0-rc.0",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@carbon/icon-helpers": "^10.47.0",
46
46
  "@carbon/icons": "^11.53.0",
47
- "@carbon/styles": "^1.39.0",
47
+ "@carbon/styles": "^1.97.0",
48
48
  "@carbon/web-components": "^2.46.0",
49
49
  "@codemirror/lang-angular": "^0.1.4",
50
50
  "@codemirror/lang-cpp": "^6.0.3",
@@ -125,5 +125,5 @@
125
125
  "vite": "^7.0.0",
126
126
  "web-dev-server-plugin-lit-css": "^4.0.0"
127
127
  },
128
- "gitHead": "100a6a7b193a9d3f5cbe0c1910d7de892f1bda21"
128
+ "gitHead": "fde578d5343672ba3de865111276032df5d37476"
129
129
  }