@inkeep/agents-ui 0.14.28 → 0.15.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +220 -205
- 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/data-summaries.cjs +1 -0
- package/dist/primitives/components/data-summaries.d.ts +14 -0
- package/dist/primitives/components/data-summaries.js +38 -0
- package/dist/primitives/components/index.cjs +1 -1
- package/dist/primitives/components/index.d.ts +2 -0
- package/dist/primitives/components/index.js +21 -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 +155 -142
- 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/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 +34 -0
- package/dist/primitives/utils/component-ids.js +29 -8
- package/dist/react/chat-button.cjs +1 -1
- package/dist/react/chat-button.d.ts +7 -13
- 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 +220 -205
- package/dist/react/modal.chat.cjs +1 -1
- package/dist/react/modal.chat.d.ts +3 -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/data-summary-group.cjs +1 -1
- package/dist/styled/components/data-summary-group.js +62 -62
- 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 +182 -167
- 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/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,192 @@
|
|
|
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
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
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 * as p from "../primitives/components/
|
|
34
|
-
import {
|
|
35
|
-
import * as i from "../primitives/components/
|
|
36
|
-
import {
|
|
37
|
-
import * as n from "../primitives/components/
|
|
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 b } from "./components/shadow.js";
|
|
9
|
+
import { LoadingIndicator as S } from "./components/loading-indicator.js";
|
|
10
|
+
import { widgetToggle as P } from "./components/ui/recipes/widget-toggle.js";
|
|
11
|
+
import { EmbeddedChatMessagePart as g } from "./components/message.js";
|
|
12
|
+
import { DataSummaryGroup as M } from "./components/data-summary-group.js";
|
|
13
|
+
import { AttachmentItemProvider as F, useAttachmentItem as y } 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 D, useBaseEvents as $ } from "../primitives/providers/base-events-provider.js";
|
|
16
|
+
import { ChatFormProvider as T, useChatForm as W, useChatFormState as H } from "../primitives/providers/chat-form-provider.js";
|
|
17
|
+
import { InkeepConfigProvider as z, WebWidgetInteractionType as j, useInkeepConfig as G } from "../primitives/providers/config-provider.js";
|
|
18
|
+
import { FeedbackItemProvider as N, useFeedbackItem as Q } from "../primitives/providers/feedback-item-provider.js";
|
|
19
|
+
import { FeedbackProvider as q, useMessageFeedback as J } from "../primitives/providers/feedback-provider.js";
|
|
20
|
+
import { FormFieldProvider as X, useFormField as Y } from "../primitives/providers/form-field-provider.js";
|
|
21
|
+
import { HelpMenuProvider as _, useHelpMenu as ee, useHelpMenuState as oe } from "../primitives/providers/help-menu-provider.js";
|
|
22
|
+
import { ChatMarkdownProvider as te, useChatMarkdown as ae } from "../primitives/providers/markdown-provider.js";
|
|
23
|
+
import { MessageAttachmentsProvider as se, useMessageAttachments as de } from "../primitives/providers/message-attachments-provider.js";
|
|
24
|
+
import { MessageProvider as ie, useMessage as ne, useOptionalMessage as ue } from "../primitives/providers/message-provider.js";
|
|
25
|
+
import { RootProvider as xe } from "../primitives/providers/root-provider.js";
|
|
26
|
+
import { SourceItemProvider as he, useSourceItem as le } from "../primitives/providers/source-item-provider.js";
|
|
27
|
+
import { ThemeProvider as ce } from "../primitives/providers/theme-provider.js";
|
|
28
|
+
import { WidgetProvider as Ie, useWidget as Pe } from "../primitives/providers/widget-provider.js";
|
|
29
|
+
import { SidebarChatProvider as ge, useInkeepSidebarChat as Be, useOptionalSidebarChat as Me, useSidebarChat as ke } from "../primitives/providers/sidebar-chat-provider.js";
|
|
30
|
+
import { ChatBubbleProvider as ye, useChatBubble as we, useInkeepChatBubble as Ae, useOptionalChatBubble as Ee } from "../primitives/providers/chat-bubble-provider.js";
|
|
31
|
+
import { ikp as De, 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 Le, SearchProviderImpl as ze, useSearch as je } from "../primitives/components/embedded-search/search-provider.js";
|
|
37
|
+
import * as n from "../primitives/components/modal.js";
|
|
38
|
+
import { ModalProvider as Ke, useModal as Ne } 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 * as C from "../primitives/components/data-summaries.js";
|
|
43
|
+
import { useBoolean as Ue } from "../primitives/hooks/use-boolean.js";
|
|
44
|
+
import { useComponentClassNames as Je } from "../primitives/hooks/use-component-classnames.js";
|
|
45
|
+
import { useContainerSize as Xe } from "../primitives/hooks/use-container-size.js";
|
|
46
|
+
import { useInkeepOpenState as Ze } from "../primitives/hooks/use-inkeep-open-state.js";
|
|
47
|
+
import { useCopyToClipboard as eo } from "../primitives/hooks/use-copy-to-clipboard.js";
|
|
48
|
+
import { useInstantUpdate as ro } from "../primitives/hooks/use-instant-update.js";
|
|
49
|
+
import { useIsMounted as ao } from "../primitives/hooks/use-is-mounted.js";
|
|
50
|
+
import { useMediaQuery as so } from "../primitives/hooks/use-media-query.js";
|
|
51
|
+
import { useResizeObserver as io } from "../primitives/hooks/use-resize-observer.js";
|
|
52
|
+
import { useScrollingFades as uo } from "../primitives/hooks/use-scrolling-fades.js";
|
|
53
|
+
import { useSettleAction as xo } from "../primitives/hooks/use-settle-action.js";
|
|
54
|
+
import { useSimpleScroll as ho } from "../primitives/hooks/use-simple-scroll.js";
|
|
55
|
+
import { callAll as bo, dataAttr as co, getInitials as So, getMessageContent as Io, isString as Po, maybeRender as vo, toKebabCase as go } from "../primitives/utils/misc.js";
|
|
56
|
+
import { ChatBubbleComponentIds as Mo, DataSummaryComponentIds as ko, SearchBarComponentIds as Fo, SidebarChatComponentIds as yo, aiChatComponentIds as wo, aiSearchComponentIds as Ao, chatButtonComponentIds as Eo, componentIDs as Ro, markDownComponentIds as Do, miscellanousComponentIds as $o, modalComponentIds as Oo } from "../primitives/utils/component-ids.js";
|
|
57
|
+
import { composeRefs as Wo, useComposedRefs as Ho } from "../primitives/utils/compose-refs.js";
|
|
58
|
+
import { mergeProps as zo } from "../primitives/utils/merge-props.js";
|
|
59
|
+
import { Portal as Go } from "../primitives/atoms/portal.js";
|
|
60
|
+
import { CustomIcon as No } from "../primitives/atoms/icons/custom-icon.js";
|
|
61
|
+
import { BuiltInIconRenderer as Uo } from "../primitives/atoms/icons/built-in-icon-renderer.js";
|
|
62
|
+
import { PortalWithTheme as Jo } from "../primitives/atoms/portal-with-theme.js";
|
|
63
|
+
import { Command as Xo, CommandDialog as Yo, CommandEmpty as Zo, CommandInput as _o, CommandItem as er, CommandList as or, CommandLoading as rr, CommandRoot as tr, CommandSeparator as ar, defaultFilter as mr, useCommandState as sr, useCommandStore as dr } from "../primitives/atoms/cmdk/index.js";
|
|
64
|
+
import { ErrorBoundary as ir } from "../primitives/atoms/error-boundary.js";
|
|
65
|
+
import { InkeepShadow as ur, InkeepShadowProvider as fr, ShadowContext as xr, useShadow as Cr } from "../primitives/atoms/shadow/context.js";
|
|
61
66
|
export {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
F as AttachmentItemProvider,
|
|
68
|
+
A as AttachmentsBarProvider,
|
|
69
|
+
D as BaseEventsProvider,
|
|
70
|
+
Uo as BuiltInIconRenderer,
|
|
71
|
+
r as ChatBubble,
|
|
72
|
+
Mo as ChatBubbleComponentIds,
|
|
73
|
+
x as ChatBubblePrimitive,
|
|
74
|
+
ye as ChatBubbleProvider,
|
|
75
|
+
m as ChatButton,
|
|
76
|
+
u as ChatButtonPrimitive,
|
|
68
77
|
T as ChatFormProvider,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
te as ChatMarkdownProvider,
|
|
79
|
+
Te as ChatProvider,
|
|
80
|
+
Xo as Command,
|
|
81
|
+
Yo as CommandDialog,
|
|
82
|
+
Zo as CommandEmpty,
|
|
83
|
+
_o as CommandInput,
|
|
84
|
+
er as CommandItem,
|
|
85
|
+
or as CommandList,
|
|
86
|
+
rr as CommandLoading,
|
|
87
|
+
tr as CommandRoot,
|
|
88
|
+
ar as CommandSeparator,
|
|
89
|
+
No as CustomIcon,
|
|
90
|
+
ko as DataSummaryComponentIds,
|
|
91
|
+
M as DataSummaryGroup,
|
|
92
|
+
C as DataSummaryPrimitive,
|
|
82
93
|
e as EmbeddedChat,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
94
|
+
g as EmbeddedChatMessagePart,
|
|
95
|
+
d as EmbeddedChatPrimitive,
|
|
96
|
+
t as EmbeddedSearch,
|
|
97
|
+
i as EmbeddedSearchPrimitive,
|
|
98
|
+
ir as ErrorBoundary,
|
|
99
|
+
N as FeedbackItemProvider,
|
|
100
|
+
q as FeedbackProvider,
|
|
101
|
+
X as FormFieldProvider,
|
|
102
|
+
_ as HelpMenuProvider,
|
|
103
|
+
z as InkeepConfigProvider,
|
|
104
|
+
ur as InkeepShadow,
|
|
105
|
+
fr as InkeepShadowProvider,
|
|
106
|
+
S as LoadingIndicator,
|
|
107
|
+
se as MessageAttachmentsProvider,
|
|
108
|
+
ie as MessageProvider,
|
|
109
|
+
a as Modal,
|
|
110
|
+
n as ModalPrimitive,
|
|
111
|
+
Ke as ModalProvider,
|
|
112
|
+
Go as Portal,
|
|
113
|
+
Jo as PortalWithTheme,
|
|
114
|
+
xe as RootProvider,
|
|
115
|
+
s as SearchBar,
|
|
116
|
+
Fo as SearchBarComponentIds,
|
|
106
117
|
f as SearchBarPrimitive,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
118
|
+
Le as SearchProvider,
|
|
119
|
+
ze as SearchProviderImpl,
|
|
120
|
+
b as Shadow,
|
|
121
|
+
xr as ShadowContext,
|
|
111
122
|
o as SidebarChat,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
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
|
+
yo as SidebarChatComponentIds,
|
|
124
|
+
p as SidebarChatPrimitive,
|
|
125
|
+
ge as SidebarChatProvider,
|
|
126
|
+
he as SourceItemProvider,
|
|
127
|
+
ce as ThemeProvider,
|
|
128
|
+
j as WebWidgetInteractionType,
|
|
129
|
+
Ie as WidgetProvider,
|
|
130
|
+
wo as aiChatComponentIds,
|
|
131
|
+
Ao as aiSearchComponentIds,
|
|
132
|
+
bo as callAll,
|
|
133
|
+
Eo as chatButtonComponentIds,
|
|
134
|
+
Ro as componentIDs,
|
|
135
|
+
Wo as composeRefs,
|
|
136
|
+
co as dataAttr,
|
|
137
|
+
mr as defaultFilter,
|
|
138
|
+
So as getInitials,
|
|
139
|
+
Io as getMessageContent,
|
|
140
|
+
De as ikp,
|
|
141
|
+
Po as isString,
|
|
142
|
+
$e as jsxFactory,
|
|
143
|
+
Do as markDownComponentIds,
|
|
144
|
+
vo as maybeRender,
|
|
145
|
+
zo as mergeProps,
|
|
146
|
+
$o as miscellanousComponentIds,
|
|
147
|
+
Oo as modalComponentIds,
|
|
148
|
+
go as toKebabCase,
|
|
149
|
+
y as useAttachmentItem,
|
|
150
|
+
E as useAttachmentsBar,
|
|
151
|
+
$ as useBaseEvents,
|
|
152
|
+
Ue as useBoolean,
|
|
153
|
+
We as useChat,
|
|
154
|
+
we as useChatBubble,
|
|
143
155
|
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
|
-
|
|
156
|
+
H as useChatFormState,
|
|
157
|
+
ae as useChatMarkdown,
|
|
158
|
+
sr as useCommandState,
|
|
159
|
+
dr as useCommandStore,
|
|
160
|
+
Je as useComponentClassNames,
|
|
161
|
+
Ho as useComposedRefs,
|
|
162
|
+
Xe as useContainerSize,
|
|
163
|
+
eo as useCopyToClipboard,
|
|
164
|
+
Q as useFeedbackItem,
|
|
165
|
+
Y as useFormField,
|
|
166
|
+
ee as useHelpMenu,
|
|
167
|
+
oe as useHelpMenuState,
|
|
168
|
+
Ae as useInkeepChatBubble,
|
|
169
|
+
G as useInkeepConfig,
|
|
170
|
+
Ze as useInkeepOpenState,
|
|
171
|
+
Be as useInkeepSidebarChat,
|
|
172
|
+
ro as useInstantUpdate,
|
|
173
|
+
ao as useIsMounted,
|
|
174
|
+
so as useMediaQuery,
|
|
175
|
+
ne as useMessage,
|
|
176
|
+
de as useMessageAttachments,
|
|
177
|
+
J as useMessageFeedback,
|
|
178
|
+
Ne as useModal,
|
|
179
|
+
Ee as useOptionalChatBubble,
|
|
180
|
+
ue as useOptionalMessage,
|
|
181
|
+
Me as useOptionalSidebarChat,
|
|
182
|
+
io as useResizeObserver,
|
|
183
|
+
uo as useScrollingFades,
|
|
184
|
+
je as useSearch,
|
|
185
|
+
xo as useSettleAction,
|
|
186
|
+
Cr as useShadow,
|
|
187
|
+
ke as useSidebarChat,
|
|
188
|
+
ho as useSimpleScroll,
|
|
189
|
+
le as useSourceItem,
|
|
190
|
+
Pe as useWidget,
|
|
191
|
+
P as widgetToggle
|
|
177
192
|
};
|