@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,41 +1,41 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as a, jsxs as
|
|
2
|
+
import { jsx as a, jsxs as g } from "react/jsx-runtime";
|
|
3
3
|
import { useChatHistory as P } from "../../primitives/providers/chat-history-provider.js";
|
|
4
4
|
import { useInkeepConfig as w } from "../../primitives/providers/config-provider.js";
|
|
5
|
-
import { EmbeddedChatPrimitiveContentScrollAreaCorner as I, EmbeddedChatPrimitiveDisclaimerText as M, EmbeddedChatPrimitiveDynamicComponent as N, EmbeddedChatPrimitiveMessageSources as S, EmbeddedChatPrimitiveHelpActions as A, EmbeddedChatPrimitiveFeedbackModal as T, EmbeddedChatPrimitiveFormFieldSelect as H, EmbeddedChatPrimitiveFormFieldSelectValue as L, EmbeddedChatPrimitiveFormFieldSelectItemText as B, EmbeddedChatPrimitiveFormFieldCombobox as D, EmbeddedChatPrimitiveFormFieldComboboxListItems as z, EmbeddedChatPrimitiveFormFieldComboboxItemText as _, EmbeddedChatPrimitiveFormSuccessMessage as W, EmbeddedChatPrimitiveWrapper as Q, EmbeddedChatPrimitiveRoot as j, Header as R, EmbeddedChatPrimitiveHeaderToolbar as V, EmbeddedChatPrimitiveToolbarHeaderWrapper as O, EmbeddedChatPrimitiveToolbarHeader as q, EmbeddedChatPrimitiveChatHistoryButtonIcon as G, EmbeddedChatPrimitiveChatHistoryButton as K, EmbeddedChatPrimitiveContent as U, EmbeddedChatPrimitiveContentScrollArea as Z, EmbeddedChatPrimitiveContentScrollAreaViewport as $, EmbeddedChatPrimitiveContentScrollAreaScrollbar as J, EmbeddedChatPrimitiveContentScrollAreaThumb as X, EmbeddedChatPrimitiveMessages as Y, EmbeddedChatPrimitiveMessageWrapper as ee, EmbeddedChatPrimitiveIntroMessageWrapper as te, EmbeddedChatPrimitiveDisclaimer as ae, EmbeddedChatPrimitiveDisclaimerLabel as de, EmbeddedChatPrimitiveDisclaimerTrigger as oe, EmbeddedChatPrimitiveDisclaimerContent as re, EmbeddedChatPrimitiveDisclaimerArrow as ie, EmbeddedChatPrimitiveExampleQuestions as se, EmbeddedChatPrimitiveExampleQuestionsLabel as me, EmbeddedChatPrimitiveExampleQuestionsList as le, EmbeddedChatPrimitiveExampleQuestion as ne, EmbeddedChatPrimitiveExampleQuestionButton as ce, EmbeddedChatPrimitiveMessageHeader as be, EmbeddedChatPrimitiveMessageLoading as he, EmbeddedChatPrimitiveMessageAvatar as
|
|
6
|
-
import { ChatProvider as
|
|
7
|
-
import { useResizeObserver as
|
|
8
|
-
import { composeRefs as
|
|
9
|
-
import { aiChatPageWrapper as
|
|
5
|
+
import { EmbeddedChatPrimitiveContentScrollAreaCorner as I, EmbeddedChatPrimitiveDisclaimerText as M, EmbeddedChatPrimitiveDynamicComponent as N, EmbeddedChatPrimitiveMessageSources as S, EmbeddedChatPrimitiveHelpActions as A, EmbeddedChatPrimitiveFeedbackModal as T, EmbeddedChatPrimitiveFormFieldSelect as H, EmbeddedChatPrimitiveFormFieldSelectValue as L, EmbeddedChatPrimitiveFormFieldSelectItemText as B, EmbeddedChatPrimitiveFormFieldCombobox as D, EmbeddedChatPrimitiveFormFieldComboboxListItems as z, EmbeddedChatPrimitiveFormFieldComboboxItemText as _, EmbeddedChatPrimitiveFormSuccessMessage as W, EmbeddedChatPrimitiveWrapper as Q, EmbeddedChatPrimitiveRoot as j, Header as R, EmbeddedChatPrimitiveHeaderToolbar as V, EmbeddedChatPrimitiveToolbarHeaderWrapper as O, EmbeddedChatPrimitiveToolbarHeader as q, EmbeddedChatPrimitiveChatHistoryButtonIcon as G, EmbeddedChatPrimitiveChatHistoryButton as K, EmbeddedChatPrimitiveContent as U, EmbeddedChatPrimitiveContentScrollArea as Z, EmbeddedChatPrimitiveContentScrollAreaViewport as $, EmbeddedChatPrimitiveContentScrollAreaScrollbar as J, EmbeddedChatPrimitiveContentScrollAreaThumb as X, EmbeddedChatPrimitiveMessages as Y, EmbeddedChatPrimitiveMessageWrapper as ee, EmbeddedChatPrimitiveIntroMessageWrapper as te, EmbeddedChatPrimitiveDisclaimer as ae, EmbeddedChatPrimitiveDisclaimerLabel as de, EmbeddedChatPrimitiveDisclaimerTrigger as oe, EmbeddedChatPrimitiveDisclaimerContent as re, EmbeddedChatPrimitiveDisclaimerArrow as ie, EmbeddedChatPrimitiveExampleQuestions as se, EmbeddedChatPrimitiveExampleQuestionsLabel as me, EmbeddedChatPrimitiveExampleQuestionsList as le, EmbeddedChatPrimitiveExampleQuestion as ne, EmbeddedChatPrimitiveExampleQuestionButton as ce, EmbeddedChatPrimitiveMessageHeader as be, EmbeddedChatPrimitiveMessageLoading as he, EmbeddedChatPrimitiveMessageAvatar as pe, EmbeddedChatPrimitiveMessageAvatarContent as Ce, EmbeddedChatPrimitiveMessageAvatarFallback as ue, EmbeddedChatPrimitiveMessageAvatarImage as ge, EmbeddedChatPrimitiveMessageName as Ee, EmbeddedChatPrimitiveMessageContentWrapper as Fe, EmbeddedChatPrimitiveMessageContent as xe, EmbeddedChatPrimitiveMarkdown as fe, EmbeddedChatPrimitiveMessageToolbar as ve, EmbeddedChatPrimitiveMessageCustomActions as ke, EmbeddedChatPrimitiveMessageCustomAction as ye, EmbeddedChatPrimitiveMessageAction as Pe, EmbeddedChatPrimitiveMessageSourcesHeader as we, EmbeddedChatPrimitiveMessageSourcesList as Ie, EmbeddedChatPrimitiveMessageSourceItem as Me, EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs as Ne, MessageSourceItemBreadcrumbIcon as Se, EmbeddedChatPrimitiveMessageSourceItemIcon as Ae, EmbeddedChatPrimitiveMessageSourceItemTitle as Te, EmbeddedChatPrimitiveMessageSourceItemTag as He, EmbeddedChatPrimitiveMessageSourceItemDescription as Le, EmbeddedChatPrimitiveMessageSourceItemDescriptionPart as Be, EmbeddedChatPrimitiveMessageSourceItemIndicator as De, EmbeddedChatPrimitiveFooter as ze, EmbeddedChatPrimitiveInputGroup as _e, EmbeddedChatPrimitiveInput as We, EmbeddedChatPrimitiveSendButton as Qe, EmbeddedChatPrimitiveSendButtonIcon as je, EmbeddedChatPrimitiveActionBar as Re, EmbeddedChatPrimitiveActions as Ve, EmbeddedChatPrimitiveTaglineContainer as Oe, EmbeddedChatPrimitiveTaglineText as qe, EmbeddedChatPrimitiveTaglineLogo as Ge, EmbeddedChatPrimitiveChatAction as Ke, EmbeddedChatPrimitiveChatActionLabel as Ue, EmbeddedChatPrimitiveChatActionFeedback as Ze, EmbeddedChatPrimitiveChatHelpAction as $e, EmbeddedChatPrimitiveHelpActionsTrigger as Je, EmbeddedChatPrimitiveHelpActionsMenu as Xe, EmbeddedChatPrimitiveHelpActionsMenuArrow as Ye, EmbeddedChatPrimitiveHelpActionsMenuItem as et, EmbeddedChatPrimitiveHelpActionsMenuItemIcon as tt, EmbeddedChatPrimitiveFeedbackModalOverlay as at, EmbeddedChatPrimitiveFeedbackModalContent as dt, EmbeddedChatPrimitiveFeedbackModalHeader as ot, EmbeddedChatPrimitiveFeedbackModalClose as rt, EmbeddedChatPrimitiveFeedbackModalBody as it, EmbeddedChatPrimitiveFeedbackForm as st, EmbeddedChatPrimitiveFeedbackField as mt, EmbeddedChatPrimitiveFeedbackItemLabel as lt, EmbeddedChatPrimitiveFeedbackItemDescription as nt, EmbeddedChatPrimitiveFeedbackSubmitButton as ct, EmbeddedChatPrimitiveFormWrapper as bt, EmbeddedChatPrimitiveForm as ht, EmbeddedChatPrimitiveFormClose as pt, EmbeddedChatPrimitiveFormHeader as Ct, EmbeddedChatPrimitiveFormHeading as ut, EmbeddedChatPrimitiveFormDescription as gt, EmbeddedChatPrimitiveFormContent as Et, EmbeddedChatPrimitiveFormField as Ft, EmbeddedChatPrimitiveFormFieldLabel as xt, EmbeddedChatPrimitiveFormFieldText as ft, EmbeddedChatPrimitiveFormFieldEmail as vt, EmbeddedChatPrimitiveFormFieldFile as kt, EmbeddedChatPrimitiveFormFieldTextArea as yt, EmbeddedChatPrimitiveFormFieldCheckbox as Pt, EmbeddedChatPrimitiveFormFieldCheckboxIndicator as wt, EmbeddedChatPrimitiveFormFieldSelectTrigger as It, EmbeddedChatPrimitiveFormFieldSelectIcon as Mt, EmbeddedChatPrimitiveFormFieldSelectContent as Nt, EmbeddedChatPrimitiveFormFieldSelectViewport as St, EmbeddedChatPrimitiveFormFieldSelectItem as At, EmbeddedChatPrimitiveFormFieldSelectItemIndicator as Tt, EmbeddedChatPrimitiveFormFieldComboboxControl as Ht, EmbeddedChatPrimitiveFormFieldComboboxInput as Lt, EmbeddedChatPrimitiveFormFieldComboboxTrigger as Bt, EmbeddedChatPrimitiveFormFieldComboboxSelectedTags as Dt, EmbeddedChatPrimitiveFormFieldComboboxPositioner as zt, EmbeddedChatPrimitiveFormFieldComboboxContent as _t, EmbeddedChatPrimitiveFormFieldComboboxList as Wt, EmbeddedChatPrimitiveFormFieldComboboxListEmpty as Qt, EmbeddedChatPrimitiveFormFieldComboboxItem as jt, EmbeddedChatPrimitiveFormFieldComboboxItemIndicator as Rt, EmbeddedChatPrimitiveFormFieldDescription as Vt, EmbeddedChatPrimitiveFormFieldError as Ot, EmbeddedChatPrimitiveFormError as qt, EmbeddedChatPrimitiveFormFooter as Gt, EmbeddedChatPrimitiveFormCancel as Kt, EmbeddedChatPrimitiveFormSubmit as Ut, EmbeddedChatPrimitiveFormSuccess as Zt, EmbeddedChatPrimitiveFormSuccessHeading as $t, EmbeddedChatPrimitiveFormSuccessButton as Jt } from "../../primitives/components/embedded-chat.js";
|
|
6
|
+
import { ChatProvider as Xt } from "../../primitives/components/embedded-chat/chat-provider.js";
|
|
7
|
+
import { useResizeObserver as Yt } from "../../primitives/hooks/use-resize-observer.js";
|
|
8
|
+
import { composeRefs as ea } from "../../primitives/utils/compose-refs.js";
|
|
9
|
+
import { aiChatPageWrapper as ta } from "./ui/recipes/ai-chat-page-wrapper.js";
|
|
10
10
|
import { button as o } from "./ui/recipes/button.js";
|
|
11
|
-
import { checkbox as
|
|
11
|
+
import { checkbox as F } from "./ui/recipes/checkbox.js";
|
|
12
12
|
import { citation as i } from "./ui/recipes/citation.js";
|
|
13
13
|
import { combobox as s } from "./ui/recipes/combobox.js";
|
|
14
|
-
import { icon as
|
|
15
|
-
import { input as
|
|
14
|
+
import { icon as aa } from "./ui/recipes/icon.js";
|
|
15
|
+
import { input as c } from "./ui/recipes/input.js";
|
|
16
16
|
import { modal as m } from "./ui/recipes/modal.js";
|
|
17
|
-
import { popover as
|
|
18
|
-
import { scrollable as
|
|
17
|
+
import { popover as b } from "./ui/recipes/popover.js";
|
|
18
|
+
import { scrollable as h } from "./ui/recipes/scrollable.js";
|
|
19
19
|
import { select as l } from "./ui/recipes/select.js";
|
|
20
|
-
import { cva as
|
|
21
|
-
import { merge as
|
|
22
|
-
import { forwardRef as p, useRef as
|
|
20
|
+
import { cva as da } from "class-variance-authority";
|
|
21
|
+
import { merge as oa } from "merge-anything";
|
|
22
|
+
import { forwardRef as p, useRef as ra } from "react";
|
|
23
23
|
import { cn as d } from "../utils.js";
|
|
24
|
-
import { markdownStyles as
|
|
25
|
-
import { LoadingIndicator as
|
|
26
|
-
import
|
|
27
|
-
import { MessagesSessionLoading as
|
|
28
|
-
import { EmbeddedChatMessagePart as
|
|
29
|
-
import { EmbeddedChatDropZone as
|
|
30
|
-
import { EmbeddedChatImagePreviewModal as
|
|
31
|
-
import { EmbeddedChatPrimitiveInputFieldset as
|
|
32
|
-
const
|
|
33
|
-
({ className: e, size: t, variant: r, ...
|
|
24
|
+
import { markdownStyles as ia } from "./ui/markdown-styles.js";
|
|
25
|
+
import { LoadingIndicator as sa } from "./loading-indicator.js";
|
|
26
|
+
import ma from "../../primitives/components/tagline-logo-icon.js";
|
|
27
|
+
import { MessagesSessionLoading as la } from "./embedded-chat/session-loading.js";
|
|
28
|
+
import { EmbeddedChatMessagePart as Cr } from "./message.js";
|
|
29
|
+
import { EmbeddedChatDropZone as gr, EmbeddedChatFileContent as Er, EmbeddedChatFileInput as Fr, EmbeddedChatFileItem as xr, EmbeddedChatFileList as fr, EmbeddedChatFileName as vr, EmbeddedChatFilePreviewTrigger as kr, EmbeddedChatFileRemove as yr, EmbeddedChatFileThumbnail as Pr, EmbeddedChatFileTypeIcon as wr, EmbeddedChatFileUploadButton as Ir, EmbeddedChatInputNotification as Mr, EmbeddedChatInputNotificationClose as Nr, EmbeddedChatInputNotificationContent as Sr, EmbeddedChatInputNotificationHeader as Ar, EmbeddedChatInputNotificationMessage as Tr, EmbeddedChatInputNotificationTitle as Hr, EmbeddedChatMessageFile as Lr, EmbeddedChatMessageFiles as Br } from "./embedded-chat/file-upload-input.js";
|
|
30
|
+
import { EmbeddedChatImagePreviewModal as zr, EmbeddedChatImagePreviewModalClose as _r, EmbeddedChatImagePreviewModalContent as Wr, EmbeddedChatImagePreviewModalFileName as Qr, EmbeddedChatImagePreviewModalFooter as jr, EmbeddedChatImagePreviewModalImage as Rr, EmbeddedChatImagePreviewModalOverlay as Vr } from "./embedded-chat/image-preview-modal.js";
|
|
31
|
+
import { EmbeddedChatPrimitiveInputFieldset as na } from "../../primitives/components/embedded-chat/file-upload-input.js";
|
|
32
|
+
const Wa = Xt, Qa = p(
|
|
33
|
+
({ className: e, size: t, variant: r, ...C }, n) => /* @__PURE__ */ a(
|
|
34
34
|
Q,
|
|
35
35
|
{
|
|
36
36
|
ref: n,
|
|
37
37
|
className: d(
|
|
38
|
-
|
|
38
|
+
ta({ size: t, variant: r }),
|
|
39
39
|
"data-[hidden]:hidden rounded-md flex",
|
|
40
40
|
"bg-white dark:bg-gray-dark-950",
|
|
41
41
|
"data-[composite]:w-full",
|
|
@@ -51,17 +51,17 @@ const ja = ea, Ra = p(
|
|
|
51
51
|
"data-[chat-history-layout=sidepane]:flex-row",
|
|
52
52
|
e
|
|
53
53
|
),
|
|
54
|
-
...
|
|
54
|
+
...C
|
|
55
55
|
}
|
|
56
56
|
)
|
|
57
|
-
),
|
|
57
|
+
), ja = ({
|
|
58
58
|
className: e,
|
|
59
59
|
...t
|
|
60
60
|
}) => /* @__PURE__ */ a(
|
|
61
61
|
j,
|
|
62
62
|
{
|
|
63
63
|
className: d(
|
|
64
|
-
|
|
64
|
+
h({ section: "wrapper" }),
|
|
65
65
|
"rounded-[inherit] font-body",
|
|
66
66
|
// Sidepane layout: take remaining space
|
|
67
67
|
"group-data-[chat-history-layout=sidepane]/chat-history:flex-1",
|
|
@@ -72,14 +72,14 @@ const ja = ea, Ra = p(
|
|
|
72
72
|
),
|
|
73
73
|
...t
|
|
74
74
|
}
|
|
75
|
-
),
|
|
75
|
+
), Ra = ({
|
|
76
76
|
className: e,
|
|
77
77
|
...t
|
|
78
78
|
}) => /* @__PURE__ */ a(
|
|
79
79
|
R,
|
|
80
80
|
{
|
|
81
81
|
className: d(
|
|
82
|
-
|
|
82
|
+
h({ section: "header" }),
|
|
83
83
|
"flex items-center",
|
|
84
84
|
"bg-white dark:bg-gray-dark-950",
|
|
85
85
|
"data-[show-toolbar]:after:absolute",
|
|
@@ -95,7 +95,7 @@ const ja = ea, Ra = p(
|
|
|
95
95
|
),
|
|
96
96
|
...t
|
|
97
97
|
}
|
|
98
|
-
),
|
|
98
|
+
), Va = ({
|
|
99
99
|
className: e,
|
|
100
100
|
...t
|
|
101
101
|
}) => /* @__PURE__ */ a(
|
|
@@ -109,7 +109,7 @@ const ja = ea, Ra = p(
|
|
|
109
109
|
),
|
|
110
110
|
...t
|
|
111
111
|
}
|
|
112
|
-
),
|
|
112
|
+
), Oa = ({
|
|
113
113
|
className: e,
|
|
114
114
|
...t
|
|
115
115
|
}) => /* @__PURE__ */ a(
|
|
@@ -118,7 +118,7 @@ const ja = ea, Ra = p(
|
|
|
118
118
|
className: d("flex items-center gap-1.5", e),
|
|
119
119
|
...t
|
|
120
120
|
}
|
|
121
|
-
),
|
|
121
|
+
), qa = ({
|
|
122
122
|
className: e,
|
|
123
123
|
...t
|
|
124
124
|
}) => /* @__PURE__ */ a(
|
|
@@ -127,10 +127,10 @@ const ja = ea, Ra = p(
|
|
|
127
127
|
className: d("text-gray-600 dark:text-gray-dark-100 text-sm", e),
|
|
128
128
|
...t
|
|
129
129
|
}
|
|
130
|
-
),
|
|
130
|
+
), E = ({
|
|
131
131
|
className: e,
|
|
132
132
|
...t
|
|
133
|
-
}) => /* @__PURE__ */ a(G, { className: d("text-sm", e), ...t }),
|
|
133
|
+
}) => /* @__PURE__ */ a(G, { className: d("text-sm", e), ...t }), ca = ({
|
|
134
134
|
className: e,
|
|
135
135
|
...t
|
|
136
136
|
}) => /* @__PURE__ */ a(
|
|
@@ -143,31 +143,31 @@ const ja = ea, Ra = p(
|
|
|
143
143
|
),
|
|
144
144
|
...t
|
|
145
145
|
}
|
|
146
|
-
),
|
|
146
|
+
), Ga = () => {
|
|
147
147
|
const { aiChatSettings: e } = w(), { setIsOpen: t, isOpen: r } = P();
|
|
148
|
-
return e.isChatHistoryButtonVisible ? /* @__PURE__ */
|
|
148
|
+
return e.isChatHistoryButtonVisible ? /* @__PURE__ */ g(ca, { onClick: () => t(!r), "aria-label": "Chat history", children: [
|
|
149
149
|
/* @__PURE__ */ a(
|
|
150
|
-
|
|
150
|
+
E,
|
|
151
151
|
{
|
|
152
152
|
iconKey: "chatHistoryPanel",
|
|
153
153
|
className: "!hidden group-data-[chat-history-layout=sidepane]/chat-history:!block"
|
|
154
154
|
}
|
|
155
155
|
),
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */ a(
|
|
156
|
+
/* @__PURE__ */ g("span", { className: "flex items-center gap-1.5 group-data-[chat-history-layout=sidepane]/chat-history:hidden", children: [
|
|
157
|
+
/* @__PURE__ */ a(E, { iconKey: "chatHistory" }),
|
|
158
158
|
"Chat history"
|
|
159
159
|
] })
|
|
160
160
|
] }) : null;
|
|
161
|
-
},
|
|
161
|
+
}, Ka = ({
|
|
162
162
|
className: e,
|
|
163
163
|
...t
|
|
164
164
|
}) => /* @__PURE__ */ a(
|
|
165
165
|
U,
|
|
166
166
|
{
|
|
167
|
-
className: d(
|
|
167
|
+
className: d(h({ section: "content" }), "justify-end", e),
|
|
168
168
|
...t
|
|
169
169
|
}
|
|
170
|
-
),
|
|
170
|
+
), Ua = ({
|
|
171
171
|
className: e,
|
|
172
172
|
...t
|
|
173
173
|
}) => /* @__PURE__ */ a(
|
|
@@ -176,7 +176,7 @@ const ja = ea, Ra = p(
|
|
|
176
176
|
className: d("overflow-hidden", e),
|
|
177
177
|
...t
|
|
178
178
|
}
|
|
179
|
-
),
|
|
179
|
+
), Za = p(({ className: e, ...t }, r) => /* @__PURE__ */ a(
|
|
180
180
|
$,
|
|
181
181
|
{
|
|
182
182
|
ref: r,
|
|
@@ -187,7 +187,7 @@ const ja = ea, Ra = p(
|
|
|
187
187
|
),
|
|
188
188
|
...t
|
|
189
189
|
}
|
|
190
|
-
)),
|
|
190
|
+
)), $a = ({
|
|
191
191
|
className: e,
|
|
192
192
|
...t
|
|
193
193
|
}) => /* @__PURE__ */ a(
|
|
@@ -201,7 +201,7 @@ const ja = ea, Ra = p(
|
|
|
201
201
|
),
|
|
202
202
|
...t
|
|
203
203
|
}
|
|
204
|
-
),
|
|
204
|
+
), Ja = ({
|
|
205
205
|
className: e,
|
|
206
206
|
...t
|
|
207
207
|
}) => /* @__PURE__ */ a(
|
|
@@ -210,7 +210,7 @@ const ja = ea, Ra = p(
|
|
|
210
210
|
className: d("relative flex-1 rounded-full", "bg-gray-300 dark:bg-white-alpha-200", e),
|
|
211
211
|
...t
|
|
212
212
|
}
|
|
213
|
-
),
|
|
213
|
+
), Xa = I, Ya = ({
|
|
214
214
|
className: e,
|
|
215
215
|
...t
|
|
216
216
|
}) => /* @__PURE__ */ a(
|
|
@@ -219,7 +219,7 @@ const ja = ea, Ra = p(
|
|
|
219
219
|
className: d("ml-auto text-sm flex items-center gap-1", e),
|
|
220
220
|
...t
|
|
221
221
|
}
|
|
222
|
-
),
|
|
222
|
+
), ed = ({
|
|
223
223
|
className: e,
|
|
224
224
|
...t
|
|
225
225
|
}) => /* @__PURE__ */ a(
|
|
@@ -228,7 +228,7 @@ const ja = ea, Ra = p(
|
|
|
228
228
|
className: d("text-gray-700 dark:text-gray-dark-100", e),
|
|
229
229
|
...t
|
|
230
230
|
}
|
|
231
|
-
),
|
|
231
|
+
), td = ({
|
|
232
232
|
className: e,
|
|
233
233
|
...t
|
|
234
234
|
}) => /* @__PURE__ */ a(
|
|
@@ -241,30 +241,30 @@ const ja = ea, Ra = p(
|
|
|
241
241
|
),
|
|
242
242
|
...t
|
|
243
243
|
}
|
|
244
|
-
),
|
|
244
|
+
), ad = ({
|
|
245
245
|
className: e,
|
|
246
246
|
...t
|
|
247
247
|
}) => /* @__PURE__ */ a(
|
|
248
248
|
re,
|
|
249
249
|
{
|
|
250
250
|
className: d(
|
|
251
|
-
|
|
251
|
+
b({ slot: "content" }),
|
|
252
252
|
"px-4 py-2 font-normal text-sm",
|
|
253
253
|
"w-[250px] sm:w-[420px]",
|
|
254
254
|
e
|
|
255
255
|
),
|
|
256
256
|
...t
|
|
257
257
|
}
|
|
258
|
-
),
|
|
258
|
+
), dd = M, od = ({
|
|
259
259
|
className: e,
|
|
260
260
|
...t
|
|
261
261
|
}) => /* @__PURE__ */ a(
|
|
262
262
|
ie,
|
|
263
263
|
{
|
|
264
|
-
className: d(
|
|
264
|
+
className: d(b({ slot: "arrow" }), e),
|
|
265
265
|
...t
|
|
266
266
|
}
|
|
267
|
-
),
|
|
267
|
+
), rd = ({
|
|
268
268
|
className: e,
|
|
269
269
|
...t
|
|
270
270
|
}) => /* @__PURE__ */ a(
|
|
@@ -273,7 +273,7 @@ const ja = ea, Ra = p(
|
|
|
273
273
|
className: d("mt-4 flex flex-col gap-2", e),
|
|
274
274
|
...t
|
|
275
275
|
}
|
|
276
|
-
),
|
|
276
|
+
), id = ({
|
|
277
277
|
className: e,
|
|
278
278
|
...t
|
|
279
279
|
}) => /* @__PURE__ */ a(
|
|
@@ -286,7 +286,7 @@ const ja = ea, Ra = p(
|
|
|
286
286
|
),
|
|
287
287
|
...t
|
|
288
288
|
}
|
|
289
|
-
),
|
|
289
|
+
), sd = ({
|
|
290
290
|
className: e,
|
|
291
291
|
...t
|
|
292
292
|
}) => /* @__PURE__ */ a(
|
|
@@ -295,8 +295,8 @@ const ja = ea, Ra = p(
|
|
|
295
295
|
className: d("flex flex-col", "ikp-md:flex-row", "flex-wrap gap-2", e),
|
|
296
296
|
...t
|
|
297
297
|
}
|
|
298
|
-
),
|
|
299
|
-
const n =
|
|
298
|
+
), md = p(({ className: e, style: t, ...r }, C) => {
|
|
299
|
+
const n = ra(null), f = ea(C, n), { width: v = 0, height: k = 0 } = Yt({
|
|
300
300
|
ref: n,
|
|
301
301
|
box: "border-box"
|
|
302
302
|
}), y = Math.max(k, v);
|
|
@@ -327,7 +327,7 @@ const ja = ea, Ra = p(
|
|
|
327
327
|
...r
|
|
328
328
|
}
|
|
329
329
|
);
|
|
330
|
-
}),
|
|
330
|
+
}), ld = ({
|
|
331
331
|
className: e,
|
|
332
332
|
...t
|
|
333
333
|
}) => /* @__PURE__ */ a(
|
|
@@ -346,7 +346,7 @@ const ja = ea, Ra = p(
|
|
|
346
346
|
),
|
|
347
347
|
...t
|
|
348
348
|
}
|
|
349
|
-
),
|
|
349
|
+
), nd = ({
|
|
350
350
|
className: e,
|
|
351
351
|
...t
|
|
352
352
|
}) => /* @__PURE__ */ a(
|
|
@@ -355,15 +355,15 @@ const ja = ea, Ra = p(
|
|
|
355
355
|
className: d("flex flex-col w-full min-w-0 min-h-0 text-sm relative", e),
|
|
356
356
|
...t
|
|
357
357
|
}
|
|
358
|
-
), x =
|
|
358
|
+
), x = da([
|
|
359
359
|
"flex relative w-full overflow-hidden ikp-md:py-6 py-4",
|
|
360
360
|
"px-5",
|
|
361
361
|
"flex-col ikp-md:flex-row",
|
|
362
362
|
"min-w-0 grow-[2] data-[role=user]:grow-0"
|
|
363
|
-
]),
|
|
363
|
+
]), cd = ({
|
|
364
364
|
className: e,
|
|
365
365
|
...t
|
|
366
|
-
}) => /* @__PURE__ */ a(ee, { className: d(x(), e), ...t }),
|
|
366
|
+
}) => /* @__PURE__ */ a(ee, { className: d(x(), e), ...t }), bd = ({
|
|
367
367
|
className: e,
|
|
368
368
|
...t
|
|
369
369
|
}) => /* @__PURE__ */ a(
|
|
@@ -372,7 +372,7 @@ const ja = ea, Ra = p(
|
|
|
372
372
|
className: d(x(), e),
|
|
373
373
|
...t
|
|
374
374
|
}
|
|
375
|
-
),
|
|
375
|
+
), hd = ({
|
|
376
376
|
className: e,
|
|
377
377
|
...t
|
|
378
378
|
}) => /* @__PURE__ */ a(
|
|
@@ -390,30 +390,30 @@ const ja = ea, Ra = p(
|
|
|
390
390
|
),
|
|
391
391
|
...t
|
|
392
392
|
}
|
|
393
|
-
),
|
|
393
|
+
), pd = ({
|
|
394
394
|
className: e,
|
|
395
395
|
...t
|
|
396
396
|
}) => /* @__PURE__ */ a(
|
|
397
397
|
he,
|
|
398
398
|
{
|
|
399
399
|
className: d("flex items-center gap-3 h-auto w-full", e),
|
|
400
|
-
children: /* @__PURE__ */ a(
|
|
400
|
+
children: /* @__PURE__ */ a(sa, {}),
|
|
401
401
|
...t
|
|
402
402
|
}
|
|
403
|
-
),
|
|
403
|
+
), Cd = ({ className: e }) => /* @__PURE__ */ a("div", { className: d("w-full", e), children: /* @__PURE__ */ a(la, {}) }), ud = ({
|
|
404
404
|
className: e,
|
|
405
405
|
...t
|
|
406
406
|
}) => /* @__PURE__ */ a(
|
|
407
|
-
|
|
407
|
+
pe,
|
|
408
408
|
{
|
|
409
409
|
className: d("flex items-center justify-center rounded-full", "h-auto", e),
|
|
410
410
|
...t
|
|
411
411
|
}
|
|
412
|
-
),
|
|
412
|
+
), gd = ({
|
|
413
413
|
className: e,
|
|
414
414
|
...t
|
|
415
415
|
}) => /* @__PURE__ */ a(
|
|
416
|
-
|
|
416
|
+
Ce,
|
|
417
417
|
{
|
|
418
418
|
className: d(
|
|
419
419
|
"relative flex h-6 w-6 shrink-0 overflow-hidden",
|
|
@@ -426,7 +426,7 @@ const ja = ea, Ra = p(
|
|
|
426
426
|
),
|
|
427
427
|
...t
|
|
428
428
|
}
|
|
429
|
-
),
|
|
429
|
+
), Ed = ({
|
|
430
430
|
className: e,
|
|
431
431
|
...t
|
|
432
432
|
}) => /* @__PURE__ */ a(
|
|
@@ -435,7 +435,7 @@ const ja = ea, Ra = p(
|
|
|
435
435
|
className: d("hidden data-[role=user]:block", e),
|
|
436
436
|
...t
|
|
437
437
|
}
|
|
438
|
-
),
|
|
438
|
+
), Fd = ({
|
|
439
439
|
className: e,
|
|
440
440
|
...t
|
|
441
441
|
}) => /* @__PURE__ */ a(
|
|
@@ -452,7 +452,7 @@ const ja = ea, Ra = p(
|
|
|
452
452
|
),
|
|
453
453
|
...t
|
|
454
454
|
}
|
|
455
|
-
),
|
|
455
|
+
), xd = ({
|
|
456
456
|
className: e,
|
|
457
457
|
...t
|
|
458
458
|
}) => /* @__PURE__ */ a(
|
|
@@ -468,7 +468,7 @@ const ja = ea, Ra = p(
|
|
|
468
468
|
),
|
|
469
469
|
...t
|
|
470
470
|
}
|
|
471
|
-
),
|
|
471
|
+
), fd = ({
|
|
472
472
|
className: e,
|
|
473
473
|
...t
|
|
474
474
|
}) => /* @__PURE__ */ a(
|
|
@@ -486,7 +486,7 @@ const ja = ea, Ra = p(
|
|
|
486
486
|
),
|
|
487
487
|
...t
|
|
488
488
|
}
|
|
489
|
-
),
|
|
489
|
+
), vd = ({
|
|
490
490
|
className: e,
|
|
491
491
|
...t
|
|
492
492
|
}) => /* @__PURE__ */ a(
|
|
@@ -498,16 +498,16 @@ const ja = ea, Ra = p(
|
|
|
498
498
|
),
|
|
499
499
|
...t
|
|
500
500
|
}
|
|
501
|
-
),
|
|
501
|
+
), kd = N, yd = ({
|
|
502
502
|
componentStyles: e,
|
|
503
503
|
...t
|
|
504
504
|
}) => /* @__PURE__ */ a(
|
|
505
505
|
fe,
|
|
506
506
|
{
|
|
507
|
-
componentStyles: ia
|
|
507
|
+
componentStyles: oa(ia, e ?? {}),
|
|
508
508
|
...t
|
|
509
509
|
}
|
|
510
|
-
),
|
|
510
|
+
), Pd = ({
|
|
511
511
|
className: e,
|
|
512
512
|
...t
|
|
513
513
|
}) => /* @__PURE__ */ a(
|
|
@@ -516,7 +516,7 @@ const ja = ea, Ra = p(
|
|
|
516
516
|
className: d("flex items-center mt-2 mb-3", e),
|
|
517
517
|
...t
|
|
518
518
|
}
|
|
519
|
-
),
|
|
519
|
+
), wd = ({
|
|
520
520
|
className: e,
|
|
521
521
|
...t
|
|
522
522
|
}) => /* @__PURE__ */ a(
|
|
@@ -525,7 +525,7 @@ const ja = ea, Ra = p(
|
|
|
525
525
|
className: d("mr-auto flex items-center gap-2", e),
|
|
526
526
|
...t
|
|
527
527
|
}
|
|
528
|
-
),
|
|
528
|
+
), Id = ({
|
|
529
529
|
className: e,
|
|
530
530
|
...t
|
|
531
531
|
}) => /* @__PURE__ */ a(
|
|
@@ -538,7 +538,7 @@ const ja = ea, Ra = p(
|
|
|
538
538
|
),
|
|
539
539
|
...t
|
|
540
540
|
}
|
|
541
|
-
),
|
|
541
|
+
), Md = ({
|
|
542
542
|
className: e,
|
|
543
543
|
...t
|
|
544
544
|
}) => /* @__PURE__ */ a(
|
|
@@ -555,7 +555,7 @@ const ja = ea, Ra = p(
|
|
|
555
555
|
),
|
|
556
556
|
...t
|
|
557
557
|
}
|
|
558
|
-
),
|
|
558
|
+
), Nd = S, Sd = ({
|
|
559
559
|
className: e,
|
|
560
560
|
...t
|
|
561
561
|
}) => /* @__PURE__ */ a(
|
|
@@ -567,7 +567,7 @@ const ja = ea, Ra = p(
|
|
|
567
567
|
),
|
|
568
568
|
...t
|
|
569
569
|
}
|
|
570
|
-
),
|
|
570
|
+
), Ad = ({
|
|
571
571
|
className: e,
|
|
572
572
|
...t
|
|
573
573
|
}) => /* @__PURE__ */ a(
|
|
@@ -576,7 +576,7 @@ const ja = ea, Ra = p(
|
|
|
576
576
|
className: d("w-full relative flex flex-col gap-3 py-[1px]", e),
|
|
577
577
|
...t
|
|
578
578
|
}
|
|
579
|
-
),
|
|
579
|
+
), Td = ({
|
|
580
580
|
className: e,
|
|
581
581
|
...t
|
|
582
582
|
}) => /* @__PURE__ */ a(
|
|
@@ -585,7 +585,7 @@ const ja = ea, Ra = p(
|
|
|
585
585
|
className: d(i({ slot: "root" }), e),
|
|
586
586
|
...t
|
|
587
587
|
}
|
|
588
|
-
),
|
|
588
|
+
), Hd = ({
|
|
589
589
|
className: e,
|
|
590
590
|
...t
|
|
591
591
|
}) => /* @__PURE__ */ a(
|
|
@@ -594,7 +594,7 @@ const ja = ea, Ra = p(
|
|
|
594
594
|
className: d(i({ slot: "breadcrumbs" }), e),
|
|
595
595
|
...t
|
|
596
596
|
}
|
|
597
|
-
),
|
|
597
|
+
), Ld = ({
|
|
598
598
|
className: e,
|
|
599
599
|
...t
|
|
600
600
|
}) => /* @__PURE__ */ a(
|
|
@@ -603,7 +603,7 @@ const ja = ea, Ra = p(
|
|
|
603
603
|
className: d(i({ slot: "breadcrumbsIcon" }), e),
|
|
604
604
|
...t
|
|
605
605
|
}
|
|
606
|
-
),
|
|
606
|
+
), Bd = ({
|
|
607
607
|
className: e,
|
|
608
608
|
...t
|
|
609
609
|
}) => /* @__PURE__ */ a(
|
|
@@ -612,7 +612,7 @@ const ja = ea, Ra = p(
|
|
|
612
612
|
className: d(i({ slot: "icon" }), e),
|
|
613
613
|
...t
|
|
614
614
|
}
|
|
615
|
-
),
|
|
615
|
+
), Dd = ({
|
|
616
616
|
className: e,
|
|
617
617
|
...t
|
|
618
618
|
}) => /* @__PURE__ */ a(
|
|
@@ -621,7 +621,7 @@ const ja = ea, Ra = p(
|
|
|
621
621
|
className: d(i({ slot: "title" }), e),
|
|
622
622
|
...t
|
|
623
623
|
}
|
|
624
|
-
),
|
|
624
|
+
), zd = ({
|
|
625
625
|
className: e,
|
|
626
626
|
...t
|
|
627
627
|
}) => /* @__PURE__ */ a(
|
|
@@ -630,7 +630,7 @@ const ja = ea, Ra = p(
|
|
|
630
630
|
className: d(i({ slot: "tag" }), e),
|
|
631
631
|
...t
|
|
632
632
|
}
|
|
633
|
-
),
|
|
633
|
+
), _d = ({
|
|
634
634
|
className: e,
|
|
635
635
|
...t
|
|
636
636
|
}) => /* @__PURE__ */ a(
|
|
@@ -639,7 +639,7 @@ const ja = ea, Ra = p(
|
|
|
639
639
|
className: d(i({ slot: "description" }), e),
|
|
640
640
|
...t
|
|
641
641
|
}
|
|
642
|
-
),
|
|
642
|
+
), Wd = ({
|
|
643
643
|
className: e,
|
|
644
644
|
...t
|
|
645
645
|
}) => /* @__PURE__ */ a(
|
|
@@ -648,7 +648,7 @@ const ja = ea, Ra = p(
|
|
|
648
648
|
className: d(i({ slot: "descriptionPart" }), e),
|
|
649
649
|
...t
|
|
650
650
|
}
|
|
651
|
-
),
|
|
651
|
+
), Qd = ({
|
|
652
652
|
className: e,
|
|
653
653
|
...t
|
|
654
654
|
}) => /* @__PURE__ */ a(
|
|
@@ -657,7 +657,7 @@ const ja = ea, Ra = p(
|
|
|
657
657
|
className: d(i({ slot: "indicator" }), e),
|
|
658
658
|
...t
|
|
659
659
|
}
|
|
660
|
-
),
|
|
660
|
+
), jd = ({
|
|
661
661
|
className: e,
|
|
662
662
|
...t
|
|
663
663
|
}) => /* @__PURE__ */ a(
|
|
@@ -674,11 +674,11 @@ const ja = ea, Ra = p(
|
|
|
674
674
|
),
|
|
675
675
|
...t
|
|
676
676
|
}
|
|
677
|
-
),
|
|
677
|
+
), Rd = ({
|
|
678
678
|
className: e,
|
|
679
679
|
...t
|
|
680
680
|
}) => /* @__PURE__ */ a(
|
|
681
|
-
|
|
681
|
+
na,
|
|
682
682
|
{
|
|
683
683
|
className: d(
|
|
684
684
|
"group/fieldset",
|
|
@@ -689,10 +689,10 @@ const ja = ea, Ra = p(
|
|
|
689
689
|
),
|
|
690
690
|
...t
|
|
691
691
|
}
|
|
692
|
-
),
|
|
692
|
+
), Vd = ({
|
|
693
693
|
className: e,
|
|
694
694
|
...t
|
|
695
|
-
}) => /* @__PURE__ */ a(_e, { className: d("flex items-end", e), ...t }),
|
|
695
|
+
}) => /* @__PURE__ */ a(_e, { className: d("flex items-end", e), ...t }), Od = p(({ className: e, ...t }, r) => /* @__PURE__ */ a(
|
|
696
696
|
We,
|
|
697
697
|
{
|
|
698
698
|
ref: r,
|
|
@@ -705,7 +705,7 @@ const ja = ea, Ra = p(
|
|
|
705
705
|
),
|
|
706
706
|
...t
|
|
707
707
|
}
|
|
708
|
-
)),
|
|
708
|
+
)), qd = ({
|
|
709
709
|
className: e,
|
|
710
710
|
...t
|
|
711
711
|
}) => /* @__PURE__ */ a(
|
|
@@ -725,16 +725,16 @@ const ja = ea, Ra = p(
|
|
|
725
725
|
),
|
|
726
726
|
...t
|
|
727
727
|
}
|
|
728
|
-
),
|
|
728
|
+
), Gd = ({
|
|
729
729
|
className: e,
|
|
730
730
|
...t
|
|
731
731
|
}) => /* @__PURE__ */ a(
|
|
732
732
|
je,
|
|
733
733
|
{
|
|
734
|
-
className: d(
|
|
734
|
+
className: d(aa(), "text-inherit group-disabled:opacity-60 ", e),
|
|
735
735
|
...t
|
|
736
736
|
}
|
|
737
|
-
),
|
|
737
|
+
), Kd = ({
|
|
738
738
|
className: e,
|
|
739
739
|
...t
|
|
740
740
|
}) => /* @__PURE__ */ a(
|
|
@@ -743,7 +743,7 @@ const ja = ea, Ra = p(
|
|
|
743
743
|
className: d("mt-4 flex items-center justify-between flex-wrap-reverse gap-2.5", e),
|
|
744
744
|
...t
|
|
745
745
|
}
|
|
746
|
-
),
|
|
746
|
+
), Ud = ({
|
|
747
747
|
className: e,
|
|
748
748
|
...t
|
|
749
749
|
}) => /* @__PURE__ */ a(
|
|
@@ -752,7 +752,7 @@ const ja = ea, Ra = p(
|
|
|
752
752
|
className: d("flex items-center gap-2.5 flex-wrap", e),
|
|
753
753
|
...t
|
|
754
754
|
}
|
|
755
|
-
),
|
|
755
|
+
), Zd = ({
|
|
756
756
|
className: e,
|
|
757
757
|
...t
|
|
758
758
|
}) => /* @__PURE__ */ a(
|
|
@@ -761,7 +761,7 @@ const ja = ea, Ra = p(
|
|
|
761
761
|
className: d("flex items-center whitespace-nowrap", e),
|
|
762
762
|
...t
|
|
763
763
|
}
|
|
764
|
-
),
|
|
764
|
+
), $d = ({
|
|
765
765
|
className: e,
|
|
766
766
|
...t
|
|
767
767
|
}) => /* @__PURE__ */ a(
|
|
@@ -770,7 +770,7 @@ const ja = ea, Ra = p(
|
|
|
770
770
|
className: d("text-xs text-gray-500 dark:text-white-alpha-600", e),
|
|
771
771
|
...t
|
|
772
772
|
}
|
|
773
|
-
),
|
|
773
|
+
), Jd = ({
|
|
774
774
|
className: e,
|
|
775
775
|
...t
|
|
776
776
|
}) => /* @__PURE__ */ a(
|
|
@@ -778,18 +778,18 @@ const ja = ea, Ra = p(
|
|
|
778
778
|
{
|
|
779
779
|
className: d("inline-flex items-center", e),
|
|
780
780
|
...t,
|
|
781
|
-
children: /* @__PURE__ */ a(
|
|
781
|
+
children: /* @__PURE__ */ a(ma, { className: "text-gray-500 dark:text-white-alpha-600 ml-1 mt-0.5 w-11 h-auto", "aria-hidden": "true" })
|
|
782
782
|
}
|
|
783
|
-
),
|
|
783
|
+
), u = d(
|
|
784
784
|
o({ size: "xs", variant: "outline" }),
|
|
785
785
|
"text-gray-700 dark:text-white-alpha-700"
|
|
786
|
-
),
|
|
786
|
+
), Xd = ({
|
|
787
787
|
className: e,
|
|
788
788
|
...t
|
|
789
|
-
}) => /* @__PURE__ */ a(Ke, { className: d(
|
|
789
|
+
}) => /* @__PURE__ */ a(Ke, { className: d(u, e), ...t }), Yd = ({
|
|
790
790
|
className: e,
|
|
791
791
|
...t
|
|
792
|
-
}) => /* @__PURE__ */ a(Ue, { className: d("cursor-pointer", e), ...t }),
|
|
792
|
+
}) => /* @__PURE__ */ a(Ue, { className: d("cursor-pointer", e), ...t }), eo = ({
|
|
793
793
|
className: e,
|
|
794
794
|
...t
|
|
795
795
|
}) => /* @__PURE__ */ a(
|
|
@@ -804,42 +804,42 @@ const ja = ea, Ra = p(
|
|
|
804
804
|
),
|
|
805
805
|
...t
|
|
806
806
|
}
|
|
807
|
-
),
|
|
807
|
+
), to = A, ao = ({
|
|
808
808
|
className: e,
|
|
809
809
|
...t
|
|
810
|
-
}) => /* @__PURE__ */ a($e, { className: d(
|
|
810
|
+
}) => /* @__PURE__ */ a($e, { className: d(u, e), ...t }), oo = ({
|
|
811
811
|
className: e,
|
|
812
812
|
...t
|
|
813
813
|
}) => /* @__PURE__ */ a(
|
|
814
814
|
Je,
|
|
815
815
|
{
|
|
816
|
-
className: d(
|
|
816
|
+
className: d(u, e),
|
|
817
817
|
...t
|
|
818
818
|
}
|
|
819
|
-
),
|
|
819
|
+
), ro = ({
|
|
820
820
|
className: e,
|
|
821
821
|
...t
|
|
822
822
|
}) => /* @__PURE__ */ a(
|
|
823
823
|
Xe,
|
|
824
824
|
{
|
|
825
825
|
className: d(
|
|
826
|
-
|
|
826
|
+
b({ slot: "content" }),
|
|
827
827
|
"gap-3 px-3 py-4 ",
|
|
828
828
|
"w-[254px] text-sm font-normal",
|
|
829
829
|
e
|
|
830
830
|
),
|
|
831
831
|
...t
|
|
832
832
|
}
|
|
833
|
-
),
|
|
833
|
+
), io = ({
|
|
834
834
|
className: e,
|
|
835
835
|
...t
|
|
836
836
|
}) => /* @__PURE__ */ a(
|
|
837
837
|
Ye,
|
|
838
838
|
{
|
|
839
|
-
className: d(
|
|
839
|
+
className: d(b({ slot: "arrow" }), e),
|
|
840
840
|
...t
|
|
841
841
|
}
|
|
842
|
-
),
|
|
842
|
+
), so = ({
|
|
843
843
|
className: e,
|
|
844
844
|
...t
|
|
845
845
|
}) => /* @__PURE__ */ a(
|
|
@@ -848,7 +848,7 @@ const ja = ea, Ra = p(
|
|
|
848
848
|
className: d("flex items-center cursor-pointer hover:underline", e),
|
|
849
849
|
...t
|
|
850
850
|
}
|
|
851
|
-
),
|
|
851
|
+
), mo = ({
|
|
852
852
|
className: e,
|
|
853
853
|
...t
|
|
854
854
|
}) => /* @__PURE__ */ a(
|
|
@@ -857,7 +857,7 @@ const ja = ea, Ra = p(
|
|
|
857
857
|
className: d("mr-2 text-inkeep-primary-medium", e),
|
|
858
858
|
...t
|
|
859
859
|
}
|
|
860
|
-
),
|
|
860
|
+
), lo = T, no = ({
|
|
861
861
|
className: e,
|
|
862
862
|
...t
|
|
863
863
|
}) => /* @__PURE__ */ a(
|
|
@@ -866,7 +866,7 @@ const ja = ea, Ra = p(
|
|
|
866
866
|
className: d(m({ slot: "overlay" }), e),
|
|
867
867
|
...t
|
|
868
868
|
}
|
|
869
|
-
),
|
|
869
|
+
), co = ({
|
|
870
870
|
className: e,
|
|
871
871
|
...t
|
|
872
872
|
}) => /* @__PURE__ */ a(
|
|
@@ -880,16 +880,16 @@ const ja = ea, Ra = p(
|
|
|
880
880
|
),
|
|
881
881
|
...t
|
|
882
882
|
}
|
|
883
|
-
),
|
|
883
|
+
), bo = ({
|
|
884
884
|
className: e,
|
|
885
885
|
...t
|
|
886
886
|
}) => /* @__PURE__ */ a(
|
|
887
887
|
ot,
|
|
888
888
|
{
|
|
889
|
-
className: d(m({ slot: "header" }), "px-0 pt-0 pb-
|
|
889
|
+
className: d(m({ slot: "header" }), "px-0 pt-0 pb-6", "font-semibold", e),
|
|
890
890
|
...t
|
|
891
891
|
}
|
|
892
|
-
),
|
|
892
|
+
), ho = ({
|
|
893
893
|
className: e,
|
|
894
894
|
...t
|
|
895
895
|
}) => /* @__PURE__ */ a(
|
|
@@ -898,7 +898,7 @@ const ja = ea, Ra = p(
|
|
|
898
898
|
className: d(m({ slot: "close" }), e),
|
|
899
899
|
...t
|
|
900
900
|
}
|
|
901
|
-
),
|
|
901
|
+
), po = ({
|
|
902
902
|
className: e,
|
|
903
903
|
...t
|
|
904
904
|
}) => /* @__PURE__ */ a(
|
|
@@ -907,84 +907,56 @@ const ja = ea, Ra = p(
|
|
|
907
907
|
className: d(m({ slot: "body" }), "p-0", e),
|
|
908
908
|
...t
|
|
909
909
|
}
|
|
910
|
-
),
|
|
910
|
+
), Co = ({
|
|
911
911
|
className: e,
|
|
912
912
|
...t
|
|
913
|
-
}) => /* @__PURE__ */ a(st, { className: d("flex flex-col gap-8", e), ...t }),
|
|
913
|
+
}) => /* @__PURE__ */ a(st, { className: d("flex flex-col gap-8", e), ...t }), uo = ({
|
|
914
914
|
className: e,
|
|
915
915
|
...t
|
|
916
|
-
}) => /* @__PURE__ */ a(
|
|
917
|
-
mt,
|
|
918
|
-
{
|
|
919
|
-
className: d("flex flex-wrap items-center", "gap-[.75rem_0.5rem]", e),
|
|
920
|
-
...t
|
|
921
|
-
}
|
|
922
|
-
), Fo = ({
|
|
916
|
+
}) => /* @__PURE__ */ a(mt, { className: d("flex flex-col gap-2", e), ...t }), go = ({
|
|
923
917
|
className: e,
|
|
924
918
|
...t
|
|
925
919
|
}) => /* @__PURE__ */ a(
|
|
926
920
|
lt,
|
|
927
921
|
{
|
|
928
|
-
className: d(
|
|
922
|
+
className: d("font-medium text-sm", "text-gray-700 dark:text-white-alpha-700", e),
|
|
929
923
|
...t
|
|
930
924
|
}
|
|
931
|
-
),
|
|
925
|
+
), Eo = ({
|
|
932
926
|
className: e,
|
|
933
927
|
...t
|
|
934
928
|
}) => /* @__PURE__ */ a(
|
|
935
929
|
nt,
|
|
936
|
-
{
|
|
937
|
-
className: d(c({ slot: "indicator" }), e),
|
|
938
|
-
...t
|
|
939
|
-
}
|
|
940
|
-
), fo = ({
|
|
941
|
-
className: e,
|
|
942
|
-
...t
|
|
943
|
-
}) => /* @__PURE__ */ a(
|
|
944
|
-
ct,
|
|
945
|
-
{
|
|
946
|
-
className: d(
|
|
947
|
-
"select-none cursor-pointer font-medium text-sm",
|
|
948
|
-
"text-gray-700 dark:text-white-alpha-700",
|
|
949
|
-
e
|
|
950
|
-
),
|
|
951
|
-
...t
|
|
952
|
-
}
|
|
953
|
-
), vo = ({
|
|
954
|
-
className: e,
|
|
955
|
-
...t
|
|
956
|
-
}) => /* @__PURE__ */ a(
|
|
957
|
-
bt,
|
|
958
930
|
{
|
|
959
931
|
className: d("flex-[0_0_100%]", "min-h-20 border rounded-md", "px-3 py-2 text-sm", e),
|
|
960
932
|
...t
|
|
961
933
|
}
|
|
962
|
-
),
|
|
934
|
+
), Fo = ({
|
|
963
935
|
className: e,
|
|
964
936
|
...t
|
|
965
937
|
}) => /* @__PURE__ */ a(
|
|
966
|
-
|
|
938
|
+
ct,
|
|
967
939
|
{
|
|
968
940
|
className: d(o({ variant: "primaryFilled" }), "ml-auto", e),
|
|
969
941
|
...t
|
|
970
942
|
}
|
|
971
|
-
),
|
|
943
|
+
), xo = ({
|
|
972
944
|
className: e,
|
|
973
945
|
...t
|
|
974
946
|
}) => /* @__PURE__ */ a(
|
|
975
|
-
|
|
947
|
+
bt,
|
|
976
948
|
{
|
|
977
949
|
className: d("w-full overflow-y-auto [scrollbar-width:thin]", e),
|
|
978
950
|
...t
|
|
979
951
|
}
|
|
980
|
-
),
|
|
952
|
+
), fo = ({
|
|
981
953
|
className: e,
|
|
982
954
|
...t
|
|
983
955
|
}) => /* @__PURE__ */ a(
|
|
984
|
-
|
|
956
|
+
ht,
|
|
985
957
|
{
|
|
986
958
|
className: d(
|
|
987
|
-
|
|
959
|
+
h({ section: "content" }),
|
|
988
960
|
"relative pt-4 pb-8 gap-8",
|
|
989
961
|
"items-start justify-center w-full",
|
|
990
962
|
"px-6 ikp-md:px-10 ikp-md:pb-12",
|
|
@@ -992,11 +964,11 @@ const ja = ea, Ra = p(
|
|
|
992
964
|
),
|
|
993
965
|
...t
|
|
994
966
|
}
|
|
995
|
-
),
|
|
967
|
+
), vo = ({
|
|
996
968
|
className: e,
|
|
997
969
|
...t
|
|
998
970
|
}) => /* @__PURE__ */ a(
|
|
999
|
-
|
|
971
|
+
pt,
|
|
1000
972
|
{
|
|
1001
973
|
className: d(
|
|
1002
974
|
o({ variant: "ghost" }),
|
|
@@ -1006,41 +978,41 @@ const ja = ea, Ra = p(
|
|
|
1006
978
|
),
|
|
1007
979
|
...t
|
|
1008
980
|
}
|
|
1009
|
-
),
|
|
981
|
+
), ko = ({
|
|
1010
982
|
className: e,
|
|
1011
983
|
...t
|
|
1012
984
|
}) => /* @__PURE__ */ a(
|
|
1013
|
-
|
|
985
|
+
Ct,
|
|
1014
986
|
{
|
|
1015
987
|
className: d("mt-8 flex flex-col gap-6", e),
|
|
1016
988
|
...t
|
|
1017
989
|
}
|
|
1018
|
-
),
|
|
990
|
+
), yo = ({
|
|
1019
991
|
className: e,
|
|
1020
992
|
...t
|
|
1021
993
|
}) => /* @__PURE__ */ a(
|
|
1022
|
-
|
|
994
|
+
ut,
|
|
1023
995
|
{
|
|
1024
996
|
className: d("font-semibold text-xl leading-5", e),
|
|
1025
997
|
...t
|
|
1026
998
|
}
|
|
1027
|
-
),
|
|
999
|
+
), Po = ({
|
|
1028
1000
|
className: e,
|
|
1029
1001
|
...t
|
|
1030
1002
|
}) => /* @__PURE__ */ a(
|
|
1031
|
-
|
|
1003
|
+
gt,
|
|
1032
1004
|
{
|
|
1033
1005
|
className: d("text-gray-700 dark:text-white-alpha-700 text-sm", e),
|
|
1034
1006
|
...t
|
|
1035
1007
|
}
|
|
1036
|
-
),
|
|
1008
|
+
), wo = ({
|
|
1037
1009
|
className: e,
|
|
1038
1010
|
...t
|
|
1039
|
-
}) => /* @__PURE__ */ a(
|
|
1011
|
+
}) => /* @__PURE__ */ a(Et, { className: d("w-full space-y-8", e), ...t }), Io = ({
|
|
1040
1012
|
className: e,
|
|
1041
1013
|
...t
|
|
1042
1014
|
}) => /* @__PURE__ */ a(
|
|
1043
|
-
|
|
1015
|
+
Ft,
|
|
1044
1016
|
{
|
|
1045
1017
|
className: d(
|
|
1046
1018
|
"group flex flex-col gap-2 data-[hidden]:hidden",
|
|
@@ -1049,11 +1021,11 @@ const ja = ea, Ra = p(
|
|
|
1049
1021
|
),
|
|
1050
1022
|
...t
|
|
1051
1023
|
}
|
|
1052
|
-
),
|
|
1024
|
+
), Mo = ({
|
|
1053
1025
|
className: e,
|
|
1054
1026
|
...t
|
|
1055
1027
|
}) => /* @__PURE__ */ a(
|
|
1056
|
-
|
|
1028
|
+
xt,
|
|
1057
1029
|
{
|
|
1058
1030
|
className: d(
|
|
1059
1031
|
"font-medium text-sm text-gray-700",
|
|
@@ -1070,32 +1042,32 @@ const ja = ea, Ra = p(
|
|
|
1070
1042
|
),
|
|
1071
1043
|
...t
|
|
1072
1044
|
}
|
|
1073
|
-
),
|
|
1045
|
+
), No = ({
|
|
1074
1046
|
className: e,
|
|
1075
1047
|
...t
|
|
1076
1048
|
}) => /* @__PURE__ */ a(
|
|
1077
|
-
|
|
1049
|
+
ft,
|
|
1078
1050
|
{
|
|
1079
|
-
className: d(
|
|
1051
|
+
className: d(c({ size: "md", variant: "outline" }), e),
|
|
1080
1052
|
...t
|
|
1081
1053
|
}
|
|
1082
|
-
),
|
|
1054
|
+
), So = ({
|
|
1083
1055
|
className: e,
|
|
1084
1056
|
...t
|
|
1085
1057
|
}) => /* @__PURE__ */ a(
|
|
1086
|
-
|
|
1058
|
+
vt,
|
|
1087
1059
|
{
|
|
1088
|
-
className: d(
|
|
1060
|
+
className: d(c({ size: "md", variant: "outline" }), e),
|
|
1089
1061
|
...t
|
|
1090
1062
|
}
|
|
1091
|
-
),
|
|
1063
|
+
), Ao = ({
|
|
1092
1064
|
className: e,
|
|
1093
1065
|
...t
|
|
1094
1066
|
}) => /* @__PURE__ */ a(
|
|
1095
|
-
|
|
1067
|
+
kt,
|
|
1096
1068
|
{
|
|
1097
1069
|
className: d(
|
|
1098
|
-
|
|
1070
|
+
c({ size: "md", variant: "outline" }),
|
|
1099
1071
|
"text-sm pl-2 file:h-full file:cursor-pointer py-0",
|
|
1100
1072
|
"file:bg-transparent file:border-none file:font-medium",
|
|
1101
1073
|
"file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",
|
|
@@ -1103,180 +1075,180 @@ const ja = ea, Ra = p(
|
|
|
1103
1075
|
),
|
|
1104
1076
|
...t
|
|
1105
1077
|
}
|
|
1106
|
-
),
|
|
1078
|
+
), To = ({
|
|
1107
1079
|
className: e,
|
|
1108
1080
|
...t
|
|
1109
1081
|
}) => /* @__PURE__ */ a(
|
|
1110
|
-
|
|
1082
|
+
yt,
|
|
1111
1083
|
{
|
|
1112
1084
|
className: d(
|
|
1113
|
-
|
|
1085
|
+
c({ size: "md", variant: "outline" }),
|
|
1114
1086
|
"min-h-20 px-3 py-2 text-sm",
|
|
1115
1087
|
e
|
|
1116
1088
|
),
|
|
1117
1089
|
...t
|
|
1118
1090
|
}
|
|
1119
|
-
),
|
|
1091
|
+
), Ho = ({
|
|
1120
1092
|
className: e,
|
|
1121
1093
|
...t
|
|
1122
1094
|
}) => /* @__PURE__ */ a(
|
|
1123
|
-
|
|
1095
|
+
Pt,
|
|
1124
1096
|
{
|
|
1125
|
-
className: d(
|
|
1097
|
+
className: d(F({ slot: "root" }), e),
|
|
1126
1098
|
...t
|
|
1127
1099
|
}
|
|
1128
|
-
),
|
|
1100
|
+
), Lo = ({
|
|
1129
1101
|
className: e,
|
|
1130
1102
|
...t
|
|
1131
1103
|
}) => /* @__PURE__ */ a(
|
|
1132
|
-
|
|
1104
|
+
wt,
|
|
1133
1105
|
{
|
|
1134
|
-
className: d(
|
|
1106
|
+
className: d(F({ slot: "indicator" }), e),
|
|
1135
1107
|
...t
|
|
1136
1108
|
}
|
|
1137
|
-
),
|
|
1109
|
+
), Bo = H, Do = ({
|
|
1138
1110
|
className: e,
|
|
1139
1111
|
...t
|
|
1140
1112
|
}) => /* @__PURE__ */ a(
|
|
1141
|
-
|
|
1113
|
+
It,
|
|
1142
1114
|
{
|
|
1143
1115
|
className: d(l({ slot: "trigger" }), e),
|
|
1144
1116
|
...t
|
|
1145
1117
|
}
|
|
1146
|
-
),
|
|
1118
|
+
), zo = L, _o = ({
|
|
1147
1119
|
className: e,
|
|
1148
1120
|
...t
|
|
1149
1121
|
}) => /* @__PURE__ */ a(
|
|
1150
|
-
|
|
1122
|
+
Mt,
|
|
1151
1123
|
{
|
|
1152
1124
|
className: d("h-4 w-4 opacity-45", e),
|
|
1153
1125
|
...t
|
|
1154
1126
|
}
|
|
1155
|
-
),
|
|
1127
|
+
), Wo = ({
|
|
1156
1128
|
className: e,
|
|
1157
1129
|
...t
|
|
1158
1130
|
}) => /* @__PURE__ */ a(
|
|
1159
|
-
|
|
1131
|
+
Nt,
|
|
1160
1132
|
{
|
|
1161
1133
|
className: d(l({ slot: "content" }), e),
|
|
1162
1134
|
...t
|
|
1163
1135
|
}
|
|
1164
|
-
),
|
|
1136
|
+
), Qo = ({
|
|
1165
1137
|
className: e,
|
|
1166
1138
|
...t
|
|
1167
1139
|
}) => /* @__PURE__ */ a(
|
|
1168
|
-
|
|
1140
|
+
St,
|
|
1169
1141
|
{
|
|
1170
1142
|
className: d(l({ slot: "viewport" }), e),
|
|
1171
1143
|
...t
|
|
1172
1144
|
}
|
|
1173
|
-
),
|
|
1145
|
+
), jo = ({
|
|
1174
1146
|
className: e,
|
|
1175
1147
|
...t
|
|
1176
1148
|
}) => /* @__PURE__ */ a(
|
|
1177
|
-
|
|
1149
|
+
At,
|
|
1178
1150
|
{
|
|
1179
1151
|
className: d(l({ slot: "item" }), e),
|
|
1180
1152
|
...t
|
|
1181
1153
|
}
|
|
1182
|
-
),
|
|
1154
|
+
), Ro = B, Vo = ({
|
|
1183
1155
|
className: e,
|
|
1184
1156
|
...t
|
|
1185
1157
|
}) => /* @__PURE__ */ a(
|
|
1186
|
-
|
|
1158
|
+
Tt,
|
|
1187
1159
|
{
|
|
1188
1160
|
className: d(l({ slot: "itemIndicator" }), e),
|
|
1189
1161
|
...t
|
|
1190
1162
|
}
|
|
1191
|
-
),
|
|
1163
|
+
), Oo = D, qo = ({
|
|
1192
1164
|
className: e,
|
|
1193
1165
|
...t
|
|
1194
1166
|
}) => /* @__PURE__ */ a(
|
|
1195
|
-
|
|
1167
|
+
Ht,
|
|
1196
1168
|
{
|
|
1197
1169
|
className: d(s({ slot: "control" }), e),
|
|
1198
1170
|
...t
|
|
1199
1171
|
}
|
|
1200
|
-
),
|
|
1172
|
+
), Go = ({
|
|
1201
1173
|
className: e,
|
|
1202
1174
|
...t
|
|
1203
|
-
}) => /* @__PURE__ */ a(
|
|
1175
|
+
}) => /* @__PURE__ */ a(zt, { className: e, ...t }), Ko = ({
|
|
1204
1176
|
className: e,
|
|
1205
1177
|
...t
|
|
1206
1178
|
}) => /* @__PURE__ */ a(
|
|
1207
|
-
|
|
1179
|
+
Lt,
|
|
1208
1180
|
{
|
|
1209
1181
|
className: d(s({ slot: "input" }), e),
|
|
1210
1182
|
...t
|
|
1211
1183
|
}
|
|
1212
|
-
),
|
|
1184
|
+
), Uo = ({
|
|
1213
1185
|
className: e,
|
|
1214
1186
|
...t
|
|
1215
1187
|
}) => /* @__PURE__ */ a(
|
|
1216
|
-
|
|
1188
|
+
Bt,
|
|
1217
1189
|
{
|
|
1218
1190
|
className: d(s({ slot: "trigger" }), e),
|
|
1219
1191
|
...t
|
|
1220
1192
|
}
|
|
1221
|
-
),
|
|
1193
|
+
), Zo = ({
|
|
1222
1194
|
className: e,
|
|
1223
1195
|
...t
|
|
1224
1196
|
}) => /* @__PURE__ */ a(
|
|
1225
|
-
|
|
1197
|
+
Dt,
|
|
1226
1198
|
{
|
|
1227
1199
|
className: d(s({ slot: "selectedTags" }), e),
|
|
1228
1200
|
...t
|
|
1229
1201
|
}
|
|
1230
|
-
),
|
|
1202
|
+
), $o = ({
|
|
1231
1203
|
className: e,
|
|
1232
1204
|
...t
|
|
1233
1205
|
}) => /* @__PURE__ */ a(
|
|
1234
|
-
|
|
1206
|
+
_t,
|
|
1235
1207
|
{
|
|
1236
1208
|
className: d(s({ slot: "content" }), e),
|
|
1237
1209
|
...t
|
|
1238
1210
|
}
|
|
1239
|
-
),
|
|
1211
|
+
), Jo = ({
|
|
1240
1212
|
className: e,
|
|
1241
1213
|
...t
|
|
1242
1214
|
}) => /* @__PURE__ */ a(
|
|
1243
|
-
|
|
1215
|
+
Wt,
|
|
1244
1216
|
{
|
|
1245
1217
|
className: d(s({ slot: "list" }), e),
|
|
1246
1218
|
...t
|
|
1247
1219
|
}
|
|
1248
|
-
),
|
|
1220
|
+
), Xo = z, Yo = ({
|
|
1249
1221
|
className: e,
|
|
1250
1222
|
...t
|
|
1251
1223
|
}) => /* @__PURE__ */ a(
|
|
1252
|
-
|
|
1224
|
+
Qt,
|
|
1253
1225
|
{
|
|
1254
1226
|
className: d(s({ slot: "emptyMessage" }), e),
|
|
1255
1227
|
...t
|
|
1256
1228
|
}
|
|
1257
|
-
),
|
|
1229
|
+
), er = ({
|
|
1258
1230
|
className: e,
|
|
1259
1231
|
...t
|
|
1260
1232
|
}) => /* @__PURE__ */ a(
|
|
1261
|
-
|
|
1233
|
+
jt,
|
|
1262
1234
|
{
|
|
1263
1235
|
className: d(s({ slot: "item" }), e),
|
|
1264
1236
|
...t
|
|
1265
1237
|
}
|
|
1266
|
-
),
|
|
1238
|
+
), tr = _, ar = ({
|
|
1267
1239
|
className: e,
|
|
1268
1240
|
...t
|
|
1269
1241
|
}) => /* @__PURE__ */ a(
|
|
1270
|
-
|
|
1242
|
+
Rt,
|
|
1271
1243
|
{
|
|
1272
1244
|
className: d(s({ slot: "itemIndicator" }), e),
|
|
1273
1245
|
...t
|
|
1274
1246
|
}
|
|
1275
|
-
),
|
|
1247
|
+
), dr = ({
|
|
1276
1248
|
className: e,
|
|
1277
1249
|
...t
|
|
1278
1250
|
}) => /* @__PURE__ */ a(
|
|
1279
|
-
|
|
1251
|
+
Vt,
|
|
1280
1252
|
{
|
|
1281
1253
|
className: d(
|
|
1282
1254
|
"text-sm text-gray-600 dark:text-white-alpha-600",
|
|
@@ -1285,11 +1257,11 @@ const ja = ea, Ra = p(
|
|
|
1285
1257
|
),
|
|
1286
1258
|
...t
|
|
1287
1259
|
}
|
|
1288
|
-
),
|
|
1260
|
+
), or = ({
|
|
1289
1261
|
className: e,
|
|
1290
1262
|
...t
|
|
1291
1263
|
}) => /* @__PURE__ */ a(
|
|
1292
|
-
|
|
1264
|
+
Ot,
|
|
1293
1265
|
{
|
|
1294
1266
|
className: d(
|
|
1295
1267
|
"text-sm flex items-center text-red-500 dark:text-red-300",
|
|
@@ -1298,47 +1270,47 @@ const ja = ea, Ra = p(
|
|
|
1298
1270
|
),
|
|
1299
1271
|
...t
|
|
1300
1272
|
}
|
|
1301
|
-
),
|
|
1273
|
+
), rr = ({
|
|
1302
1274
|
className: e,
|
|
1303
1275
|
...t
|
|
1304
1276
|
}) => /* @__PURE__ */ a(
|
|
1305
|
-
|
|
1277
|
+
qt,
|
|
1306
1278
|
{
|
|
1307
1279
|
className: d("text-red-500 dark:text-red-300", e),
|
|
1308
1280
|
...t
|
|
1309
1281
|
}
|
|
1310
|
-
),
|
|
1282
|
+
), ir = ({
|
|
1311
1283
|
className: e,
|
|
1312
1284
|
...t
|
|
1313
1285
|
}) => /* @__PURE__ */ a(
|
|
1314
|
-
|
|
1286
|
+
Gt,
|
|
1315
1287
|
{
|
|
1316
1288
|
className: d("flex items-center justify-end gap-4 w-full", e),
|
|
1317
1289
|
...t
|
|
1318
1290
|
}
|
|
1319
|
-
),
|
|
1291
|
+
), sr = ({
|
|
1320
1292
|
className: e,
|
|
1321
1293
|
...t
|
|
1322
1294
|
}) => /* @__PURE__ */ a(
|
|
1323
|
-
|
|
1295
|
+
Kt,
|
|
1324
1296
|
{
|
|
1325
1297
|
className: d(o({ variant: "outline" }), e),
|
|
1326
1298
|
...t
|
|
1327
1299
|
}
|
|
1328
|
-
),
|
|
1300
|
+
), mr = ({
|
|
1329
1301
|
className: e,
|
|
1330
1302
|
...t
|
|
1331
1303
|
}) => /* @__PURE__ */ a(
|
|
1332
|
-
|
|
1304
|
+
Ut,
|
|
1333
1305
|
{
|
|
1334
1306
|
className: d(o({ variant: "primaryFilled" }), e),
|
|
1335
1307
|
...t
|
|
1336
1308
|
}
|
|
1337
|
-
),
|
|
1309
|
+
), lr = ({
|
|
1338
1310
|
className: e,
|
|
1339
1311
|
...t
|
|
1340
1312
|
}) => /* @__PURE__ */ a(
|
|
1341
|
-
|
|
1313
|
+
Zt,
|
|
1342
1314
|
{
|
|
1343
1315
|
className: d(
|
|
1344
1316
|
"flex flex-col items-center justify-center h-auto",
|
|
@@ -1347,11 +1319,11 @@ const ja = ea, Ra = p(
|
|
|
1347
1319
|
),
|
|
1348
1320
|
...t
|
|
1349
1321
|
}
|
|
1350
|
-
),
|
|
1322
|
+
), nr = ({
|
|
1351
1323
|
className: e,
|
|
1352
1324
|
...t
|
|
1353
1325
|
}) => /* @__PURE__ */ a(
|
|
1354
|
-
|
|
1326
|
+
$t,
|
|
1355
1327
|
{
|
|
1356
1328
|
className: d(
|
|
1357
1329
|
"mb-6 font-bold tracking-tight",
|
|
@@ -1360,181 +1332,179 @@ const ja = ea, Ra = p(
|
|
|
1360
1332
|
),
|
|
1361
1333
|
...t
|
|
1362
1334
|
}
|
|
1363
|
-
),
|
|
1335
|
+
), cr = W, br = ({
|
|
1364
1336
|
className: e,
|
|
1365
1337
|
...t
|
|
1366
1338
|
}) => /* @__PURE__ */ a(
|
|
1367
|
-
|
|
1339
|
+
Jt,
|
|
1368
1340
|
{
|
|
1369
1341
|
className: d(o({ variant: "primaryFilled" }), "w-full mt-12 gap-2 shrink-0", e),
|
|
1370
1342
|
...t
|
|
1371
1343
|
}
|
|
1372
1344
|
);
|
|
1373
1345
|
export {
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
Bo as
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
Qo as
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
br as
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
Oa as
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
ro as
|
|
1476
|
-
|
|
1477
|
-
so as
|
|
1478
|
-
mo as
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
Ed as
|
|
1502
|
-
Fd as
|
|
1503
|
-
|
|
1504
|
-
fd as
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
zd as
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
Ad as
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
Ka as ToolbarHeader,
|
|
1539
|
-
Ra as Wrapper
|
|
1346
|
+
Kd as ActionBar,
|
|
1347
|
+
Ud as Actions,
|
|
1348
|
+
Xd as ChatAction,
|
|
1349
|
+
eo as ChatActionFeedback,
|
|
1350
|
+
Yd as ChatActionLabel,
|
|
1351
|
+
ca as ChatHistoryButton,
|
|
1352
|
+
E as ChatHistoryButtonIcon,
|
|
1353
|
+
Ga as ChatHistoryTrigger,
|
|
1354
|
+
Ka as Content,
|
|
1355
|
+
Ua as ContentScrollArea,
|
|
1356
|
+
Xa as ContentScrollAreaCorner,
|
|
1357
|
+
$a as ContentScrollAreaScrollbar,
|
|
1358
|
+
Ja as ContentScrollAreaThumb,
|
|
1359
|
+
Za as ContentScrollAreaViewport,
|
|
1360
|
+
Ya as Disclaimer,
|
|
1361
|
+
od as DisclaimerArrow,
|
|
1362
|
+
ad as DisclaimerContent,
|
|
1363
|
+
ed as DisclaimerLabel,
|
|
1364
|
+
dd as DisclaimerText,
|
|
1365
|
+
td as DisclaimerTrigger,
|
|
1366
|
+
gr as DropZone,
|
|
1367
|
+
kd as DynamicComponent,
|
|
1368
|
+
md as ExampleQuestion,
|
|
1369
|
+
ld as ExampleQuestionButton,
|
|
1370
|
+
rd as ExampleQuestions,
|
|
1371
|
+
id as ExampleQuestionsLabel,
|
|
1372
|
+
sd as ExampleQuestionsList,
|
|
1373
|
+
uo as FeedbackField,
|
|
1374
|
+
Co as FeedbackForm,
|
|
1375
|
+
Eo as FeedbackItemDescription,
|
|
1376
|
+
go as FeedbackItemLabel,
|
|
1377
|
+
lo as FeedbackModal,
|
|
1378
|
+
po as FeedbackModalBody,
|
|
1379
|
+
ho as FeedbackModalClose,
|
|
1380
|
+
co as FeedbackModalContent,
|
|
1381
|
+
bo as FeedbackModalHeader,
|
|
1382
|
+
no as FeedbackModalOverlay,
|
|
1383
|
+
Fo as FeedbackSubmitButton,
|
|
1384
|
+
Er as FileContent,
|
|
1385
|
+
Fr as FileInput,
|
|
1386
|
+
xr as FileItem,
|
|
1387
|
+
fr as FileList,
|
|
1388
|
+
vr as FileName,
|
|
1389
|
+
kr as FilePreviewTrigger,
|
|
1390
|
+
yr as FileRemove,
|
|
1391
|
+
Pr as FileThumbnail,
|
|
1392
|
+
wr as FileTypeIcon,
|
|
1393
|
+
Ir as FileUploadButton,
|
|
1394
|
+
jd as Footer,
|
|
1395
|
+
fo as Form,
|
|
1396
|
+
sr as FormCancel,
|
|
1397
|
+
vo as FormClose,
|
|
1398
|
+
wo as FormContent,
|
|
1399
|
+
Po as FormDescription,
|
|
1400
|
+
rr as FormError,
|
|
1401
|
+
Io as FormField,
|
|
1402
|
+
Ho as FormFieldCheckbox,
|
|
1403
|
+
Lo as FormFieldCheckboxIndicator,
|
|
1404
|
+
Oo as FormFieldCombobox,
|
|
1405
|
+
$o as FormFieldComboboxContent,
|
|
1406
|
+
qo as FormFieldComboboxControl,
|
|
1407
|
+
Ko as FormFieldComboboxInput,
|
|
1408
|
+
er as FormFieldComboboxItem,
|
|
1409
|
+
ar as FormFieldComboboxItemIndicator,
|
|
1410
|
+
tr as FormFieldComboboxItemText,
|
|
1411
|
+
Jo as FormFieldComboboxList,
|
|
1412
|
+
Yo as FormFieldComboboxListEmpty,
|
|
1413
|
+
Xo as FormFieldComboboxListItems,
|
|
1414
|
+
Go as FormFieldComboboxPositioner,
|
|
1415
|
+
Zo as FormFieldComboboxSelectedTags,
|
|
1416
|
+
Uo as FormFieldComboboxTrigger,
|
|
1417
|
+
dr as FormFieldDescription,
|
|
1418
|
+
So as FormFieldEmail,
|
|
1419
|
+
or as FormFieldError,
|
|
1420
|
+
Ao as FormFieldFile,
|
|
1421
|
+
Mo as FormFieldLabel,
|
|
1422
|
+
Bo as FormFieldSelect,
|
|
1423
|
+
Wo as FormFieldSelectContent,
|
|
1424
|
+
_o as FormFieldSelectIcon,
|
|
1425
|
+
jo as FormFieldSelectItem,
|
|
1426
|
+
Vo as FormFieldSelectItemIndicator,
|
|
1427
|
+
Ro as FormFieldSelectItemText,
|
|
1428
|
+
Do as FormFieldSelectTrigger,
|
|
1429
|
+
zo as FormFieldSelectValue,
|
|
1430
|
+
Qo as FormFieldSelectViewport,
|
|
1431
|
+
No as FormFieldText,
|
|
1432
|
+
To as FormFieldTextArea,
|
|
1433
|
+
ir as FormFooter,
|
|
1434
|
+
ko as FormHeader,
|
|
1435
|
+
yo as FormHeading,
|
|
1436
|
+
mr as FormSubmit,
|
|
1437
|
+
lr as FormSuccess,
|
|
1438
|
+
br as FormSuccessButton,
|
|
1439
|
+
nr as FormSuccessHeading,
|
|
1440
|
+
cr as FormSuccessMessage,
|
|
1441
|
+
xo as FormWrapper,
|
|
1442
|
+
Ra as Header,
|
|
1443
|
+
Va as HeaderToolbar,
|
|
1444
|
+
Oa as HeaderToolbarWrapper,
|
|
1445
|
+
ao as HelpAction,
|
|
1446
|
+
to as HelpActions,
|
|
1447
|
+
ro as HelpActionsMenu,
|
|
1448
|
+
io as HelpActionsMenuArrow,
|
|
1449
|
+
so as HelpActionsMenuItem,
|
|
1450
|
+
mo as HelpActionsMenuItemIcon,
|
|
1451
|
+
oo as HelpActionsTrigger,
|
|
1452
|
+
zr as ImagePreviewModal,
|
|
1453
|
+
_r as ImagePreviewModalClose,
|
|
1454
|
+
Wr as ImagePreviewModalContent,
|
|
1455
|
+
Qr as ImagePreviewModalFileName,
|
|
1456
|
+
jr as ImagePreviewModalFooter,
|
|
1457
|
+
Rr as ImagePreviewModalImage,
|
|
1458
|
+
Vr as ImagePreviewModalOverlay,
|
|
1459
|
+
Od as Input,
|
|
1460
|
+
Rd as InputFieldset,
|
|
1461
|
+
Vd as InputGroup,
|
|
1462
|
+
Mr as InputNotification,
|
|
1463
|
+
Nr as InputNotificationClose,
|
|
1464
|
+
Sr as InputNotificationContent,
|
|
1465
|
+
Ar as InputNotificationHeader,
|
|
1466
|
+
Tr as InputNotificationMessage,
|
|
1467
|
+
Hr as InputNotificationTitle,
|
|
1468
|
+
bd as IntroMessageWrapper,
|
|
1469
|
+
yd as Markdown,
|
|
1470
|
+
Md as MessageAction,
|
|
1471
|
+
ud as MessageAvatar,
|
|
1472
|
+
gd as MessageAvatarContent,
|
|
1473
|
+
Ed as MessageAvatarFallback,
|
|
1474
|
+
Fd as MessageAvatarImage,
|
|
1475
|
+
vd as MessageContent,
|
|
1476
|
+
fd as MessageContentWrapper,
|
|
1477
|
+
Id as MessageCustomAction,
|
|
1478
|
+
wd as MessageCustomActions,
|
|
1479
|
+
Lr as MessageFile,
|
|
1480
|
+
Br as MessageFiles,
|
|
1481
|
+
hd as MessageHeader,
|
|
1482
|
+
pd as MessageLoading,
|
|
1483
|
+
xd as MessageName,
|
|
1484
|
+
Cr as MessagePart,
|
|
1485
|
+
Td as MessageSourceItem,
|
|
1486
|
+
Ld as MessageSourceItemBreadcrumbIcon,
|
|
1487
|
+
Hd as MessageSourceItemBreadcrumbs,
|
|
1488
|
+
_d as MessageSourceItemDescription,
|
|
1489
|
+
Wd as MessageSourceItemDescriptionPart,
|
|
1490
|
+
Bd as MessageSourceItemIcon,
|
|
1491
|
+
Qd as MessageSourceItemIndicator,
|
|
1492
|
+
zd as MessageSourceItemTag,
|
|
1493
|
+
Dd as MessageSourceItemTitle,
|
|
1494
|
+
Nd as MessageSources,
|
|
1495
|
+
Sd as MessageSourcesHeader,
|
|
1496
|
+
Ad as MessageSourcesList,
|
|
1497
|
+
Pd as MessageToolbar,
|
|
1498
|
+
cd as MessageWrapper,
|
|
1499
|
+
nd as Messages,
|
|
1500
|
+
Cd as MessagesSessionLoading,
|
|
1501
|
+
Wa as Provider,
|
|
1502
|
+
ja as Root,
|
|
1503
|
+
qd as SendButton,
|
|
1504
|
+
Gd as SendButtonIcon,
|
|
1505
|
+
Zd as TaglineContainer,
|
|
1506
|
+
Jd as TaglineLogo,
|
|
1507
|
+
$d as TaglineText,
|
|
1508
|
+
qa as ToolbarHeader,
|
|
1509
|
+
Qa as Wrapper
|
|
1540
1510
|
};
|