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