@inkeep/agents-ui 0.0.0-dev-20260402200940 → 0.0.0-dev-20260403205747
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 +165 -174
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.cjs +3 -3
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.d.ts +2 -6
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.js +232 -227
- package/dist/primitives/components/embedded-chat.cjs +5 -5
- package/dist/primitives/components/embedded-chat.d.ts +2 -112
- package/dist/primitives/components/embedded-chat.js +1082 -1511
- package/dist/primitives/hooks/use-initial-conversation.cjs +1 -0
- package/dist/primitives/hooks/use-initial-conversation.d.ts +16 -0
- package/dist/primitives/hooks/use-initial-conversation.js +31 -0
- package/dist/primitives/index.cjs +1 -1
- package/dist/primitives/index.js +146 -155
- 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.js +37 -38
- package/dist/primitives/providers/index.cjs +1 -1
- package/dist/primitives/providers/index.d.ts +0 -3
- package/dist/primitives/providers/index.js +54 -63
- package/dist/primitives/utils/component-ids.cjs +1 -1
- package/dist/primitives/utils/component-ids.d.ts +0 -98
- package/dist/primitives/utils/component-ids.js +7 -56
- package/dist/primitives/utils/default-settings.cjs +1 -1
- package/dist/primitives/utils/default-settings.d.ts +0 -2
- package/dist/primitives/utils/default-settings.js +6 -8
- package/dist/react/embedded-chat.cjs +1 -1
- package/dist/react/embedded-chat.js +261 -310
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +165 -174
- package/dist/styled/components/embedded-chat.cjs +1 -1
- package/dist/styled/components/embedded-chat.d.ts +2 -50
- package/dist/styled/components/embedded-chat.js +568 -1041
- package/dist/styled/components/ui/recipes/citation.d.ts +1 -1
- package/dist/styled/components/ui/recipes/index.cjs +1 -1
- package/dist/styled/components/ui/recipes/index.d.ts +0 -1
- package/dist/styled/components/ui/recipes/index.js +31 -33
- package/dist/styled/index.cjs +1 -1
- package/dist/styled/index.js +150 -159
- package/dist/styled/inkeep.css.cjs +0 -66
- package/dist/styled/inkeep.css.js +0 -66
- package/dist/types/config/ai.d.ts +8 -10
- package/dist/types/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/primitives/providers/attachment-item-provider.cjs +0 -1
- package/dist/primitives/providers/attachment-item-provider.d.ts +0 -9
- package/dist/primitives/providers/attachment-item-provider.js +0 -13
- package/dist/primitives/providers/attachments-bar-provider.cjs +0 -1
- package/dist/primitives/providers/attachments-bar-provider.d.ts +0 -30
- package/dist/primitives/providers/attachments-bar-provider.js +0 -57
- package/dist/primitives/providers/message-attachments-provider.cjs +0 -1
- package/dist/primitives/providers/message-attachments-provider.d.ts +0 -13
- package/dist/primitives/providers/message-attachments-provider.js +0 -27
- package/dist/primitives/utils/get-message-metadata.d.ts +0 -8
- package/dist/styled/components/ui/recipes/attachment.cjs +0 -1
- package/dist/styled/components/ui/recipes/attachment.d.ts +0 -4
- package/dist/styled/components/ui/recipes/attachment.js +0 -28
- package/dist/types/config/settings/workflow.d.ts +0 -86
|
@@ -1,42 +1,41 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as a, jsxs as
|
|
3
|
-
import { useChatHistory as
|
|
4
|
-
import { useInkeepConfig as
|
|
5
|
-
import { EmbeddedChatPrimitiveContentScrollAreaCorner as
|
|
6
|
-
import { ChatProvider as
|
|
7
|
-
import { useResizeObserver as
|
|
8
|
-
import { composeRefs as
|
|
9
|
-
import { aiChatPageWrapper as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import { forwardRef as E, useRef as dd } from "react";
|
|
2
|
+
import { jsx as a, jsxs as E } from "react/jsx-runtime";
|
|
3
|
+
import { useChatHistory as P } from "../../primitives/providers/chat-history-provider.js";
|
|
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, EmbeddedChatPrimitiveTaglineBrandName as Ke, EmbeddedChatPrimitiveChatAction as Ue, EmbeddedChatPrimitiveChatActionLabel as Ze, EmbeddedChatPrimitiveChatActionFeedback as $e, EmbeddedChatPrimitiveChatHelpAction as Je, EmbeddedChatPrimitiveHelpActionsTrigger as Xe, EmbeddedChatPrimitiveHelpActionsMenu as Ye, EmbeddedChatPrimitiveHelpActionsMenuArrow as et, EmbeddedChatPrimitiveHelpActionsMenuItem as tt, EmbeddedChatPrimitiveHelpActionsMenuItemIcon as at, EmbeddedChatPrimitiveFeedbackModalOverlay as dt, EmbeddedChatPrimitiveFeedbackModalContent as ot, EmbeddedChatPrimitiveFeedbackModalHeader as rt, EmbeddedChatPrimitiveFeedbackModalClose as it, EmbeddedChatPrimitiveFeedbackModalBody as st, EmbeddedChatPrimitiveFeedbackForm as mt, EmbeddedChatPrimitiveFeedbackItem as lt, EmbeddedChatPrimitiveFeedbackItemCheckbox as nt, EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator as ct, EmbeddedChatPrimitiveFeedbackItemLabel as bt, EmbeddedChatPrimitiveFeedbackItemDescription as ht, EmbeddedChatPrimitiveFeedbackSubmitButton as Ct, EmbeddedChatPrimitiveFormWrapper as pt, EmbeddedChatPrimitiveForm as ut, EmbeddedChatPrimitiveFormClose as gt, EmbeddedChatPrimitiveFormHeader as Et, EmbeddedChatPrimitiveFormHeading as Ft, EmbeddedChatPrimitiveFormDescription as xt, EmbeddedChatPrimitiveFormContent as ft, EmbeddedChatPrimitiveFormField as vt, EmbeddedChatPrimitiveFormFieldLabel as kt, EmbeddedChatPrimitiveFormFieldText as yt, EmbeddedChatPrimitiveFormFieldEmail as Pt, EmbeddedChatPrimitiveFormFieldFile as wt, EmbeddedChatPrimitiveFormFieldTextArea as It, EmbeddedChatPrimitiveFormFieldCheckbox as Mt, EmbeddedChatPrimitiveFormFieldCheckboxIndicator as Nt, EmbeddedChatPrimitiveFormFieldSelectTrigger as St, EmbeddedChatPrimitiveFormFieldSelectIcon as At, EmbeddedChatPrimitiveFormFieldSelectContent as Tt, EmbeddedChatPrimitiveFormFieldSelectViewport as Ht, EmbeddedChatPrimitiveFormFieldSelectItem as Lt, EmbeddedChatPrimitiveFormFieldSelectItemIndicator as Bt, EmbeddedChatPrimitiveFormFieldComboboxControl as Dt, EmbeddedChatPrimitiveFormFieldComboboxInput as zt, EmbeddedChatPrimitiveFormFieldComboboxTrigger as _t, EmbeddedChatPrimitiveFormFieldComboboxSelectedTags as Wt, EmbeddedChatPrimitiveFormFieldComboboxPositioner as Qt, EmbeddedChatPrimitiveFormFieldComboboxContent as jt, EmbeddedChatPrimitiveFormFieldComboboxList as Rt, EmbeddedChatPrimitiveFormFieldComboboxListEmpty as Vt, EmbeddedChatPrimitiveFormFieldComboboxItem as Ot, EmbeddedChatPrimitiveFormFieldComboboxItemIndicator as qt, EmbeddedChatPrimitiveFormFieldDescription as Gt, EmbeddedChatPrimitiveFormFieldError as Kt, EmbeddedChatPrimitiveFormError as Ut, EmbeddedChatPrimitiveFormFooter as Zt, EmbeddedChatPrimitiveFormCancel as $t, EmbeddedChatPrimitiveFormSubmit as Jt, EmbeddedChatPrimitiveFormSuccess as Xt, EmbeddedChatPrimitiveFormSuccessHeading as Yt, EmbeddedChatPrimitiveFormSuccessButton as ea } from "../../primitives/components/embedded-chat.js";
|
|
6
|
+
import { ChatProvider as ta } from "../../primitives/components/embedded-chat/chat-provider.js";
|
|
7
|
+
import { useResizeObserver as aa } from "../../primitives/hooks/use-resize-observer.js";
|
|
8
|
+
import { composeRefs as da } from "../../primitives/utils/compose-refs.js";
|
|
9
|
+
import { aiChatPageWrapper as oa } from "./ui/recipes/ai-chat-page-wrapper.js";
|
|
10
|
+
import { button as o } from "./ui/recipes/button.js";
|
|
11
|
+
import { checkbox as c } from "./ui/recipes/checkbox.js";
|
|
12
|
+
import { citation as i } from "./ui/recipes/citation.js";
|
|
13
|
+
import { combobox as s } from "./ui/recipes/combobox.js";
|
|
14
|
+
import { icon as ra } from "./ui/recipes/icon.js";
|
|
15
|
+
import { input as b } from "./ui/recipes/input.js";
|
|
16
|
+
import { link as ia } from "./ui/recipes/link.js";
|
|
17
|
+
import { modal as m } from "./ui/recipes/modal.js";
|
|
18
|
+
import { popover as h } from "./ui/recipes/popover.js";
|
|
19
|
+
import { scrollable as C } from "./ui/recipes/scrollable.js";
|
|
20
|
+
import { select as l } from "./ui/recipes/select.js";
|
|
21
|
+
import { cva as sa } from "class-variance-authority";
|
|
22
|
+
import { merge as ma } from "merge-anything";
|
|
23
|
+
import { forwardRef as p, useRef as la } from "react";
|
|
25
24
|
import { cn as d } from "../utils.js";
|
|
26
|
-
import { markdownStyles as
|
|
27
|
-
import { LoadingIndicator as
|
|
28
|
-
import { MessagesSessionLoading as
|
|
29
|
-
import { EmbeddedChatMessagePart as
|
|
30
|
-
import { EmbeddedChatDropZone as
|
|
31
|
-
import { EmbeddedChatImagePreviewModal as
|
|
32
|
-
import { EmbeddedChatPrimitiveInputFieldset as
|
|
33
|
-
const
|
|
34
|
-
({ className: e, size: t, variant:
|
|
35
|
-
|
|
25
|
+
import { markdownStyles as na } from "./ui/markdown-styles.js";
|
|
26
|
+
import { LoadingIndicator as ca } from "./loading-indicator.js";
|
|
27
|
+
import { MessagesSessionLoading as ba } from "./embedded-chat/session-loading.js";
|
|
28
|
+
import { EmbeddedChatMessagePart as fr } from "./message.js";
|
|
29
|
+
import { EmbeddedChatDropZone as kr, EmbeddedChatFileContent as yr, EmbeddedChatFileInput as Pr, EmbeddedChatFileItem as wr, EmbeddedChatFileList as Ir, EmbeddedChatFileName as Mr, EmbeddedChatFilePreviewTrigger as Nr, EmbeddedChatFileRemove as Sr, EmbeddedChatFileThumbnail as Ar, EmbeddedChatFileTypeIcon as Tr, EmbeddedChatFileUploadButton as Hr, EmbeddedChatInputNotification as Lr, EmbeddedChatInputNotificationClose as Br, EmbeddedChatInputNotificationContent as Dr, EmbeddedChatInputNotificationHeader as zr, EmbeddedChatInputNotificationMessage as _r, EmbeddedChatInputNotificationTitle as Wr, EmbeddedChatMessageFile as Qr, EmbeddedChatMessageFiles as jr } from "./embedded-chat/file-upload-input.js";
|
|
30
|
+
import { EmbeddedChatImagePreviewModal as Vr, EmbeddedChatImagePreviewModalClose as Or, EmbeddedChatImagePreviewModalContent as qr, EmbeddedChatImagePreviewModalFileName as Gr, EmbeddedChatImagePreviewModalFooter as Kr, EmbeddedChatImagePreviewModalImage as Ur, EmbeddedChatImagePreviewModalOverlay as Zr } from "./embedded-chat/image-preview-modal.js";
|
|
31
|
+
import { EmbeddedChatPrimitiveInputFieldset as ha } from "../../primitives/components/embedded-chat/file-upload-input.js";
|
|
32
|
+
const Ra = ta, Va = p(
|
|
33
|
+
({ className: e, size: t, variant: r, ...u }, n) => /* @__PURE__ */ a(
|
|
34
|
+
Q,
|
|
36
35
|
{
|
|
37
|
-
ref:
|
|
36
|
+
ref: n,
|
|
38
37
|
className: d(
|
|
39
|
-
|
|
38
|
+
oa({ size: t, variant: r }),
|
|
40
39
|
"data-[hidden]:hidden rounded-md flex",
|
|
41
40
|
"bg-white dark:bg-gray-dark-950",
|
|
42
41
|
"data-[composite]:w-full",
|
|
@@ -55,14 +54,14 @@ const Wd = Za, _d = E(
|
|
|
55
54
|
...u
|
|
56
55
|
}
|
|
57
56
|
)
|
|
58
|
-
),
|
|
57
|
+
), Oa = ({
|
|
59
58
|
className: e,
|
|
60
59
|
...t
|
|
61
60
|
}) => /* @__PURE__ */ a(
|
|
62
|
-
|
|
61
|
+
j,
|
|
63
62
|
{
|
|
64
63
|
className: d(
|
|
65
|
-
|
|
64
|
+
C({ section: "wrapper" }),
|
|
66
65
|
"rounded-[inherit] font-body",
|
|
67
66
|
// Sidepane layout: take remaining space
|
|
68
67
|
"group-data-[chat-history-layout=sidepane]/chat-history:flex-1",
|
|
@@ -73,14 +72,14 @@ const Wd = Za, _d = E(
|
|
|
73
72
|
),
|
|
74
73
|
...t
|
|
75
74
|
}
|
|
76
|
-
),
|
|
75
|
+
), qa = ({
|
|
77
76
|
className: e,
|
|
78
77
|
...t
|
|
79
78
|
}) => /* @__PURE__ */ a(
|
|
80
|
-
|
|
79
|
+
R,
|
|
81
80
|
{
|
|
82
81
|
className: d(
|
|
83
|
-
|
|
82
|
+
C({ section: "header" }),
|
|
84
83
|
"flex items-center",
|
|
85
84
|
"bg-white dark:bg-gray-dark-950",
|
|
86
85
|
"data-[show-toolbar]:after:absolute",
|
|
@@ -96,11 +95,11 @@ const Wd = Za, _d = E(
|
|
|
96
95
|
),
|
|
97
96
|
...t
|
|
98
97
|
}
|
|
99
|
-
),
|
|
98
|
+
), Ga = ({
|
|
100
99
|
className: e,
|
|
101
100
|
...t
|
|
102
101
|
}) => /* @__PURE__ */ a(
|
|
103
|
-
|
|
102
|
+
V,
|
|
104
103
|
{
|
|
105
104
|
className: d(
|
|
106
105
|
"flex items-center gap-3 w-full",
|
|
@@ -110,20 +109,20 @@ const Wd = Za, _d = E(
|
|
|
110
109
|
),
|
|
111
110
|
...t
|
|
112
111
|
}
|
|
113
|
-
),
|
|
112
|
+
), Ka = ({
|
|
114
113
|
className: e,
|
|
115
114
|
...t
|
|
116
115
|
}) => /* @__PURE__ */ a(
|
|
117
|
-
|
|
116
|
+
O,
|
|
118
117
|
{
|
|
119
118
|
className: d("flex items-center gap-1.5", e),
|
|
120
119
|
...t
|
|
121
120
|
}
|
|
122
|
-
),
|
|
121
|
+
), Ua = ({
|
|
123
122
|
className: e,
|
|
124
123
|
...t
|
|
125
124
|
}) => /* @__PURE__ */ a(
|
|
126
|
-
|
|
125
|
+
q,
|
|
127
126
|
{
|
|
128
127
|
className: d("text-gray-600 dark:text-gray-dark-100 text-sm", e),
|
|
129
128
|
...t
|
|
@@ -131,22 +130,22 @@ const Wd = Za, _d = E(
|
|
|
131
130
|
), F = ({
|
|
132
131
|
className: e,
|
|
133
132
|
...t
|
|
134
|
-
}) => /* @__PURE__ */ a(
|
|
133
|
+
}) => /* @__PURE__ */ a(G, { className: d("text-sm", e), ...t }), Ca = ({
|
|
135
134
|
className: e,
|
|
136
135
|
...t
|
|
137
136
|
}) => /* @__PURE__ */ a(
|
|
138
|
-
|
|
137
|
+
K,
|
|
139
138
|
{
|
|
140
139
|
className: d(
|
|
141
|
-
|
|
140
|
+
o({ size: "xs", variant: "ghost" }),
|
|
142
141
|
"gap-1.5 text-gray-600 hover:text-gray-800 dark:text-white dark:opacity-60 dark:hover:text-white dark:hover:opacity-95",
|
|
143
142
|
e
|
|
144
143
|
),
|
|
145
144
|
...t
|
|
146
145
|
}
|
|
147
|
-
),
|
|
148
|
-
const { aiChatSettings: e } =
|
|
149
|
-
return e.isChatHistoryButtonVisible ? /* @__PURE__ */
|
|
146
|
+
), Za = () => {
|
|
147
|
+
const { aiChatSettings: e } = w(), { setIsOpen: t, isOpen: r } = P();
|
|
148
|
+
return e.isChatHistoryButtonVisible ? /* @__PURE__ */ E(Ca, { onClick: () => t(!r), "aria-label": "Chat history", children: [
|
|
150
149
|
/* @__PURE__ */ a(
|
|
151
150
|
F,
|
|
152
151
|
{
|
|
@@ -154,33 +153,33 @@ const Wd = Za, _d = E(
|
|
|
154
153
|
className: "!hidden group-data-[chat-history-layout=sidepane]/chat-history:!block"
|
|
155
154
|
}
|
|
156
155
|
),
|
|
157
|
-
/* @__PURE__ */
|
|
156
|
+
/* @__PURE__ */ E("span", { className: "flex items-center gap-1.5 group-data-[chat-history-layout=sidepane]/chat-history:hidden", children: [
|
|
158
157
|
/* @__PURE__ */ a(F, { iconKey: "chatHistory" }),
|
|
159
158
|
"Chat history"
|
|
160
159
|
] })
|
|
161
160
|
] }) : null;
|
|
162
|
-
},
|
|
161
|
+
}, $a = ({
|
|
163
162
|
className: e,
|
|
164
163
|
...t
|
|
165
164
|
}) => /* @__PURE__ */ a(
|
|
166
|
-
|
|
165
|
+
U,
|
|
167
166
|
{
|
|
168
|
-
className: d(
|
|
167
|
+
className: d(C({ section: "content" }), "justify-end", e),
|
|
169
168
|
...t
|
|
170
169
|
}
|
|
171
|
-
),
|
|
170
|
+
), Ja = ({
|
|
172
171
|
className: e,
|
|
173
172
|
...t
|
|
174
173
|
}) => /* @__PURE__ */ a(
|
|
175
|
-
|
|
174
|
+
Z,
|
|
176
175
|
{
|
|
177
176
|
className: d("overflow-hidden", e),
|
|
178
177
|
...t
|
|
179
178
|
}
|
|
180
|
-
),
|
|
181
|
-
|
|
179
|
+
), Xa = p(({ className: e, ...t }, r) => /* @__PURE__ */ a(
|
|
180
|
+
$,
|
|
182
181
|
{
|
|
183
|
-
ref:
|
|
182
|
+
ref: r,
|
|
184
183
|
className: d(
|
|
185
184
|
"h-full w-full rounded-[inherit]",
|
|
186
185
|
"[[data-chat-bubble]_&]:overscroll-contain",
|
|
@@ -188,11 +187,11 @@ const Wd = Za, _d = E(
|
|
|
188
187
|
),
|
|
189
188
|
...t
|
|
190
189
|
}
|
|
191
|
-
)),
|
|
190
|
+
)), Ya = ({
|
|
192
191
|
className: e,
|
|
193
192
|
...t
|
|
194
193
|
}) => /* @__PURE__ */ a(
|
|
195
|
-
|
|
194
|
+
J,
|
|
196
195
|
{
|
|
197
196
|
className: d(
|
|
198
197
|
"flex select-none touch-none p-0.5",
|
|
@@ -202,38 +201,38 @@ const Wd = Za, _d = E(
|
|
|
202
201
|
),
|
|
203
202
|
...t
|
|
204
203
|
}
|
|
205
|
-
),
|
|
204
|
+
), ed = ({
|
|
206
205
|
className: e,
|
|
207
206
|
...t
|
|
208
207
|
}) => /* @__PURE__ */ a(
|
|
209
|
-
|
|
208
|
+
X,
|
|
210
209
|
{
|
|
211
210
|
className: d("relative flex-1 rounded-full", "bg-gray-300 dark:bg-white-alpha-200", e),
|
|
212
211
|
...t
|
|
213
212
|
}
|
|
214
|
-
),
|
|
213
|
+
), td = I, ad = ({
|
|
215
214
|
className: e,
|
|
216
215
|
...t
|
|
217
216
|
}) => /* @__PURE__ */ a(
|
|
218
|
-
|
|
217
|
+
ae,
|
|
219
218
|
{
|
|
220
219
|
className: d("ml-auto text-sm flex items-center gap-1", e),
|
|
221
220
|
...t
|
|
222
221
|
}
|
|
223
|
-
),
|
|
222
|
+
), dd = ({
|
|
224
223
|
className: e,
|
|
225
224
|
...t
|
|
226
225
|
}) => /* @__PURE__ */ a(
|
|
227
|
-
|
|
226
|
+
de,
|
|
228
227
|
{
|
|
229
228
|
className: d("text-gray-700 dark:text-gray-dark-100", e),
|
|
230
229
|
...t
|
|
231
230
|
}
|
|
232
|
-
),
|
|
231
|
+
), od = ({
|
|
233
232
|
className: e,
|
|
234
233
|
...t
|
|
235
234
|
}) => /* @__PURE__ */ a(
|
|
236
|
-
|
|
235
|
+
oe,
|
|
237
236
|
{
|
|
238
237
|
className: d(
|
|
239
238
|
"cursor-pointer text-gray-700 dark:text-gray-dark-100",
|
|
@@ -242,43 +241,43 @@ const Wd = Za, _d = E(
|
|
|
242
241
|
),
|
|
243
242
|
...t
|
|
244
243
|
}
|
|
245
|
-
),
|
|
244
|
+
), rd = ({
|
|
246
245
|
className: e,
|
|
247
246
|
...t
|
|
248
247
|
}) => /* @__PURE__ */ a(
|
|
249
|
-
|
|
248
|
+
re,
|
|
250
249
|
{
|
|
251
250
|
className: d(
|
|
252
|
-
|
|
251
|
+
h({ slot: "content" }),
|
|
253
252
|
"px-4 py-2 font-normal text-sm",
|
|
254
253
|
"w-[250px] sm:w-[420px]",
|
|
255
254
|
e
|
|
256
255
|
),
|
|
257
256
|
...t
|
|
258
257
|
}
|
|
259
|
-
),
|
|
258
|
+
), id = M, sd = ({
|
|
260
259
|
className: e,
|
|
261
260
|
...t
|
|
262
261
|
}) => /* @__PURE__ */ a(
|
|
263
|
-
|
|
262
|
+
ie,
|
|
264
263
|
{
|
|
265
|
-
className: d(
|
|
264
|
+
className: d(h({ slot: "arrow" }), e),
|
|
266
265
|
...t
|
|
267
266
|
}
|
|
268
|
-
),
|
|
267
|
+
), md = ({
|
|
269
268
|
className: e,
|
|
270
269
|
...t
|
|
271
270
|
}) => /* @__PURE__ */ a(
|
|
272
|
-
|
|
271
|
+
se,
|
|
273
272
|
{
|
|
274
273
|
className: d("mt-4 flex flex-col gap-2", e),
|
|
275
274
|
...t
|
|
276
275
|
}
|
|
277
|
-
),
|
|
276
|
+
), ld = ({
|
|
278
277
|
className: e,
|
|
279
278
|
...t
|
|
280
279
|
}) => /* @__PURE__ */ a(
|
|
281
|
-
|
|
280
|
+
me,
|
|
282
281
|
{
|
|
283
282
|
className: d(
|
|
284
283
|
"text-2xs uppercase font-semibold tracking-widest",
|
|
@@ -287,26 +286,26 @@ const Wd = Za, _d = E(
|
|
|
287
286
|
),
|
|
288
287
|
...t
|
|
289
288
|
}
|
|
290
|
-
),
|
|
289
|
+
), nd = ({
|
|
291
290
|
className: e,
|
|
292
291
|
...t
|
|
293
292
|
}) => /* @__PURE__ */ a(
|
|
294
|
-
|
|
293
|
+
le,
|
|
295
294
|
{
|
|
296
295
|
className: d("flex flex-col", "ikp-md:flex-row", "flex-wrap gap-2", e),
|
|
297
296
|
...t
|
|
298
297
|
}
|
|
299
|
-
),
|
|
300
|
-
const
|
|
301
|
-
ref:
|
|
298
|
+
), cd = p(({ className: e, style: t, ...r }, u) => {
|
|
299
|
+
const n = la(null), f = da(u, n), { width: v = 0, height: k = 0 } = aa({
|
|
300
|
+
ref: n,
|
|
302
301
|
box: "border-box"
|
|
303
|
-
}),
|
|
302
|
+
}), y = Math.max(k, v);
|
|
304
303
|
return /* @__PURE__ */ a(
|
|
305
|
-
|
|
304
|
+
ne,
|
|
306
305
|
{
|
|
307
|
-
ref:
|
|
306
|
+
ref: f,
|
|
308
307
|
style: {
|
|
309
|
-
"--before-size": `${
|
|
308
|
+
"--before-size": `${y + 100}px`,
|
|
310
309
|
...t
|
|
311
310
|
},
|
|
312
311
|
className: d(
|
|
@@ -325,17 +324,17 @@ const Wd = Za, _d = E(
|
|
|
325
324
|
"after:rounded-[5px] after:bg-white dark:after:bg-gray-dark-950",
|
|
326
325
|
e
|
|
327
326
|
),
|
|
328
|
-
...
|
|
327
|
+
...r
|
|
329
328
|
}
|
|
330
329
|
);
|
|
331
|
-
}),
|
|
330
|
+
}), bd = ({
|
|
332
331
|
className: e,
|
|
333
332
|
...t
|
|
334
333
|
}) => /* @__PURE__ */ a(
|
|
335
|
-
|
|
334
|
+
ce,
|
|
336
335
|
{
|
|
337
336
|
className: d(
|
|
338
|
-
|
|
337
|
+
o({ size: "sm" }),
|
|
339
338
|
"text-sm font-normal h-auto w-full py-1.5 z-start",
|
|
340
339
|
"whitespace-normal text-center leading-[unset]",
|
|
341
340
|
"border border-solid",
|
|
@@ -347,87 +346,37 @@ const Wd = Za, _d = E(
|
|
|
347
346
|
),
|
|
348
347
|
...t
|
|
349
348
|
}
|
|
350
|
-
),
|
|
349
|
+
), hd = ({
|
|
351
350
|
className: e,
|
|
352
351
|
...t
|
|
353
352
|
}) => /* @__PURE__ */ a(
|
|
354
|
-
|
|
355
|
-
{
|
|
356
|
-
className: d("mt-4 flex flex-col gap-2", e),
|
|
357
|
-
...t
|
|
358
|
-
}
|
|
359
|
-
), ns = ({
|
|
360
|
-
className: e,
|
|
361
|
-
...t
|
|
362
|
-
}) => /* @__PURE__ */ a(
|
|
363
|
-
Fe,
|
|
364
|
-
{
|
|
365
|
-
className: d(
|
|
366
|
-
"text-2xs uppercase font-semibold tracking-widest",
|
|
367
|
-
"text-gray-600 dark:text-white-alpha-500",
|
|
368
|
-
e
|
|
369
|
-
),
|
|
370
|
-
...t
|
|
371
|
-
}
|
|
372
|
-
), ls = ({
|
|
373
|
-
className: e,
|
|
374
|
-
...t
|
|
375
|
-
}) => /* @__PURE__ */ a(
|
|
376
|
-
fe,
|
|
377
|
-
{
|
|
378
|
-
className: d("flex flex-wrap gap-2", e),
|
|
379
|
-
...t
|
|
380
|
-
}
|
|
381
|
-
), cs = ({
|
|
382
|
-
className: e,
|
|
383
|
-
...t
|
|
384
|
-
}) => /* @__PURE__ */ a(
|
|
385
|
-
ve,
|
|
386
|
-
{
|
|
387
|
-
className: d(
|
|
388
|
-
s({ size: "sm" }),
|
|
389
|
-
"min-h-9 px-3 py-2 h-auto font-medium",
|
|
390
|
-
"text-sm gap-2 whitespace-normal border ",
|
|
391
|
-
"text-inkeep-primary-strong dark:text-inkeep-expanded-primary-300",
|
|
392
|
-
"border-inkeep-expanded-primary-200",
|
|
393
|
-
"dark:border-inkeep-expanded-primary-200",
|
|
394
|
-
"hover:bg-inkeep-primary-light-subtle",
|
|
395
|
-
"dark:hover:bg-white-alpha-100",
|
|
396
|
-
e
|
|
397
|
-
),
|
|
398
|
-
...t
|
|
399
|
-
}
|
|
400
|
-
), hs = ({
|
|
401
|
-
className: e,
|
|
402
|
-
...t
|
|
403
|
-
}) => /* @__PURE__ */ a(
|
|
404
|
-
oe,
|
|
353
|
+
Y,
|
|
405
354
|
{
|
|
406
355
|
className: d("flex flex-col w-full min-w-0 min-h-0 text-sm relative", e),
|
|
407
356
|
...t
|
|
408
357
|
}
|
|
409
|
-
),
|
|
358
|
+
), x = sa([
|
|
410
359
|
"flex relative w-full overflow-hidden ikp-md:py-6 py-4",
|
|
411
360
|
"px-5",
|
|
412
361
|
"flex-col ikp-md:flex-row",
|
|
413
362
|
"min-w-0 grow-[2] data-[role=user]:grow-0"
|
|
414
|
-
]),
|
|
363
|
+
]), Cd = ({
|
|
415
364
|
className: e,
|
|
416
365
|
...t
|
|
417
|
-
}) => /* @__PURE__ */ a(
|
|
366
|
+
}) => /* @__PURE__ */ a(ee, { className: d(x(), e), ...t }), pd = ({
|
|
418
367
|
className: e,
|
|
419
368
|
...t
|
|
420
369
|
}) => /* @__PURE__ */ a(
|
|
421
|
-
|
|
370
|
+
te,
|
|
422
371
|
{
|
|
423
|
-
className: d(
|
|
372
|
+
className: d(x(), e),
|
|
424
373
|
...t
|
|
425
374
|
}
|
|
426
|
-
),
|
|
375
|
+
), ud = ({
|
|
427
376
|
className: e,
|
|
428
377
|
...t
|
|
429
378
|
}) => /* @__PURE__ */ a(
|
|
430
|
-
|
|
379
|
+
be,
|
|
431
380
|
{
|
|
432
381
|
className: d(
|
|
433
382
|
"flex justify-start overflow-hidden shrink-0 select-none",
|
|
@@ -441,30 +390,30 @@ const Wd = Za, _d = E(
|
|
|
441
390
|
),
|
|
442
391
|
...t
|
|
443
392
|
}
|
|
444
|
-
),
|
|
393
|
+
), gd = ({
|
|
445
394
|
className: e,
|
|
446
395
|
...t
|
|
447
396
|
}) => /* @__PURE__ */ a(
|
|
448
|
-
|
|
397
|
+
he,
|
|
449
398
|
{
|
|
450
399
|
className: d("flex items-center gap-3 h-auto w-full", e),
|
|
451
|
-
children: /* @__PURE__ */ a(
|
|
400
|
+
children: /* @__PURE__ */ a(ca, {}),
|
|
452
401
|
...t
|
|
453
402
|
}
|
|
454
|
-
),
|
|
403
|
+
), Ed = ({ className: e }) => /* @__PURE__ */ a("div", { className: d("w-full", e), children: /* @__PURE__ */ a(ba, {}) }), Fd = ({
|
|
455
404
|
className: e,
|
|
456
405
|
...t
|
|
457
406
|
}) => /* @__PURE__ */ a(
|
|
458
|
-
|
|
407
|
+
Ce,
|
|
459
408
|
{
|
|
460
409
|
className: d("flex items-center justify-center rounded-full", "h-auto", e),
|
|
461
410
|
...t
|
|
462
411
|
}
|
|
463
|
-
),
|
|
412
|
+
), xd = ({
|
|
464
413
|
className: e,
|
|
465
414
|
...t
|
|
466
415
|
}) => /* @__PURE__ */ a(
|
|
467
|
-
|
|
416
|
+
pe,
|
|
468
417
|
{
|
|
469
418
|
className: d(
|
|
470
419
|
"relative flex h-6 w-6 shrink-0 overflow-hidden",
|
|
@@ -477,20 +426,20 @@ const Wd = Za, _d = E(
|
|
|
477
426
|
),
|
|
478
427
|
...t
|
|
479
428
|
}
|
|
480
|
-
),
|
|
429
|
+
), fd = ({
|
|
481
430
|
className: e,
|
|
482
431
|
...t
|
|
483
432
|
}) => /* @__PURE__ */ a(
|
|
484
|
-
|
|
433
|
+
ue,
|
|
485
434
|
{
|
|
486
435
|
className: d("hidden data-[role=user]:block", e),
|
|
487
436
|
...t
|
|
488
437
|
}
|
|
489
|
-
),
|
|
438
|
+
), vd = ({
|
|
490
439
|
className: e,
|
|
491
440
|
...t
|
|
492
441
|
}) => /* @__PURE__ */ a(
|
|
493
|
-
|
|
442
|
+
ge,
|
|
494
443
|
{
|
|
495
444
|
className: d(
|
|
496
445
|
"data-[type=icon]:data-[role=user]:text-inkeep-primary-medium",
|
|
@@ -503,11 +452,11 @@ const Wd = Za, _d = E(
|
|
|
503
452
|
),
|
|
504
453
|
...t
|
|
505
454
|
}
|
|
506
|
-
),
|
|
455
|
+
), kd = ({
|
|
507
456
|
className: e,
|
|
508
457
|
...t
|
|
509
458
|
}) => /* @__PURE__ */ a(
|
|
510
|
-
|
|
459
|
+
Ee,
|
|
511
460
|
{
|
|
512
461
|
className: d(
|
|
513
462
|
"py-1 ml-3",
|
|
@@ -519,700 +468,325 @@ const Wd = Za, _d = E(
|
|
|
519
468
|
),
|
|
520
469
|
...t
|
|
521
470
|
}
|
|
522
|
-
),
|
|
523
|
-
className: e,
|
|
524
|
-
...t
|
|
525
|
-
}) => /* @__PURE__ */ a(
|
|
526
|
-
Ne,
|
|
527
|
-
{
|
|
528
|
-
className: d(
|
|
529
|
-
"overflow-hidden flex flex-col",
|
|
530
|
-
"justify-start grow-2 w-full",
|
|
531
|
-
"data-[role=user]:justify-end",
|
|
532
|
-
"data-[role=user]:items-end",
|
|
533
|
-
"data-[role=user]:shrink-2",
|
|
534
|
-
"data-[role=user]:grow-0",
|
|
535
|
-
"ikp-md:pr-3",
|
|
536
|
-
e
|
|
537
|
-
),
|
|
538
|
-
...t
|
|
539
|
-
}
|
|
540
|
-
), ks = ({
|
|
541
|
-
className: e,
|
|
542
|
-
...t
|
|
543
|
-
}) => /* @__PURE__ */ a(
|
|
544
|
-
Be,
|
|
545
|
-
{
|
|
546
|
-
className: d(
|
|
547
|
-
"text-sm flex-wrap break-words min-w-0 shrink-1 max-w-full data-[role=user]:py-2 data-[role=user]:px-4 data-[role=user]:bg-gray-100 data-[role=user]:dark:bg-white-alpha-100 rounded-3xl xs:data-[role=user]:max-w-[75%] rounded-br-sm",
|
|
548
|
-
e
|
|
549
|
-
),
|
|
550
|
-
...t
|
|
551
|
-
}
|
|
552
|
-
), As = N, ws = ({
|
|
553
|
-
className: e,
|
|
554
|
-
...t
|
|
555
|
-
}) => /* @__PURE__ */ a(
|
|
556
|
-
Se,
|
|
557
|
-
{
|
|
558
|
-
className: d("flex flex-wrap gap-2", e),
|
|
559
|
-
...t
|
|
560
|
-
}
|
|
561
|
-
), ys = ({
|
|
562
|
-
className: e,
|
|
563
|
-
...t
|
|
564
|
-
}) => /* @__PURE__ */ a(
|
|
565
|
-
Te,
|
|
566
|
-
{
|
|
567
|
-
className: d(
|
|
568
|
-
s({ variant: "ghost" }),
|
|
569
|
-
n({ slot: "root" }),
|
|
570
|
-
"font-normal px-2",
|
|
571
|
-
e
|
|
572
|
-
),
|
|
573
|
-
...t
|
|
574
|
-
}
|
|
575
|
-
), Ms = ({
|
|
576
|
-
className: e,
|
|
577
|
-
...t
|
|
578
|
-
}) => /* @__PURE__ */ a(
|
|
579
|
-
He,
|
|
580
|
-
{
|
|
581
|
-
className: d(n({ slot: "icon" }), e),
|
|
582
|
-
...t
|
|
583
|
-
}
|
|
584
|
-
), Is = ({
|
|
585
|
-
className: e,
|
|
586
|
-
...t
|
|
587
|
-
}) => /* @__PURE__ */ a(
|
|
588
|
-
Le,
|
|
589
|
-
{
|
|
590
|
-
className: d(n({ slot: "title" }), e),
|
|
591
|
-
...t
|
|
592
|
-
}
|
|
593
|
-
), Ns = B, Bs = ({
|
|
594
|
-
className: e,
|
|
595
|
-
...t
|
|
596
|
-
}) => /* @__PURE__ */ a(
|
|
597
|
-
De,
|
|
598
|
-
{
|
|
599
|
-
className: d(r({ slot: "overlay" }), e),
|
|
600
|
-
...t
|
|
601
|
-
}
|
|
602
|
-
), Ss = ({
|
|
603
|
-
className: e,
|
|
604
|
-
...t
|
|
605
|
-
}) => /* @__PURE__ */ a(
|
|
606
|
-
We,
|
|
607
|
-
{
|
|
608
|
-
className: d(
|
|
609
|
-
r({ slot: "content" }),
|
|
610
|
-
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
611
|
-
"p-8 md:p-10 max-w-2xl",
|
|
612
|
-
e
|
|
613
|
-
),
|
|
614
|
-
...t
|
|
615
|
-
}
|
|
616
|
-
), Ts = ({
|
|
617
|
-
className: e,
|
|
618
|
-
...t
|
|
619
|
-
}) => /* @__PURE__ */ a(
|
|
620
|
-
_e,
|
|
621
|
-
{
|
|
622
|
-
className: d(
|
|
623
|
-
r({ slot: "header" }),
|
|
624
|
-
"px-0 pt-0 pb-8 flex flex-col gap-6",
|
|
625
|
-
"font-semibold",
|
|
626
|
-
e
|
|
627
|
-
),
|
|
628
|
-
...t
|
|
629
|
-
}
|
|
630
|
-
), Hs = ({
|
|
631
|
-
className: e,
|
|
632
|
-
...t
|
|
633
|
-
}) => /* @__PURE__ */ a(
|
|
634
|
-
ze,
|
|
635
|
-
{
|
|
636
|
-
className: d(r({ slot: "close" }), e),
|
|
637
|
-
...t
|
|
638
|
-
}
|
|
639
|
-
), Ls = ({
|
|
640
|
-
className: e,
|
|
641
|
-
...t
|
|
642
|
-
}) => /* @__PURE__ */ a(
|
|
643
|
-
je,
|
|
644
|
-
{
|
|
645
|
-
className: d(r({ slot: "body" }), "p-0", e),
|
|
646
|
-
...t
|
|
647
|
-
}
|
|
648
|
-
), Ds = S, Ws = ({
|
|
649
|
-
componentStyles: e,
|
|
650
|
-
...t
|
|
651
|
-
}) => /* @__PURE__ */ a(
|
|
652
|
-
Qe,
|
|
653
|
-
{
|
|
654
|
-
componentStyles: ad(sd, e ?? {}),
|
|
655
|
-
...t
|
|
656
|
-
}
|
|
657
|
-
), _s = ({
|
|
658
|
-
className: e,
|
|
659
|
-
...t
|
|
660
|
-
}) => /* @__PURE__ */ a(
|
|
661
|
-
Oe,
|
|
662
|
-
{
|
|
663
|
-
className: d("flex items-center mt-2 mb-3", e),
|
|
664
|
-
...t
|
|
665
|
-
}
|
|
666
|
-
), zs = ({
|
|
667
|
-
className: e,
|
|
668
|
-
...t
|
|
669
|
-
}) => /* @__PURE__ */ a(
|
|
670
|
-
Re,
|
|
671
|
-
{
|
|
672
|
-
className: d("mr-auto flex items-center gap-2", e),
|
|
673
|
-
...t
|
|
674
|
-
}
|
|
675
|
-
), js = ({
|
|
676
|
-
className: e,
|
|
677
|
-
...t
|
|
678
|
-
}) => /* @__PURE__ */ a(
|
|
679
|
-
Ve,
|
|
680
|
-
{
|
|
681
|
-
className: d(
|
|
682
|
-
s({ size: "xs", variant: "outline" }),
|
|
683
|
-
"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",
|
|
684
|
-
e
|
|
685
|
-
),
|
|
686
|
-
...t
|
|
687
|
-
}
|
|
688
|
-
), Qs = ({
|
|
689
|
-
className: e,
|
|
690
|
-
...t
|
|
691
|
-
}) => /* @__PURE__ */ a(
|
|
692
|
-
qe,
|
|
693
|
-
{
|
|
694
|
-
className: d(
|
|
695
|
-
s({ variant: "iconButton", size: "sm" }),
|
|
696
|
-
"data-[upvoted]:text-inkeep-primary-medium",
|
|
697
|
-
"data-[downvoted]:text-inkeep-primary-medium",
|
|
698
|
-
"data-[upvoted]:dark:text-inkeep-expanded-primary-300",
|
|
699
|
-
"data-[downvoted]:dark:text-inkeep-expanded-primary-300",
|
|
700
|
-
"dark:hover:text-inkeep-expanded-primary-300 px-2 text-md",
|
|
701
|
-
e
|
|
702
|
-
),
|
|
703
|
-
...t
|
|
704
|
-
}
|
|
705
|
-
), Os = T, Rs = ({
|
|
706
|
-
className: e,
|
|
707
|
-
...t
|
|
708
|
-
}) => /* @__PURE__ */ a(
|
|
709
|
-
Ge,
|
|
710
|
-
{
|
|
711
|
-
className: d(
|
|
712
|
-
"block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",
|
|
713
|
-
e
|
|
714
|
-
),
|
|
715
|
-
...t
|
|
716
|
-
}
|
|
717
|
-
), Vs = ({
|
|
718
|
-
className: e,
|
|
719
|
-
...t
|
|
720
|
-
}) => /* @__PURE__ */ a(
|
|
721
|
-
Ke,
|
|
722
|
-
{
|
|
723
|
-
className: d("w-full relative flex flex-col gap-3 py-[1px]", e),
|
|
724
|
-
...t
|
|
725
|
-
}
|
|
726
|
-
), qs = ({
|
|
727
|
-
className: e,
|
|
728
|
-
...t
|
|
729
|
-
}) => /* @__PURE__ */ a(
|
|
730
|
-
Ue,
|
|
731
|
-
{
|
|
732
|
-
className: d(m({ slot: "root" }), e),
|
|
733
|
-
...t
|
|
734
|
-
}
|
|
735
|
-
), Gs = ({
|
|
736
|
-
className: e,
|
|
737
|
-
...t
|
|
738
|
-
}) => /* @__PURE__ */ a(
|
|
739
|
-
Ze,
|
|
740
|
-
{
|
|
741
|
-
className: d(m({ slot: "breadcrumbs" }), e),
|
|
742
|
-
...t
|
|
743
|
-
}
|
|
744
|
-
), Ks = ({
|
|
745
|
-
className: e,
|
|
746
|
-
...t
|
|
747
|
-
}) => /* @__PURE__ */ a(
|
|
748
|
-
$e,
|
|
749
|
-
{
|
|
750
|
-
className: d(m({ slot: "breadcrumbsIcon" }), e),
|
|
751
|
-
...t
|
|
752
|
-
}
|
|
753
|
-
), Us = ({
|
|
754
|
-
className: e,
|
|
755
|
-
...t
|
|
756
|
-
}) => /* @__PURE__ */ a(
|
|
757
|
-
Je,
|
|
758
|
-
{
|
|
759
|
-
className: d(m({ slot: "icon" }), e),
|
|
760
|
-
...t
|
|
761
|
-
}
|
|
762
|
-
), Zs = ({
|
|
763
|
-
className: e,
|
|
764
|
-
...t
|
|
765
|
-
}) => /* @__PURE__ */ a(
|
|
766
|
-
Xe,
|
|
767
|
-
{
|
|
768
|
-
className: d(m({ slot: "title" }), e),
|
|
769
|
-
...t
|
|
770
|
-
}
|
|
771
|
-
), $s = ({
|
|
772
|
-
className: e,
|
|
773
|
-
...t
|
|
774
|
-
}) => /* @__PURE__ */ a(
|
|
775
|
-
Ye,
|
|
776
|
-
{
|
|
777
|
-
className: d(m({ slot: "tag" }), e),
|
|
778
|
-
...t
|
|
779
|
-
}
|
|
780
|
-
), Js = ({
|
|
781
|
-
className: e,
|
|
782
|
-
...t
|
|
783
|
-
}) => /* @__PURE__ */ a(
|
|
784
|
-
et,
|
|
785
|
-
{
|
|
786
|
-
className: d(m({ slot: "description" }), e),
|
|
787
|
-
...t
|
|
788
|
-
}
|
|
789
|
-
), Xs = ({
|
|
790
|
-
className: e,
|
|
791
|
-
...t
|
|
792
|
-
}) => /* @__PURE__ */ a(
|
|
793
|
-
tt,
|
|
794
|
-
{
|
|
795
|
-
className: d(m({ slot: "descriptionPart" }), e),
|
|
796
|
-
...t
|
|
797
|
-
}
|
|
798
|
-
), Ys = ({
|
|
799
|
-
className: e,
|
|
800
|
-
...t
|
|
801
|
-
}) => /* @__PURE__ */ a(
|
|
802
|
-
at,
|
|
803
|
-
{
|
|
804
|
-
className: d(m({ slot: "indicator" }), e),
|
|
805
|
-
...t
|
|
806
|
-
}
|
|
807
|
-
), er = ({
|
|
808
|
-
className: e,
|
|
809
|
-
...t
|
|
810
|
-
}) => /* @__PURE__ */ a(
|
|
811
|
-
dt,
|
|
812
|
-
{
|
|
813
|
-
className: d(
|
|
814
|
-
"bg-white dark:bg-gray-dark-950 pt-6 pb-4",
|
|
815
|
-
"px-5 relative",
|
|
816
|
-
"before:absolute before:block before:top-0 before:left-0",
|
|
817
|
-
"before:pointer-events-none before:w-full before:h-3",
|
|
818
|
-
"before:bg-[linear-gradient(transparent,_white)] dark:before:bg-[linear-gradient(transparent,_var(--ikp-color-gray-dark-950))]",
|
|
819
|
-
"before:-translate-y-full",
|
|
820
|
-
e
|
|
821
|
-
),
|
|
822
|
-
...t
|
|
823
|
-
}
|
|
824
|
-
), tr = ({
|
|
825
|
-
className: e,
|
|
826
|
-
...t
|
|
827
|
-
}) => /* @__PURE__ */ a(
|
|
828
|
-
md,
|
|
829
|
-
{
|
|
830
|
-
className: d(
|
|
831
|
-
"group/fieldset",
|
|
832
|
-
"relative flex flex-col w-full py-1.5 px-2",
|
|
833
|
-
"rounded-lg items-stretch shadow-md dark:shadow-none",
|
|
834
|
-
"bg-gray-50 dark:bg-gray-dark-900",
|
|
835
|
-
e
|
|
836
|
-
),
|
|
837
|
-
...t
|
|
838
|
-
}
|
|
839
|
-
), ar = ({
|
|
840
|
-
className: e,
|
|
841
|
-
...t
|
|
842
|
-
}) => /* @__PURE__ */ a(st, { className: d("flex items-end", e), ...t }), dr = E(({ className: e, ...t }, o) => /* @__PURE__ */ a(
|
|
843
|
-
rt,
|
|
844
|
-
{
|
|
845
|
-
ref: o,
|
|
846
|
-
className: d(
|
|
847
|
-
"min-h-[unset] text-sm overflow-hidden w-full resize-none",
|
|
848
|
-
"placeholder:text-gray-500 dark:placeholder:text-gray-dark-200",
|
|
849
|
-
"border-none outline-none shadow-none bg-transparent",
|
|
850
|
-
"px-1 py-1.5 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",
|
|
851
|
-
e
|
|
852
|
-
),
|
|
853
|
-
...t
|
|
854
|
-
}
|
|
855
|
-
)), sr = ({
|
|
856
|
-
className: e,
|
|
857
|
-
...t
|
|
858
|
-
}) => /* @__PURE__ */ a(
|
|
859
|
-
ot,
|
|
860
|
-
{
|
|
861
|
-
className: d(
|
|
862
|
-
s({}),
|
|
863
|
-
"group",
|
|
864
|
-
"bg-transparent relative size-8 min-w-[unset] rounded-lg transition-all ease-linear",
|
|
865
|
-
"text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500",
|
|
866
|
-
"active:bg-gray-200 dark:active:bg-white-alpha-100",
|
|
867
|
-
"hover:bg-gray-200 hover:text-inkeep-primary-strong",
|
|
868
|
-
"dark:hover:bg-white-alpha-100 dark:hover:text-inkeep-expanded-primary-300",
|
|
869
|
-
"disabled:text-gray-500 dark:disabled:text-white",
|
|
870
|
-
"disabled:cursor-not-allowed hover:disabled:[background:none] active:disabled:[background:none]",
|
|
871
|
-
e
|
|
872
|
-
),
|
|
873
|
-
...t
|
|
874
|
-
}
|
|
875
|
-
), rr = ({
|
|
876
|
-
className: e,
|
|
877
|
-
...t
|
|
878
|
-
}) => /* @__PURE__ */ a(
|
|
879
|
-
mt,
|
|
880
|
-
{
|
|
881
|
-
className: d(Ya(), "text-inherit group-disabled:opacity-60 ", e),
|
|
882
|
-
...t
|
|
883
|
-
}
|
|
884
|
-
), or = ({
|
|
885
|
-
className: e,
|
|
886
|
-
...t
|
|
887
|
-
}) => /* @__PURE__ */ a(
|
|
888
|
-
it,
|
|
889
|
-
{
|
|
890
|
-
className: d(
|
|
891
|
-
"flex items-center justify-between",
|
|
892
|
-
"flex-wrap gap-2 px-1 pt-2 pb-1",
|
|
893
|
-
e
|
|
894
|
-
),
|
|
895
|
-
...t
|
|
896
|
-
}
|
|
897
|
-
), mr = ({
|
|
898
|
-
className: e,
|
|
899
|
-
...t
|
|
900
|
-
}) => /* @__PURE__ */ a(
|
|
901
|
-
nt,
|
|
902
|
-
{
|
|
903
|
-
className: d("flex items-center gap-2 flex-wrap px-3 min-w-0", e),
|
|
904
|
-
...t
|
|
905
|
-
}
|
|
906
|
-
), ir = ({
|
|
907
|
-
className: e,
|
|
908
|
-
...t
|
|
909
|
-
}) => /* @__PURE__ */ a(
|
|
910
|
-
lt,
|
|
911
|
-
{
|
|
912
|
-
className: d(n({ slot: "root" }), e),
|
|
913
|
-
...t
|
|
914
|
-
}
|
|
915
|
-
), nr = ({
|
|
916
|
-
className: e,
|
|
917
|
-
...t
|
|
918
|
-
}) => /* @__PURE__ */ a(
|
|
919
|
-
ct,
|
|
920
|
-
{
|
|
921
|
-
className: d(n({ slot: "icon" }), e),
|
|
922
|
-
...t
|
|
923
|
-
}
|
|
924
|
-
), lr = ({
|
|
471
|
+
), yd = ({
|
|
925
472
|
className: e,
|
|
926
473
|
...t
|
|
927
474
|
}) => /* @__PURE__ */ a(
|
|
928
|
-
|
|
475
|
+
Fe,
|
|
929
476
|
{
|
|
930
|
-
className: d(
|
|
477
|
+
className: d(
|
|
478
|
+
"overflow-hidden flex flex-col",
|
|
479
|
+
"justify-start grow-2 w-full",
|
|
480
|
+
"data-[role=user]:justify-end",
|
|
481
|
+
"data-[role=user]:items-end",
|
|
482
|
+
"data-[role=user]:shrink-2",
|
|
483
|
+
"data-[role=user]:grow-0",
|
|
484
|
+
"ikp-md:pr-3",
|
|
485
|
+
e
|
|
486
|
+
),
|
|
931
487
|
...t
|
|
932
488
|
}
|
|
933
|
-
),
|
|
489
|
+
), Pd = ({
|
|
934
490
|
className: e,
|
|
935
491
|
...t
|
|
936
492
|
}) => /* @__PURE__ */ a(
|
|
937
|
-
|
|
493
|
+
xe,
|
|
938
494
|
{
|
|
939
|
-
className: d(
|
|
495
|
+
className: d(
|
|
496
|
+
"text-sm flex-wrap break-words min-w-0 shrink-1 max-w-full data-[role=user]:py-2 data-[role=user]:px-4 data-[role=user]:bg-gray-100 data-[role=user]:dark:bg-white-alpha-100 rounded-3xl xs:data-[role=user]:max-w-[75%] rounded-br-sm",
|
|
497
|
+
e
|
|
498
|
+
),
|
|
940
499
|
...t
|
|
941
500
|
}
|
|
942
|
-
),
|
|
943
|
-
|
|
501
|
+
), wd = N, Id = ({
|
|
502
|
+
componentStyles: e,
|
|
944
503
|
...t
|
|
945
504
|
}) => /* @__PURE__ */ a(
|
|
946
|
-
|
|
505
|
+
fe,
|
|
947
506
|
{
|
|
948
|
-
|
|
507
|
+
componentStyles: ma(na, e ?? {}),
|
|
949
508
|
...t
|
|
950
509
|
}
|
|
951
|
-
),
|
|
510
|
+
), Md = ({
|
|
952
511
|
className: e,
|
|
953
512
|
...t
|
|
954
513
|
}) => /* @__PURE__ */ a(
|
|
955
|
-
|
|
514
|
+
ve,
|
|
956
515
|
{
|
|
957
|
-
className: d("
|
|
516
|
+
className: d("flex items-center mt-2 mb-3", e),
|
|
958
517
|
...t
|
|
959
518
|
}
|
|
960
|
-
),
|
|
519
|
+
), Nd = ({
|
|
961
520
|
className: e,
|
|
962
521
|
...t
|
|
963
522
|
}) => /* @__PURE__ */ a(
|
|
964
|
-
|
|
523
|
+
ke,
|
|
965
524
|
{
|
|
966
|
-
className: d(
|
|
967
|
-
"bg-white text-gray-800 fill-white",
|
|
968
|
-
"dark:bg-gray-dark-800 dark:text-white-alpha-950 dark:fill-gray-dark-800",
|
|
969
|
-
"shadow-[0_8px_30px_rgba(0,0,0,0.12)] z-dropdown",
|
|
970
|
-
"px-3 py-2 rounded-md text-sm font-normal max-w-[200px]",
|
|
971
|
-
e
|
|
972
|
-
),
|
|
525
|
+
className: d("mr-auto flex items-center gap-2", e),
|
|
973
526
|
...t
|
|
974
527
|
}
|
|
975
|
-
),
|
|
976
|
-
className: e,
|
|
977
|
-
...t
|
|
978
|
-
}) => /* @__PURE__ */ a(ut, { className: d("contents", e), ...t }), gr = ({
|
|
528
|
+
), Sd = ({
|
|
979
529
|
className: e,
|
|
980
530
|
...t
|
|
981
531
|
}) => /* @__PURE__ */ a(
|
|
982
|
-
|
|
532
|
+
ye,
|
|
983
533
|
{
|
|
984
534
|
className: d(
|
|
985
|
-
|
|
986
|
-
"
|
|
535
|
+
o({ size: "xs", variant: "outline" }),
|
|
536
|
+
"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",
|
|
987
537
|
e
|
|
988
538
|
),
|
|
989
539
|
...t
|
|
990
540
|
}
|
|
991
|
-
),
|
|
541
|
+
), Ad = ({
|
|
992
542
|
className: e,
|
|
993
543
|
...t
|
|
994
544
|
}) => /* @__PURE__ */ a(
|
|
995
|
-
|
|
545
|
+
Pe,
|
|
996
546
|
{
|
|
997
|
-
className: d(
|
|
547
|
+
className: d(
|
|
548
|
+
o({ variant: "iconButton", size: "sm" }),
|
|
549
|
+
"data-[upvoted]:text-inkeep-primary-medium",
|
|
550
|
+
"data-[downvoted]:text-inkeep-primary-medium",
|
|
551
|
+
"data-[upvoted]:dark:text-inkeep-expanded-primary-300",
|
|
552
|
+
"data-[downvoted]:dark:text-inkeep-expanded-primary-300",
|
|
553
|
+
"dark:hover:text-inkeep-expanded-primary-300 px-2 text-md",
|
|
554
|
+
e
|
|
555
|
+
),
|
|
998
556
|
...t
|
|
999
557
|
}
|
|
1000
|
-
),
|
|
558
|
+
), Td = S, Hd = ({
|
|
1001
559
|
className: e,
|
|
1002
560
|
...t
|
|
1003
561
|
}) => /* @__PURE__ */ a(
|
|
1004
|
-
|
|
562
|
+
we,
|
|
1005
563
|
{
|
|
1006
564
|
className: d(
|
|
1007
|
-
|
|
1008
|
-
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
1009
|
-
"p-8 md:p-10 max-w-2xl",
|
|
565
|
+
"block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",
|
|
1010
566
|
e
|
|
1011
567
|
),
|
|
1012
568
|
...t
|
|
1013
569
|
}
|
|
1014
|
-
),
|
|
570
|
+
), Ld = ({
|
|
1015
571
|
className: e,
|
|
1016
572
|
...t
|
|
1017
573
|
}) => /* @__PURE__ */ a(
|
|
1018
|
-
|
|
574
|
+
Ie,
|
|
1019
575
|
{
|
|
1020
|
-
className: d(
|
|
576
|
+
className: d("w-full relative flex flex-col gap-3 py-[1px]", e),
|
|
1021
577
|
...t
|
|
1022
578
|
}
|
|
1023
|
-
),
|
|
579
|
+
), Bd = ({
|
|
1024
580
|
className: e,
|
|
1025
581
|
...t
|
|
1026
582
|
}) => /* @__PURE__ */ a(
|
|
1027
|
-
|
|
583
|
+
Me,
|
|
1028
584
|
{
|
|
1029
|
-
className: d("
|
|
585
|
+
className: d(i({ slot: "root" }), e),
|
|
1030
586
|
...t
|
|
1031
587
|
}
|
|
1032
|
-
),
|
|
588
|
+
), Dd = ({
|
|
1033
589
|
className: e,
|
|
1034
590
|
...t
|
|
1035
591
|
}) => /* @__PURE__ */ a(
|
|
1036
|
-
|
|
592
|
+
Ne,
|
|
1037
593
|
{
|
|
1038
|
-
className: d(
|
|
1039
|
-
"text-gray-700 dark:text-white-alpha-700",
|
|
1040
|
-
"text-sm font-normal w-full",
|
|
1041
|
-
e
|
|
1042
|
-
),
|
|
594
|
+
className: d(i({ slot: "breadcrumbs" }), e),
|
|
1043
595
|
...t
|
|
1044
596
|
}
|
|
1045
|
-
),
|
|
597
|
+
), zd = ({
|
|
1046
598
|
className: e,
|
|
1047
599
|
...t
|
|
1048
600
|
}) => /* @__PURE__ */ a(
|
|
1049
|
-
|
|
601
|
+
Se,
|
|
1050
602
|
{
|
|
1051
|
-
className: d(
|
|
603
|
+
className: d(i({ slot: "breadcrumbsIcon" }), e),
|
|
1052
604
|
...t
|
|
1053
605
|
}
|
|
1054
|
-
),
|
|
606
|
+
), _d = ({
|
|
1055
607
|
className: e,
|
|
1056
608
|
...t
|
|
1057
609
|
}) => /* @__PURE__ */ a(
|
|
1058
|
-
|
|
610
|
+
Ae,
|
|
1059
611
|
{
|
|
1060
|
-
className: d(
|
|
612
|
+
className: d(i({ slot: "icon" }), e),
|
|
1061
613
|
...t
|
|
1062
614
|
}
|
|
1063
|
-
),
|
|
615
|
+
), Wd = ({
|
|
1064
616
|
className: e,
|
|
1065
617
|
...t
|
|
1066
618
|
}) => /* @__PURE__ */ a(
|
|
1067
|
-
|
|
619
|
+
Te,
|
|
1068
620
|
{
|
|
1069
|
-
className: d(
|
|
621
|
+
className: d(i({ slot: "title" }), e),
|
|
1070
622
|
...t
|
|
1071
623
|
}
|
|
1072
|
-
),
|
|
624
|
+
), Qd = ({
|
|
1073
625
|
className: e,
|
|
1074
626
|
...t
|
|
1075
627
|
}) => /* @__PURE__ */ a(
|
|
1076
|
-
|
|
628
|
+
He,
|
|
1077
629
|
{
|
|
1078
|
-
className: d(
|
|
630
|
+
className: d(i({ slot: "tag" }), e),
|
|
1079
631
|
...t
|
|
1080
632
|
}
|
|
1081
|
-
),
|
|
633
|
+
), jd = ({
|
|
1082
634
|
className: e,
|
|
1083
635
|
...t
|
|
1084
636
|
}) => /* @__PURE__ */ a(
|
|
1085
|
-
|
|
637
|
+
Le,
|
|
1086
638
|
{
|
|
1087
|
-
className: d(
|
|
639
|
+
className: d(i({ slot: "description" }), e),
|
|
1088
640
|
...t
|
|
1089
641
|
}
|
|
1090
|
-
),
|
|
642
|
+
), Rd = ({
|
|
1091
643
|
className: e,
|
|
1092
644
|
...t
|
|
1093
645
|
}) => /* @__PURE__ */ a(
|
|
1094
|
-
|
|
646
|
+
Be,
|
|
1095
647
|
{
|
|
1096
|
-
className: d(
|
|
1097
|
-
"h-9 px-3 rounded-md border",
|
|
1098
|
-
"focus:outline-none focus:[--shadow-color:theme(colors.blue.500)]",
|
|
1099
|
-
"data-[invalid]:[--shadow-color:theme(colors.red.500)]",
|
|
1100
|
-
"shadow-[0_0_0_2px_var(--shadow-color)]",
|
|
1101
|
-
e
|
|
1102
|
-
),
|
|
648
|
+
className: d(i({ slot: "descriptionPart" }), e),
|
|
1103
649
|
...t
|
|
1104
650
|
}
|
|
1105
|
-
),
|
|
651
|
+
), Vd = ({
|
|
1106
652
|
className: e,
|
|
1107
653
|
...t
|
|
1108
654
|
}) => /* @__PURE__ */ a(
|
|
1109
|
-
|
|
655
|
+
De,
|
|
1110
656
|
{
|
|
1111
|
-
className: d("
|
|
657
|
+
className: d(i({ slot: "indicator" }), e),
|
|
1112
658
|
...t
|
|
1113
659
|
}
|
|
1114
|
-
),
|
|
660
|
+
), Od = ({
|
|
1115
661
|
className: e,
|
|
1116
662
|
...t
|
|
1117
663
|
}) => /* @__PURE__ */ a(
|
|
1118
|
-
|
|
664
|
+
ze,
|
|
1119
665
|
{
|
|
1120
|
-
className: d(
|
|
666
|
+
className: d(
|
|
667
|
+
"bg-white dark:bg-gray-dark-950 pt-6 pb-4",
|
|
668
|
+
"px-5 relative",
|
|
669
|
+
"before:absolute before:block before:top-0 before:left-0",
|
|
670
|
+
"before:pointer-events-none before:w-full before:h-3",
|
|
671
|
+
"before:bg-[linear-gradient(transparent,_white)] dark:before:bg-[linear-gradient(transparent,_var(--ikp-color-gray-dark-950))]",
|
|
672
|
+
"before:-translate-y-full",
|
|
673
|
+
e
|
|
674
|
+
),
|
|
1121
675
|
...t
|
|
1122
676
|
}
|
|
1123
|
-
),
|
|
677
|
+
), qd = ({
|
|
1124
678
|
className: e,
|
|
1125
679
|
...t
|
|
1126
680
|
}) => /* @__PURE__ */ a(
|
|
1127
|
-
|
|
681
|
+
ha,
|
|
1128
682
|
{
|
|
1129
|
-
className: d(
|
|
683
|
+
className: d(
|
|
684
|
+
"group/fieldset",
|
|
685
|
+
"relative flex flex-col w-full py-1.5 px-2",
|
|
686
|
+
"rounded-lg items-stretch shadow-md dark:shadow-none",
|
|
687
|
+
"bg-gray-50 dark:bg-gray-dark-900",
|
|
688
|
+
e
|
|
689
|
+
),
|
|
1130
690
|
...t
|
|
1131
691
|
}
|
|
1132
|
-
),
|
|
692
|
+
), Gd = ({
|
|
1133
693
|
className: e,
|
|
1134
694
|
...t
|
|
1135
|
-
}) => /* @__PURE__ */ a(
|
|
1136
|
-
|
|
695
|
+
}) => /* @__PURE__ */ a(_e, { className: d("flex items-end", e), ...t }), Kd = p(({ className: e, ...t }, r) => /* @__PURE__ */ a(
|
|
696
|
+
We,
|
|
1137
697
|
{
|
|
698
|
+
ref: r,
|
|
1138
699
|
className: d(
|
|
1139
|
-
|
|
1140
|
-
"
|
|
700
|
+
"min-h-[unset] text-sm overflow-hidden w-full resize-none",
|
|
701
|
+
"placeholder:text-gray-500 dark:placeholder:text-gray-dark-200",
|
|
702
|
+
"border-none outline-none shadow-none bg-transparent",
|
|
703
|
+
"px-1 py-1.5 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",
|
|
1141
704
|
e
|
|
1142
705
|
),
|
|
1143
706
|
...t
|
|
1144
707
|
}
|
|
1145
|
-
),
|
|
708
|
+
)), Ud = ({
|
|
1146
709
|
className: e,
|
|
1147
710
|
...t
|
|
1148
711
|
}) => /* @__PURE__ */ a(
|
|
1149
|
-
|
|
712
|
+
Qe,
|
|
1150
713
|
{
|
|
1151
|
-
className: d(
|
|
714
|
+
className: d(
|
|
715
|
+
o({}),
|
|
716
|
+
"group",
|
|
717
|
+
"bg-transparent relative size-8 min-w-[unset] rounded-lg transition-all ease-linear",
|
|
718
|
+
"text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500",
|
|
719
|
+
"active:bg-gray-200 dark:active:bg-white-alpha-100",
|
|
720
|
+
"hover:bg-gray-200 hover:text-inkeep-primary-strong",
|
|
721
|
+
"dark:hover:bg-white-alpha-100 dark:hover:text-inkeep-expanded-primary-300",
|
|
722
|
+
"disabled:text-gray-500 dark:disabled:text-white",
|
|
723
|
+
"disabled:cursor-not-allowed hover:disabled:[background:none] active:disabled:[background:none]",
|
|
724
|
+
e
|
|
725
|
+
),
|
|
1152
726
|
...t
|
|
1153
727
|
}
|
|
1154
|
-
),
|
|
728
|
+
), Zd = ({
|
|
1155
729
|
className: e,
|
|
1156
730
|
...t
|
|
1157
731
|
}) => /* @__PURE__ */ a(
|
|
1158
|
-
|
|
732
|
+
je,
|
|
1159
733
|
{
|
|
1160
|
-
className: d(
|
|
734
|
+
className: d(ra(), "text-inherit group-disabled:opacity-60 ", e),
|
|
1161
735
|
...t
|
|
1162
736
|
}
|
|
1163
|
-
),
|
|
737
|
+
), $d = ({
|
|
1164
738
|
className: e,
|
|
1165
739
|
...t
|
|
1166
740
|
}) => /* @__PURE__ */ a(
|
|
1167
|
-
|
|
741
|
+
Re,
|
|
1168
742
|
{
|
|
1169
743
|
className: d("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5", e),
|
|
1170
744
|
...t
|
|
1171
745
|
}
|
|
1172
|
-
),
|
|
746
|
+
), Jd = ({
|
|
1173
747
|
className: e,
|
|
1174
748
|
...t
|
|
1175
749
|
}) => /* @__PURE__ */ a(
|
|
1176
|
-
|
|
750
|
+
Ve,
|
|
1177
751
|
{
|
|
1178
752
|
className: d("flex items-center gap-2.5 flex-wrap", e),
|
|
1179
753
|
...t
|
|
1180
754
|
}
|
|
1181
|
-
),
|
|
755
|
+
), Xd = ({
|
|
1182
756
|
className: e,
|
|
1183
757
|
...t
|
|
1184
758
|
}) => /* @__PURE__ */ a(
|
|
1185
|
-
|
|
759
|
+
Oe,
|
|
1186
760
|
{
|
|
1187
761
|
className: d("flex items-center whitespace-nowrap", e),
|
|
1188
762
|
...t
|
|
1189
763
|
}
|
|
1190
|
-
),
|
|
764
|
+
), Yd = ({
|
|
1191
765
|
className: e,
|
|
1192
766
|
...t
|
|
1193
767
|
}) => /* @__PURE__ */ a(
|
|
1194
|
-
|
|
768
|
+
qe,
|
|
1195
769
|
{
|
|
1196
770
|
className: d("text-xs text-gray-500 dark:text-white-alpha-600", e),
|
|
1197
771
|
...t
|
|
1198
772
|
}
|
|
1199
|
-
),
|
|
773
|
+
), eo = ({
|
|
1200
774
|
className: e,
|
|
1201
775
|
...t
|
|
1202
776
|
}) => /* @__PURE__ */ a(
|
|
1203
|
-
|
|
777
|
+
Ge,
|
|
1204
778
|
{
|
|
1205
779
|
className: d("text-gray-500 dark:text-white dark:opacity-60", "w-5 ml-1 mr-0.5", e),
|
|
1206
780
|
...t
|
|
1207
781
|
}
|
|
1208
|
-
),
|
|
782
|
+
), to = ({
|
|
1209
783
|
className: e,
|
|
1210
784
|
...t
|
|
1211
785
|
}) => /* @__PURE__ */ a(
|
|
1212
|
-
|
|
786
|
+
Ke,
|
|
1213
787
|
{
|
|
1214
788
|
className: d(
|
|
1215
|
-
|
|
789
|
+
ia(),
|
|
1216
790
|
"inline-flex text-1sm text-gray-500",
|
|
1217
791
|
"dark:text-white-alpha-600 font-medium",
|
|
1218
792
|
e
|
|
@@ -1220,19 +794,19 @@ const Wd = Za, _d = E(
|
|
|
1220
794
|
...t
|
|
1221
795
|
}
|
|
1222
796
|
), g = d(
|
|
1223
|
-
|
|
797
|
+
o({ size: "xs", variant: "outline" }),
|
|
1224
798
|
"text-gray-700 dark:text-white-alpha-700"
|
|
1225
|
-
),
|
|
799
|
+
), ao = ({
|
|
1226
800
|
className: e,
|
|
1227
801
|
...t
|
|
1228
|
-
}) => /* @__PURE__ */ a(
|
|
802
|
+
}) => /* @__PURE__ */ a(Ue, { className: d(g, e), ...t }), oo = ({
|
|
1229
803
|
className: e,
|
|
1230
804
|
...t
|
|
1231
|
-
}) => /* @__PURE__ */ a(
|
|
805
|
+
}) => /* @__PURE__ */ a(Ze, { className: d("cursor-pointer", e), ...t }), ro = ({
|
|
1232
806
|
className: e,
|
|
1233
807
|
...t
|
|
1234
808
|
}) => /* @__PURE__ */ a(
|
|
1235
|
-
|
|
809
|
+
$e,
|
|
1236
810
|
{
|
|
1237
811
|
className: d(
|
|
1238
812
|
"bg-white text-gray-800 fill-white",
|
|
@@ -1243,144 +817,144 @@ const Wd = Za, _d = E(
|
|
|
1243
817
|
),
|
|
1244
818
|
...t
|
|
1245
819
|
}
|
|
1246
|
-
),
|
|
820
|
+
), io = A, so = ({
|
|
1247
821
|
className: e,
|
|
1248
822
|
...t
|
|
1249
|
-
}) => /* @__PURE__ */ a(
|
|
823
|
+
}) => /* @__PURE__ */ a(Je, { className: d(g, e), ...t }), mo = ({
|
|
1250
824
|
className: e,
|
|
1251
825
|
...t
|
|
1252
826
|
}) => /* @__PURE__ */ a(
|
|
1253
|
-
|
|
827
|
+
Xe,
|
|
1254
828
|
{
|
|
1255
829
|
className: d(g, e),
|
|
1256
830
|
...t
|
|
1257
831
|
}
|
|
1258
|
-
),
|
|
832
|
+
), lo = ({
|
|
1259
833
|
className: e,
|
|
1260
834
|
...t
|
|
1261
835
|
}) => /* @__PURE__ */ a(
|
|
1262
|
-
|
|
836
|
+
Ye,
|
|
1263
837
|
{
|
|
1264
838
|
className: d(
|
|
1265
|
-
|
|
839
|
+
h({ slot: "content" }),
|
|
1266
840
|
"gap-3 px-3 py-4 ",
|
|
1267
841
|
"w-[254px] text-sm font-normal",
|
|
1268
842
|
e
|
|
1269
843
|
),
|
|
1270
844
|
...t
|
|
1271
845
|
}
|
|
1272
|
-
),
|
|
846
|
+
), no = ({
|
|
1273
847
|
className: e,
|
|
1274
848
|
...t
|
|
1275
849
|
}) => /* @__PURE__ */ a(
|
|
1276
|
-
|
|
850
|
+
et,
|
|
1277
851
|
{
|
|
1278
|
-
className: d(
|
|
852
|
+
className: d(h({ slot: "arrow" }), e),
|
|
1279
853
|
...t
|
|
1280
854
|
}
|
|
1281
|
-
),
|
|
855
|
+
), co = ({
|
|
1282
856
|
className: e,
|
|
1283
857
|
...t
|
|
1284
858
|
}) => /* @__PURE__ */ a(
|
|
1285
|
-
|
|
859
|
+
tt,
|
|
1286
860
|
{
|
|
1287
861
|
className: d("flex items-center cursor-pointer hover:underline", e),
|
|
1288
862
|
...t
|
|
1289
863
|
}
|
|
1290
|
-
),
|
|
864
|
+
), bo = ({
|
|
1291
865
|
className: e,
|
|
1292
866
|
...t
|
|
1293
867
|
}) => /* @__PURE__ */ a(
|
|
1294
|
-
|
|
868
|
+
at,
|
|
1295
869
|
{
|
|
1296
870
|
className: d("mr-2 text-inkeep-primary-medium", e),
|
|
1297
871
|
...t
|
|
1298
872
|
}
|
|
1299
|
-
),
|
|
873
|
+
), ho = T, Co = ({
|
|
1300
874
|
className: e,
|
|
1301
875
|
...t
|
|
1302
876
|
}) => /* @__PURE__ */ a(
|
|
1303
|
-
|
|
877
|
+
dt,
|
|
1304
878
|
{
|
|
1305
|
-
className: d(
|
|
879
|
+
className: d(m({ slot: "overlay" }), e),
|
|
1306
880
|
...t
|
|
1307
881
|
}
|
|
1308
|
-
),
|
|
882
|
+
), po = ({
|
|
1309
883
|
className: e,
|
|
1310
884
|
...t
|
|
1311
885
|
}) => /* @__PURE__ */ a(
|
|
1312
|
-
|
|
886
|
+
ot,
|
|
1313
887
|
{
|
|
1314
888
|
className: d(
|
|
1315
|
-
|
|
889
|
+
m({ slot: "content" }),
|
|
1316
890
|
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
1317
891
|
"p-8 md:p-10 max-w-[480px]",
|
|
1318
892
|
e
|
|
1319
893
|
),
|
|
1320
894
|
...t
|
|
1321
895
|
}
|
|
1322
|
-
),
|
|
896
|
+
), uo = ({
|
|
1323
897
|
className: e,
|
|
1324
898
|
...t
|
|
1325
899
|
}) => /* @__PURE__ */ a(
|
|
1326
|
-
|
|
900
|
+
rt,
|
|
1327
901
|
{
|
|
1328
|
-
className: d(
|
|
902
|
+
className: d(m({ slot: "header" }), "px-0 pt-0 pb-8", "font-semibold", e),
|
|
1329
903
|
...t
|
|
1330
904
|
}
|
|
1331
|
-
),
|
|
905
|
+
), go = ({
|
|
1332
906
|
className: e,
|
|
1333
907
|
...t
|
|
1334
908
|
}) => /* @__PURE__ */ a(
|
|
1335
|
-
|
|
909
|
+
it,
|
|
1336
910
|
{
|
|
1337
|
-
className: d(
|
|
911
|
+
className: d(m({ slot: "close" }), e),
|
|
1338
912
|
...t
|
|
1339
913
|
}
|
|
1340
|
-
),
|
|
914
|
+
), Eo = ({
|
|
1341
915
|
className: e,
|
|
1342
916
|
...t
|
|
1343
917
|
}) => /* @__PURE__ */ a(
|
|
1344
|
-
|
|
918
|
+
st,
|
|
1345
919
|
{
|
|
1346
|
-
className: d(
|
|
920
|
+
className: d(m({ slot: "body" }), "p-0", e),
|
|
1347
921
|
...t
|
|
1348
922
|
}
|
|
1349
|
-
),
|
|
923
|
+
), Fo = ({
|
|
1350
924
|
className: e,
|
|
1351
925
|
...t
|
|
1352
|
-
}) => /* @__PURE__ */ a(
|
|
926
|
+
}) => /* @__PURE__ */ a(mt, { className: d("flex flex-col gap-8", e), ...t }), xo = ({
|
|
1353
927
|
className: e,
|
|
1354
928
|
...t
|
|
1355
929
|
}) => /* @__PURE__ */ a(
|
|
1356
|
-
|
|
930
|
+
lt,
|
|
1357
931
|
{
|
|
1358
932
|
className: d("flex flex-wrap items-center", "gap-[.75rem_0.5rem]", e),
|
|
1359
933
|
...t
|
|
1360
934
|
}
|
|
1361
|
-
),
|
|
935
|
+
), fo = ({
|
|
1362
936
|
className: e,
|
|
1363
937
|
...t
|
|
1364
938
|
}) => /* @__PURE__ */ a(
|
|
1365
|
-
|
|
939
|
+
nt,
|
|
1366
940
|
{
|
|
1367
|
-
className: d(
|
|
941
|
+
className: d(c({ slot: "root" }), e),
|
|
1368
942
|
...t
|
|
1369
943
|
}
|
|
1370
|
-
),
|
|
944
|
+
), vo = ({
|
|
1371
945
|
className: e,
|
|
1372
946
|
...t
|
|
1373
947
|
}) => /* @__PURE__ */ a(
|
|
1374
|
-
|
|
948
|
+
ct,
|
|
1375
949
|
{
|
|
1376
|
-
className: d(
|
|
950
|
+
className: d(c({ slot: "indicator" }), e),
|
|
1377
951
|
...t
|
|
1378
952
|
}
|
|
1379
|
-
),
|
|
953
|
+
), ko = ({
|
|
1380
954
|
className: e,
|
|
1381
955
|
...t
|
|
1382
956
|
}) => /* @__PURE__ */ a(
|
|
1383
|
-
|
|
957
|
+
bt,
|
|
1384
958
|
{
|
|
1385
959
|
className: d(
|
|
1386
960
|
"select-none cursor-pointer font-medium text-sm",
|
|
@@ -1389,41 +963,41 @@ const Wd = Za, _d = E(
|
|
|
1389
963
|
),
|
|
1390
964
|
...t
|
|
1391
965
|
}
|
|
1392
|
-
),
|
|
966
|
+
), yo = ({
|
|
1393
967
|
className: e,
|
|
1394
968
|
...t
|
|
1395
969
|
}) => /* @__PURE__ */ a(
|
|
1396
|
-
|
|
970
|
+
ht,
|
|
1397
971
|
{
|
|
1398
972
|
className: d("flex-[0_0_100%]", "min-h-20 border rounded-md", "px-3 py-2 text-sm", e),
|
|
1399
973
|
...t
|
|
1400
974
|
}
|
|
1401
|
-
),
|
|
975
|
+
), Po = ({
|
|
1402
976
|
className: e,
|
|
1403
977
|
...t
|
|
1404
978
|
}) => /* @__PURE__ */ a(
|
|
1405
|
-
|
|
979
|
+
Ct,
|
|
1406
980
|
{
|
|
1407
|
-
className: d(
|
|
981
|
+
className: d(o({ variant: "primaryFilled" }), "ml-auto", e),
|
|
1408
982
|
...t
|
|
1409
983
|
}
|
|
1410
|
-
),
|
|
984
|
+
), wo = ({
|
|
1411
985
|
className: e,
|
|
1412
986
|
...t
|
|
1413
987
|
}) => /* @__PURE__ */ a(
|
|
1414
|
-
|
|
988
|
+
pt,
|
|
1415
989
|
{
|
|
1416
990
|
className: d("w-full overflow-y-auto [scrollbar-width:thin]", e),
|
|
1417
991
|
...t
|
|
1418
992
|
}
|
|
1419
|
-
),
|
|
993
|
+
), Io = ({
|
|
1420
994
|
className: e,
|
|
1421
995
|
...t
|
|
1422
996
|
}) => /* @__PURE__ */ a(
|
|
1423
|
-
|
|
997
|
+
ut,
|
|
1424
998
|
{
|
|
1425
999
|
className: d(
|
|
1426
|
-
|
|
1000
|
+
C({ section: "content" }),
|
|
1427
1001
|
"relative pt-4 pb-8 gap-8",
|
|
1428
1002
|
"items-start justify-center w-full",
|
|
1429
1003
|
"px-6 ikp-md:px-10 ikp-md:pb-12",
|
|
@@ -1431,55 +1005,55 @@ const Wd = Za, _d = E(
|
|
|
1431
1005
|
),
|
|
1432
1006
|
...t
|
|
1433
1007
|
}
|
|
1434
|
-
),
|
|
1008
|
+
), Mo = ({
|
|
1435
1009
|
className: e,
|
|
1436
1010
|
...t
|
|
1437
1011
|
}) => /* @__PURE__ */ a(
|
|
1438
|
-
|
|
1012
|
+
gt,
|
|
1439
1013
|
{
|
|
1440
1014
|
className: d(
|
|
1441
|
-
|
|
1015
|
+
o({ variant: "ghost" }),
|
|
1442
1016
|
"absolute right-1 top-1",
|
|
1443
1017
|
"text-xl text-gray-500 dark:text-white-alpha-500 w-10 h-10 z-modal",
|
|
1444
1018
|
e
|
|
1445
1019
|
),
|
|
1446
1020
|
...t
|
|
1447
1021
|
}
|
|
1448
|
-
),
|
|
1022
|
+
), No = ({
|
|
1449
1023
|
className: e,
|
|
1450
1024
|
...t
|
|
1451
1025
|
}) => /* @__PURE__ */ a(
|
|
1452
|
-
|
|
1026
|
+
Et,
|
|
1453
1027
|
{
|
|
1454
1028
|
className: d("mt-8 flex flex-col gap-6", e),
|
|
1455
1029
|
...t
|
|
1456
1030
|
}
|
|
1457
|
-
),
|
|
1031
|
+
), So = ({
|
|
1458
1032
|
className: e,
|
|
1459
1033
|
...t
|
|
1460
1034
|
}) => /* @__PURE__ */ a(
|
|
1461
|
-
|
|
1035
|
+
Ft,
|
|
1462
1036
|
{
|
|
1463
1037
|
className: d("font-semibold text-xl leading-5", e),
|
|
1464
1038
|
...t
|
|
1465
1039
|
}
|
|
1466
|
-
),
|
|
1040
|
+
), Ao = ({
|
|
1467
1041
|
className: e,
|
|
1468
1042
|
...t
|
|
1469
1043
|
}) => /* @__PURE__ */ a(
|
|
1470
|
-
|
|
1044
|
+
xt,
|
|
1471
1045
|
{
|
|
1472
1046
|
className: d("text-gray-700 dark:text-white-alpha-700 text-sm", e),
|
|
1473
1047
|
...t
|
|
1474
1048
|
}
|
|
1475
|
-
),
|
|
1049
|
+
), To = ({
|
|
1476
1050
|
className: e,
|
|
1477
1051
|
...t
|
|
1478
|
-
}) => /* @__PURE__ */ a(
|
|
1052
|
+
}) => /* @__PURE__ */ a(ft, { className: d("w-full space-y-8", e), ...t }), Ho = ({
|
|
1479
1053
|
className: e,
|
|
1480
1054
|
...t
|
|
1481
1055
|
}) => /* @__PURE__ */ a(
|
|
1482
|
-
|
|
1056
|
+
vt,
|
|
1483
1057
|
{
|
|
1484
1058
|
className: d(
|
|
1485
1059
|
"group flex flex-col gap-2 data-[hidden]:hidden",
|
|
@@ -1488,11 +1062,11 @@ const Wd = Za, _d = E(
|
|
|
1488
1062
|
),
|
|
1489
1063
|
...t
|
|
1490
1064
|
}
|
|
1491
|
-
),
|
|
1065
|
+
), Lo = ({
|
|
1492
1066
|
className: e,
|
|
1493
1067
|
...t
|
|
1494
1068
|
}) => /* @__PURE__ */ a(
|
|
1495
|
-
|
|
1069
|
+
kt,
|
|
1496
1070
|
{
|
|
1497
1071
|
className: d(
|
|
1498
1072
|
"font-medium text-sm text-gray-700",
|
|
@@ -1509,32 +1083,32 @@ const Wd = Za, _d = E(
|
|
|
1509
1083
|
),
|
|
1510
1084
|
...t
|
|
1511
1085
|
}
|
|
1512
|
-
),
|
|
1086
|
+
), Bo = ({
|
|
1513
1087
|
className: e,
|
|
1514
1088
|
...t
|
|
1515
1089
|
}) => /* @__PURE__ */ a(
|
|
1516
|
-
|
|
1090
|
+
yt,
|
|
1517
1091
|
{
|
|
1518
|
-
className: d(
|
|
1092
|
+
className: d(b({ size: "md", variant: "outline" }), e),
|
|
1519
1093
|
...t
|
|
1520
1094
|
}
|
|
1521
|
-
),
|
|
1095
|
+
), Do = ({
|
|
1522
1096
|
className: e,
|
|
1523
1097
|
...t
|
|
1524
1098
|
}) => /* @__PURE__ */ a(
|
|
1525
|
-
|
|
1099
|
+
Pt,
|
|
1526
1100
|
{
|
|
1527
|
-
className: d(
|
|
1101
|
+
className: d(b({ size: "md", variant: "outline" }), e),
|
|
1528
1102
|
...t
|
|
1529
1103
|
}
|
|
1530
|
-
),
|
|
1104
|
+
), zo = ({
|
|
1531
1105
|
className: e,
|
|
1532
1106
|
...t
|
|
1533
1107
|
}) => /* @__PURE__ */ a(
|
|
1534
|
-
|
|
1108
|
+
wt,
|
|
1535
1109
|
{
|
|
1536
1110
|
className: d(
|
|
1537
|
-
|
|
1111
|
+
b({ size: "md", variant: "outline" }),
|
|
1538
1112
|
"text-sm pl-2 file:h-full file:cursor-pointer py-0",
|
|
1539
1113
|
"file:bg-transparent file:border-none file:font-medium",
|
|
1540
1114
|
"file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",
|
|
@@ -1542,180 +1116,180 @@ const Wd = Za, _d = E(
|
|
|
1542
1116
|
),
|
|
1543
1117
|
...t
|
|
1544
1118
|
}
|
|
1545
|
-
),
|
|
1119
|
+
), _o = ({
|
|
1546
1120
|
className: e,
|
|
1547
1121
|
...t
|
|
1548
1122
|
}) => /* @__PURE__ */ a(
|
|
1549
|
-
|
|
1123
|
+
It,
|
|
1550
1124
|
{
|
|
1551
1125
|
className: d(
|
|
1552
|
-
|
|
1126
|
+
b({ size: "md", variant: "outline" }),
|
|
1553
1127
|
"min-h-20 px-3 py-2 text-sm",
|
|
1554
1128
|
e
|
|
1555
1129
|
),
|
|
1556
1130
|
...t
|
|
1557
1131
|
}
|
|
1558
|
-
),
|
|
1132
|
+
), Wo = ({
|
|
1559
1133
|
className: e,
|
|
1560
1134
|
...t
|
|
1561
1135
|
}) => /* @__PURE__ */ a(
|
|
1562
|
-
|
|
1136
|
+
Mt,
|
|
1563
1137
|
{
|
|
1564
|
-
className: d(
|
|
1138
|
+
className: d(c({ slot: "root" }), e),
|
|
1565
1139
|
...t
|
|
1566
1140
|
}
|
|
1567
|
-
),
|
|
1141
|
+
), Qo = ({
|
|
1568
1142
|
className: e,
|
|
1569
1143
|
...t
|
|
1570
1144
|
}) => /* @__PURE__ */ a(
|
|
1571
|
-
|
|
1145
|
+
Nt,
|
|
1572
1146
|
{
|
|
1573
|
-
className: d(
|
|
1147
|
+
className: d(c({ slot: "indicator" }), e),
|
|
1574
1148
|
...t
|
|
1575
1149
|
}
|
|
1576
|
-
),
|
|
1150
|
+
), jo = H, Ro = ({
|
|
1577
1151
|
className: e,
|
|
1578
1152
|
...t
|
|
1579
1153
|
}) => /* @__PURE__ */ a(
|
|
1580
|
-
|
|
1154
|
+
St,
|
|
1581
1155
|
{
|
|
1582
|
-
className: d(
|
|
1156
|
+
className: d(l({ slot: "trigger" }), e),
|
|
1583
1157
|
...t
|
|
1584
1158
|
}
|
|
1585
|
-
),
|
|
1159
|
+
), Vo = L, Oo = ({
|
|
1586
1160
|
className: e,
|
|
1587
1161
|
...t
|
|
1588
1162
|
}) => /* @__PURE__ */ a(
|
|
1589
|
-
|
|
1163
|
+
At,
|
|
1590
1164
|
{
|
|
1591
1165
|
className: d("h-4 w-4 opacity-45", e),
|
|
1592
1166
|
...t
|
|
1593
1167
|
}
|
|
1594
|
-
),
|
|
1168
|
+
), qo = ({
|
|
1595
1169
|
className: e,
|
|
1596
1170
|
...t
|
|
1597
1171
|
}) => /* @__PURE__ */ a(
|
|
1598
|
-
|
|
1172
|
+
Tt,
|
|
1599
1173
|
{
|
|
1600
|
-
className: d(
|
|
1174
|
+
className: d(l({ slot: "content" }), e),
|
|
1601
1175
|
...t
|
|
1602
1176
|
}
|
|
1603
|
-
),
|
|
1177
|
+
), Go = ({
|
|
1604
1178
|
className: e,
|
|
1605
1179
|
...t
|
|
1606
1180
|
}) => /* @__PURE__ */ a(
|
|
1607
|
-
|
|
1181
|
+
Ht,
|
|
1608
1182
|
{
|
|
1609
|
-
className: d(
|
|
1183
|
+
className: d(l({ slot: "viewport" }), e),
|
|
1610
1184
|
...t
|
|
1611
1185
|
}
|
|
1612
|
-
),
|
|
1186
|
+
), Ko = ({
|
|
1613
1187
|
className: e,
|
|
1614
1188
|
...t
|
|
1615
1189
|
}) => /* @__PURE__ */ a(
|
|
1616
|
-
|
|
1190
|
+
Lt,
|
|
1617
1191
|
{
|
|
1618
|
-
className: d(
|
|
1192
|
+
className: d(l({ slot: "item" }), e),
|
|
1619
1193
|
...t
|
|
1620
1194
|
}
|
|
1621
|
-
),
|
|
1195
|
+
), Uo = B, Zo = ({
|
|
1622
1196
|
className: e,
|
|
1623
1197
|
...t
|
|
1624
1198
|
}) => /* @__PURE__ */ a(
|
|
1625
|
-
|
|
1199
|
+
Bt,
|
|
1626
1200
|
{
|
|
1627
|
-
className: d(
|
|
1201
|
+
className: d(l({ slot: "itemIndicator" }), e),
|
|
1628
1202
|
...t
|
|
1629
1203
|
}
|
|
1630
|
-
),
|
|
1204
|
+
), $o = D, Jo = ({
|
|
1631
1205
|
className: e,
|
|
1632
1206
|
...t
|
|
1633
1207
|
}) => /* @__PURE__ */ a(
|
|
1634
|
-
|
|
1208
|
+
Dt,
|
|
1635
1209
|
{
|
|
1636
|
-
className: d(
|
|
1210
|
+
className: d(s({ slot: "control" }), e),
|
|
1637
1211
|
...t
|
|
1638
1212
|
}
|
|
1639
|
-
),
|
|
1213
|
+
), Xo = ({
|
|
1640
1214
|
className: e,
|
|
1641
1215
|
...t
|
|
1642
|
-
}) => /* @__PURE__ */ a(
|
|
1216
|
+
}) => /* @__PURE__ */ a(Qt, { className: e, ...t }), Yo = ({
|
|
1643
1217
|
className: e,
|
|
1644
1218
|
...t
|
|
1645
1219
|
}) => /* @__PURE__ */ a(
|
|
1646
|
-
|
|
1220
|
+
zt,
|
|
1647
1221
|
{
|
|
1648
|
-
className: d(
|
|
1222
|
+
className: d(s({ slot: "input" }), e),
|
|
1649
1223
|
...t
|
|
1650
1224
|
}
|
|
1651
|
-
),
|
|
1225
|
+
), er = ({
|
|
1652
1226
|
className: e,
|
|
1653
1227
|
...t
|
|
1654
1228
|
}) => /* @__PURE__ */ a(
|
|
1655
|
-
|
|
1229
|
+
_t,
|
|
1656
1230
|
{
|
|
1657
|
-
className: d(
|
|
1231
|
+
className: d(s({ slot: "trigger" }), e),
|
|
1658
1232
|
...t
|
|
1659
1233
|
}
|
|
1660
|
-
),
|
|
1234
|
+
), tr = ({
|
|
1661
1235
|
className: e,
|
|
1662
1236
|
...t
|
|
1663
1237
|
}) => /* @__PURE__ */ a(
|
|
1664
|
-
|
|
1238
|
+
Wt,
|
|
1665
1239
|
{
|
|
1666
|
-
className: d(
|
|
1240
|
+
className: d(s({ slot: "selectedTags" }), e),
|
|
1667
1241
|
...t
|
|
1668
1242
|
}
|
|
1669
|
-
),
|
|
1243
|
+
), ar = ({
|
|
1670
1244
|
className: e,
|
|
1671
1245
|
...t
|
|
1672
1246
|
}) => /* @__PURE__ */ a(
|
|
1673
|
-
|
|
1247
|
+
jt,
|
|
1674
1248
|
{
|
|
1675
|
-
className: d(
|
|
1249
|
+
className: d(s({ slot: "content" }), e),
|
|
1676
1250
|
...t
|
|
1677
1251
|
}
|
|
1678
|
-
),
|
|
1252
|
+
), dr = ({
|
|
1679
1253
|
className: e,
|
|
1680
1254
|
...t
|
|
1681
1255
|
}) => /* @__PURE__ */ a(
|
|
1682
|
-
|
|
1256
|
+
Rt,
|
|
1683
1257
|
{
|
|
1684
|
-
className: d(
|
|
1258
|
+
className: d(s({ slot: "list" }), e),
|
|
1685
1259
|
...t
|
|
1686
1260
|
}
|
|
1687
|
-
),
|
|
1261
|
+
), or = z, rr = ({
|
|
1688
1262
|
className: e,
|
|
1689
1263
|
...t
|
|
1690
1264
|
}) => /* @__PURE__ */ a(
|
|
1691
|
-
|
|
1265
|
+
Vt,
|
|
1692
1266
|
{
|
|
1693
|
-
className: d(
|
|
1267
|
+
className: d(s({ slot: "emptyMessage" }), e),
|
|
1694
1268
|
...t
|
|
1695
1269
|
}
|
|
1696
|
-
),
|
|
1270
|
+
), ir = ({
|
|
1697
1271
|
className: e,
|
|
1698
1272
|
...t
|
|
1699
1273
|
}) => /* @__PURE__ */ a(
|
|
1700
|
-
|
|
1274
|
+
Ot,
|
|
1701
1275
|
{
|
|
1702
|
-
className: d(
|
|
1276
|
+
className: d(s({ slot: "item" }), e),
|
|
1703
1277
|
...t
|
|
1704
1278
|
}
|
|
1705
|
-
),
|
|
1279
|
+
), sr = _, mr = ({
|
|
1706
1280
|
className: e,
|
|
1707
1281
|
...t
|
|
1708
1282
|
}) => /* @__PURE__ */ a(
|
|
1709
|
-
|
|
1283
|
+
qt,
|
|
1710
1284
|
{
|
|
1711
|
-
className: d(
|
|
1285
|
+
className: d(s({ slot: "itemIndicator" }), e),
|
|
1712
1286
|
...t
|
|
1713
1287
|
}
|
|
1714
|
-
),
|
|
1288
|
+
), lr = ({
|
|
1715
1289
|
className: e,
|
|
1716
1290
|
...t
|
|
1717
1291
|
}) => /* @__PURE__ */ a(
|
|
1718
|
-
|
|
1292
|
+
Gt,
|
|
1719
1293
|
{
|
|
1720
1294
|
className: d(
|
|
1721
1295
|
"text-sm text-gray-600 dark:text-white-alpha-600",
|
|
@@ -1724,11 +1298,11 @@ const Wd = Za, _d = E(
|
|
|
1724
1298
|
),
|
|
1725
1299
|
...t
|
|
1726
1300
|
}
|
|
1727
|
-
),
|
|
1301
|
+
), nr = ({
|
|
1728
1302
|
className: e,
|
|
1729
1303
|
...t
|
|
1730
1304
|
}) => /* @__PURE__ */ a(
|
|
1731
|
-
|
|
1305
|
+
Kt,
|
|
1732
1306
|
{
|
|
1733
1307
|
className: d(
|
|
1734
1308
|
"text-sm flex items-center text-red-500 dark:text-red-300",
|
|
@@ -1737,47 +1311,47 @@ const Wd = Za, _d = E(
|
|
|
1737
1311
|
),
|
|
1738
1312
|
...t
|
|
1739
1313
|
}
|
|
1740
|
-
),
|
|
1314
|
+
), cr = ({
|
|
1741
1315
|
className: e,
|
|
1742
1316
|
...t
|
|
1743
1317
|
}) => /* @__PURE__ */ a(
|
|
1744
|
-
|
|
1318
|
+
Ut,
|
|
1745
1319
|
{
|
|
1746
1320
|
className: d("text-red-500 dark:text-red-300", e),
|
|
1747
1321
|
...t
|
|
1748
1322
|
}
|
|
1749
|
-
),
|
|
1323
|
+
), br = ({
|
|
1750
1324
|
className: e,
|
|
1751
1325
|
...t
|
|
1752
1326
|
}) => /* @__PURE__ */ a(
|
|
1753
|
-
|
|
1327
|
+
Zt,
|
|
1754
1328
|
{
|
|
1755
1329
|
className: d("flex items-center justify-end gap-4 w-full", e),
|
|
1756
1330
|
...t
|
|
1757
1331
|
}
|
|
1758
|
-
),
|
|
1332
|
+
), hr = ({
|
|
1759
1333
|
className: e,
|
|
1760
1334
|
...t
|
|
1761
1335
|
}) => /* @__PURE__ */ a(
|
|
1762
|
-
|
|
1336
|
+
$t,
|
|
1763
1337
|
{
|
|
1764
|
-
className: d(
|
|
1338
|
+
className: d(o({ variant: "outline" }), e),
|
|
1765
1339
|
...t
|
|
1766
1340
|
}
|
|
1767
|
-
),
|
|
1341
|
+
), Cr = ({
|
|
1768
1342
|
className: e,
|
|
1769
1343
|
...t
|
|
1770
1344
|
}) => /* @__PURE__ */ a(
|
|
1771
|
-
|
|
1345
|
+
Jt,
|
|
1772
1346
|
{
|
|
1773
|
-
className: d(
|
|
1347
|
+
className: d(o({ variant: "primaryFilled" }), e),
|
|
1774
1348
|
...t
|
|
1775
1349
|
}
|
|
1776
|
-
),
|
|
1350
|
+
), pr = ({
|
|
1777
1351
|
className: e,
|
|
1778
1352
|
...t
|
|
1779
1353
|
}) => /* @__PURE__ */ a(
|
|
1780
|
-
|
|
1354
|
+
Xt,
|
|
1781
1355
|
{
|
|
1782
1356
|
className: d(
|
|
1783
1357
|
"flex flex-col items-center justify-center h-auto",
|
|
@@ -1786,11 +1360,11 @@ const Wd = Za, _d = E(
|
|
|
1786
1360
|
),
|
|
1787
1361
|
...t
|
|
1788
1362
|
}
|
|
1789
|
-
),
|
|
1363
|
+
), ur = ({
|
|
1790
1364
|
className: e,
|
|
1791
1365
|
...t
|
|
1792
1366
|
}) => /* @__PURE__ */ a(
|
|
1793
|
-
|
|
1367
|
+
Yt,
|
|
1794
1368
|
{
|
|
1795
1369
|
className: d(
|
|
1796
1370
|
"mb-6 font-bold tracking-tight",
|
|
@@ -1799,229 +1373,182 @@ const Wd = Za, _d = E(
|
|
|
1799
1373
|
),
|
|
1800
1374
|
...t
|
|
1801
1375
|
}
|
|
1802
|
-
),
|
|
1376
|
+
), gr = W, Er = ({
|
|
1803
1377
|
className: e,
|
|
1804
1378
|
...t
|
|
1805
1379
|
}) => /* @__PURE__ */ a(
|
|
1806
|
-
|
|
1380
|
+
ea,
|
|
1807
1381
|
{
|
|
1808
|
-
className: d(
|
|
1382
|
+
className: d(o({ variant: "primaryFilled" }), "w-full mt-12 gap-2 shrink-0", e),
|
|
1809
1383
|
...t
|
|
1810
1384
|
}
|
|
1811
1385
|
);
|
|
1812
1386
|
export {
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
nr as AttachmentsBarAttachmentIcon,
|
|
1820
|
-
lr as AttachmentsBarAttachmentTitle,
|
|
1821
|
-
Mr as AttachmentsBarForm,
|
|
1822
|
-
Tr as AttachmentsBarFormContent,
|
|
1823
|
-
Dr as AttachmentsBarFormContentError,
|
|
1824
|
-
Lr as AttachmentsBarFormContentInput,
|
|
1825
|
-
Hr as AttachmentsBarFormContentLabel,
|
|
1826
|
-
Wr as AttachmentsBarFormSubmitButton,
|
|
1827
|
-
Ir as AttachmentsBarFormTitle,
|
|
1828
|
-
Sr as AttachmentsBarFormTitleError,
|
|
1829
|
-
Br as AttachmentsBarFormTitleInput,
|
|
1830
|
-
Nr as AttachmentsBarFormTitleLabel,
|
|
1831
|
-
br as AttachmentsBarInfoTip,
|
|
1832
|
-
Er as AttachmentsBarInfoTipArrow,
|
|
1833
|
-
Cr as AttachmentsBarInfoTipIcon,
|
|
1834
|
-
pr as AttachmentsBarInfoTipText,
|
|
1835
|
-
gr as AttachmentsBarInput,
|
|
1836
|
-
ur as AttachmentsBarInputs,
|
|
1837
|
-
mr as AttachmentsBarList,
|
|
1838
|
-
xr as AttachmentsBarModal,
|
|
1839
|
-
yr as AttachmentsBarModalBody,
|
|
1840
|
-
wr as AttachmentsBarModalClose,
|
|
1841
|
-
fr as AttachmentsBarModalContent,
|
|
1842
|
-
kr as AttachmentsBarModalDescription,
|
|
1843
|
-
vr as AttachmentsBarModalHeader,
|
|
1844
|
-
Pr as AttachmentsBarModalHeading,
|
|
1845
|
-
Ar as AttachmentsBarModalHelp,
|
|
1846
|
-
Fr as AttachmentsBarModalOverlay,
|
|
1847
|
-
Vr as ChatAction,
|
|
1848
|
-
Gr as ChatActionFeedback,
|
|
1849
|
-
qr as ChatActionLabel,
|
|
1850
|
-
id as ChatHistoryButton,
|
|
1387
|
+
$d as ActionBar,
|
|
1388
|
+
Jd as Actions,
|
|
1389
|
+
ao as ChatAction,
|
|
1390
|
+
ro as ChatActionFeedback,
|
|
1391
|
+
oo as ChatActionLabel,
|
|
1392
|
+
Ca as ChatHistoryButton,
|
|
1851
1393
|
F as ChatHistoryButtonIcon,
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
us as MessagesSessionLoading,
|
|
2013
|
-
Wd as Provider,
|
|
2014
|
-
zd as Root,
|
|
2015
|
-
sr as SendButton,
|
|
2016
|
-
rr as SendButtonIcon,
|
|
2017
|
-
Rr as TaglineBrandName,
|
|
2018
|
-
jr as TaglineContainer,
|
|
2019
|
-
Or as TaglineLogo,
|
|
2020
|
-
Qr as TaglineText,
|
|
2021
|
-
Rd as ToolbarHeader,
|
|
2022
|
-
cs as Workflow,
|
|
2023
|
-
is as Workflows,
|
|
2024
|
-
ns as WorkflowsLabel,
|
|
2025
|
-
ls as WorkflowsList,
|
|
2026
|
-
_d as Wrapper
|
|
1394
|
+
Za as ChatHistoryTrigger,
|
|
1395
|
+
$a as Content,
|
|
1396
|
+
Ja as ContentScrollArea,
|
|
1397
|
+
td as ContentScrollAreaCorner,
|
|
1398
|
+
Ya as ContentScrollAreaScrollbar,
|
|
1399
|
+
ed as ContentScrollAreaThumb,
|
|
1400
|
+
Xa as ContentScrollAreaViewport,
|
|
1401
|
+
ad as Disclaimer,
|
|
1402
|
+
sd as DisclaimerArrow,
|
|
1403
|
+
rd as DisclaimerContent,
|
|
1404
|
+
dd as DisclaimerLabel,
|
|
1405
|
+
id as DisclaimerText,
|
|
1406
|
+
od as DisclaimerTrigger,
|
|
1407
|
+
kr as DropZone,
|
|
1408
|
+
wd as DynamicComponent,
|
|
1409
|
+
cd as ExampleQuestion,
|
|
1410
|
+
bd as ExampleQuestionButton,
|
|
1411
|
+
md as ExampleQuestions,
|
|
1412
|
+
ld as ExampleQuestionsLabel,
|
|
1413
|
+
nd as ExampleQuestionsList,
|
|
1414
|
+
Fo as FeedbackForm,
|
|
1415
|
+
xo as FeedbackItem,
|
|
1416
|
+
fo as FeedbackItemCheckbox,
|
|
1417
|
+
vo as FeedbackItemCheckboxIndicator,
|
|
1418
|
+
yo as FeedbackItemDescription,
|
|
1419
|
+
ko as FeedbackItemLabel,
|
|
1420
|
+
ho as FeedbackModal,
|
|
1421
|
+
Eo as FeedbackModalBody,
|
|
1422
|
+
go as FeedbackModalClose,
|
|
1423
|
+
po as FeedbackModalContent,
|
|
1424
|
+
uo as FeedbackModalHeader,
|
|
1425
|
+
Co as FeedbackModalOverlay,
|
|
1426
|
+
Po as FeedbackSubmitButton,
|
|
1427
|
+
yr as FileContent,
|
|
1428
|
+
Pr as FileInput,
|
|
1429
|
+
wr as FileItem,
|
|
1430
|
+
Ir as FileList,
|
|
1431
|
+
Mr as FileName,
|
|
1432
|
+
Nr as FilePreviewTrigger,
|
|
1433
|
+
Sr as FileRemove,
|
|
1434
|
+
Ar as FileThumbnail,
|
|
1435
|
+
Tr as FileTypeIcon,
|
|
1436
|
+
Hr as FileUploadButton,
|
|
1437
|
+
Od as Footer,
|
|
1438
|
+
Io as Form,
|
|
1439
|
+
hr as FormCancel,
|
|
1440
|
+
Mo as FormClose,
|
|
1441
|
+
To as FormContent,
|
|
1442
|
+
Ao as FormDescription,
|
|
1443
|
+
cr as FormError,
|
|
1444
|
+
Ho as FormField,
|
|
1445
|
+
Wo as FormFieldCheckbox,
|
|
1446
|
+
Qo as FormFieldCheckboxIndicator,
|
|
1447
|
+
$o as FormFieldCombobox,
|
|
1448
|
+
ar as FormFieldComboboxContent,
|
|
1449
|
+
Jo as FormFieldComboboxControl,
|
|
1450
|
+
Yo as FormFieldComboboxInput,
|
|
1451
|
+
ir as FormFieldComboboxItem,
|
|
1452
|
+
mr as FormFieldComboboxItemIndicator,
|
|
1453
|
+
sr as FormFieldComboboxItemText,
|
|
1454
|
+
dr as FormFieldComboboxList,
|
|
1455
|
+
rr as FormFieldComboboxListEmpty,
|
|
1456
|
+
or as FormFieldComboboxListItems,
|
|
1457
|
+
Xo as FormFieldComboboxPositioner,
|
|
1458
|
+
tr as FormFieldComboboxSelectedTags,
|
|
1459
|
+
er as FormFieldComboboxTrigger,
|
|
1460
|
+
lr as FormFieldDescription,
|
|
1461
|
+
Do as FormFieldEmail,
|
|
1462
|
+
nr as FormFieldError,
|
|
1463
|
+
zo as FormFieldFile,
|
|
1464
|
+
Lo as FormFieldLabel,
|
|
1465
|
+
jo as FormFieldSelect,
|
|
1466
|
+
qo as FormFieldSelectContent,
|
|
1467
|
+
Oo as FormFieldSelectIcon,
|
|
1468
|
+
Ko as FormFieldSelectItem,
|
|
1469
|
+
Zo as FormFieldSelectItemIndicator,
|
|
1470
|
+
Uo as FormFieldSelectItemText,
|
|
1471
|
+
Ro as FormFieldSelectTrigger,
|
|
1472
|
+
Vo as FormFieldSelectValue,
|
|
1473
|
+
Go as FormFieldSelectViewport,
|
|
1474
|
+
Bo as FormFieldText,
|
|
1475
|
+
_o as FormFieldTextArea,
|
|
1476
|
+
br as FormFooter,
|
|
1477
|
+
No as FormHeader,
|
|
1478
|
+
So as FormHeading,
|
|
1479
|
+
Cr as FormSubmit,
|
|
1480
|
+
pr as FormSuccess,
|
|
1481
|
+
Er as FormSuccessButton,
|
|
1482
|
+
ur as FormSuccessHeading,
|
|
1483
|
+
gr as FormSuccessMessage,
|
|
1484
|
+
wo as FormWrapper,
|
|
1485
|
+
qa as Header,
|
|
1486
|
+
Ga as HeaderToolbar,
|
|
1487
|
+
Ka as HeaderToolbarWrapper,
|
|
1488
|
+
so as HelpAction,
|
|
1489
|
+
io as HelpActions,
|
|
1490
|
+
lo as HelpActionsMenu,
|
|
1491
|
+
no as HelpActionsMenuArrow,
|
|
1492
|
+
co as HelpActionsMenuItem,
|
|
1493
|
+
bo as HelpActionsMenuItemIcon,
|
|
1494
|
+
mo as HelpActionsTrigger,
|
|
1495
|
+
Vr as ImagePreviewModal,
|
|
1496
|
+
Or as ImagePreviewModalClose,
|
|
1497
|
+
qr as ImagePreviewModalContent,
|
|
1498
|
+
Gr as ImagePreviewModalFileName,
|
|
1499
|
+
Kr as ImagePreviewModalFooter,
|
|
1500
|
+
Ur as ImagePreviewModalImage,
|
|
1501
|
+
Zr as ImagePreviewModalOverlay,
|
|
1502
|
+
Kd as Input,
|
|
1503
|
+
qd as InputFieldset,
|
|
1504
|
+
Gd as InputGroup,
|
|
1505
|
+
Lr as InputNotification,
|
|
1506
|
+
Br as InputNotificationClose,
|
|
1507
|
+
Dr as InputNotificationContent,
|
|
1508
|
+
zr as InputNotificationHeader,
|
|
1509
|
+
_r as InputNotificationMessage,
|
|
1510
|
+
Wr as InputNotificationTitle,
|
|
1511
|
+
pd as IntroMessageWrapper,
|
|
1512
|
+
Id as Markdown,
|
|
1513
|
+
Ad as MessageAction,
|
|
1514
|
+
Fd as MessageAvatar,
|
|
1515
|
+
xd as MessageAvatarContent,
|
|
1516
|
+
fd as MessageAvatarFallback,
|
|
1517
|
+
vd as MessageAvatarImage,
|
|
1518
|
+
Pd as MessageContent,
|
|
1519
|
+
yd as MessageContentWrapper,
|
|
1520
|
+
Sd as MessageCustomAction,
|
|
1521
|
+
Nd as MessageCustomActions,
|
|
1522
|
+
Qr as MessageFile,
|
|
1523
|
+
jr as MessageFiles,
|
|
1524
|
+
ud as MessageHeader,
|
|
1525
|
+
gd as MessageLoading,
|
|
1526
|
+
kd as MessageName,
|
|
1527
|
+
fr as MessagePart,
|
|
1528
|
+
Bd as MessageSourceItem,
|
|
1529
|
+
zd as MessageSourceItemBreadcrumbIcon,
|
|
1530
|
+
Dd as MessageSourceItemBreadcrumbs,
|
|
1531
|
+
jd as MessageSourceItemDescription,
|
|
1532
|
+
Rd as MessageSourceItemDescriptionPart,
|
|
1533
|
+
_d as MessageSourceItemIcon,
|
|
1534
|
+
Vd as MessageSourceItemIndicator,
|
|
1535
|
+
Qd as MessageSourceItemTag,
|
|
1536
|
+
Wd as MessageSourceItemTitle,
|
|
1537
|
+
Td as MessageSources,
|
|
1538
|
+
Hd as MessageSourcesHeader,
|
|
1539
|
+
Ld as MessageSourcesList,
|
|
1540
|
+
Md as MessageToolbar,
|
|
1541
|
+
Cd as MessageWrapper,
|
|
1542
|
+
hd as Messages,
|
|
1543
|
+
Ed as MessagesSessionLoading,
|
|
1544
|
+
Ra as Provider,
|
|
1545
|
+
Oa as Root,
|
|
1546
|
+
Ud as SendButton,
|
|
1547
|
+
Zd as SendButtonIcon,
|
|
1548
|
+
to as TaglineBrandName,
|
|
1549
|
+
Xd as TaglineContainer,
|
|
1550
|
+
eo as TaglineLogo,
|
|
1551
|
+
Yd as TaglineText,
|
|
1552
|
+
Ua as ToolbarHeader,
|
|
1553
|
+
Va as Wrapper
|
|
2027
1554
|
};
|