@inkeep/agents-ui 0.15.29 → 0.15.30
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 +156 -158
- package/dist/primitives/components/embedded-chat.cjs +4 -4
- package/dist/primitives/components/embedded-chat.d.ts +5 -14
- package/dist/primitives/components/embedded-chat.js +821 -866
- package/dist/primitives/hooks/use-feedback-api.cjs +1 -0
- package/dist/primitives/hooks/use-feedback-api.d.ts +19 -0
- package/dist/primitives/hooks/use-feedback-api.js +37 -0
- package/dist/primitives/index.cjs +1 -1
- package/dist/primitives/index.js +134 -137
- 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.d.ts +1 -1
- package/dist/primitives/providers/feedback-provider.js +57 -64
- package/dist/primitives/providers/index.cjs +1 -1
- package/dist/primitives/providers/index.d.ts +0 -1
- package/dist/primitives/providers/index.js +42 -45
- package/dist/primitives/utils/component-ids.cjs +1 -1
- package/dist/primitives/utils/component-ids.d.ts +2 -6
- package/dist/primitives/utils/component-ids.js +1 -3
- package/dist/react/embedded-chat.cjs +1 -1
- package/dist/react/embedded-chat.js +248 -263
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +156 -158
- package/dist/styled/components/embedded-chat.cjs +1 -1
- package/dist/styled/components/embedded-chat.d.ts +2 -4
- package/dist/styled/components/embedded-chat.js +381 -411
- package/dist/styled/components/index.cjs +1 -1
- package/dist/styled/components/index.js +12 -11
- package/dist/styled/components/message.cjs +1 -1
- package/dist/styled/components/message.d.ts +20 -0
- package/dist/styled/components/message.js +304 -228
- package/dist/styled/index.cjs +1 -1
- package/dist/styled/index.js +152 -154
- package/dist/styled/inkeep.css.cjs +79 -12
- package/dist/styled/inkeep.css.js +79 -12
- package/dist/types/events.d.ts +3 -17
- package/package.json +1 -1
- package/dist/primitives/providers/feedback-item-provider.cjs +0 -1
- package/dist/primitives/providers/feedback-item-provider.d.ts +0 -10
- package/dist/primitives/providers/feedback-item-provider.js +0 -16
|
@@ -1,83 +1,83 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as e, jsxs as d, Fragment as
|
|
3
|
-
import
|
|
4
|
-
import { Provider as
|
|
5
|
-
import { EmbeddedChatHistoryRoot as
|
|
6
|
-
import { Close as
|
|
7
|
-
import { Shadow as
|
|
8
|
-
import { EmbeddedChatMessagePart as
|
|
9
|
-
import { useChatHistory as
|
|
10
|
-
import { WebWidgetInteractionType as
|
|
11
|
-
import { RootProvider as
|
|
12
|
-
import { useWidget as
|
|
13
|
-
import { useChat as
|
|
14
|
-
import { useModal as
|
|
15
|
-
import { dataAttr as
|
|
16
|
-
import { PortalWithTheme as
|
|
17
|
-
import { ErrorBoundary as
|
|
18
|
-
import { ModalContent as
|
|
19
|
-
import { ImagePreviewProvider as
|
|
20
|
-
import { WidgetToggle as
|
|
21
|
-
import { isImageMimeType as
|
|
22
|
-
import { EmbeddedChatInputNotification as
|
|
23
|
-
import { EmbeddedChatImagePreviewModal as
|
|
24
|
-
function
|
|
2
|
+
import { jsx as e, jsxs as d, Fragment as b } from "react/jsx-runtime";
|
|
3
|
+
import g, { Fragment as S } from "react";
|
|
4
|
+
import { Provider as V, Wrapper as N, Root as Q, Header as $, HeaderToolbar as _, HeaderToolbarWrapper as R, ChatHistoryTrigger as O, Content as j, ContentScrollArea as G, ContentScrollAreaViewport as U, MessagesSessionLoading as K, ContentScrollAreaScrollbar as Z, ContentScrollAreaThumb as z, ContentScrollAreaCorner as J, Footer as X, FeedbackModal as Y, FeedbackModalOverlay as q, FeedbackModalContent as ee, FeedbackModalHeader as de, FeedbackModalClose as te, FeedbackModalBody as ae, FeedbackForm as oe, FeedbackField as re, FeedbackItemLabel as ne, FeedbackItemDescription as ie, FeedbackSubmitButton as me, FormWrapper as se, FormClose as le, Form as ce, FormHeader as he, FormHeading as be, FormDescription as Ce, FormContent as Fe, FormField as Ee, FormFieldLabel as ue, FormFieldText as pe, FormFieldEmail as ge, FormFieldFile as Ie, FormFieldTextArea as Me, FormFieldCheckbox as Se, FormFieldCheckboxIndicator as Te, FormFieldSelect as xe, FormFieldSelectTrigger as Ae, FormFieldSelectValue as He, FormFieldSelectIcon as ye, FormFieldSelectContent as fe, FormFieldSelectViewport as ke, FormFieldSelectItem as we, FormFieldSelectItemText as ve, FormFieldSelectItemIndicator as Le, FormFieldCombobox as De, FormFieldComboboxControl as Be, FormFieldComboboxSelectedTags as Pe, FormFieldComboboxInput as We, FormFieldComboboxTrigger as Ve, FormFieldComboboxPositioner as Ne, FormFieldComboboxContent as Qe, FormFieldComboboxList as $e, FormFieldComboboxListItems as _e, FormFieldComboboxListEmpty as Re, FormFieldComboboxItem as Oe, FormFieldComboboxItemText as je, FormFieldComboboxItemIndicator as Ge, FormFieldDescription as Ue, FormFieldError as Ke, FormError as Ze, FormFooter as ze, FormCancel as Je, FormSubmit as Xe, FormSuccess as Ye, FormSuccessHeading as qe, FormSuccessMessage as ed, FormSuccessButton as dd, Messages as td, MessageWrapper as I, MessageContentWrapper as T, MessageContent as x, DynamicComponent as ad, MessageLoading as od, InputFieldset as rd, InputGroup as nd, Input as id, SendButton as md, SendButtonIcon as sd, ActionBar as ld, TaglineContainer as cd, TaglineText as hd, TaglineLogo as bd, Actions as Cd, HelpActions as Fd, HelpAction as Ed, HelpActionsTrigger as ud, HelpActionsMenu as pd, HelpActionsMenuArrow as gd, HelpActionsMenuItem as Id, HelpActionsMenuItemIcon as Md, ChatAction as F, ChatActionLabel as Sd, ChatActionFeedback as Td, IntroMessageWrapper as xd, MessageHeader as A, MessageAvatar as H, MessageAvatarContent as y, MessageAvatarImage as f, MessageName as k, Disclaimer as Ad, DisclaimerLabel as Hd, DisclaimerTrigger as yd, DisclaimerContent as fd, DisclaimerText as kd, DisclaimerArrow as wd, ExampleQuestions as vd, ExampleQuestionsLabel as Ld, ExampleQuestionsList as Dd, ExampleQuestion as Bd, ExampleQuestionButton as Pd, Markdown as Wd, MessageSources as Vd, MessageSourcesHeader as Nd, MessageSourcesList as Qd, MessageSourceItem as $d, MessageSourceItemBreadcrumbs as _d, MessageSourceItemBreadcrumbIcon as Rd, MessageSourceItemIcon as Od, MessageSourceItemTitle as jd, MessageSourceItemTag as Gd, MessageSourceItemDescription as Ud, MessageSourceItemDescriptionPart as Kd, MessageSourceItemIndicator as Zd, MessageToolbar as zd, MessageCustomActions as Jd, MessageCustomAction as Xd, MessageAction as E } from "../styled/components/embedded-chat.js";
|
|
5
|
+
import { EmbeddedChatHistoryRoot as Yd, EmbeddedChatHistoryHeader as qd, EmbeddedChatHistoryBackButton as et, EmbeddedChatHistoryBackButtonIcon as dt, EmbeddedChatHistoryTitle as tt, EmbeddedChatHistoryList as at, EmbeddedChatHistoryItem as ot, EmbeddedChatHistoryItemTitle as rt, EmbeddedChatHistoryItemDate as nt, formatSessionDate as it, EmbeddedChatHistoryEmptyState as mt, EmbeddedChatHistoryLoadingState as st, EmbeddedChatHistoryFooter as lt, EmbeddedChatHistoryNewConversationButton as ct } from "../styled/components/chat-history.js";
|
|
6
|
+
import { Close as u } from "../styled/components/modal.js";
|
|
7
|
+
import { Shadow as ht } from "../styled/components/shadow.js";
|
|
8
|
+
import { EmbeddedChatMessagePart as w } from "../styled/components/message.js";
|
|
9
|
+
import { useChatHistory as bt } from "../primitives/providers/chat-history-provider.js";
|
|
10
|
+
import { WebWidgetInteractionType as Ct, useInkeepConfig as v } from "../primitives/providers/config-provider.js";
|
|
11
|
+
import { RootProvider as Ft } from "../primitives/providers/root-provider.js";
|
|
12
|
+
import { useWidget as Et } from "../primitives/providers/widget-provider.js";
|
|
13
|
+
import { useChat as L } from "../primitives/components/embedded-chat/chat-provider.js";
|
|
14
|
+
import { useModal as ut } from "../primitives/components/modal/modal-provider.js";
|
|
15
|
+
import { dataAttr as C } from "../primitives/utils/misc.js";
|
|
16
|
+
import { PortalWithTheme as D } from "../primitives/atoms/portal-with-theme.js";
|
|
17
|
+
import { ErrorBoundary as pt } from "../primitives/atoms/error-boundary.js";
|
|
18
|
+
import { ModalContent as gt } from "./modal.js";
|
|
19
|
+
import { ImagePreviewProvider as It } from "../primitives/providers/image-preview-provider.js";
|
|
20
|
+
import { WidgetToggle as Mt } from "./widget-toggle.js";
|
|
21
|
+
import { isImageMimeType as B } from "../primitives/components/embedded-chat/file-upload-input.js";
|
|
22
|
+
import { EmbeddedChatInputNotification as St, EmbeddedChatInputNotificationContent as Tt, EmbeddedChatInputNotificationHeader as xt, EmbeddedChatInputNotificationTitle as At, EmbeddedChatInputNotificationClose as Ht, EmbeddedChatInputNotificationMessage as yt, EmbeddedChatFileInput as ft, EmbeddedChatDropZone as kt, EmbeddedChatFileList as wt, EmbeddedChatFileItem as vt, EmbeddedChatFilePreviewTrigger as Lt, EmbeddedChatFileThumbnail as P, EmbeddedChatFileName as p, EmbeddedChatFileContent as Dt, EmbeddedChatFileTypeIcon as W, EmbeddedChatFileRemove as Bt, EmbeddedChatFileUploadButton as Pt, EmbeddedChatMessageFiles as Wt, EmbeddedChatMessageFile as Vt } from "../styled/components/embedded-chat/file-upload-input.js";
|
|
23
|
+
import { EmbeddedChatImagePreviewModal as Nt, EmbeddedChatImagePreviewModalOverlay as Qt, EmbeddedChatImagePreviewModalContent as $t, EmbeddedChatImagePreviewModalClose as _t, EmbeddedChatImagePreviewModalImage as Rt, EmbeddedChatImagePreviewModalFooter as Ot, EmbeddedChatImagePreviewModalFileName as jt } from "../styled/components/embedded-chat/image-preview-modal.js";
|
|
24
|
+
function wa(a) {
|
|
25
25
|
const { baseSettings: t, aiChatSettings: o } = a;
|
|
26
|
-
return /* @__PURE__ */ e(
|
|
27
|
-
|
|
26
|
+
return /* @__PURE__ */ e(pt, { children: /* @__PURE__ */ e(
|
|
27
|
+
ht,
|
|
28
28
|
{
|
|
29
29
|
wrapperStyles: {
|
|
30
30
|
height: "inherit",
|
|
31
31
|
width: "inherit"
|
|
32
32
|
},
|
|
33
33
|
children: /* @__PURE__ */ e(
|
|
34
|
-
|
|
34
|
+
Ft,
|
|
35
35
|
{
|
|
36
36
|
config: {
|
|
37
37
|
baseSettings: t,
|
|
38
38
|
aiChatSettings: o
|
|
39
39
|
},
|
|
40
|
-
componentType:
|
|
41
|
-
children: /* @__PURE__ */ e(
|
|
40
|
+
componentType: Ct.EmbeddedChat,
|
|
41
|
+
children: /* @__PURE__ */ e(Ut, { ...a })
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
44
|
}
|
|
45
45
|
) });
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function Gt(a) {
|
|
48
48
|
const { children: t, onToggleView: o, isHidden: r, shouldAutoFocusInput: n = !o } = a;
|
|
49
|
-
return /* @__PURE__ */ e(
|
|
49
|
+
return /* @__PURE__ */ e(V, { isHidden: r, shouldAutoFocusInput: n, children: t });
|
|
50
50
|
}
|
|
51
|
-
function
|
|
52
|
-
return /* @__PURE__ */ e(
|
|
51
|
+
function Ut(a) {
|
|
52
|
+
return /* @__PURE__ */ e(Gt, { ...a, children: /* @__PURE__ */ e(Kt, { ...a }) });
|
|
53
53
|
}
|
|
54
|
-
function
|
|
55
|
-
const { onToggleView: t, variant: o, header: r =
|
|
56
|
-
return /* @__PURE__ */ e(
|
|
57
|
-
|
|
54
|
+
function Kt(a) {
|
|
55
|
+
const { onToggleView: t, variant: o, header: r = Zt } = a, n = ut(), m = Et();
|
|
56
|
+
return /* @__PURE__ */ e(It, { children: /* @__PURE__ */ e(n && !m ? gt : S, { children: /* @__PURE__ */ d(
|
|
57
|
+
N,
|
|
58
58
|
{
|
|
59
59
|
variant: o ?? (t ? "no-shadow" : "container-with-shadow"),
|
|
60
|
-
"data-composite":
|
|
60
|
+
"data-composite": C(!!a.onToggleView || n?.isOpen),
|
|
61
61
|
children: [
|
|
62
|
-
/* @__PURE__ */ e(
|
|
63
|
-
/* @__PURE__ */ d(
|
|
62
|
+
/* @__PURE__ */ e(ra, {}),
|
|
63
|
+
/* @__PURE__ */ d(Q, { children: [
|
|
64
64
|
r && /* @__PURE__ */ e(r, { ...a }),
|
|
65
|
-
/* @__PURE__ */ e(
|
|
66
|
-
/* @__PURE__ */ e(
|
|
65
|
+
/* @__PURE__ */ e(zt, {}),
|
|
66
|
+
/* @__PURE__ */ e(ta, {})
|
|
67
67
|
] }),
|
|
68
|
-
/* @__PURE__ */ e(
|
|
69
|
-
/* @__PURE__ */ e(
|
|
70
|
-
/* @__PURE__ */ e(
|
|
68
|
+
/* @__PURE__ */ e(na, {}),
|
|
69
|
+
/* @__PURE__ */ e(Yt, {}),
|
|
70
|
+
/* @__PURE__ */ e(ia, {})
|
|
71
71
|
]
|
|
72
72
|
}
|
|
73
73
|
) }) });
|
|
74
74
|
}
|
|
75
|
-
const
|
|
76
|
-
const { onToggleView: t, askAILabel: o, searchLabel: r } = a, { aiChatSettings: n } =
|
|
77
|
-
return /* @__PURE__ */ e(
|
|
78
|
-
/* @__PURE__ */ e(
|
|
75
|
+
const Zt = (a) => {
|
|
76
|
+
const { onToggleView: t, askAILabel: o, searchLabel: r } = a, { aiChatSettings: n } = v(), m = n.isChatHistoryButtonVisible, s = !!t || m;
|
|
77
|
+
return /* @__PURE__ */ e($, { "data-show-toolbar": C(s), children: s ? /* @__PURE__ */ d(_, { "data-show-widget-toggle": C(!!t), children: [
|
|
78
|
+
/* @__PURE__ */ e(R, { children: m && /* @__PURE__ */ e(O, {}) }),
|
|
79
79
|
t && /* @__PURE__ */ e(
|
|
80
|
-
|
|
80
|
+
Mt,
|
|
81
81
|
{
|
|
82
82
|
onToggleView: t,
|
|
83
83
|
askAILabel: o,
|
|
@@ -85,60 +85,60 @@ const Jt = (a) => {
|
|
|
85
85
|
view: "chat"
|
|
86
86
|
}
|
|
87
87
|
),
|
|
88
|
-
/* @__PURE__ */ e(
|
|
89
|
-
] }) : /* @__PURE__ */ e(
|
|
88
|
+
/* @__PURE__ */ e(u, {})
|
|
89
|
+
] }) : /* @__PURE__ */ e(u, {}) });
|
|
90
90
|
};
|
|
91
|
-
function
|
|
92
|
-
const { isSessionLoading: a } =
|
|
93
|
-
return /* @__PURE__ */ e(
|
|
94
|
-
/* @__PURE__ */ e(
|
|
95
|
-
/* @__PURE__ */ e(
|
|
96
|
-
/* @__PURE__ */ e(
|
|
91
|
+
function zt() {
|
|
92
|
+
const { isSessionLoading: a } = L();
|
|
93
|
+
return /* @__PURE__ */ e(j, { children: /* @__PURE__ */ d(G, { children: [
|
|
94
|
+
/* @__PURE__ */ e(U, { children: a ? /* @__PURE__ */ e(K, {}) : /* @__PURE__ */ e(Jt, {}) }),
|
|
95
|
+
/* @__PURE__ */ e(Z, { children: /* @__PURE__ */ e(z, {}) }),
|
|
96
|
+
/* @__PURE__ */ e(J, {})
|
|
97
97
|
] }) });
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function Jt() {
|
|
100
100
|
const {
|
|
101
101
|
aiChatSettings: { components: a }
|
|
102
|
-
} =
|
|
103
|
-
return /* @__PURE__ */ e(
|
|
104
|
-
const n = t.at(-1), m = (i,
|
|
105
|
-
const
|
|
106
|
-
if (!
|
|
102
|
+
} = v();
|
|
103
|
+
return /* @__PURE__ */ e(td, { children: ({ messages: t, isLoading: o, isStreaming: r }) => {
|
|
104
|
+
const n = t.at(-1), m = (i, l) => {
|
|
105
|
+
const c = a?.[i];
|
|
106
|
+
if (!c)
|
|
107
107
|
return console.warn(`Component "${i}" not found in components config`), null;
|
|
108
108
|
try {
|
|
109
|
-
if (typeof
|
|
110
|
-
return
|
|
111
|
-
const h = l
|
|
112
|
-
return
|
|
109
|
+
if (typeof c == "function" && c.length <= 1)
|
|
110
|
+
return g.createElement(c, l);
|
|
111
|
+
const h = c(l, document.createElement("div"), null);
|
|
112
|
+
return g.isValidElement(h) || typeof h == "string" ? h : null;
|
|
113
113
|
} catch (h) {
|
|
114
114
|
return console.error(`🔍 [renderComponent] Error rendering component "${i}":`, h), null;
|
|
115
115
|
}
|
|
116
|
-
}, s = (i) => /* @__PURE__ */ e(
|
|
117
|
-
return /* @__PURE__ */ d(
|
|
118
|
-
/* @__PURE__ */ e(
|
|
116
|
+
}, s = (i) => /* @__PURE__ */ e(Wd, { text: i });
|
|
117
|
+
return /* @__PURE__ */ d(b, { children: [
|
|
118
|
+
/* @__PURE__ */ e(Xt, {}),
|
|
119
119
|
t.map((i) => {
|
|
120
|
-
const
|
|
121
|
-
return /* @__PURE__ */ d(
|
|
122
|
-
/* @__PURE__ */ e(
|
|
123
|
-
/* @__PURE__ */ d(
|
|
124
|
-
/* @__PURE__ */ e(
|
|
125
|
-
|
|
120
|
+
const l = n?.id === i.id;
|
|
121
|
+
return /* @__PURE__ */ d(I, { message: i, children: [
|
|
122
|
+
/* @__PURE__ */ e(M, {}),
|
|
123
|
+
/* @__PURE__ */ d(T, { children: [
|
|
124
|
+
/* @__PURE__ */ e(x, { children: a?.IkpMessage ? /* @__PURE__ */ e(
|
|
125
|
+
ad,
|
|
126
126
|
{
|
|
127
127
|
name: "IkpMessage",
|
|
128
128
|
props: { message: i, renderComponent: m, renderMarkdown: s },
|
|
129
129
|
componentDef: a.IkpMessage
|
|
130
130
|
}
|
|
131
|
-
) : /* @__PURE__ */ d(
|
|
132
|
-
/* @__PURE__ */ e(
|
|
133
|
-
(!r || !
|
|
131
|
+
) : /* @__PURE__ */ d(b, { children: [
|
|
132
|
+
/* @__PURE__ */ e(w, { isLast: l }),
|
|
133
|
+
(!r || !l) && /* @__PURE__ */ e(da, {})
|
|
134
134
|
] }) }),
|
|
135
|
-
/* @__PURE__ */ e(
|
|
136
|
-
/* @__PURE__ */ e(
|
|
135
|
+
/* @__PURE__ */ e(qt, {}),
|
|
136
|
+
/* @__PURE__ */ e(ea, {})
|
|
137
137
|
] })
|
|
138
138
|
] }, i.id);
|
|
139
139
|
}),
|
|
140
140
|
o && n?.parts.length && /* @__PURE__ */ d(
|
|
141
|
-
|
|
141
|
+
I,
|
|
142
142
|
{
|
|
143
143
|
message: {
|
|
144
144
|
id: "___loader___",
|
|
@@ -146,36 +146,36 @@ function Yt() {
|
|
|
146
146
|
parts: [{ type: "text", text: "Thinking..." }]
|
|
147
147
|
},
|
|
148
148
|
children: [
|
|
149
|
-
/* @__PURE__ */ e(
|
|
150
|
-
/* @__PURE__ */ e(
|
|
149
|
+
/* @__PURE__ */ e(M, {}),
|
|
150
|
+
/* @__PURE__ */ e(od, {})
|
|
151
151
|
]
|
|
152
152
|
}
|
|
153
153
|
)
|
|
154
154
|
] });
|
|
155
155
|
} });
|
|
156
156
|
}
|
|
157
|
-
function
|
|
158
|
-
return /* @__PURE__ */ d(
|
|
159
|
-
/* @__PURE__ */ d(
|
|
160
|
-
/* @__PURE__ */ e(
|
|
161
|
-
/* @__PURE__ */ e(
|
|
157
|
+
function Xt() {
|
|
158
|
+
return /* @__PURE__ */ d(xd, { children: [
|
|
159
|
+
/* @__PURE__ */ d(A, { children: [
|
|
160
|
+
/* @__PURE__ */ e(H, { children: /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(f, {}) }) }),
|
|
161
|
+
/* @__PURE__ */ e(k, {})
|
|
162
162
|
] }),
|
|
163
|
-
/* @__PURE__ */ d(
|
|
164
|
-
/* @__PURE__ */ e(
|
|
165
|
-
/* @__PURE__ */ d(
|
|
163
|
+
/* @__PURE__ */ d(T, { children: [
|
|
164
|
+
/* @__PURE__ */ e(x, { children: /* @__PURE__ */ e(w, { isLast: !1 }) }),
|
|
165
|
+
/* @__PURE__ */ d(Ad, { children: [
|
|
166
|
+
/* @__PURE__ */ e(Hd, {}),
|
|
166
167
|
/* @__PURE__ */ e(yd, {}),
|
|
167
|
-
/* @__PURE__ */
|
|
168
|
-
|
|
169
|
-
/* @__PURE__ */ e(
|
|
170
|
-
/* @__PURE__ */ e(Ld, {})
|
|
168
|
+
/* @__PURE__ */ d(fd, { children: [
|
|
169
|
+
/* @__PURE__ */ e(kd, {}),
|
|
170
|
+
/* @__PURE__ */ e(wd, {})
|
|
171
171
|
] })
|
|
172
172
|
] }),
|
|
173
|
-
/* @__PURE__ */ d(
|
|
174
|
-
/* @__PURE__ */ e(
|
|
175
|
-
/* @__PURE__ */ e(
|
|
176
|
-
|
|
173
|
+
/* @__PURE__ */ d(vd, { children: [
|
|
174
|
+
/* @__PURE__ */ e(Ld, {}),
|
|
175
|
+
/* @__PURE__ */ e(Dd, { children: (a) => a.map((t) => /* @__PURE__ */ e(
|
|
176
|
+
Bd,
|
|
177
177
|
{
|
|
178
|
-
children: /* @__PURE__ */ e(
|
|
178
|
+
children: /* @__PURE__ */ e(Pd, { question: t })
|
|
179
179
|
},
|
|
180
180
|
typeof t == "object" ? t.label : t
|
|
181
181
|
)) })
|
|
@@ -183,244 +183,229 @@ function qt() {
|
|
|
183
183
|
] })
|
|
184
184
|
] });
|
|
185
185
|
}
|
|
186
|
-
function
|
|
187
|
-
return /* @__PURE__ */ d(
|
|
188
|
-
/* @__PURE__ */ e(
|
|
189
|
-
/* @__PURE__ */ e(
|
|
186
|
+
function M() {
|
|
187
|
+
return /* @__PURE__ */ d(A, { children: [
|
|
188
|
+
/* @__PURE__ */ e(H, { children: /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(f, {}) }) }),
|
|
189
|
+
/* @__PURE__ */ e(k, {})
|
|
190
190
|
] });
|
|
191
191
|
}
|
|
192
|
-
function
|
|
193
|
-
return /* @__PURE__ */ e(
|
|
194
|
-
/* @__PURE__ */ e(
|
|
195
|
-
/* @__PURE__ */ e(
|
|
196
|
-
/* @__PURE__ */ e(
|
|
192
|
+
function Yt() {
|
|
193
|
+
return /* @__PURE__ */ e(D, { children: /* @__PURE__ */ e(Nt, { children: /* @__PURE__ */ e(Qt, { children: /* @__PURE__ */ d($t, { children: [
|
|
194
|
+
/* @__PURE__ */ e(_t, {}),
|
|
195
|
+
/* @__PURE__ */ e(Rt, {}),
|
|
196
|
+
/* @__PURE__ */ e(Ot, { children: /* @__PURE__ */ e(jt, {}) })
|
|
197
197
|
] }) }) }) });
|
|
198
198
|
}
|
|
199
|
-
function
|
|
200
|
-
return /* @__PURE__ */ e(
|
|
201
|
-
const r = t.url, n = t.mediaType ?? "", m = n.split("/").pop(), s = t.filename ?? (m ? `untitled.${m}` : "untitled"), i =
|
|
202
|
-
return /* @__PURE__ */ d(
|
|
203
|
-
i ? /* @__PURE__ */ e(
|
|
204
|
-
/* @__PURE__ */ e(
|
|
199
|
+
function qt() {
|
|
200
|
+
return /* @__PURE__ */ e(Wt, { children: (a) => a.map((t, o) => {
|
|
201
|
+
const r = t.url, n = t.mediaType ?? "", m = n.split("/").pop(), s = t.filename ?? (m ? `untitled.${m}` : "untitled"), i = B(n);
|
|
202
|
+
return /* @__PURE__ */ d(Vt, { url: r, name: s, mediaType: n, children: [
|
|
203
|
+
i ? /* @__PURE__ */ e(P, {}) : /* @__PURE__ */ e(W, {}),
|
|
204
|
+
/* @__PURE__ */ e(p, {})
|
|
205
205
|
] }, r || o);
|
|
206
206
|
}) });
|
|
207
207
|
}
|
|
208
|
-
function
|
|
209
|
-
return /* @__PURE__ */ d(
|
|
210
|
-
/* @__PURE__ */ e(
|
|
211
|
-
/* @__PURE__ */ e(
|
|
212
|
-
/* @__PURE__ */ e(
|
|
213
|
-
/* @__PURE__ */ e(
|
|
208
|
+
function ea() {
|
|
209
|
+
return /* @__PURE__ */ d(zd, { children: [
|
|
210
|
+
/* @__PURE__ */ e(Jd, { children: (a) => a.map((t, o) => /* @__PURE__ */ e(Xd, { action: t }, `action-${o}`)) }),
|
|
211
|
+
/* @__PURE__ */ e(E, { action: "copy" }),
|
|
212
|
+
/* @__PURE__ */ e(E, { action: "upvote" }),
|
|
213
|
+
/* @__PURE__ */ e(E, { action: "downvote" })
|
|
214
214
|
] });
|
|
215
215
|
}
|
|
216
|
-
function
|
|
217
|
-
return /* @__PURE__ */ d(
|
|
218
|
-
/* @__PURE__ */ e(
|
|
219
|
-
/* @__PURE__ */ e(
|
|
220
|
-
/* @__PURE__ */ e(
|
|
216
|
+
function da() {
|
|
217
|
+
return /* @__PURE__ */ d(Vd, { children: [
|
|
218
|
+
/* @__PURE__ */ e(Nd, {}),
|
|
219
|
+
/* @__PURE__ */ e(Qd, { children: (a) => a.map((t, o) => /* @__PURE__ */ d($d, { href: t.url, source: t, children: [
|
|
220
|
+
/* @__PURE__ */ e(_d, { children: t.breadcrumbs?.map((r) => /* @__PURE__ */ d(S, { children: [
|
|
221
221
|
r,
|
|
222
|
-
/* @__PURE__ */ e(
|
|
222
|
+
/* @__PURE__ */ e(Rd, {})
|
|
223
223
|
] }, r)) }),
|
|
224
|
+
/* @__PURE__ */ e(Od, {}),
|
|
225
|
+
/* @__PURE__ */ e(jd, {}),
|
|
224
226
|
/* @__PURE__ */ e(Gd, {}),
|
|
225
|
-
/* @__PURE__ */ e(Ud, {
|
|
226
|
-
|
|
227
|
-
/* @__PURE__ */ e(Zd, { children: (r) => r.map((n, m) => /* @__PURE__ */ e(
|
|
228
|
-
zd,
|
|
227
|
+
/* @__PURE__ */ e(Ud, { children: (r) => r.map((n, m) => /* @__PURE__ */ e(
|
|
228
|
+
Kd,
|
|
229
229
|
{
|
|
230
230
|
part: n
|
|
231
231
|
},
|
|
232
232
|
`part-${m}`
|
|
233
233
|
)) }),
|
|
234
|
-
/* @__PURE__ */ e(
|
|
234
|
+
/* @__PURE__ */ e(Zd, {})
|
|
235
235
|
] }, o)) })
|
|
236
236
|
] });
|
|
237
237
|
}
|
|
238
|
-
function
|
|
239
|
-
return /* @__PURE__ */ d(
|
|
240
|
-
/* @__PURE__ */ e(
|
|
241
|
-
/* @__PURE__ */ d(
|
|
242
|
-
/* @__PURE__ */ e(
|
|
243
|
-
/* @__PURE__ */ e(
|
|
238
|
+
function ta() {
|
|
239
|
+
return /* @__PURE__ */ d(X, { children: [
|
|
240
|
+
/* @__PURE__ */ e(St, { children: /* @__PURE__ */ d(Tt, { children: [
|
|
241
|
+
/* @__PURE__ */ d(xt, { children: [
|
|
242
|
+
/* @__PURE__ */ e(At, {}),
|
|
243
|
+
/* @__PURE__ */ e(Ht, {})
|
|
244
244
|
] }),
|
|
245
|
-
/* @__PURE__ */ e(
|
|
245
|
+
/* @__PURE__ */ e(yt, {})
|
|
246
246
|
] }) }),
|
|
247
|
-
/* @__PURE__ */ e(
|
|
248
|
-
/* @__PURE__ */ e(
|
|
247
|
+
/* @__PURE__ */ e(aa, {}),
|
|
248
|
+
/* @__PURE__ */ e(oa, {})
|
|
249
249
|
] });
|
|
250
250
|
}
|
|
251
|
-
function
|
|
252
|
-
return /* @__PURE__ */ d(
|
|
253
|
-
/* @__PURE__ */ e(
|
|
254
|
-
/* @__PURE__ */ e(
|
|
255
|
-
/* @__PURE__ */ e(
|
|
256
|
-
const r =
|
|
257
|
-
return /* @__PURE__ */ d(
|
|
258
|
-
r ? /* @__PURE__ */ d(
|
|
259
|
-
/* @__PURE__ */ e(
|
|
260
|
-
/* @__PURE__ */ e(
|
|
261
|
-
] }) : /* @__PURE__ */ d(
|
|
262
|
-
/* @__PURE__ */ e(
|
|
263
|
-
/* @__PURE__ */ e(
|
|
251
|
+
function aa() {
|
|
252
|
+
return /* @__PURE__ */ d(rd, { children: [
|
|
253
|
+
/* @__PURE__ */ e(ft, {}),
|
|
254
|
+
/* @__PURE__ */ e(kt, { children: "Drop files here to add to chat" }),
|
|
255
|
+
/* @__PURE__ */ e(wt, { children: (a) => a.map((t, o) => {
|
|
256
|
+
const r = B(t.type);
|
|
257
|
+
return /* @__PURE__ */ d(vt, { file: t, children: [
|
|
258
|
+
r ? /* @__PURE__ */ d(Lt, { children: [
|
|
259
|
+
/* @__PURE__ */ e(P, {}),
|
|
260
|
+
/* @__PURE__ */ e(p, {})
|
|
261
|
+
] }) : /* @__PURE__ */ d(Dt, { children: [
|
|
262
|
+
/* @__PURE__ */ e(W, {}),
|
|
263
|
+
/* @__PURE__ */ e(p, {})
|
|
264
264
|
] }),
|
|
265
|
-
/* @__PURE__ */ e(
|
|
265
|
+
/* @__PURE__ */ e(Bt, {})
|
|
266
266
|
] }, `${t.name}-${t.lastModified}-${o}`);
|
|
267
267
|
}) }),
|
|
268
|
-
/* @__PURE__ */ d(
|
|
269
|
-
/* @__PURE__ */ e(
|
|
270
|
-
/* @__PURE__ */ e(
|
|
271
|
-
/* @__PURE__ */ e(
|
|
268
|
+
/* @__PURE__ */ d(nd, { children: [
|
|
269
|
+
/* @__PURE__ */ e(Pt, {}),
|
|
270
|
+
/* @__PURE__ */ e(id, {}),
|
|
271
|
+
/* @__PURE__ */ e(md, { children: /* @__PURE__ */ e(sd, {}) })
|
|
272
272
|
] })
|
|
273
273
|
] });
|
|
274
274
|
}
|
|
275
|
-
function
|
|
276
|
-
return /* @__PURE__ */ d(
|
|
277
|
-
/* @__PURE__ */ d(
|
|
278
|
-
/* @__PURE__ */ e(
|
|
279
|
-
/* @__PURE__ */ e(
|
|
275
|
+
function oa() {
|
|
276
|
+
return /* @__PURE__ */ d(ld, { children: [
|
|
277
|
+
/* @__PURE__ */ d(cd, { children: [
|
|
278
|
+
/* @__PURE__ */ e(hd, {}),
|
|
279
|
+
/* @__PURE__ */ e(bd, {})
|
|
280
280
|
] }),
|
|
281
|
-
/* @__PURE__ */ d(
|
|
282
|
-
/* @__PURE__ */ e(
|
|
283
|
-
a.map((o) => /* @__PURE__ */ e(
|
|
284
|
-
t.length > 0 && /* @__PURE__ */ e(
|
|
285
|
-
/* @__PURE__ */ d(
|
|
286
|
-
/* @__PURE__ */ e(
|
|
287
|
-
t.map((o) => /* @__PURE__ */ d(
|
|
288
|
-
/* @__PURE__ */ e(
|
|
281
|
+
/* @__PURE__ */ d(Cd, { children: [
|
|
282
|
+
/* @__PURE__ */ e(Fd, { children: ({ pinned: a, unpinned: t }) => /* @__PURE__ */ d(b, { children: [
|
|
283
|
+
a.map((o) => /* @__PURE__ */ e(Ed, { action: o }, o.name)),
|
|
284
|
+
t.length > 0 && /* @__PURE__ */ e(ud, {}),
|
|
285
|
+
/* @__PURE__ */ d(pd, { children: [
|
|
286
|
+
/* @__PURE__ */ e(gd, {}),
|
|
287
|
+
t.map((o) => /* @__PURE__ */ d(Id, { action: o, children: [
|
|
288
|
+
/* @__PURE__ */ e(Md, { action: o }),
|
|
289
289
|
o.name
|
|
290
290
|
] }, o.name))
|
|
291
291
|
] })
|
|
292
292
|
] }) }),
|
|
293
|
-
/* @__PURE__ */ d(
|
|
294
|
-
/* @__PURE__ */ e(
|
|
295
|
-
/* @__PURE__ */ e(
|
|
293
|
+
/* @__PURE__ */ d(F, { action: "copy", children: [
|
|
294
|
+
/* @__PURE__ */ e(Sd, { action: "copy" }),
|
|
295
|
+
/* @__PURE__ */ e(Td, { action: "copy" })
|
|
296
296
|
] }),
|
|
297
|
-
/* @__PURE__ */ e(
|
|
298
|
-
/* @__PURE__ */ e(
|
|
297
|
+
/* @__PURE__ */ e(F, { action: "clear" }),
|
|
298
|
+
/* @__PURE__ */ e(F, { action: "stop" })
|
|
299
299
|
] })
|
|
300
300
|
] });
|
|
301
301
|
}
|
|
302
|
-
function
|
|
303
|
-
const { sessions: a } =
|
|
304
|
-
return /* @__PURE__ */ d(
|
|
305
|
-
/* @__PURE__ */ d(
|
|
306
|
-
/* @__PURE__ */ d(
|
|
307
|
-
/* @__PURE__ */ e(
|
|
302
|
+
function ra() {
|
|
303
|
+
const { sessions: a } = bt(), { conversationId: t } = L();
|
|
304
|
+
return /* @__PURE__ */ d(Yd, { children: [
|
|
305
|
+
/* @__PURE__ */ d(qd, { children: [
|
|
306
|
+
/* @__PURE__ */ d(et, { children: [
|
|
307
|
+
/* @__PURE__ */ e(dt, { iconKey: "backToChat" }),
|
|
308
308
|
"Back to chat"
|
|
309
309
|
] }),
|
|
310
|
-
/* @__PURE__ */ e(
|
|
311
|
-
/* @__PURE__ */ e(
|
|
310
|
+
/* @__PURE__ */ e(tt, {}),
|
|
311
|
+
/* @__PURE__ */ e(u, {})
|
|
312
312
|
] }),
|
|
313
|
-
/* @__PURE__ */ d(
|
|
313
|
+
/* @__PURE__ */ d(at, { children: [
|
|
314
314
|
a.map((o) => /* @__PURE__ */ d(
|
|
315
|
-
|
|
315
|
+
ot,
|
|
316
316
|
{
|
|
317
317
|
sessionId: o.id,
|
|
318
|
-
"data-active":
|
|
318
|
+
"data-active": C(o.id === t),
|
|
319
319
|
children: [
|
|
320
|
-
/* @__PURE__ */ e(
|
|
321
|
-
/* @__PURE__ */ e(
|
|
320
|
+
/* @__PURE__ */ e(rt, { children: o.title }),
|
|
321
|
+
/* @__PURE__ */ e(nt, { children: it(o.updatedAt) })
|
|
322
322
|
]
|
|
323
323
|
},
|
|
324
324
|
o.id
|
|
325
325
|
)),
|
|
326
|
-
/* @__PURE__ */ e(
|
|
327
|
-
/* @__PURE__ */ e(
|
|
326
|
+
/* @__PURE__ */ e(mt, {}),
|
|
327
|
+
/* @__PURE__ */ e(st, {})
|
|
328
328
|
] }),
|
|
329
|
-
/* @__PURE__ */ e(
|
|
329
|
+
/* @__PURE__ */ e(lt, { children: /* @__PURE__ */ e(ct, {}) })
|
|
330
330
|
] });
|
|
331
331
|
}
|
|
332
|
-
function
|
|
333
|
-
return /* @__PURE__ */ e(
|
|
334
|
-
/* @__PURE__ */ e(
|
|
335
|
-
/* @__PURE__ */ e(
|
|
336
|
-
/* @__PURE__ */ e(
|
|
337
|
-
/* @__PURE__ */ d(
|
|
338
|
-
/* @__PURE__ */ e(
|
|
339
|
-
/* @__PURE__ */ e(
|
|
340
|
-
/* @__PURE__ */ e(g, {})
|
|
341
|
-
] }),
|
|
342
|
-
/* @__PURE__ */ d(b, { name: "inaccurate_statement", children: [
|
|
343
|
-
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(F, {}) }),
|
|
344
|
-
/* @__PURE__ */ e(E, {}),
|
|
345
|
-
/* @__PURE__ */ e(g, {})
|
|
346
|
-
] }),
|
|
347
|
-
/* @__PURE__ */ d(b, { name: "inaccurate_code_snippet", children: [
|
|
348
|
-
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(F, {}) }),
|
|
349
|
-
/* @__PURE__ */ e(E, {}),
|
|
350
|
-
/* @__PURE__ */ e(g, {})
|
|
351
|
-
] }),
|
|
352
|
-
/* @__PURE__ */ d(b, { name: "irrelevant_citations", children: [
|
|
353
|
-
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(F, {}) }),
|
|
354
|
-
/* @__PURE__ */ e(E, {})
|
|
332
|
+
function na() {
|
|
333
|
+
return /* @__PURE__ */ e(D, { children: /* @__PURE__ */ e(Y, { children: /* @__PURE__ */ e(q, { children: /* @__PURE__ */ d(ee, { children: [
|
|
334
|
+
/* @__PURE__ */ e(de, {}),
|
|
335
|
+
/* @__PURE__ */ e(te, {}),
|
|
336
|
+
/* @__PURE__ */ e(ae, { children: /* @__PURE__ */ d(oe, { children: [
|
|
337
|
+
/* @__PURE__ */ d(re, { children: [
|
|
338
|
+
/* @__PURE__ */ e(ne, {}),
|
|
339
|
+
/* @__PURE__ */ e(ie, {})
|
|
355
340
|
] }),
|
|
356
|
-
/* @__PURE__ */ e(
|
|
341
|
+
/* @__PURE__ */ e(me, {})
|
|
357
342
|
] }) })
|
|
358
343
|
] }) }) }) });
|
|
359
344
|
}
|
|
360
|
-
function
|
|
361
|
-
return /* @__PURE__ */ d(
|
|
362
|
-
/* @__PURE__ */ e(
|
|
363
|
-
/* @__PURE__ */ d(
|
|
364
|
-
/* @__PURE__ */ d(
|
|
365
|
-
/* @__PURE__ */ e(
|
|
366
|
-
/* @__PURE__ */ e(
|
|
345
|
+
function ia() {
|
|
346
|
+
return /* @__PURE__ */ d(se, { children: [
|
|
347
|
+
/* @__PURE__ */ e(le, {}),
|
|
348
|
+
/* @__PURE__ */ d(ce, { children: [
|
|
349
|
+
/* @__PURE__ */ d(he, { children: [
|
|
350
|
+
/* @__PURE__ */ e(be, {}),
|
|
351
|
+
/* @__PURE__ */ e(Ce, {})
|
|
367
352
|
] }),
|
|
368
|
-
/* @__PURE__ */ e(
|
|
369
|
-
a.map((t, o) => /* @__PURE__ */ d(
|
|
370
|
-
/* @__PURE__ */ e(
|
|
371
|
-
t.inputType === "text" && /* @__PURE__ */ e(
|
|
372
|
-
t.inputType === "email" && /* @__PURE__ */ e(
|
|
373
|
-
t.inputType === "file" && /* @__PURE__ */ e(
|
|
374
|
-
t.inputType === "textarea" && /* @__PURE__ */ e(
|
|
375
|
-
t.inputType === "checkbox" && /* @__PURE__ */ e(
|
|
376
|
-
t.inputType === "select" && /* @__PURE__ */ d(
|
|
377
|
-
/* @__PURE__ */ d(
|
|
378
|
-
/* @__PURE__ */ e(
|
|
379
|
-
/* @__PURE__ */ e(
|
|
353
|
+
/* @__PURE__ */ e(Fe, { children: (a) => /* @__PURE__ */ d(b, { children: [
|
|
354
|
+
a.map((t, o) => /* @__PURE__ */ d(Ee, { field: t, autoFocus: o === 0, children: [
|
|
355
|
+
/* @__PURE__ */ e(ue, {}),
|
|
356
|
+
t.inputType === "text" && /* @__PURE__ */ e(pe, {}),
|
|
357
|
+
t.inputType === "email" && /* @__PURE__ */ e(ge, {}),
|
|
358
|
+
t.inputType === "file" && /* @__PURE__ */ e(Ie, {}),
|
|
359
|
+
t.inputType === "textarea" && /* @__PURE__ */ e(Me, {}),
|
|
360
|
+
t.inputType === "checkbox" && /* @__PURE__ */ e(Se, { children: /* @__PURE__ */ e(Te, {}) }),
|
|
361
|
+
t.inputType === "select" && /* @__PURE__ */ d(xe, { children: [
|
|
362
|
+
/* @__PURE__ */ d(Ae, { children: [
|
|
363
|
+
/* @__PURE__ */ e(He, {}),
|
|
364
|
+
/* @__PURE__ */ e(ye, {})
|
|
380
365
|
] }),
|
|
381
|
-
/* @__PURE__ */ e(
|
|
382
|
-
/* @__PURE__ */ e(
|
|
383
|
-
/* @__PURE__ */ e(
|
|
366
|
+
/* @__PURE__ */ e(fe, { children: /* @__PURE__ */ e(ke, { children: t.items.map((r) => /* @__PURE__ */ d(we, { value: r.value, children: [
|
|
367
|
+
/* @__PURE__ */ e(ve, { children: r.label }),
|
|
368
|
+
/* @__PURE__ */ e(Le, {})
|
|
384
369
|
] }, r.value)) }) })
|
|
385
370
|
] }),
|
|
386
|
-
t.inputType === "combobox" && /* @__PURE__ */ d(
|
|
387
|
-
/* @__PURE__ */ d(
|
|
388
|
-
"multiple" in t && t.multiple && /* @__PURE__ */ e(
|
|
389
|
-
/* @__PURE__ */ e(
|
|
390
|
-
/* @__PURE__ */ e(
|
|
371
|
+
t.inputType === "combobox" && /* @__PURE__ */ d(De, { children: [
|
|
372
|
+
/* @__PURE__ */ d(Be, { children: [
|
|
373
|
+
"multiple" in t && t.multiple && /* @__PURE__ */ e(Pe, {}),
|
|
374
|
+
/* @__PURE__ */ e(We, {}),
|
|
375
|
+
/* @__PURE__ */ e(Ve, {})
|
|
391
376
|
] }),
|
|
392
|
-
/* @__PURE__ */ e(
|
|
393
|
-
|
|
377
|
+
/* @__PURE__ */ e(Ne, { children: /* @__PURE__ */ e(Qe, { children: /* @__PURE__ */ e($e, { children: /* @__PURE__ */ e(_e, { children: (r) => r.length === 0 ? /* @__PURE__ */ e(Re, {}) : r.map((n) => /* @__PURE__ */ d(
|
|
378
|
+
Oe,
|
|
394
379
|
{
|
|
395
380
|
item: n,
|
|
396
381
|
children: [
|
|
397
|
-
/* @__PURE__ */ e(
|
|
398
|
-
/* @__PURE__ */ e(
|
|
382
|
+
/* @__PURE__ */ e(je, { children: n.label }),
|
|
383
|
+
/* @__PURE__ */ e(Ge, {})
|
|
399
384
|
]
|
|
400
385
|
},
|
|
401
386
|
n.value
|
|
402
387
|
)) }) }) }) })
|
|
403
388
|
] }),
|
|
404
|
-
/* @__PURE__ */ e(
|
|
405
|
-
/* @__PURE__ */ e(
|
|
389
|
+
/* @__PURE__ */ e(Ue, {}),
|
|
390
|
+
/* @__PURE__ */ e(Ke, {})
|
|
406
391
|
] }, t.name)),
|
|
407
|
-
/* @__PURE__ */ e(
|
|
392
|
+
/* @__PURE__ */ e(Ze, {})
|
|
408
393
|
] }) }),
|
|
409
|
-
/* @__PURE__ */ d(
|
|
410
|
-
/* @__PURE__ */ e(
|
|
411
|
-
/* @__PURE__ */ e(
|
|
394
|
+
/* @__PURE__ */ d(ze, { children: [
|
|
395
|
+
/* @__PURE__ */ e(Je, {}),
|
|
396
|
+
/* @__PURE__ */ e(Xe, {})
|
|
412
397
|
] })
|
|
413
398
|
] }),
|
|
414
|
-
/* @__PURE__ */ d(
|
|
415
|
-
/* @__PURE__ */ e(
|
|
416
|
-
/* @__PURE__ */ e(
|
|
417
|
-
/* @__PURE__ */ e(
|
|
399
|
+
/* @__PURE__ */ d(Ye, { children: [
|
|
400
|
+
/* @__PURE__ */ e(qe, {}),
|
|
401
|
+
/* @__PURE__ */ e(ed, {}),
|
|
402
|
+
/* @__PURE__ */ e(dd, {})
|
|
418
403
|
] })
|
|
419
404
|
] });
|
|
420
405
|
}
|
|
421
406
|
export {
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
407
|
+
wa as InkeepEmbeddedChat,
|
|
408
|
+
Ut as InkeepEmbeddedChatImpl,
|
|
409
|
+
Kt as InkeepEmbeddedChatImplContent,
|
|
410
|
+
Gt as InkeepEmbeddedChatProvider
|
|
426
411
|
};
|