@inkeep/agents-ui 0.15.26 → 0.15.28
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/dist/index.cjs +1 -1
- package/dist/index.js +166 -174
- package/dist/primitives/atoms/dialog.cjs +1 -1
- package/dist/primitives/atoms/dialog.js +110 -106
- package/dist/primitives/atoms/file-upload.cjs +1 -0
- package/dist/primitives/atoms/file-upload.d.ts +35 -0
- package/dist/primitives/atoms/file-upload.js +45 -0
- package/dist/primitives/atoms/icons/built-in-icons.cjs +1 -1
- package/dist/primitives/atoms/icons/built-in-icons.d.ts +8 -1
- package/dist/primitives/atoms/icons/built-in-icons.js +86 -79
- package/dist/primitives/atoms/icons/collections/pi.cjs +1 -1
- package/dist/primitives/atoms/icons/collections/pi.d.ts +6 -0
- package/dist/primitives/atoms/icons/collections/pi.js +103 -13
- package/dist/primitives/atoms/icons/inkeep-default-icons.cjs +1 -1
- package/dist/primitives/atoms/icons/inkeep-default-icons.js +9 -1
- package/dist/primitives/components/embedded-chat/file-upload-input.cjs +1 -0
- package/dist/primitives/components/embedded-chat/file-upload-input.d.ts +68 -0
- package/dist/primitives/components/embedded-chat/file-upload-input.js +328 -0
- package/dist/primitives/components/embedded-chat/image-preview-modal.cjs +1 -0
- package/dist/primitives/components/embedded-chat/image-preview-modal.d.ts +15 -0
- package/dist/primitives/components/embedded-chat/image-preview-modal.js +71 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.cjs +3 -3
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.d.ts +8 -6
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.js +277 -227
- package/dist/primitives/components/embedded-chat.cjs +4 -4
- package/dist/primitives/components/embedded-chat.d.ts +7 -116
- package/dist/primitives/components/embedded-chat.js +1082 -1484
- package/dist/primitives/components/embedded-search.d.ts +1 -1
- package/dist/primitives/hooks/index.cjs +1 -1
- package/dist/primitives/hooks/index.js +15 -14
- package/dist/primitives/hooks/use-initial-conversation.cjs +1 -0
- package/dist/primitives/hooks/use-initial-conversation.d.ts +16 -0
- package/dist/primitives/hooks/use-initial-conversation.js +31 -0
- package/dist/primitives/hooks/use-input-notification.cjs +1 -0
- package/dist/primitives/hooks/use-input-notification.d.ts +9 -0
- package/dist/primitives/hooks/use-input-notification.js +18 -0
- package/dist/primitives/hooks/use-scrolling-fades.cjs +1 -1
- package/dist/primitives/hooks/use-scrolling-fades.d.ts +1 -0
- package/dist/primitives/hooks/use-scrolling-fades.js +21 -5
- package/dist/primitives/index.cjs +1 -1
- package/dist/primitives/index.js +146 -154
- package/dist/primitives/providers/base-events-provider.cjs +1 -1
- package/dist/primitives/providers/base-events-provider.js +1 -1
- package/dist/primitives/providers/feedback-provider.cjs +1 -1
- package/dist/primitives/providers/feedback-provider.js +37 -38
- package/dist/primitives/providers/image-preview-provider.cjs +1 -0
- package/dist/primitives/providers/image-preview-provider.d.ts +15 -0
- package/dist/primitives/providers/image-preview-provider.js +23 -0
- package/dist/primitives/providers/index.cjs +1 -1
- package/dist/primitives/providers/index.d.ts +0 -3
- package/dist/primitives/providers/index.js +54 -63
- package/dist/primitives/utils/component-ids.cjs +1 -1
- package/dist/primitives/utils/component-ids.d.ts +54 -98
- package/dist/primitives/utils/component-ids.js +44 -66
- package/dist/primitives/utils/default-settings.cjs +1 -1
- package/dist/primitives/utils/default-settings.d.ts +0 -2
- package/dist/primitives/utils/default-settings.js +6 -8
- package/dist/react/embedded-chat.cjs +1 -1
- package/dist/react/embedded-chat.js +283 -287
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +166 -174
- package/dist/styled/components/chat-history.cjs +1 -1
- package/dist/styled/components/chat-history.d.ts +1 -1
- package/dist/styled/components/chat-history.js +31 -29
- package/dist/styled/components/embedded-chat/file-upload-input.cjs +1 -0
- package/dist/styled/components/embedded-chat/file-upload-input.d.ts +20 -0
- package/dist/styled/components/embedded-chat/file-upload-input.js +300 -0
- package/dist/styled/components/embedded-chat/image-preview-modal.cjs +1 -0
- package/dist/styled/components/embedded-chat/image-preview-modal.d.ts +11 -0
- package/dist/styled/components/embedded-chat/image-preview-modal.js +77 -0
- package/dist/styled/components/embedded-chat.cjs +1 -1
- package/dist/styled/components/embedded-chat.d.ts +4 -50
- package/dist/styled/components/embedded-chat.js +567 -1010
- package/dist/styled/components/message.cjs +1 -1
- package/dist/styled/components/message.js +89 -88
- package/dist/styled/components/ui/recipes/citation.d.ts +1 -1
- package/dist/styled/components/ui/recipes/index.cjs +1 -1
- package/dist/styled/components/ui/recipes/index.d.ts +0 -1
- package/dist/styled/components/ui/recipes/index.js +31 -33
- package/dist/styled/index.cjs +1 -1
- package/dist/styled/index.js +154 -162
- package/dist/styled/inkeep.css.cjs +241 -61
- package/dist/styled/inkeep.css.js +241 -61
- package/dist/types/config/ai.d.ts +8 -10
- package/dist/types/icons/built-in.d.ts +1 -1
- package/dist/types/icons/custom.d.ts +8 -0
- package/dist/types/index.d.ts +0 -1
- package/package.json +7 -6
- package/dist/primitives/providers/attachment-item-provider.cjs +0 -1
- package/dist/primitives/providers/attachment-item-provider.d.ts +0 -9
- package/dist/primitives/providers/attachment-item-provider.js +0 -13
- package/dist/primitives/providers/attachments-bar-provider.cjs +0 -1
- package/dist/primitives/providers/attachments-bar-provider.d.ts +0 -30
- package/dist/primitives/providers/attachments-bar-provider.js +0 -57
- package/dist/primitives/providers/message-attachments-provider.cjs +0 -1
- package/dist/primitives/providers/message-attachments-provider.d.ts +0 -13
- package/dist/primitives/providers/message-attachments-provider.js +0 -27
- package/dist/primitives/utils/get-message-metadata.d.ts +0 -8
- package/dist/styled/components/ui/recipes/attachment.cjs +0 -1
- package/dist/styled/components/ui/recipes/attachment.d.ts +0 -4
- package/dist/styled/components/ui/recipes/attachment.js +0 -28
- package/dist/types/config/settings/workflow.d.ts +0 -86
package/dist/styled/index.js
CHANGED
|
@@ -6,195 +6,187 @@ import * as a from "./components/embedded-search.js";
|
|
|
6
6
|
import * as m from "./components/modal.js";
|
|
7
7
|
import * as s from "./components/chat-button.js";
|
|
8
8
|
import * as p from "./components/searchbar.js";
|
|
9
|
-
import { Shadow as
|
|
10
|
-
import { LoadingIndicator as
|
|
9
|
+
import { Shadow as c } from "./components/shadow.js";
|
|
10
|
+
import { LoadingIndicator as P } from "./components/loading-indicator.js";
|
|
11
11
|
import { widgetToggle as g } from "./components/ui/recipes/widget-toggle.js";
|
|
12
12
|
import { EmbeddedChatMessagePart as M } from "./components/message.js";
|
|
13
13
|
import { DataSummaryGroup as k } from "./components/data-summary-group.js";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import {
|
|
34
|
-
import * as d from "../primitives/components/embedded-chat.js";
|
|
35
|
-
import * as i from "../primitives/components/sidebar-chat/index.js";
|
|
36
|
-
import { ChatProvider as je, useChat as Ge } from "../primitives/components/embedded-chat/chat-provider.js";
|
|
14
|
+
import { BaseEventsProvider as H, useBaseEvents as w } from "../primitives/providers/base-events-provider.js";
|
|
15
|
+
import { ChatFormProvider as R, useChatForm as $, useChatFormState as D } from "../primitives/providers/chat-form-provider.js";
|
|
16
|
+
import { ChatHistoryProvider as T, useChatHistory as W } from "../primitives/providers/chat-history-provider.js";
|
|
17
|
+
import { InkeepConfigProvider as A, WebWidgetInteractionType as L, useInkeepConfig as j } from "../primitives/providers/config-provider.js";
|
|
18
|
+
import { FeedbackItemProvider as K, useFeedbackItem as N } from "../primitives/providers/feedback-item-provider.js";
|
|
19
|
+
import { FeedbackProvider as U, useMessageFeedback as q } from "../primitives/providers/feedback-provider.js";
|
|
20
|
+
import { FormFieldProvider as V, useFormField as X } from "../primitives/providers/form-field-provider.js";
|
|
21
|
+
import { HelpMenuProvider as Z, useHelpMenu as _, useHelpMenuState as ee } from "../primitives/providers/help-menu-provider.js";
|
|
22
|
+
import { ChatMarkdownProvider as re, useChatMarkdown as te } from "../primitives/providers/markdown-provider.js";
|
|
23
|
+
import { MessageProvider as me, useMessage as se, useOptionalMessage as pe } from "../primitives/providers/message-provider.js";
|
|
24
|
+
import { RootProvider as de } from "../primitives/providers/root-provider.js";
|
|
25
|
+
import { SourceItemProvider as ue, useSourceItem as fe } from "../primitives/providers/source-item-provider.js";
|
|
26
|
+
import { ThemeProvider as Ce } from "../primitives/providers/theme-provider.js";
|
|
27
|
+
import { WidgetProvider as le, useWidget as be } from "../primitives/providers/widget-provider.js";
|
|
28
|
+
import { SidebarChatProvider as ce, useInkeepSidebarChat as Ie, useOptionalSidebarChat as Pe, useSidebarChat as ve } from "../primitives/providers/sidebar-chat-provider.js";
|
|
29
|
+
import { ChatBubbleProvider as Be, useChatBubble as Me, useInkeepChatBubble as ye, useOptionalChatBubble as ke } from "../primitives/providers/chat-bubble-provider.js";
|
|
30
|
+
import { ikp as He, jsxFactory as we } from "../primitives/components/factory.js";
|
|
31
|
+
import * as i from "../primitives/components/embedded-chat.js";
|
|
32
|
+
import * as d from "../primitives/components/sidebar-chat/index.js";
|
|
33
|
+
import { ChatProvider as Re, useChat as $e } from "../primitives/components/embedded-chat/chat-provider.js";
|
|
37
34
|
import * as n from "../primitives/components/embedded-search.js";
|
|
38
|
-
import { SearchProvider as
|
|
35
|
+
import { SearchProvider as Oe, SearchProviderImpl as Te, useSearch as We } from "../primitives/components/embedded-search/search-provider.js";
|
|
39
36
|
import * as u from "../primitives/components/modal.js";
|
|
40
|
-
import { ModalProvider as
|
|
37
|
+
import { ModalProvider as Ae, useModal as Le } from "../primitives/components/modal/modal-provider.js";
|
|
41
38
|
import * as f from "../primitives/components/chat-button.js";
|
|
42
39
|
import * as x from "../primitives/components/searchbar.js";
|
|
43
40
|
import * as C from "../primitives/components/chat-bubble/index.js";
|
|
44
41
|
import * as h from "../primitives/components/data-summaries.js";
|
|
45
42
|
import * as l from "../primitives/components/chat-history/index.js";
|
|
46
|
-
import { useBoolean as
|
|
47
|
-
import { useComponentClassNames as
|
|
48
|
-
import { useContainerSize as
|
|
49
|
-
import { useInkeepOpenState as
|
|
50
|
-
import { useCopyToClipboard as
|
|
51
|
-
import { useInstantUpdate as
|
|
52
|
-
import { useIsMounted as
|
|
53
|
-
import { useMediaQuery as
|
|
54
|
-
import { useResizeObserver as
|
|
55
|
-
import { useScrollingFades as
|
|
56
|
-
import { useSettleAction as
|
|
57
|
-
import { useSimpleScroll as
|
|
58
|
-
import { callAll as
|
|
59
|
-
import { ChatBubbleComponentIds as
|
|
60
|
-
import { composeRefs as
|
|
61
|
-
import { mergeProps as
|
|
62
|
-
import { Portal as
|
|
63
|
-
import { CustomIcon as
|
|
64
|
-
import { BuiltInIconRenderer as
|
|
65
|
-
import { PortalWithTheme as
|
|
66
|
-
import { Command as
|
|
67
|
-
import { ErrorBoundary as
|
|
68
|
-
import { InkeepShadow as
|
|
43
|
+
import { useBoolean as Ge } from "../primitives/hooks/use-boolean.js";
|
|
44
|
+
import { useComponentClassNames as Ne } from "../primitives/hooks/use-component-classnames.js";
|
|
45
|
+
import { useContainerSize as Ue } from "../primitives/hooks/use-container-size.js";
|
|
46
|
+
import { useInkeepOpenState as Je } from "../primitives/hooks/use-inkeep-open-state.js";
|
|
47
|
+
import { useCopyToClipboard as Xe } from "../primitives/hooks/use-copy-to-clipboard.js";
|
|
48
|
+
import { useInstantUpdate as Ze } from "../primitives/hooks/use-instant-update.js";
|
|
49
|
+
import { useIsMounted as eo } from "../primitives/hooks/use-is-mounted.js";
|
|
50
|
+
import { useMediaQuery as ro } from "../primitives/hooks/use-media-query.js";
|
|
51
|
+
import { useResizeObserver as ao } from "../primitives/hooks/use-resize-observer.js";
|
|
52
|
+
import { useScrollingFades as so, useScrollingFadesHorizontal as po } from "../primitives/hooks/use-scrolling-fades.js";
|
|
53
|
+
import { useSettleAction as no } from "../primitives/hooks/use-settle-action.js";
|
|
54
|
+
import { useSimpleScroll as fo } from "../primitives/hooks/use-simple-scroll.js";
|
|
55
|
+
import { callAll as Co, dataAttr as ho, getInitials as lo, getMessageContent as bo, isString as So, maybeRender as co, toKebabCase as Io } from "../primitives/utils/misc.js";
|
|
56
|
+
import { ChatBubbleComponentIds as vo, DataSummaryComponentIds as go, SearchBarComponentIds as Bo, SidebarChatComponentIds as Mo, aiChatComponentIds as yo, aiChatHistoryComponentIds as ko, aiSearchComponentIds as Fo, chatButtonComponentIds as Ho, componentIDs as wo, markDownComponentIds as Eo, miscellanousComponentIds as Ro, modalComponentIds as $o } from "../primitives/utils/component-ids.js";
|
|
57
|
+
import { composeRefs as Oo, useComposedRefs as To } from "../primitives/utils/compose-refs.js";
|
|
58
|
+
import { mergeProps as zo } from "../primitives/utils/merge-props.js";
|
|
59
|
+
import { Portal as Lo } from "../primitives/atoms/portal.js";
|
|
60
|
+
import { CustomIcon as Go } from "../primitives/atoms/icons/custom-icon.js";
|
|
61
|
+
import { BuiltInIconRenderer as No } from "../primitives/atoms/icons/built-in-icon-renderer.js";
|
|
62
|
+
import { PortalWithTheme as Uo } from "../primitives/atoms/portal-with-theme.js";
|
|
63
|
+
import { Command as Jo, CommandDialog as Vo, CommandEmpty as Xo, CommandInput as Yo, CommandItem as Zo, CommandList as _o, CommandLoading as er, CommandRoot as or, CommandSeparator as rr, defaultFilter as tr, useCommandState as ar, useCommandStore as mr } from "../primitives/atoms/cmdk/index.js";
|
|
64
|
+
import { ErrorBoundary as pr } from "../primitives/atoms/error-boundary.js";
|
|
65
|
+
import { InkeepShadow as dr, InkeepShadowProvider as nr, ShadowContext as ur, useShadow as fr } from "../primitives/atoms/shadow/context.js";
|
|
69
66
|
export {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
D as BaseEventsProvider,
|
|
73
|
-
Zo as BuiltInIconRenderer,
|
|
67
|
+
H as BaseEventsProvider,
|
|
68
|
+
No as BuiltInIconRenderer,
|
|
74
69
|
t as ChatBubble,
|
|
75
|
-
|
|
70
|
+
vo as ChatBubbleComponentIds,
|
|
76
71
|
C as ChatBubblePrimitive,
|
|
77
|
-
|
|
72
|
+
Be as ChatBubbleProvider,
|
|
78
73
|
s as ChatButton,
|
|
79
74
|
f as ChatButtonPrimitive,
|
|
80
|
-
|
|
75
|
+
R as ChatFormProvider,
|
|
81
76
|
o as ChatHistory,
|
|
82
77
|
l as ChatHistoryPrimitive,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
78
|
+
T as ChatHistoryProvider,
|
|
79
|
+
re as ChatMarkdownProvider,
|
|
80
|
+
Re as ChatProvider,
|
|
81
|
+
Jo as Command,
|
|
82
|
+
Vo as CommandDialog,
|
|
83
|
+
Xo as CommandEmpty,
|
|
84
|
+
Yo as CommandInput,
|
|
85
|
+
Zo as CommandItem,
|
|
86
|
+
_o as CommandList,
|
|
87
|
+
er as CommandLoading,
|
|
88
|
+
or as CommandRoot,
|
|
89
|
+
rr as CommandSeparator,
|
|
90
|
+
Go as CustomIcon,
|
|
91
|
+
go as DataSummaryComponentIds,
|
|
97
92
|
k as DataSummaryGroup,
|
|
98
93
|
h as DataSummaryPrimitive,
|
|
99
94
|
e as EmbeddedChat,
|
|
100
95
|
M as EmbeddedChatMessagePart,
|
|
101
|
-
|
|
96
|
+
i as EmbeddedChatPrimitive,
|
|
102
97
|
a as EmbeddedSearch,
|
|
103
98
|
n as EmbeddedSearchPrimitive,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
Ce as MessageProvider,
|
|
99
|
+
pr as ErrorBoundary,
|
|
100
|
+
K as FeedbackItemProvider,
|
|
101
|
+
U as FeedbackProvider,
|
|
102
|
+
V as FormFieldProvider,
|
|
103
|
+
Z as HelpMenuProvider,
|
|
104
|
+
A as InkeepConfigProvider,
|
|
105
|
+
dr as InkeepShadow,
|
|
106
|
+
nr as InkeepShadowProvider,
|
|
107
|
+
P as LoadingIndicator,
|
|
108
|
+
me as MessageProvider,
|
|
115
109
|
m as Modal,
|
|
116
110
|
u as ModalPrimitive,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
Ae as ModalProvider,
|
|
112
|
+
Lo as Portal,
|
|
113
|
+
Uo as PortalWithTheme,
|
|
114
|
+
de as RootProvider,
|
|
121
115
|
p as SearchBar,
|
|
122
|
-
|
|
116
|
+
Bo as SearchBarComponentIds,
|
|
123
117
|
x as SearchBarPrimitive,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
118
|
+
Oe as SearchProvider,
|
|
119
|
+
Te as SearchProviderImpl,
|
|
120
|
+
c as Shadow,
|
|
121
|
+
ur as ShadowContext,
|
|
128
122
|
r as SidebarChat,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
ve as useSourceItem,
|
|
198
|
-
ye as useWidget,
|
|
123
|
+
Mo as SidebarChatComponentIds,
|
|
124
|
+
d as SidebarChatPrimitive,
|
|
125
|
+
ce as SidebarChatProvider,
|
|
126
|
+
ue as SourceItemProvider,
|
|
127
|
+
Ce as ThemeProvider,
|
|
128
|
+
L as WebWidgetInteractionType,
|
|
129
|
+
le as WidgetProvider,
|
|
130
|
+
yo as aiChatComponentIds,
|
|
131
|
+
ko as aiChatHistoryComponentIds,
|
|
132
|
+
Fo as aiSearchComponentIds,
|
|
133
|
+
Co as callAll,
|
|
134
|
+
Ho as chatButtonComponentIds,
|
|
135
|
+
wo as componentIDs,
|
|
136
|
+
Oo as composeRefs,
|
|
137
|
+
ho as dataAttr,
|
|
138
|
+
tr as defaultFilter,
|
|
139
|
+
lo as getInitials,
|
|
140
|
+
bo as getMessageContent,
|
|
141
|
+
He as ikp,
|
|
142
|
+
So as isString,
|
|
143
|
+
we as jsxFactory,
|
|
144
|
+
Eo as markDownComponentIds,
|
|
145
|
+
co as maybeRender,
|
|
146
|
+
zo as mergeProps,
|
|
147
|
+
Ro as miscellanousComponentIds,
|
|
148
|
+
$o as modalComponentIds,
|
|
149
|
+
Io as toKebabCase,
|
|
150
|
+
w as useBaseEvents,
|
|
151
|
+
Ge as useBoolean,
|
|
152
|
+
$e as useChat,
|
|
153
|
+
Me as useChatBubble,
|
|
154
|
+
$ as useChatForm,
|
|
155
|
+
D as useChatFormState,
|
|
156
|
+
W as useChatHistory,
|
|
157
|
+
te as useChatMarkdown,
|
|
158
|
+
ar as useCommandState,
|
|
159
|
+
mr as useCommandStore,
|
|
160
|
+
Ne as useComponentClassNames,
|
|
161
|
+
To as useComposedRefs,
|
|
162
|
+
Ue as useContainerSize,
|
|
163
|
+
Xe as useCopyToClipboard,
|
|
164
|
+
N as useFeedbackItem,
|
|
165
|
+
X as useFormField,
|
|
166
|
+
_ as useHelpMenu,
|
|
167
|
+
ee as useHelpMenuState,
|
|
168
|
+
ye as useInkeepChatBubble,
|
|
169
|
+
j as useInkeepConfig,
|
|
170
|
+
Je as useInkeepOpenState,
|
|
171
|
+
Ie as useInkeepSidebarChat,
|
|
172
|
+
Ze as useInstantUpdate,
|
|
173
|
+
eo as useIsMounted,
|
|
174
|
+
ro as useMediaQuery,
|
|
175
|
+
se as useMessage,
|
|
176
|
+
q as useMessageFeedback,
|
|
177
|
+
Le as useModal,
|
|
178
|
+
ke as useOptionalChatBubble,
|
|
179
|
+
pe as useOptionalMessage,
|
|
180
|
+
Pe as useOptionalSidebarChat,
|
|
181
|
+
ao as useResizeObserver,
|
|
182
|
+
so as useScrollingFades,
|
|
183
|
+
po as useScrollingFadesHorizontal,
|
|
184
|
+
We as useSearch,
|
|
185
|
+
no as useSettleAction,
|
|
186
|
+
fr as useShadow,
|
|
187
|
+
ve as useSidebarChat,
|
|
188
|
+
fo as useSimpleScroll,
|
|
189
|
+
fe as useSourceItem,
|
|
190
|
+
be as useWidget,
|
|
199
191
|
g as widgetToggle
|
|
200
192
|
};
|