@carbon/ai-chat-components 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/README.md +2 -2
  2. package/custom-elements.json +198 -9
  3. package/es/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
  4. package/es/components/card/src/card-footer.scss.js +1 -1
  5. package/es/components/card/src/card-steps.scss.js +1 -1
  6. package/es/components/card/src/card.scss.js +1 -1
  7. package/es/components/carousel/index.d.ts +9 -0
  8. package/es/components/carousel/index.js +9 -0
  9. package/es/components/carousel/index.js.map +1 -0
  10. package/es/components/carousel/src/carousel.d.ts +39 -0
  11. package/es/components/carousel/src/carousel.js +130 -0
  12. package/es/components/carousel/src/carousel.js.map +1 -0
  13. package/es/components/carousel/src/carousel.scss.js +13 -0
  14. package/es/components/carousel/src/carousel.scss.js.map +1 -0
  15. package/es/components/chat-button/src/chat-button.js +9 -4
  16. package/es/components/chat-button/src/chat-button.js.map +1 -1
  17. package/es/components/chat-button/src/chat-button.scss.js +1 -1
  18. package/es/components/chat-history/src/history-panel-item-input.d.ts +0 -705
  19. package/es/components/chat-history/src/history-panel-item.d.ts +0 -699
  20. package/es/components/chat-history/src/history-search-item.d.ts +0 -699
  21. package/es/components/chat-shell/src/shell.scss.js +1 -1
  22. package/es/components/chat-shell/src/slot-observer.js +3 -3
  23. package/es/components/chat-shell/src/slot-observer.js.map +1 -1
  24. package/es/components/code-snippet/src/code-snippet.d.ts +0 -353
  25. package/es/components/markdown/src/markdown.js +1 -1
  26. package/es/components/markdown/src/markdown.js.map +1 -1
  27. package/es/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
  28. package/es/components/shared/media-utils/script-loader.js +3 -2
  29. package/es/components/shared/media-utils/script-loader.js.map +1 -1
  30. package/es/components/toolbar/src/toolbar.d.ts +5 -0
  31. package/es/components/toolbar/src/toolbar.js +38 -0
  32. package/es/components/toolbar/src/toolbar.js.map +1 -1
  33. package/es/components/video-player/src/providers/native-video-provider.js +2 -1
  34. package/es/components/video-player/src/providers/native-video-provider.js.map +1 -1
  35. package/es-custom/components/audio-player/src/audio-player.d.ts +5 -5
  36. package/es-custom/components/audio-player/src/audio-player.js +9 -9
  37. package/es-custom/components/audio-player/src/audio-player.scss.js +1 -1
  38. package/es-custom/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
  39. package/es-custom/components/audio-player/src/transcript.d.ts +2 -2
  40. package/es-custom/components/audio-player/src/transcript.js +5 -5
  41. package/es-custom/components/audio-player/src/transcript.scss.js +1 -1
  42. package/es-custom/components/card/src/card-footer.d.ts +1 -1
  43. package/es-custom/components/card/src/card-footer.js +2 -2
  44. package/es-custom/components/card/src/card-footer.scss.js +1 -1
  45. package/es-custom/components/card/src/card-steps.d.ts +1 -1
  46. package/es-custom/components/card/src/card-steps.js +1 -1
  47. package/es-custom/components/card/src/card-steps.scss.js +1 -1
  48. package/es-custom/components/card/src/card.d.ts +1 -1
  49. package/es-custom/components/card/src/card.js +1 -1
  50. package/es-custom/components/card/src/card.scss.js +1 -1
  51. package/es-custom/components/carousel/index.d.ts +9 -0
  52. package/es-custom/components/carousel/index.js +9 -0
  53. package/es-custom/components/carousel/index.js.map +1 -0
  54. package/es-custom/components/carousel/src/carousel.d.ts +39 -0
  55. package/es-custom/components/carousel/src/carousel.js +130 -0
  56. package/es-custom/components/carousel/src/carousel.js.map +1 -0
  57. package/es-custom/components/carousel/src/carousel.scss.js +13 -0
  58. package/es-custom/components/carousel/src/carousel.scss.js.map +1 -0
  59. package/es-custom/components/chain-of-thought/src/chain-of-thought-step.d.ts +2 -2
  60. package/es-custom/components/chain-of-thought/src/chain-of-thought-step.js +2 -2
  61. package/es-custom/components/chain-of-thought/src/chain-of-thought-step.scss.js +1 -1
  62. package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +2 -2
  63. package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.js +1 -1
  64. package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +1 -1
  65. package/es-custom/components/chain-of-thought/src/chain-of-thought.d.ts +2 -2
  66. package/es-custom/components/chain-of-thought/src/chain-of-thought.js +1 -1
  67. package/es-custom/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
  68. package/es-custom/components/chain-of-thought/src/tool-call-data.d.ts +2 -2
  69. package/es-custom/components/chain-of-thought/src/tool-call-data.js +1 -1
  70. package/es-custom/components/chain-of-thought/src/tool-call-data.scss.js +1 -1
  71. package/es-custom/components/chat-button/src/chat-button.d.ts +2 -2
  72. package/es-custom/components/chat-button/src/chat-button.js +10 -5
  73. package/es-custom/components/chat-button/src/chat-button.js.map +1 -1
  74. package/es-custom/components/chat-button/src/chat-button.scss.js +1 -1
  75. package/es-custom/components/chat-history/src/chat-history.scss.js +1 -1
  76. package/es-custom/components/chat-history/src/history-content.d.ts +1 -1
  77. package/es-custom/components/chat-history/src/history-content.js +1 -1
  78. package/es-custom/components/chat-history/src/history-delete-panel.d.ts +1 -1
  79. package/es-custom/components/chat-history/src/history-delete-panel.js +6 -6
  80. package/es-custom/components/chat-history/src/history-header.d.ts +1 -1
  81. package/es-custom/components/chat-history/src/history-header.js +1 -1
  82. package/es-custom/components/chat-history/src/history-loading.d.ts +1 -1
  83. package/es-custom/components/chat-history/src/history-loading.js +1 -1
  84. package/es-custom/components/chat-history/src/history-panel-item-input.d.ts +1 -706
  85. package/es-custom/components/chat-history/src/history-panel-item-input.js +1 -1
  86. package/es-custom/components/chat-history/src/history-panel-item.d.ts +1 -700
  87. package/es-custom/components/chat-history/src/history-panel-item.js +3 -3
  88. package/es-custom/components/chat-history/src/history-panel-items.d.ts +1 -1
  89. package/es-custom/components/chat-history/src/history-panel-items.js +1 -1
  90. package/es-custom/components/chat-history/src/history-panel-menu.d.ts +1 -1
  91. package/es-custom/components/chat-history/src/history-panel-menu.js +1 -1
  92. package/es-custom/components/chat-history/src/history-panel.d.ts +1 -1
  93. package/es-custom/components/chat-history/src/history-panel.js +1 -1
  94. package/es-custom/components/chat-history/src/history-search-item.d.ts +1 -700
  95. package/es-custom/components/chat-history/src/history-search-item.js +1 -1
  96. package/es-custom/components/chat-history/src/history-shell.d.ts +1 -1
  97. package/es-custom/components/chat-history/src/history-shell.js +1 -1
  98. package/es-custom/components/chat-history/src/history-toolbar.d.ts +1 -1
  99. package/es-custom/components/chat-history/src/history-toolbar.js +1 -1
  100. package/es-custom/components/chat-shell/src/chat-header.d.ts +2 -2
  101. package/es-custom/components/chat-shell/src/chat-header.js +6 -6
  102. package/es-custom/components/chat-shell/src/chat-header.scss.js +1 -1
  103. package/es-custom/components/chat-shell/src/panel-manager.js +2 -2
  104. package/es-custom/components/chat-shell/src/shell.js +4 -4
  105. package/es-custom/components/chat-shell/src/shell.scss.js +1 -1
  106. package/es-custom/components/chat-shell/src/slot-observer.js +3 -3
  107. package/es-custom/components/chat-shell/src/slot-observer.js.map +1 -1
  108. package/es-custom/components/chat-shell/src/workspace-manager.d.ts +1 -1
  109. package/es-custom/components/chat-shell/src/workspace-manager.js +1 -1
  110. package/es-custom/components/code-snippet/src/code-snippet.d.ts +2 -355
  111. package/es-custom/components/code-snippet/src/code-snippet.js +3 -3
  112. package/es-custom/components/code-snippet/src/code-snippet.scss.js +1 -1
  113. package/es-custom/components/feedback/src/feedback-buttons.d.ts +2 -2
  114. package/es-custom/components/feedback/src/feedback-buttons.js +1 -1
  115. package/es-custom/components/feedback/src/feedback-buttons.scss.js +1 -1
  116. package/es-custom/components/feedback/src/feedback.d.ts +2 -2
  117. package/es-custom/components/feedback/src/feedback.js +3 -3
  118. package/es-custom/components/feedback/src/feedback.scss.js +1 -1
  119. package/es-custom/components/markdown/src/markdown-renderer.js +7 -7
  120. package/es-custom/components/markdown/src/markdown.d.ts +2 -2
  121. package/es-custom/components/markdown/src/markdown.js +3 -3
  122. package/es-custom/components/markdown/src/markdown.js.map +1 -1
  123. package/es-custom/components/markdown/src/markdown.scss.js +1 -1
  124. package/es-custom/components/markdown/src/markdown.template.js +1 -1
  125. package/es-custom/components/markdown/src/utils/table-helpers.d.ts +1 -1
  126. package/es-custom/components/markdown/src/utils/table-helpers.js +1 -1
  127. package/es-custom/components/processing/src/processing.d.ts +2 -2
  128. package/es-custom/components/processing/src/processing.js +1 -1
  129. package/es-custom/components/reasoning-steps/src/reasoning-step.d.ts +2 -2
  130. package/es-custom/components/reasoning-steps/src/reasoning-step.js +1 -1
  131. package/es-custom/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
  132. package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +2 -2
  133. package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.js +1 -1
  134. package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +1 -1
  135. package/es-custom/components/reasoning-steps/src/reasoning-steps.d.ts +2 -2
  136. package/es-custom/components/reasoning-steps/src/reasoning-steps.js +1 -1
  137. package/es-custom/components/reasoning-steps/src/reasoning-steps.scss.js +1 -1
  138. package/es-custom/components/shared/media-utils/script-loader.js +3 -2
  139. package/es-custom/components/shared/media-utils/script-loader.js.map +1 -1
  140. package/es-custom/components/table/src/table.d.ts +2 -2
  141. package/es-custom/components/table/src/table.js +1 -1
  142. package/es-custom/components/toolbar/src/toolbar.d.ts +6 -1
  143. package/es-custom/components/toolbar/src/toolbar.js +41 -3
  144. package/es-custom/components/toolbar/src/toolbar.js.map +1 -1
  145. package/es-custom/components/toolbar/src/toolbar.scss.js +1 -1
  146. package/es-custom/components/truncated-text/src/truncated-text.d.ts +3 -3
  147. package/es-custom/components/truncated-text/src/truncated-text.js +2 -2
  148. package/es-custom/components/truncated-text/src/truncated-text.scss.js +1 -1
  149. package/es-custom/components/video-player/src/providers/native-video-provider.js +2 -1
  150. package/es-custom/components/video-player/src/providers/native-video-provider.js.map +1 -1
  151. package/es-custom/components/video-player/src/video-player.d.ts +5 -5
  152. package/es-custom/components/video-player/src/video-player.js +9 -9
  153. package/es-custom/components/video-player/src/video-player.scss.js +1 -1
  154. package/es-custom/components/workspace-shell/src/workspace-shell-body.d.ts +1 -1
  155. package/es-custom/components/workspace-shell/src/workspace-shell-body.js +1 -1
  156. package/es-custom/components/workspace-shell/src/workspace-shell-footer.d.ts +2 -2
  157. package/es-custom/components/workspace-shell/src/workspace-shell-footer.js +2 -2
  158. package/es-custom/components/workspace-shell/src/workspace-shell-footer.scss.js +1 -1
  159. package/es-custom/components/workspace-shell/src/workspace-shell-header.d.ts +1 -1
  160. package/es-custom/components/workspace-shell/src/workspace-shell-header.js +5 -5
  161. package/es-custom/components/workspace-shell/src/workspace-shell-header.scss.js +1 -1
  162. package/es-custom/components/workspace-shell/src/workspace-shell.d.ts +1 -1
  163. package/es-custom/components/workspace-shell/src/workspace-shell.js +1 -1
  164. package/es-custom/components/workspace-shell/src/workspace-shell.scss.js +1 -1
  165. package/es-custom/globals/settings.d.ts +1 -1
  166. package/es-custom/globals/settings.js +1 -1
  167. package/es-custom/react/audio-player.js +5 -5
  168. package/es-custom/react/card.js +4 -4
  169. package/es-custom/react/chain-of-thought-step.js +1 -1
  170. package/es-custom/react/chain-of-thought-toggle.js +1 -1
  171. package/es-custom/react/chain-of-thought.js +1 -1
  172. package/es-custom/react/chat-button.js +1 -1
  173. package/es-custom/react/chat-header.js +1 -1
  174. package/es-custom/react/chat-shell.js +1 -1
  175. package/es-custom/react/code-snippet.js +1 -1
  176. package/es-custom/react/feedback-buttons.js +1 -1
  177. package/es-custom/react/feedback.js +1 -1
  178. package/es-custom/react/history/history-content.js +1 -1
  179. package/es-custom/react/history/history-delete-panel.js +1 -1
  180. package/es-custom/react/history/history-header.js +1 -1
  181. package/es-custom/react/history/history-loading.js +1 -1
  182. package/es-custom/react/history/history-panel-item-input.js +1 -1
  183. package/es-custom/react/history/history-panel-item.js +1 -1
  184. package/es-custom/react/history/history-panel-items.js +1 -1
  185. package/es-custom/react/history/history-panel-menu.js +1 -1
  186. package/es-custom/react/history/history-panel.js +1 -1
  187. package/es-custom/react/history/history-search-item.js +1 -1
  188. package/es-custom/react/history/history-shell.js +1 -1
  189. package/es-custom/react/history/history-toolbar.js +1 -1
  190. package/es-custom/react/markdown.js +1 -1
  191. package/es-custom/react/panel.js +1 -1
  192. package/es-custom/react/processing.js +1 -1
  193. package/es-custom/react/reasoning-step.js +1 -1
  194. package/es-custom/react/reasoning-steps-toggle.js +1 -1
  195. package/es-custom/react/reasoning-steps.js +1 -1
  196. package/es-custom/react/tool-call-data.js +1 -1
  197. package/es-custom/react/toolbar.js +1 -1
  198. package/es-custom/react/transcript.js +2 -2
  199. package/es-custom/react/video-player.js +5 -5
  200. package/es-custom/react/workspace-shell.js +5 -5
  201. package/package.json +10 -9
  202. package/scss/_utilities.scss +1 -0
  203. package/telemetry.yml +4 -0
@@ -33,7 +33,7 @@ import styles from './chat-history.scss.js';
33
33
  /**
34
34
  * Chat History panel item.
35
35
  *
36
- * @element cds-aichat-history-panel-item
36
+ * @element cds-custom-aichat-history-panel-item
37
37
  *
38
38
  */
39
39
  let CDSAIChatHistoryPanelItem = class CDSAIChatHistoryPanelItem extends HostListenerMixin(FocusMixin(LitElement)) {
@@ -252,10 +252,10 @@ let CDSAIChatHistoryPanelItem = class CDSAIChatHistoryPanelItem extends HostList
252
252
  </slot>
253
253
  </button>`
254
254
  : html `
255
- <cds-aichat-history-panel-item-input
255
+ <cds-custom-aichat-history-panel-item-input
256
256
  value="${name}"
257
257
  item-id="${id}"
258
- ></cds-aichat-history-panel-item-input>
258
+ ></cds-custom-aichat-history-panel-item-input>
259
259
  `}
260
260
  `;
261
261
  }
@@ -2,7 +2,7 @@ import CDSSideNavItems from "@carbon/web-components/es-custom/components/ui-shel
2
2
  /**
3
3
  * Chat History panel items.
4
4
  *
5
- * @element cds-aichat-history-panel-items
5
+ * @element cds-custom-aichat-history-panel-items
6
6
  *
7
7
  */
8
8
  declare class CDSAIChatHistoryPanelItems extends CDSSideNavItems {
@@ -22,7 +22,7 @@ import styles from './chat-history.scss.js';
22
22
  /**
23
23
  * Chat History panel items.
24
24
  *
25
- * @element cds-aichat-history-panel-items
25
+ * @element cds-custom-aichat-history-panel-items
26
26
  *
27
27
  */
28
28
  let CDSAIChatHistoryPanelItems = class CDSAIChatHistoryPanelItems extends CDSSideNavItems {
@@ -2,7 +2,7 @@ import CDSSideNavMenu from "@carbon/web-components/es-custom/components/ui-shell
2
2
  /**
3
3
  * Chat History panel menu.
4
4
  *
5
- * @element cds-aichat-history-panel-menu
5
+ * @element cds-custom-aichat-history-panel-menu
6
6
  *
7
7
  */
8
8
  declare class CDSAIChatHistoryPanelMenu extends CDSSideNavMenu {
@@ -22,7 +22,7 @@ import styles from './chat-history.scss.js';
22
22
  /**
23
23
  * Chat History panel menu.
24
24
  *
25
- * @element cds-aichat-history-panel-menu
25
+ * @element cds-custom-aichat-history-panel-menu
26
26
  *
27
27
  */
28
28
  let CDSAIChatHistoryPanelMenu = class CDSAIChatHistoryPanelMenu extends CDSSideNavMenu {
@@ -2,7 +2,7 @@ import CDSSideNav from "@carbon/web-components/es-custom/components/ui-shell/sid
2
2
  /**
3
3
  * Chat History panel.
4
4
  *
5
- * @element cds-aichat-history-panel
5
+ * @element cds-custom-aichat-history-panel
6
6
  *
7
7
  */
8
8
  declare class CDSAIChatHistoryPanel extends CDSSideNav {
@@ -23,7 +23,7 @@ import styles from './chat-history.scss.js';
23
23
  /**
24
24
  * Chat History panel.
25
25
  *
26
- * @element cds-aichat-history-panel
26
+ * @element cds-custom-aichat-history-panel
27
27
  *
28
28
  */
29
29
  let CDSAIChatHistoryPanel = class CDSAIChatHistoryPanel extends CDSSideNav {