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