@carbon/ai-chat 1.2.1 → 1.3.0-rc.1

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.
@@ -1,6 +1,6 @@
1
1
  import { B as BusEventType } from "./chat.PageObjectId.js";
2
2
 
3
- export { g as ButtonItemKind, h as ButtonItemType, b as CancellationReason, c as CarbonTheme, n as ChainOfThoughtStepStatus, C as CornersType, E as ErrorType, F as FeedbackInteractionType, f as FileStatusValue, m as HumanAgentMessageType, H as HumanAgentsOnlineStatus, I as IFrameItemDisplayOption, o as MessageErrorState, i as MessageInputType, j as MessageResponseTypes, M as MessageSendSource, d as MinimizeButtonIconType, O as OnErrorType, k as OptionItemPreference, P as PageObjectId, S as ScreenShareState, U as UserType, a as ViewChangeReason, V as ViewType, l as WidthOptions, W as WriteableElementName, e as enLanguagePack } from "./chat.PageObjectId.js";
3
+ export { g as ButtonItemKind, h as ButtonItemType, b as CancellationReason, c as CarbonTheme, n as ChainOfThoughtStepStatus, C as CornersType, E as ErrorType, F as FeedbackInteractionType, f as FileStatusValue, m as HumanAgentMessageType, H as HumanAgentsOnlineStatus, I as IFrameItemDisplayOption, o as MessageErrorState, i as MessageInputType, j as MessageResponseTypes, M as MessageSendSource, d as MinimizeButtonIconType, O as OnErrorType, k as OptionItemPreference, p as PageObjectId, P as PanelType, S as ScreenShareState, U as UserType, a as ViewChangeReason, V as ViewType, l as WidthOptions, W as WriteableElementName, e as enLanguagePack } from "./chat.PageObjectId.js";
4
4
 
5
5
  export { LayoutCustomProperties } from "./serverEntry.js";
6
6
 
@@ -72,8 +72,6 @@ import "lit/directive.js";
72
72
 
73
73
  import "@carbon/web-components/es/components/list/index.js";
74
74
 
75
- import "lodash-es/debounce.js";
76
-
77
75
  import "@carbon/web-components/es/components/data-table/index.js";
78
76
 
79
77
  import "@carbon/web-components/es/components/checkbox/index.js";
@@ -150,6 +148,10 @@ import "@carbon/web-components/es/components/skeleton-text/skeleton-text.js";
150
148
 
151
149
  import "@carbon/web-components/es/components/skeleton-placeholder/skeleton-placeholder.js";
152
150
 
151
+ import "@carbon/icons/es/chevron--down/16.js";
152
+
153
+ import "@carbon/icons/es/chevron--up/16.js";
154
+
153
155
  import "@carbon/icons/es/touch--interaction/16.js";
154
156
 
155
157
  import "@carbon/icons/es/send/16.js";
@@ -164,14 +166,12 @@ import "@carbon/icons/es/chevron--left/16.js";
164
166
 
165
167
  import "@carbon/icons/es/chevron--right/16.js";
166
168
 
169
+ import "lodash-es/debounce.js";
170
+
167
171
  import "@carbon/icons/es/link/16.js";
168
172
 
169
173
  import "@carbon/icons/es/maximize/16.js";
170
174
 
171
- import "@carbon/icons/es/chevron--down/16.js";
172
-
173
- import "@carbon/icons/es/chevron--up/16.js";
174
-
175
175
  import "@carbon/web-components/es/components/tag/operational-tag.js";
176
176
 
177
177
  import "@carbon/icons/es/checkmark/32.js";