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