@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.
- package/README.md +2 -2
- package/custom-elements.json +198 -9
- package/es/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
- package/es/components/card/src/card-footer.scss.js +1 -1
- package/es/components/card/src/card-steps.scss.js +1 -1
- package/es/components/card/src/card.scss.js +1 -1
- package/es/components/carousel/index.d.ts +9 -0
- package/es/components/carousel/index.js +9 -0
- package/es/components/carousel/index.js.map +1 -0
- package/es/components/carousel/src/carousel.d.ts +39 -0
- package/es/components/carousel/src/carousel.js +130 -0
- package/es/components/carousel/src/carousel.js.map +1 -0
- package/es/components/carousel/src/carousel.scss.js +13 -0
- package/es/components/carousel/src/carousel.scss.js.map +1 -0
- package/es/components/chat-button/src/chat-button.js +9 -4
- package/es/components/chat-button/src/chat-button.js.map +1 -1
- package/es/components/chat-button/src/chat-button.scss.js +1 -1
- package/es/components/chat-history/src/history-panel-item-input.d.ts +0 -705
- package/es/components/chat-history/src/history-panel-item.d.ts +0 -699
- package/es/components/chat-history/src/history-search-item.d.ts +0 -699
- package/es/components/chat-shell/src/shell.scss.js +1 -1
- package/es/components/chat-shell/src/slot-observer.js +3 -3
- package/es/components/chat-shell/src/slot-observer.js.map +1 -1
- package/es/components/code-snippet/src/code-snippet.d.ts +0 -353
- package/es/components/markdown/src/markdown.js +1 -1
- package/es/components/markdown/src/markdown.js.map +1 -1
- package/es/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
- package/es/components/shared/media-utils/script-loader.js +3 -2
- package/es/components/shared/media-utils/script-loader.js.map +1 -1
- package/es/components/toolbar/src/toolbar.d.ts +5 -0
- package/es/components/toolbar/src/toolbar.js +38 -0
- package/es/components/toolbar/src/toolbar.js.map +1 -1
- package/es/components/video-player/src/providers/native-video-provider.js +2 -1
- package/es/components/video-player/src/providers/native-video-provider.js.map +1 -1
- package/es-custom/components/audio-player/src/audio-player.d.ts +5 -5
- package/es-custom/components/audio-player/src/audio-player.js +9 -9
- package/es-custom/components/audio-player/src/audio-player.scss.js +1 -1
- package/es-custom/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
- package/es-custom/components/audio-player/src/transcript.d.ts +2 -2
- package/es-custom/components/audio-player/src/transcript.js +5 -5
- package/es-custom/components/audio-player/src/transcript.scss.js +1 -1
- package/es-custom/components/card/src/card-footer.d.ts +1 -1
- package/es-custom/components/card/src/card-footer.js +2 -2
- package/es-custom/components/card/src/card-footer.scss.js +1 -1
- package/es-custom/components/card/src/card-steps.d.ts +1 -1
- package/es-custom/components/card/src/card-steps.js +1 -1
- package/es-custom/components/card/src/card-steps.scss.js +1 -1
- package/es-custom/components/card/src/card.d.ts +1 -1
- package/es-custom/components/card/src/card.js +1 -1
- package/es-custom/components/card/src/card.scss.js +1 -1
- package/es-custom/components/carousel/index.d.ts +9 -0
- package/es-custom/components/carousel/index.js +9 -0
- package/es-custom/components/carousel/index.js.map +1 -0
- package/es-custom/components/carousel/src/carousel.d.ts +39 -0
- package/es-custom/components/carousel/src/carousel.js +130 -0
- package/es-custom/components/carousel/src/carousel.js.map +1 -0
- package/es-custom/components/carousel/src/carousel.scss.js +13 -0
- package/es-custom/components/carousel/src/carousel.scss.js.map +1 -0
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.js +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/tool-call-data.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/tool-call-data.js +1 -1
- package/es-custom/components/chain-of-thought/src/tool-call-data.scss.js +1 -1
- package/es-custom/components/chat-button/src/chat-button.d.ts +2 -2
- package/es-custom/components/chat-button/src/chat-button.js +10 -5
- package/es-custom/components/chat-button/src/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/src/chat-button.scss.js +1 -1
- package/es-custom/components/chat-history/src/chat-history.scss.js +1 -1
- package/es-custom/components/chat-history/src/history-content.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-content.js +1 -1
- package/es-custom/components/chat-history/src/history-delete-panel.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-delete-panel.js +6 -6
- package/es-custom/components/chat-history/src/history-header.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-header.js +1 -1
- package/es-custom/components/chat-history/src/history-loading.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-loading.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-item-input.d.ts +1 -706
- package/es-custom/components/chat-history/src/history-panel-item-input.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-item.d.ts +1 -700
- package/es-custom/components/chat-history/src/history-panel-item.js +3 -3
- package/es-custom/components/chat-history/src/history-panel-items.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel-items.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-menu.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel-menu.js +1 -1
- package/es-custom/components/chat-history/src/history-panel.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel.js +1 -1
- package/es-custom/components/chat-history/src/history-search-item.d.ts +1 -700
- package/es-custom/components/chat-history/src/history-search-item.js +1 -1
- package/es-custom/components/chat-history/src/history-shell.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-shell.js +1 -1
- package/es-custom/components/chat-history/src/history-toolbar.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-toolbar.js +1 -1
- package/es-custom/components/chat-shell/src/chat-header.d.ts +2 -2
- package/es-custom/components/chat-shell/src/chat-header.js +6 -6
- package/es-custom/components/chat-shell/src/chat-header.scss.js +1 -1
- package/es-custom/components/chat-shell/src/panel-manager.js +2 -2
- package/es-custom/components/chat-shell/src/shell.js +4 -4
- package/es-custom/components/chat-shell/src/shell.scss.js +1 -1
- package/es-custom/components/chat-shell/src/slot-observer.js +3 -3
- package/es-custom/components/chat-shell/src/slot-observer.js.map +1 -1
- package/es-custom/components/chat-shell/src/workspace-manager.d.ts +1 -1
- package/es-custom/components/chat-shell/src/workspace-manager.js +1 -1
- package/es-custom/components/code-snippet/src/code-snippet.d.ts +2 -355
- package/es-custom/components/code-snippet/src/code-snippet.js +3 -3
- package/es-custom/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es-custom/components/feedback/src/feedback-buttons.d.ts +2 -2
- package/es-custom/components/feedback/src/feedback-buttons.js +1 -1
- package/es-custom/components/feedback/src/feedback-buttons.scss.js +1 -1
- package/es-custom/components/feedback/src/feedback.d.ts +2 -2
- package/es-custom/components/feedback/src/feedback.js +3 -3
- package/es-custom/components/feedback/src/feedback.scss.js +1 -1
- package/es-custom/components/markdown/src/markdown-renderer.js +7 -7
- package/es-custom/components/markdown/src/markdown.d.ts +2 -2
- package/es-custom/components/markdown/src/markdown.js +3 -3
- package/es-custom/components/markdown/src/markdown.js.map +1 -1
- package/es-custom/components/markdown/src/markdown.scss.js +1 -1
- package/es-custom/components/markdown/src/markdown.template.js +1 -1
- package/es-custom/components/markdown/src/utils/table-helpers.d.ts +1 -1
- package/es-custom/components/markdown/src/utils/table-helpers.js +1 -1
- package/es-custom/components/processing/src/processing.d.ts +2 -2
- package/es-custom/components/processing/src/processing.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-step.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-step.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-steps.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps.scss.js +1 -1
- package/es-custom/components/shared/media-utils/script-loader.js +3 -2
- package/es-custom/components/shared/media-utils/script-loader.js.map +1 -1
- package/es-custom/components/table/src/table.d.ts +2 -2
- package/es-custom/components/table/src/table.js +1 -1
- package/es-custom/components/toolbar/src/toolbar.d.ts +6 -1
- package/es-custom/components/toolbar/src/toolbar.js +41 -3
- package/es-custom/components/toolbar/src/toolbar.js.map +1 -1
- package/es-custom/components/toolbar/src/toolbar.scss.js +1 -1
- package/es-custom/components/truncated-text/src/truncated-text.d.ts +3 -3
- package/es-custom/components/truncated-text/src/truncated-text.js +2 -2
- package/es-custom/components/truncated-text/src/truncated-text.scss.js +1 -1
- package/es-custom/components/video-player/src/providers/native-video-provider.js +2 -1
- package/es-custom/components/video-player/src/providers/native-video-provider.js.map +1 -1
- package/es-custom/components/video-player/src/video-player.d.ts +5 -5
- package/es-custom/components/video-player/src/video-player.js +9 -9
- package/es-custom/components/video-player/src/video-player.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-body.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-body.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.d.ts +2 -2
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.js +2 -2
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-header.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-header.js +5 -5
- package/es-custom/components/workspace-shell/src/workspace-shell-header.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.scss.js +1 -1
- package/es-custom/globals/settings.d.ts +1 -1
- package/es-custom/globals/settings.js +1 -1
- package/es-custom/react/audio-player.js +5 -5
- package/es-custom/react/card.js +4 -4
- package/es-custom/react/chain-of-thought-step.js +1 -1
- package/es-custom/react/chain-of-thought-toggle.js +1 -1
- package/es-custom/react/chain-of-thought.js +1 -1
- package/es-custom/react/chat-button.js +1 -1
- package/es-custom/react/chat-header.js +1 -1
- package/es-custom/react/chat-shell.js +1 -1
- package/es-custom/react/code-snippet.js +1 -1
- package/es-custom/react/feedback-buttons.js +1 -1
- package/es-custom/react/feedback.js +1 -1
- package/es-custom/react/history/history-content.js +1 -1
- package/es-custom/react/history/history-delete-panel.js +1 -1
- package/es-custom/react/history/history-header.js +1 -1
- package/es-custom/react/history/history-loading.js +1 -1
- package/es-custom/react/history/history-panel-item-input.js +1 -1
- package/es-custom/react/history/history-panel-item.js +1 -1
- package/es-custom/react/history/history-panel-items.js +1 -1
- package/es-custom/react/history/history-panel-menu.js +1 -1
- package/es-custom/react/history/history-panel.js +1 -1
- package/es-custom/react/history/history-search-item.js +1 -1
- package/es-custom/react/history/history-shell.js +1 -1
- package/es-custom/react/history/history-toolbar.js +1 -1
- package/es-custom/react/markdown.js +1 -1
- package/es-custom/react/panel.js +1 -1
- package/es-custom/react/processing.js +1 -1
- package/es-custom/react/reasoning-step.js +1 -1
- package/es-custom/react/reasoning-steps-toggle.js +1 -1
- package/es-custom/react/reasoning-steps.js +1 -1
- package/es-custom/react/tool-call-data.js +1 -1
- package/es-custom/react/toolbar.js +1 -1
- package/es-custom/react/transcript.js +2 -2
- package/es-custom/react/video-player.js +5 -5
- package/es-custom/react/workspace-shell.js +5 -5
- package/package.json +10 -9
- package/scss/_utilities.scss +1 -0
- 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 {
|