@inkeep/agents-ui 0.14.27 → 0.15.0
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 +215 -203
- package/dist/primitives/atoms/icons/built-in-icons.cjs +1 -1
- package/dist/primitives/atoms/icons/built-in-icons.d.ts +1 -0
- package/dist/primitives/atoms/icons/built-in-icons.js +44 -43
- package/dist/primitives/atoms/icons/checkbox-icon.cjs +1 -1
- package/dist/primitives/atoms/icons/checkbox-icon.js +1 -1
- package/dist/primitives/atoms/icons/inkeep-default-icons.cjs +1 -1
- package/dist/primitives/atoms/icons/inkeep-default-icons.js +3 -2
- package/dist/primitives/components/chat-bubble/index.cjs +1 -0
- package/dist/primitives/components/chat-bubble/index.d.ts +10 -0
- package/dist/primitives/components/chat-bubble/index.js +38 -0
- package/dist/primitives/components/chat-button.cjs +1 -1
- package/dist/primitives/components/chat-button.d.ts +3 -1
- package/dist/primitives/components/chat-button.js +31 -26
- package/dist/primitives/components/index.cjs +1 -1
- package/dist/primitives/components/index.d.ts +1 -0
- package/dist/primitives/components/index.js +19 -17
- package/dist/primitives/components/modal/use-inkeep-modal.cjs +1 -1
- package/dist/primitives/components/modal/use-inkeep-modal.d.ts +2 -2
- package/dist/primitives/components/modal/use-inkeep-modal.js +6 -42
- package/dist/primitives/components/modal/widget-auto-focus.cjs +1 -1
- package/dist/primitives/components/modal/widget-auto-focus.js +21 -12
- package/dist/primitives/components/modal.d.ts +2 -2
- package/dist/primitives/components/searchbar.d.ts +3 -3
- package/dist/primitives/components/sidebar-chat/index.cjs +1 -1
- package/dist/primitives/components/sidebar-chat/index.js +48 -67
- package/dist/primitives/components/use-component-trigger.cjs +1 -1
- package/dist/primitives/components/use-component-trigger.d.ts +1 -1
- package/dist/primitives/components/use-component-trigger.js +4 -3
- package/dist/primitives/hooks/index.cjs +1 -1
- package/dist/primitives/hooks/index.d.ts +1 -0
- package/dist/primitives/hooks/index.js +18 -16
- package/dist/primitives/hooks/use-inkeep-open-state.cjs +1 -0
- package/dist/primitives/hooks/use-inkeep-open-state.d.ts +18 -0
- package/dist/primitives/hooks/use-inkeep-open-state.js +47 -0
- package/dist/primitives/index.cjs +1 -1
- package/dist/primitives/index.js +140 -130
- package/dist/primitives/providers/base-events-provider.cjs +1 -1
- package/dist/primitives/providers/base-events-provider.js +1 -1
- package/dist/primitives/providers/chat-bubble-provider.cjs +1 -0
- package/dist/primitives/providers/chat-bubble-provider.d.ts +22 -0
- package/dist/primitives/providers/chat-bubble-provider.js +19 -0
- package/dist/primitives/providers/config-provider.cjs +1 -1
- package/dist/primitives/providers/config-provider.d.ts +0 -1
- package/dist/primitives/providers/config-provider.js +12 -13
- package/dist/primitives/providers/index.cjs +1 -1
- package/dist/primitives/providers/index.d.ts +1 -0
- package/dist/primitives/providers/index.js +27 -22
- package/dist/primitives/providers/sidebar-chat-provider.cjs +1 -1
- package/dist/primitives/providers/sidebar-chat-provider.d.ts +3 -25
- package/dist/primitives/providers/sidebar-chat-provider.js +23 -27
- package/dist/primitives/utils/component-ids.cjs +1 -1
- package/dist/primitives/utils/component-ids.d.ts +10 -0
- package/dist/primitives/utils/component-ids.js +10 -3
- package/dist/react/chat-button.cjs +1 -1
- package/dist/react/chat-button.d.ts +23 -7
- package/dist/react/chat-button.js +55 -46
- package/dist/react/embedded-chat.cjs +1 -1
- package/dist/react/embedded-chat.d.ts +4 -3
- package/dist/react/embedded-chat.js +171 -177
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +215 -203
- package/dist/react/modal.chat.cjs +1 -1
- package/dist/react/modal.chat.d.ts +6 -3
- package/dist/react/modal.chat.js +10 -10
- package/dist/react/modal.cjs +1 -1
- package/dist/react/modal.d.ts +2 -2
- package/dist/react/modal.js +5 -5
- package/dist/react/modal.search-and-chat.cjs +1 -1
- package/dist/react/modal.search-and-chat.d.ts +2 -2
- package/dist/react/modal.search-and-chat.js +15 -15
- package/dist/react/modal.search.cjs +1 -1
- package/dist/react/modal.search.d.ts +2 -2
- package/dist/react/modal.search.js +8 -8
- package/dist/react/searchbar.cjs +1 -1
- package/dist/react/searchbar.d.ts +4 -4
- package/dist/react/searchbar.js +12 -12
- package/dist/react/sidebar-chat.d.ts +1 -3
- package/dist/styled/components/chat-bubble.cjs +1 -0
- package/dist/styled/components/chat-bubble.d.ts +5 -0
- package/dist/styled/components/chat-bubble.js +70 -0
- package/dist/styled/components/chat-button.cjs +1 -1
- package/dist/styled/components/chat-button.d.ts +2 -1
- package/dist/styled/components/chat-button.js +10 -6
- package/dist/styled/components/embedded-chat.cjs +1 -1
- package/dist/styled/components/embedded-chat.js +331 -320
- package/dist/styled/components/embedded-search.cjs +1 -1
- package/dist/styled/components/embedded-search.js +3 -3
- package/dist/styled/components/index.cjs +1 -1
- package/dist/styled/components/index.d.ts +1 -0
- package/dist/styled/components/index.js +14 -12
- package/dist/styled/components/message.cjs +1 -1
- package/dist/styled/components/message.js +28 -25
- package/dist/styled/components/ui/recipes/button.cjs +1 -1
- package/dist/styled/components/ui/recipes/button.js +1 -1
- package/dist/styled/components/ui/recipes/checkbox.cjs +1 -1
- package/dist/styled/components/ui/recipes/checkbox.js +1 -1
- package/dist/styled/components/ui/recipes/input.cjs +1 -1
- package/dist/styled/components/ui/recipes/input.js +2 -2
- package/dist/styled/components/ui/recipes/markdown.cjs +1 -1
- package/dist/styled/components/ui/recipes/markdown.js +3 -3
- package/dist/styled/components/ui/recipes/select.cjs +1 -1
- package/dist/styled/components/ui/recipes/select.js +2 -2
- package/dist/styled/index.cjs +1 -1
- package/dist/styled/index.js +174 -162
- package/dist/styled/inkeep.css.cjs +218 -99
- package/dist/styled/inkeep.css.js +218 -99
- package/dist/types/config/open-settings.d.ts +70 -0
- package/dist/types/config/settings/form.d.ts +0 -53
- package/dist/types/events.d.ts +9 -1
- package/dist/types/icons/built-in.d.ts +1 -1
- package/dist/types/icons/custom.d.ts +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/js/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/types/config/modal.d.ts +0 -33
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
-
import { EmbeddedChatPrimitiveContentScrollAreaCorner as A, EmbeddedChatPrimitiveDisclaimerText as k, EmbeddedChatPrimitiveMessageAttachments as w, EmbeddedChatPrimitiveMessageAttachmentsPreview as P, EmbeddedChatPrimitiveDynamicComponent as M, EmbeddedChatPrimitiveMessageSources as y, EmbeddedChatPrimitiveAttachmentsBarInfoTip as N, EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow as I, EmbeddedChatPrimitiveAttachmentsBarModal as B, EmbeddedChatPrimitiveAttachmentsBarModalHelp as S, EmbeddedChatPrimitiveHelpActions as T, EmbeddedChatPrimitiveFeedbackModal as H, EmbeddedChatPrimitiveFormFieldSelect as L, EmbeddedChatPrimitiveFormFieldSelectValue as D, EmbeddedChatPrimitiveFormFieldSelectItemText as W, EmbeddedChatPrimitiveFormSuccessMessage as
|
|
3
|
+
import { EmbeddedChatPrimitiveContentScrollAreaCorner as A, EmbeddedChatPrimitiveDisclaimerText as k, EmbeddedChatPrimitiveMessageAttachments as w, EmbeddedChatPrimitiveMessageAttachmentsPreview as P, EmbeddedChatPrimitiveDynamicComponent as M, EmbeddedChatPrimitiveMessageSources as y, EmbeddedChatPrimitiveAttachmentsBarInfoTip as N, EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow as I, EmbeddedChatPrimitiveAttachmentsBarModal as B, EmbeddedChatPrimitiveAttachmentsBarModalHelp as S, EmbeddedChatPrimitiveHelpActions as T, EmbeddedChatPrimitiveFeedbackModal as H, EmbeddedChatPrimitiveFormFieldSelect as L, EmbeddedChatPrimitiveFormFieldSelectValue as D, EmbeddedChatPrimitiveFormFieldSelectItemText as W, EmbeddedChatPrimitiveFormSuccessMessage as _, EmbeddedChatPrimitiveWrapper as z, EmbeddedChatPrimitiveRoot as j, Header as Q, EmbeddedChatPrimitiveHeaderToolbar as O, EmbeddedChatPrimitiveToolbarHeaderWrapper as V, EmbeddedChatPrimitiveToolbarHeader as R, EmbeddedChatPrimitiveContent as q, EmbeddedChatPrimitiveContentScrollArea as G, EmbeddedChatPrimitiveContentScrollAreaViewport as $, EmbeddedChatPrimitiveContentScrollAreaScrollbar as J, EmbeddedChatPrimitiveContentScrollAreaThumb as K, EmbeddedChatPrimitiveMessages as U, EmbeddedChatPrimitiveMessageWrapper as X, EmbeddedChatPrimitiveIntroMessageWrapper as Y, EmbeddedChatPrimitiveDisclaimer as Z, EmbeddedChatPrimitiveDisclaimerLabel as ee, EmbeddedChatPrimitiveDisclaimerTrigger as te, EmbeddedChatPrimitiveDisclaimerContent as ae, EmbeddedChatPrimitiveDisclaimerArrow as de, EmbeddedChatPrimitiveExampleQuestions as se, EmbeddedChatPrimitiveExampleQuestionsLabel as re, EmbeddedChatPrimitiveExampleQuestionsList as me, EmbeddedChatPrimitiveExampleQuestion as oe, EmbeddedChatPrimitiveExampleQuestionButton as ie, EmbeddedChatPrimitiveWorkflows as ne, EmbeddedChatPrimitiveWorkflowsLabel as le, EmbeddedChatPrimitiveWorkflowsList as ce, EmbeddedChatPrimitiveWorkflow as he, EmbeddedChatPrimitiveMessageHeader as be, EmbeddedChatPrimitiveMessageLoading as pe, EmbeddedChatPrimitiveMessageAvatar as Ce, EmbeddedChatPrimitiveMessageAvatarContent as Ee, EmbeddedChatPrimitiveMessageAvatarFallback as ue, EmbeddedChatPrimitiveMessageAvatarImage as ge, EmbeddedChatPrimitiveMessageName as xe, EmbeddedChatPrimitiveMessageContentWrapper as fe, EmbeddedChatPrimitiveMessageContent as ve, EmbeddedChatPrimitiveMessageAttachmentsList as Fe, EmbeddedChatPrimitiveMessageAttachmentsItem as Ae, EmbeddedChatPrimitiveMessageAttachmentsItemIcon as ke, EmbeddedChatPrimitiveMessageAttachmentsItemTitle as we, EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay as Pe, EmbeddedChatPrimitiveMessageAttachmentsPreviewContent as Me, EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader as ye, EmbeddedChatPrimitiveMessageAttachmentsPreviewClose as Ne, EmbeddedChatPrimitiveMessageAttachmentsPreviewBody as Ie, EmbeddedChatPrimitiveMarkdown as Be, EmbeddedChatPrimitiveMessageToolbar as Se, EmbeddedChatPrimitiveMessageAnnotationActions as Te, EmbeddedChatPrimitiveMessageAnnotationAction as He, EmbeddedChatPrimitiveMessageAction as Le, EmbeddedChatPrimitiveMessageSourcesHeader as De, EmbeddedChatPrimitiveMessageSourcesList as We, EmbeddedChatPrimitiveMessageSourceItem as _e, EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs as ze, MessageSourceItemBreadcrumbIcon as je, EmbeddedChatPrimitiveMessageSourceItemIcon as Qe, EmbeddedChatPrimitiveMessageSourceItemTitle as Oe, EmbeddedChatPrimitiveMessageSourceItemTag as Ve, EmbeddedChatPrimitiveMessageSourceItemDescription as Re, EmbeddedChatPrimitiveMessageSourceItemDescriptionPart as qe, EmbeddedChatPrimitiveMessageSourceItemIndicator as Ge, EmbeddedChatPrimitiveFooter as $e, EmbeddedChatPrimitiveInputFieldset as Je, EmbeddedChatPrimitiveInputGroup as Ke, EmbeddedChatPrimitiveInput as Ue, EmbeddedChatPrimitiveSendButton as Xe, EmbeddedChatPrimitiveSendButtonIcon as Ye, EmbeddedChatPrimitiveAttachmentsBar as Ze, EmbeddedChatPrimitiveAttachmentsBarList as et, EmbeddedChatPrimitiveAttachmentsBarAttachment as tt, EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon as at, EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle as dt, EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete as st, EmbeddedChatPrimitiveAttachmentsBarActions as rt, EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon as mt, EmbeddedChatPrimitiveAttachmentsBarInfoTipText as ot, EmbeddedChatPrimitiveAttachmentsBarInputs as it, EmbeddedChatPrimitiveAttachmentsBarInput as nt, EmbeddedChatPrimitiveAttachmentsBarModalOverlay as lt, EmbeddedChatPrimitiveAttachmentsBarModalContent as ct, EmbeddedChatPrimitiveAttachmentsBarModalHeader as ht, EmbeddedChatPrimitiveAttachmentsBarModalHeading as bt, EmbeddedChatPrimitiveAttachmentsBarModalDescription as pt, EmbeddedChatPrimitiveAttachmentsBarModalClose as Ct, EmbeddedChatPrimitiveAttachmentsBarModalBody as Et, EmbeddedChatPrimitiveAttachmentsBarForm as ut, EmbeddedChatPrimitiveAttachmentsBarFormTitle as gt, EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel as xt, EmbeddedChatPrimitiveAttachmentsBarFormTitleInput as ft, EmbeddedChatPrimitiveAttachmentsBarFormTitleError as vt, EmbeddedChatPrimitiveAttachmentsBarFormContent as Ft, EmbeddedChatPrimitiveAttachmentsBarFormContentLabel as At, EmbeddedChatPrimitiveAttachmentsBarFormContentInput as kt, EmbeddedChatPrimitiveAttachmentsBarFormContentError as wt, EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton as Pt, EmbeddedChatPrimitiveActionBar as Mt, EmbeddedChatPrimitiveActions as yt, EmbeddedChatPrimitiveTaglineContainer as Nt, EmbeddedChatPrimitiveTaglineText as It, EmbeddedChatPrimitiveTaglineLogo as Bt, EmbeddedChatPrimitiveTaglineBrandName as St, EmbeddedChatPrimitiveChatAction as Tt, EmbeddedChatPrimitiveChatActionLabel as Ht, EmbeddedChatPrimitiveChatActionFeedback as Lt, EmbeddedChatPrimitiveChatHelpAction as Dt, EmbeddedChatPrimitiveHelpActionsTrigger as Wt, EmbeddedChatPrimitiveHelpActionsMenu as _t, EmbeddedChatPrimitiveHelpActionsMenuArrow as zt, EmbeddedChatPrimitiveHelpActionsMenuItem as jt, EmbeddedChatPrimitiveHelpActionsMenuItemIcon as Qt, EmbeddedChatPrimitiveFeedbackModalOverlay as Ot, EmbeddedChatPrimitiveFeedbackModalContent as Vt, EmbeddedChatPrimitiveFeedbackModalHeader as Rt, EmbeddedChatPrimitiveFeedbackModalClose as qt, EmbeddedChatPrimitiveFeedbackModalBody as Gt, EmbeddedChatPrimitiveFeedbackForm as $t, EmbeddedChatPrimitiveFeedbackItem as Jt, EmbeddedChatPrimitiveFeedbackItemCheckbox as Kt, EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator as Ut, EmbeddedChatPrimitiveFeedbackItemLabel as Xt, EmbeddedChatPrimitiveFeedbackItemDescription as Yt, EmbeddedChatPrimitiveFeedbackSubmitButton as Zt, EmbeddedChatPrimitiveFormWrapper as ea, EmbeddedChatPrimitiveForm as ta, EmbeddedChatPrimitiveFormClose as aa, EmbeddedChatPrimitiveFormHeader as da, EmbeddedChatPrimitiveFormHeading as sa, EmbeddedChatPrimitiveFormDescription as ra, EmbeddedChatPrimitiveFormContent as ma, EmbeddedChatPrimitiveFormField as oa, EmbeddedChatPrimitiveFormFieldLabel as ia, EmbeddedChatPrimitiveFormFieldText as na, EmbeddedChatPrimitiveFormFieldEmail as la, EmbeddedChatPrimitiveFormFieldFile as ca, EmbeddedChatPrimitiveFormFieldTextArea as ha, EmbeddedChatPrimitiveFormFieldCheckbox as ba, EmbeddedChatPrimitiveFormFieldCheckboxIndicator as pa, EmbeddedChatPrimitiveFormFieldSelectTrigger as Ca, EmbeddedChatPrimitiveFormFieldSelectIcon as Ea, EmbeddedChatPrimitiveFormFieldSelectContent as ua, EmbeddedChatPrimitiveFormFieldSelectViewport as ga, EmbeddedChatPrimitiveFormFieldSelectItem as xa, EmbeddedChatPrimitiveFormFieldSelectItemIndicator as fa, EmbeddedChatPrimitiveFormFieldError as va, EmbeddedChatPrimitiveFormError as Fa, EmbeddedChatPrimitiveFormFooter as Aa, EmbeddedChatPrimitiveFormCancel as ka, EmbeddedChatPrimitiveFormSubmit as wa, EmbeddedChatPrimitiveFormSuccess as Pa, EmbeddedChatPrimitiveFormSuccessHeading as Ma, EmbeddedChatPrimitiveFormSuccessButton as ya } from "../../primitives/components/embedded-chat.js";
|
|
4
4
|
import { ChatProvider as Na } from "../../primitives/components/embedded-chat/chat-provider.js";
|
|
5
5
|
import { useResizeObserver as Ia } from "../../primitives/hooks/use-resize-observer.js";
|
|
6
6
|
import { composeRefs as Ba } from "../../primitives/utils/compose-refs.js";
|
|
7
7
|
import { aiChatPageWrapper as Sa } from "./ui/recipes/ai-chat-page-wrapper.js";
|
|
8
8
|
import { attachment as i } from "./ui/recipes/attachment.js";
|
|
9
|
-
import { button as
|
|
9
|
+
import { button as r } from "./ui/recipes/button.js";
|
|
10
10
|
import { checkbox as h } from "./ui/recipes/checkbox.js";
|
|
11
11
|
import { citation as m } from "./ui/recipes/citation.js";
|
|
12
12
|
import { icon as Ta } from "./ui/recipes/icon.js";
|
|
13
13
|
import { input as n } from "./ui/recipes/input.js";
|
|
14
14
|
import { link as Ha } from "./ui/recipes/link.js";
|
|
15
|
-
import { modal as
|
|
15
|
+
import { modal as s } from "./ui/recipes/modal.js";
|
|
16
16
|
import { popover as b } from "./ui/recipes/popover.js";
|
|
17
17
|
import { scrollable as p } from "./ui/recipes/scrollable.js";
|
|
18
18
|
import { select as l } from "./ui/recipes/select.js";
|
|
@@ -20,12 +20,12 @@ import { cva as La } from "class-variance-authority";
|
|
|
20
20
|
import { merge as Da } from "merge-anything";
|
|
21
21
|
import { forwardRef as C, useRef as Wa } from "react";
|
|
22
22
|
import { cn as d } from "../utils.js";
|
|
23
|
-
import { markdownStyles as
|
|
24
|
-
import { LoadingIndicator as
|
|
25
|
-
import { EmbeddedChatMessagePart as
|
|
23
|
+
import { markdownStyles as _a } from "./ui/markdown-styles.js";
|
|
24
|
+
import { LoadingIndicator as za } from "./loading-indicator.js";
|
|
25
|
+
import { EmbeddedChatMessagePart as gm } from "./message.js";
|
|
26
26
|
const nd = Na, ld = C(
|
|
27
27
|
({ className: e, size: t, variant: o, ...E }, c) => /* @__PURE__ */ a(
|
|
28
|
-
|
|
28
|
+
z,
|
|
29
29
|
{
|
|
30
30
|
ref: c,
|
|
31
31
|
className: d(
|
|
@@ -37,6 +37,8 @@ const nd = Na, ld = C(
|
|
|
37
37
|
"[[data-sidebar]_&]:m-[unset] [[data-sidebar]_&]:mt-auto",
|
|
38
38
|
"[[data-sidebar]_&]:h-full [[data-sidebar]_&]:w-full",
|
|
39
39
|
"[[data-sidebar]_&]:max-h-[unset]",
|
|
40
|
+
"[[data-chat-bubble]_&]:max-h-[unset]",
|
|
41
|
+
"[[data-chat-bubble]_&]:h-full [[data-chat-bubble]_&]:w-full [[data-chat-bubble]_&]:rounded-[inherit]",
|
|
40
42
|
e
|
|
41
43
|
),
|
|
42
44
|
...E
|
|
@@ -114,7 +116,7 @@ const nd = Na, ld = C(
|
|
|
114
116
|
className: d(p({ section: "content" }), "justify-end", e),
|
|
115
117
|
...t
|
|
116
118
|
}
|
|
117
|
-
),
|
|
119
|
+
), ud = ({
|
|
118
120
|
className: e,
|
|
119
121
|
...t
|
|
120
122
|
}) => /* @__PURE__ */ a(
|
|
@@ -123,11 +125,15 @@ const nd = Na, ld = C(
|
|
|
123
125
|
className: d("overflow-hidden", e),
|
|
124
126
|
...t
|
|
125
127
|
}
|
|
126
|
-
),
|
|
128
|
+
), gd = C(({ className: e, ...t }, o) => /* @__PURE__ */ a(
|
|
127
129
|
$,
|
|
128
130
|
{
|
|
129
131
|
ref: o,
|
|
130
|
-
className: d(
|
|
132
|
+
className: d(
|
|
133
|
+
"h-full w-full rounded-[inherit]",
|
|
134
|
+
"[[data-chat-bubble]_&]:overscroll-contain",
|
|
135
|
+
e
|
|
136
|
+
),
|
|
131
137
|
...t
|
|
132
138
|
}
|
|
133
139
|
)), xd = ({
|
|
@@ -192,7 +198,7 @@ const nd = Na, ld = C(
|
|
|
192
198
|
{
|
|
193
199
|
className: d(
|
|
194
200
|
b({ slot: "content" }),
|
|
195
|
-
"px-4 py-2 font-normal",
|
|
201
|
+
"px-4 py-2 font-normal text-sm",
|
|
196
202
|
"w-[250px] sm:w-[420px]",
|
|
197
203
|
e
|
|
198
204
|
),
|
|
@@ -211,7 +217,7 @@ const nd = Na, ld = C(
|
|
|
211
217
|
className: e,
|
|
212
218
|
...t
|
|
213
219
|
}) => /* @__PURE__ */ a(
|
|
214
|
-
|
|
220
|
+
se,
|
|
215
221
|
{
|
|
216
222
|
className: d("mt-4 flex flex-col gap-2", e),
|
|
217
223
|
...t
|
|
@@ -220,7 +226,7 @@ const nd = Na, ld = C(
|
|
|
220
226
|
className: e,
|
|
221
227
|
...t
|
|
222
228
|
}) => /* @__PURE__ */ a(
|
|
223
|
-
|
|
229
|
+
re,
|
|
224
230
|
{
|
|
225
231
|
className: d(
|
|
226
232
|
"text-2xs uppercase font-semibold tracking-widest",
|
|
@@ -277,8 +283,8 @@ const nd = Na, ld = C(
|
|
|
277
283
|
ie,
|
|
278
284
|
{
|
|
279
285
|
className: d(
|
|
280
|
-
|
|
281
|
-
"text-sm font-normal h-auto w-full py-
|
|
286
|
+
r({ size: "sm" }),
|
|
287
|
+
"text-sm font-normal h-auto w-full py-1.5 z-start",
|
|
282
288
|
"whitespace-normal text-center leading-[unset]",
|
|
283
289
|
"border border-solid",
|
|
284
290
|
"text-gray-800 dark:text-white-alpha-950",
|
|
@@ -327,7 +333,7 @@ const nd = Na, ld = C(
|
|
|
327
333
|
he,
|
|
328
334
|
{
|
|
329
335
|
className: d(
|
|
330
|
-
|
|
336
|
+
r({ size: "sm" }),
|
|
331
337
|
"min-h-9 px-3 py-2 h-auto font-medium",
|
|
332
338
|
"text-sm gap-2 whitespace-normal border ",
|
|
333
339
|
"text-inkeep-primary-strong dark:text-inkeep-expanded-primary-300",
|
|
@@ -345,30 +351,24 @@ const nd = Na, ld = C(
|
|
|
345
351
|
}) => /* @__PURE__ */ a(
|
|
346
352
|
U,
|
|
347
353
|
{
|
|
348
|
-
className: d("flex flex-col w-full min-w-0 min-h-0 text-
|
|
354
|
+
className: d("flex flex-col w-full min-w-0 min-h-0 text-sm relative", e),
|
|
349
355
|
...t
|
|
350
356
|
}
|
|
351
|
-
),
|
|
352
|
-
"flex relative w-full overflow-hidden py-
|
|
357
|
+
), g = La([
|
|
358
|
+
"flex relative w-full overflow-hidden ikp-md:py-6 py-4",
|
|
353
359
|
"px-5",
|
|
354
360
|
"flex-col ikp-md:flex-row",
|
|
355
|
-
"min-w-0 grow-[2] data-[role=user]:grow-0"
|
|
356
|
-
|
|
357
|
-
"[&:not(:last-child)]:after:absolute",
|
|
358
|
-
"[&:not(:last-child)]:after:border-b",
|
|
359
|
-
"[&:not(:last-child)]:after:bottom-0",
|
|
360
|
-
"[&:not(:last-child)]:after:inset-x-6",
|
|
361
|
-
"ikp-md:[&:not(:last-child)]:after:inset-x-8"
|
|
362
|
-
]), zd = ({
|
|
361
|
+
"min-w-0 grow-[2] data-[role=user]:grow-0"
|
|
362
|
+
]), _d = ({
|
|
363
363
|
className: e,
|
|
364
364
|
...t
|
|
365
|
-
}) => /* @__PURE__ */ a(X, { className: d(
|
|
365
|
+
}) => /* @__PURE__ */ a(X, { className: d(g(), e), ...t }), zd = ({
|
|
366
366
|
className: e,
|
|
367
367
|
...t
|
|
368
368
|
}) => /* @__PURE__ */ a(
|
|
369
369
|
Y,
|
|
370
370
|
{
|
|
371
|
-
className: d(
|
|
371
|
+
className: d(g(), e),
|
|
372
372
|
...t
|
|
373
373
|
}
|
|
374
374
|
), jd = ({
|
|
@@ -383,7 +383,8 @@ const nd = Na, ld = C(
|
|
|
383
383
|
"items-center ikp-md:items-start",
|
|
384
384
|
"ikp-md:pl-3",
|
|
385
385
|
"ikp-md:pr-6",
|
|
386
|
-
"mb-
|
|
386
|
+
"mb-4 ikp-md:mb-0",
|
|
387
|
+
"data-[role=user]:hidden",
|
|
387
388
|
e
|
|
388
389
|
),
|
|
389
390
|
...t
|
|
@@ -394,8 +395,8 @@ const nd = Na, ld = C(
|
|
|
394
395
|
}) => /* @__PURE__ */ a(
|
|
395
396
|
pe,
|
|
396
397
|
{
|
|
397
|
-
className: d("flex items-center gap-3 h-
|
|
398
|
-
children: /* @__PURE__ */ a(
|
|
398
|
+
className: d("flex items-center gap-3 h-auto w-full", e),
|
|
399
|
+
children: /* @__PURE__ */ a(za, {}),
|
|
399
400
|
...t
|
|
400
401
|
}
|
|
401
402
|
), Od = ({
|
|
@@ -404,7 +405,7 @@ const nd = Na, ld = C(
|
|
|
404
405
|
}) => /* @__PURE__ */ a(
|
|
405
406
|
Ce,
|
|
406
407
|
{
|
|
407
|
-
className: d("flex items-center justify-center rounded-full", "h-auto
|
|
408
|
+
className: d("flex items-center justify-center rounded-full", "h-auto", e),
|
|
408
409
|
...t
|
|
409
410
|
}
|
|
410
411
|
), Vd = ({
|
|
@@ -414,11 +415,11 @@ const nd = Na, ld = C(
|
|
|
414
415
|
Ee,
|
|
415
416
|
{
|
|
416
417
|
className: d(
|
|
417
|
-
"relative flex h-
|
|
418
|
+
"relative flex h-6 w-6 shrink-0 overflow-hidden",
|
|
418
419
|
"data-[username]:bg-inkeep-primary-lighter",
|
|
419
420
|
"dark:data-[username]:bg-inkeep-expanded-primary-300",
|
|
420
421
|
"text-inkeep-primary-stronger font-semibold ",
|
|
421
|
-
"data-[role=user]:hidden
|
|
422
|
+
"data-[role=user]:hidden",
|
|
422
423
|
"justify-center items-center",
|
|
423
424
|
e
|
|
424
425
|
),
|
|
@@ -428,7 +429,7 @@ const nd = Na, ld = C(
|
|
|
428
429
|
className: e,
|
|
429
430
|
...t
|
|
430
431
|
}) => /* @__PURE__ */ a(
|
|
431
|
-
|
|
432
|
+
ue,
|
|
432
433
|
{
|
|
433
434
|
className: d("hidden data-[role=user]:block", e),
|
|
434
435
|
...t
|
|
@@ -437,7 +438,7 @@ const nd = Na, ld = C(
|
|
|
437
438
|
className: e,
|
|
438
439
|
...t
|
|
439
440
|
}) => /* @__PURE__ */ a(
|
|
440
|
-
|
|
441
|
+
ge,
|
|
441
442
|
{
|
|
442
443
|
className: d(
|
|
443
444
|
"data-[type=icon]:data-[role=user]:text-inkeep-primary-medium",
|
|
@@ -457,12 +458,10 @@ const nd = Na, ld = C(
|
|
|
457
458
|
xe,
|
|
458
459
|
{
|
|
459
460
|
className: d(
|
|
460
|
-
"
|
|
461
|
-
"text-
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"data-[role=user]:text-gray-700 dark:data-[role=user]:text-white-alpha-700",
|
|
465
|
-
"dark:bg-gray-dark-700",
|
|
461
|
+
"py-1 ml-3",
|
|
462
|
+
"text-1sm font-medium",
|
|
463
|
+
"text-gray-600 dark:text-white-alpha-600",
|
|
464
|
+
"data-[role=user]:hidden",
|
|
466
465
|
"ikp-md:hidden",
|
|
467
466
|
e
|
|
468
467
|
),
|
|
@@ -478,6 +477,7 @@ const nd = Na, ld = C(
|
|
|
478
477
|
"overflow-hidden flex flex-col",
|
|
479
478
|
"justify-start grow-2 w-full",
|
|
480
479
|
"data-[role=user]:justify-end",
|
|
480
|
+
"data-[role=user]:items-end",
|
|
481
481
|
"data-[role=user]:shrink-2",
|
|
482
482
|
"data-[role=user]:grow-0",
|
|
483
483
|
"ikp-md:pr-3",
|
|
@@ -491,7 +491,10 @@ const nd = Na, ld = C(
|
|
|
491
491
|
}) => /* @__PURE__ */ a(
|
|
492
492
|
ve,
|
|
493
493
|
{
|
|
494
|
-
className: d(
|
|
494
|
+
className: d(
|
|
495
|
+
"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",
|
|
496
|
+
e
|
|
497
|
+
),
|
|
495
498
|
...t
|
|
496
499
|
}
|
|
497
500
|
), Kd = w, Ud = ({
|
|
@@ -510,7 +513,7 @@ const nd = Na, ld = C(
|
|
|
510
513
|
Ae,
|
|
511
514
|
{
|
|
512
515
|
className: d(
|
|
513
|
-
|
|
516
|
+
r({ variant: "ghost" }),
|
|
514
517
|
i({ slot: "root" }),
|
|
515
518
|
"font-normal px-2",
|
|
516
519
|
e
|
|
@@ -535,71 +538,71 @@ const nd = Na, ld = C(
|
|
|
535
538
|
className: d(i({ slot: "title" }), e),
|
|
536
539
|
...t
|
|
537
540
|
}
|
|
538
|
-
),
|
|
541
|
+
), es = P, ts = ({
|
|
539
542
|
className: e,
|
|
540
543
|
...t
|
|
541
544
|
}) => /* @__PURE__ */ a(
|
|
542
545
|
Pe,
|
|
543
546
|
{
|
|
544
|
-
className: d(
|
|
547
|
+
className: d(s({ slot: "overlay" }), e),
|
|
545
548
|
...t
|
|
546
549
|
}
|
|
547
|
-
),
|
|
550
|
+
), as = ({
|
|
548
551
|
className: e,
|
|
549
552
|
...t
|
|
550
553
|
}) => /* @__PURE__ */ a(
|
|
551
554
|
Me,
|
|
552
555
|
{
|
|
553
556
|
className: d(
|
|
554
|
-
|
|
557
|
+
s({ slot: "content" }),
|
|
555
558
|
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
556
559
|
"p-8 md:p-10 max-w-2xl",
|
|
557
560
|
e
|
|
558
561
|
),
|
|
559
562
|
...t
|
|
560
563
|
}
|
|
561
|
-
),
|
|
564
|
+
), ds = ({
|
|
562
565
|
className: e,
|
|
563
566
|
...t
|
|
564
567
|
}) => /* @__PURE__ */ a(
|
|
565
568
|
ye,
|
|
566
569
|
{
|
|
567
570
|
className: d(
|
|
568
|
-
|
|
571
|
+
s({ slot: "header" }),
|
|
569
572
|
"px-0 pt-0 pb-8 flex flex-col gap-6",
|
|
570
573
|
"font-semibold",
|
|
571
574
|
e
|
|
572
575
|
),
|
|
573
576
|
...t
|
|
574
577
|
}
|
|
575
|
-
),
|
|
578
|
+
), ss = ({
|
|
576
579
|
className: e,
|
|
577
580
|
...t
|
|
578
581
|
}) => /* @__PURE__ */ a(
|
|
579
582
|
Ne,
|
|
580
583
|
{
|
|
581
|
-
className: d(
|
|
584
|
+
className: d(s({ slot: "close" }), e),
|
|
582
585
|
...t
|
|
583
586
|
}
|
|
584
|
-
),
|
|
587
|
+
), rs = ({
|
|
585
588
|
className: e,
|
|
586
589
|
...t
|
|
587
590
|
}) => /* @__PURE__ */ a(
|
|
588
591
|
Ie,
|
|
589
592
|
{
|
|
590
|
-
className: d(
|
|
593
|
+
className: d(s({ slot: "body" }), "p-0", e),
|
|
591
594
|
...t
|
|
592
595
|
}
|
|
593
|
-
),
|
|
596
|
+
), ms = M, os = ({
|
|
594
597
|
componentStyles: e,
|
|
595
598
|
...t
|
|
596
599
|
}) => /* @__PURE__ */ a(
|
|
597
600
|
Be,
|
|
598
601
|
{
|
|
599
|
-
componentStyles: Da(
|
|
602
|
+
componentStyles: Da(_a, e ?? {}),
|
|
600
603
|
...t
|
|
601
604
|
}
|
|
602
|
-
),
|
|
605
|
+
), is = ({
|
|
603
606
|
className: e,
|
|
604
607
|
...t
|
|
605
608
|
}) => /* @__PURE__ */ a(
|
|
@@ -608,7 +611,7 @@ const nd = Na, ld = C(
|
|
|
608
611
|
className: d("flex items-center mt-2 mb-3", e),
|
|
609
612
|
...t
|
|
610
613
|
}
|
|
611
|
-
),
|
|
614
|
+
), ns = ({
|
|
612
615
|
className: e,
|
|
613
616
|
...t
|
|
614
617
|
}) => /* @__PURE__ */ a(
|
|
@@ -617,27 +620,27 @@ const nd = Na, ld = C(
|
|
|
617
620
|
className: d("mr-auto flex items-center gap-2", e),
|
|
618
621
|
...t
|
|
619
622
|
}
|
|
620
|
-
),
|
|
623
|
+
), ls = ({
|
|
621
624
|
className: e,
|
|
622
625
|
...t
|
|
623
626
|
}) => /* @__PURE__ */ a(
|
|
624
627
|
He,
|
|
625
628
|
{
|
|
626
629
|
className: d(
|
|
627
|
-
|
|
630
|
+
r({ size: "xs", variant: "outline" }),
|
|
628
631
|
"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",
|
|
629
632
|
e
|
|
630
633
|
),
|
|
631
634
|
...t
|
|
632
635
|
}
|
|
633
|
-
),
|
|
636
|
+
), cs = ({
|
|
634
637
|
className: e,
|
|
635
638
|
...t
|
|
636
639
|
}) => /* @__PURE__ */ a(
|
|
637
640
|
Le,
|
|
638
641
|
{
|
|
639
642
|
className: d(
|
|
640
|
-
|
|
643
|
+
r({ variant: "iconButton", size: "sm" }),
|
|
641
644
|
"data-[upvoted]:text-inkeep-primary-medium",
|
|
642
645
|
"data-[downvoted]:text-inkeep-primary-medium",
|
|
643
646
|
"data-[upvoted]:dark:text-inkeep-expanded-primary-300",
|
|
@@ -647,7 +650,7 @@ const nd = Na, ld = C(
|
|
|
647
650
|
),
|
|
648
651
|
...t
|
|
649
652
|
}
|
|
650
|
-
),
|
|
653
|
+
), hs = y, bs = ({
|
|
651
654
|
className: e,
|
|
652
655
|
...t
|
|
653
656
|
}) => /* @__PURE__ */ a(
|
|
@@ -659,7 +662,7 @@ const nd = Na, ld = C(
|
|
|
659
662
|
),
|
|
660
663
|
...t
|
|
661
664
|
}
|
|
662
|
-
),
|
|
665
|
+
), ps = ({
|
|
663
666
|
className: e,
|
|
664
667
|
...t
|
|
665
668
|
}) => /* @__PURE__ */ a(
|
|
@@ -668,25 +671,25 @@ const nd = Na, ld = C(
|
|
|
668
671
|
className: d("w-full relative flex flex-col gap-3 py-[1px]", e),
|
|
669
672
|
...t
|
|
670
673
|
}
|
|
671
|
-
),
|
|
674
|
+
), Cs = ({
|
|
672
675
|
className: e,
|
|
673
676
|
...t
|
|
674
677
|
}) => /* @__PURE__ */ a(
|
|
675
|
-
|
|
678
|
+
_e,
|
|
676
679
|
{
|
|
677
680
|
className: d(m({ slot: "root" }), e),
|
|
678
681
|
...t
|
|
679
682
|
}
|
|
680
|
-
),
|
|
683
|
+
), Es = ({
|
|
681
684
|
className: e,
|
|
682
685
|
...t
|
|
683
686
|
}) => /* @__PURE__ */ a(
|
|
684
|
-
|
|
687
|
+
ze,
|
|
685
688
|
{
|
|
686
689
|
className: d(m({ slot: "breadcrumbs" }), e),
|
|
687
690
|
...t
|
|
688
691
|
}
|
|
689
|
-
),
|
|
692
|
+
), us = ({
|
|
690
693
|
className: e,
|
|
691
694
|
...t
|
|
692
695
|
}) => /* @__PURE__ */ a(
|
|
@@ -695,7 +698,7 @@ const nd = Na, ld = C(
|
|
|
695
698
|
className: d(m({ slot: "breadcrumbsIcon" }), e),
|
|
696
699
|
...t
|
|
697
700
|
}
|
|
698
|
-
),
|
|
701
|
+
), gs = ({
|
|
699
702
|
className: e,
|
|
700
703
|
...t
|
|
701
704
|
}) => /* @__PURE__ */ a(
|
|
@@ -704,7 +707,7 @@ const nd = Na, ld = C(
|
|
|
704
707
|
className: d(m({ slot: "icon" }), e),
|
|
705
708
|
...t
|
|
706
709
|
}
|
|
707
|
-
),
|
|
710
|
+
), xs = ({
|
|
708
711
|
className: e,
|
|
709
712
|
...t
|
|
710
713
|
}) => /* @__PURE__ */ a(
|
|
@@ -713,7 +716,7 @@ const nd = Na, ld = C(
|
|
|
713
716
|
className: d(m({ slot: "title" }), e),
|
|
714
717
|
...t
|
|
715
718
|
}
|
|
716
|
-
),
|
|
719
|
+
), fs = ({
|
|
717
720
|
className: e,
|
|
718
721
|
...t
|
|
719
722
|
}) => /* @__PURE__ */ a(
|
|
@@ -722,7 +725,7 @@ const nd = Na, ld = C(
|
|
|
722
725
|
className: d(m({ slot: "tag" }), e),
|
|
723
726
|
...t
|
|
724
727
|
}
|
|
725
|
-
),
|
|
728
|
+
), vs = ({
|
|
726
729
|
className: e,
|
|
727
730
|
...t
|
|
728
731
|
}) => /* @__PURE__ */ a(
|
|
@@ -731,7 +734,7 @@ const nd = Na, ld = C(
|
|
|
731
734
|
className: d(m({ slot: "description" }), e),
|
|
732
735
|
...t
|
|
733
736
|
}
|
|
734
|
-
),
|
|
737
|
+
), Fs = ({
|
|
735
738
|
className: e,
|
|
736
739
|
...t
|
|
737
740
|
}) => /* @__PURE__ */ a(
|
|
@@ -740,7 +743,7 @@ const nd = Na, ld = C(
|
|
|
740
743
|
className: d(m({ slot: "descriptionPart" }), e),
|
|
741
744
|
...t
|
|
742
745
|
}
|
|
743
|
-
),
|
|
746
|
+
), As = ({
|
|
744
747
|
className: e,
|
|
745
748
|
...t
|
|
746
749
|
}) => /* @__PURE__ */ a(
|
|
@@ -749,7 +752,7 @@ const nd = Na, ld = C(
|
|
|
749
752
|
className: d(m({ slot: "indicator" }), e),
|
|
750
753
|
...t
|
|
751
754
|
}
|
|
752
|
-
),
|
|
755
|
+
), ks = ({
|
|
753
756
|
className: e,
|
|
754
757
|
...t
|
|
755
758
|
}) => /* @__PURE__ */ a(
|
|
@@ -766,45 +769,45 @@ const nd = Na, ld = C(
|
|
|
766
769
|
),
|
|
767
770
|
...t
|
|
768
771
|
}
|
|
769
|
-
),
|
|
772
|
+
), ws = ({
|
|
770
773
|
className: e,
|
|
771
774
|
...t
|
|
772
775
|
}) => /* @__PURE__ */ a(
|
|
773
776
|
Je,
|
|
774
777
|
{
|
|
775
778
|
className: d(
|
|
776
|
-
"relative flex flex-col w-full
|
|
779
|
+
"relative flex flex-col w-full py-1 px-2",
|
|
777
780
|
"rounded-lg items-stretch shadow-md dark:shadow-none",
|
|
778
781
|
"bg-gray-50 dark:bg-white-alpha-50",
|
|
779
782
|
e
|
|
780
783
|
),
|
|
781
784
|
...t
|
|
782
785
|
}
|
|
783
|
-
),
|
|
786
|
+
), Ps = ({
|
|
784
787
|
className: e,
|
|
785
788
|
...t
|
|
786
|
-
}) => /* @__PURE__ */ a(Ke, { className: d("flex", e), ...t }),
|
|
789
|
+
}) => /* @__PURE__ */ a(Ke, { className: d("flex", e), ...t }), Ms = C(({ className: e, ...t }, o) => /* @__PURE__ */ a(
|
|
787
790
|
Ue,
|
|
788
791
|
{
|
|
789
792
|
ref: o,
|
|
790
793
|
className: d(
|
|
791
|
-
"min-h-[unset] overflow-hidden w-full resize-none",
|
|
794
|
+
"min-h-[unset] text-sm overflow-hidden w-full resize-none",
|
|
792
795
|
"placeholder:text-gray-500 dark:placeholder:text-gray-dark-200",
|
|
793
796
|
"border-none outline-none shadow-none bg-transparent",
|
|
794
|
-
"px-3 py-2
|
|
797
|
+
"px-3 py-2 mr-2 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",
|
|
795
798
|
e
|
|
796
799
|
),
|
|
797
800
|
...t
|
|
798
801
|
}
|
|
799
|
-
)),
|
|
802
|
+
)), ys = ({
|
|
800
803
|
className: e,
|
|
801
804
|
...t
|
|
802
805
|
}) => /* @__PURE__ */ a(
|
|
803
806
|
Xe,
|
|
804
807
|
{
|
|
805
808
|
className: d(
|
|
806
|
-
|
|
807
|
-
"bg-transparent relative size-
|
|
809
|
+
r({}),
|
|
810
|
+
"bg-transparent relative size-9 min-w-[unset] rounded-lg transition-all ease-linear",
|
|
808
811
|
"text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500",
|
|
809
812
|
"active:bg-gray-300 dark:active:bg-white-alpha-100",
|
|
810
813
|
"hover:bg-gray-200 hover:text-inkeep-primary-strong",
|
|
@@ -815,16 +818,16 @@ const nd = Na, ld = C(
|
|
|
815
818
|
),
|
|
816
819
|
...t
|
|
817
820
|
}
|
|
818
|
-
),
|
|
821
|
+
), Ns = ({
|
|
819
822
|
className: e,
|
|
820
823
|
...t
|
|
821
824
|
}) => /* @__PURE__ */ a(
|
|
822
825
|
Ye,
|
|
823
826
|
{
|
|
824
|
-
className: d(Ta(), "text-inherit
|
|
827
|
+
className: d(Ta(), "text-inherit", e),
|
|
825
828
|
...t
|
|
826
829
|
}
|
|
827
|
-
),
|
|
830
|
+
), Is = ({
|
|
828
831
|
className: e,
|
|
829
832
|
...t
|
|
830
833
|
}) => /* @__PURE__ */ a(
|
|
@@ -837,7 +840,7 @@ const nd = Na, ld = C(
|
|
|
837
840
|
),
|
|
838
841
|
...t
|
|
839
842
|
}
|
|
840
|
-
),
|
|
843
|
+
), Bs = ({
|
|
841
844
|
className: e,
|
|
842
845
|
...t
|
|
843
846
|
}) => /* @__PURE__ */ a(
|
|
@@ -846,7 +849,7 @@ const nd = Na, ld = C(
|
|
|
846
849
|
className: d("flex items-center gap-2 flex-wrap px-3 min-w-0", e),
|
|
847
850
|
...t
|
|
848
851
|
}
|
|
849
|
-
),
|
|
852
|
+
), Ss = ({
|
|
850
853
|
className: e,
|
|
851
854
|
...t
|
|
852
855
|
}) => /* @__PURE__ */ a(
|
|
@@ -855,7 +858,7 @@ const nd = Na, ld = C(
|
|
|
855
858
|
className: d(i({ slot: "root" }), e),
|
|
856
859
|
...t
|
|
857
860
|
}
|
|
858
|
-
),
|
|
861
|
+
), Ts = ({
|
|
859
862
|
className: e,
|
|
860
863
|
...t
|
|
861
864
|
}) => /* @__PURE__ */ a(
|
|
@@ -864,7 +867,7 @@ const nd = Na, ld = C(
|
|
|
864
867
|
className: d(i({ slot: "icon" }), e),
|
|
865
868
|
...t
|
|
866
869
|
}
|
|
867
|
-
),
|
|
870
|
+
), Hs = ({
|
|
868
871
|
className: e,
|
|
869
872
|
...t
|
|
870
873
|
}) => /* @__PURE__ */ a(
|
|
@@ -873,25 +876,25 @@ const nd = Na, ld = C(
|
|
|
873
876
|
className: d(i({ slot: "title" }), e),
|
|
874
877
|
...t
|
|
875
878
|
}
|
|
876
|
-
),
|
|
879
|
+
), Ls = ({
|
|
877
880
|
className: e,
|
|
878
881
|
...t
|
|
879
882
|
}) => /* @__PURE__ */ a(
|
|
880
|
-
|
|
883
|
+
st,
|
|
881
884
|
{
|
|
882
885
|
className: d(i({ slot: "delete" }), e),
|
|
883
886
|
...t
|
|
884
887
|
}
|
|
885
|
-
),
|
|
888
|
+
), Ds = ({
|
|
886
889
|
className: e,
|
|
887
890
|
...t
|
|
888
891
|
}) => /* @__PURE__ */ a(
|
|
889
|
-
|
|
892
|
+
rt,
|
|
890
893
|
{
|
|
891
894
|
className: d("flex items-center justify-between", "gap-2 flex-wrap px-3", e),
|
|
892
895
|
...t
|
|
893
896
|
}
|
|
894
|
-
),
|
|
897
|
+
), Ws = N, _s = ({
|
|
895
898
|
className: e,
|
|
896
899
|
...t
|
|
897
900
|
}) => /* @__PURE__ */ a(
|
|
@@ -900,7 +903,7 @@ const nd = Na, ld = C(
|
|
|
900
903
|
className: d("cursor-pointer text-sm text-gray-600", "dark:text-white-alpha-600", e),
|
|
901
904
|
...t
|
|
902
905
|
}
|
|
903
|
-
),
|
|
906
|
+
), zs = ({
|
|
904
907
|
className: e,
|
|
905
908
|
...t
|
|
906
909
|
}) => /* @__PURE__ */ a(
|
|
@@ -915,55 +918,55 @@ const nd = Na, ld = C(
|
|
|
915
918
|
),
|
|
916
919
|
...t
|
|
917
920
|
}
|
|
918
|
-
),
|
|
921
|
+
), js = I, Qs = ({
|
|
919
922
|
className: e,
|
|
920
923
|
...t
|
|
921
|
-
}) => /* @__PURE__ */ a(it, { className: d("contents", e), ...t }),
|
|
924
|
+
}) => /* @__PURE__ */ a(it, { className: d("contents", e), ...t }), Os = ({
|
|
922
925
|
className: e,
|
|
923
926
|
...t
|
|
924
927
|
}) => /* @__PURE__ */ a(
|
|
925
928
|
nt,
|
|
926
929
|
{
|
|
927
930
|
className: d(
|
|
928
|
-
|
|
931
|
+
r({ variant: "outline", size: "xs" }),
|
|
929
932
|
"light:text-gray-700 gap-1",
|
|
930
933
|
e
|
|
931
934
|
),
|
|
932
935
|
...t
|
|
933
936
|
}
|
|
934
|
-
),
|
|
937
|
+
), Vs = B, Rs = ({
|
|
935
938
|
className: e,
|
|
936
939
|
...t
|
|
937
940
|
}) => /* @__PURE__ */ a(
|
|
938
941
|
lt,
|
|
939
942
|
{
|
|
940
|
-
className: d(
|
|
943
|
+
className: d(s({ slot: "overlay" }), e),
|
|
941
944
|
...t
|
|
942
945
|
}
|
|
943
|
-
),
|
|
946
|
+
), qs = ({
|
|
944
947
|
className: e,
|
|
945
948
|
...t
|
|
946
949
|
}) => /* @__PURE__ */ a(
|
|
947
950
|
ct,
|
|
948
951
|
{
|
|
949
952
|
className: d(
|
|
950
|
-
|
|
953
|
+
s({ slot: "content" }),
|
|
951
954
|
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
952
955
|
"p-8 md:p-10 max-w-2xl",
|
|
953
956
|
e
|
|
954
957
|
),
|
|
955
958
|
...t
|
|
956
959
|
}
|
|
957
|
-
),
|
|
960
|
+
), Gs = ({
|
|
958
961
|
className: e,
|
|
959
962
|
...t
|
|
960
963
|
}) => /* @__PURE__ */ a(
|
|
961
964
|
ht,
|
|
962
965
|
{
|
|
963
|
-
className: d(
|
|
966
|
+
className: d(s({ slot: "header" }), "px-0 pt-0 pb-8 gap-y-2", "font-semibold", e),
|
|
964
967
|
...t
|
|
965
968
|
}
|
|
966
|
-
), $
|
|
969
|
+
), $s = ({
|
|
967
970
|
className: e,
|
|
968
971
|
...t
|
|
969
972
|
}) => /* @__PURE__ */ a(
|
|
@@ -972,7 +975,7 @@ const nd = Na, ld = C(
|
|
|
972
975
|
className: d("w-full semibold", e),
|
|
973
976
|
...t
|
|
974
977
|
}
|
|
975
|
-
),
|
|
978
|
+
), Js = ({
|
|
976
979
|
className: e,
|
|
977
980
|
...t
|
|
978
981
|
}) => /* @__PURE__ */ a(
|
|
@@ -985,43 +988,43 @@ const nd = Na, ld = C(
|
|
|
985
988
|
),
|
|
986
989
|
...t
|
|
987
990
|
}
|
|
988
|
-
),
|
|
991
|
+
), Ks = S, Us = ({
|
|
989
992
|
className: e,
|
|
990
993
|
...t
|
|
991
994
|
}) => /* @__PURE__ */ a(
|
|
992
995
|
Ct,
|
|
993
996
|
{
|
|
994
|
-
className: d(
|
|
997
|
+
className: d(s({ slot: "close" }), e),
|
|
995
998
|
...t
|
|
996
999
|
}
|
|
997
|
-
),
|
|
1000
|
+
), Xs = ({
|
|
998
1001
|
className: e,
|
|
999
1002
|
...t
|
|
1000
1003
|
}) => /* @__PURE__ */ a(
|
|
1001
1004
|
Et,
|
|
1002
1005
|
{
|
|
1003
|
-
className: d(
|
|
1006
|
+
className: d(s({ slot: "body" }), "p-0", e),
|
|
1004
1007
|
...t
|
|
1005
1008
|
}
|
|
1006
|
-
),
|
|
1009
|
+
), Ys = ({
|
|
1007
1010
|
className: e,
|
|
1008
1011
|
...t
|
|
1009
1012
|
}) => /* @__PURE__ */ a(
|
|
1010
|
-
|
|
1013
|
+
ut,
|
|
1011
1014
|
{
|
|
1012
1015
|
className: d("flex flex-col gap-8", e),
|
|
1013
1016
|
...t
|
|
1014
1017
|
}
|
|
1015
|
-
),
|
|
1018
|
+
), Zs = ({
|
|
1016
1019
|
className: e,
|
|
1017
1020
|
...t
|
|
1018
1021
|
}) => /* @__PURE__ */ a(
|
|
1019
|
-
|
|
1022
|
+
gt,
|
|
1020
1023
|
{
|
|
1021
1024
|
className: d("flex flex-col gap-2", e),
|
|
1022
1025
|
...t
|
|
1023
1026
|
}
|
|
1024
|
-
),
|
|
1027
|
+
), er = ({
|
|
1025
1028
|
className: e,
|
|
1026
1029
|
...t
|
|
1027
1030
|
}) => /* @__PURE__ */ a(
|
|
@@ -1030,14 +1033,14 @@ const nd = Na, ld = C(
|
|
|
1030
1033
|
className: d("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
|
|
1031
1034
|
...t
|
|
1032
1035
|
}
|
|
1033
|
-
),
|
|
1036
|
+
), tr = ({
|
|
1034
1037
|
className: e,
|
|
1035
1038
|
...t
|
|
1036
1039
|
}) => /* @__PURE__ */ a(
|
|
1037
1040
|
ft,
|
|
1038
1041
|
{
|
|
1039
1042
|
className: d(
|
|
1040
|
-
"h-
|
|
1043
|
+
"h-9 px-3 rounded-md border",
|
|
1041
1044
|
"focus:outline-none focus:[--shadow-color:theme(colors.blue.500)]",
|
|
1042
1045
|
"data-[invalid]:[--shadow-color:theme(colors.red.500)]",
|
|
1043
1046
|
"shadow-[0_0_0_2px_var(--shadow-color)]",
|
|
@@ -1045,7 +1048,7 @@ const nd = Na, ld = C(
|
|
|
1045
1048
|
),
|
|
1046
1049
|
...t
|
|
1047
1050
|
}
|
|
1048
|
-
),
|
|
1051
|
+
), ar = ({
|
|
1049
1052
|
className: e,
|
|
1050
1053
|
...t
|
|
1051
1054
|
}) => /* @__PURE__ */ a(
|
|
@@ -1054,7 +1057,7 @@ const nd = Na, ld = C(
|
|
|
1054
1057
|
className: d("text-sm text-red-500", e),
|
|
1055
1058
|
...t
|
|
1056
1059
|
}
|
|
1057
|
-
),
|
|
1060
|
+
), dr = ({
|
|
1058
1061
|
className: e,
|
|
1059
1062
|
...t
|
|
1060
1063
|
}) => /* @__PURE__ */ a(
|
|
@@ -1063,7 +1066,7 @@ const nd = Na, ld = C(
|
|
|
1063
1066
|
className: d("flex flex-col gap-2", e),
|
|
1064
1067
|
...t
|
|
1065
1068
|
}
|
|
1066
|
-
),
|
|
1069
|
+
), sr = ({
|
|
1067
1070
|
className: e,
|
|
1068
1071
|
...t
|
|
1069
1072
|
}) => /* @__PURE__ */ a(
|
|
@@ -1072,16 +1075,20 @@ const nd = Na, ld = C(
|
|
|
1072
1075
|
className: d("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
|
|
1073
1076
|
...t
|
|
1074
1077
|
}
|
|
1075
|
-
),
|
|
1078
|
+
), rr = ({
|
|
1076
1079
|
className: e,
|
|
1077
1080
|
...t
|
|
1078
1081
|
}) => /* @__PURE__ */ a(
|
|
1079
1082
|
kt,
|
|
1080
1083
|
{
|
|
1081
|
-
className: d(
|
|
1084
|
+
className: d(
|
|
1085
|
+
n({ size: "md", variant: "outline" }),
|
|
1086
|
+
"min-h-20 px-3 py-1 text-sm",
|
|
1087
|
+
e
|
|
1088
|
+
),
|
|
1082
1089
|
...t
|
|
1083
1090
|
}
|
|
1084
|
-
),
|
|
1091
|
+
), mr = ({
|
|
1085
1092
|
className: e,
|
|
1086
1093
|
...t
|
|
1087
1094
|
}) => /* @__PURE__ */ a(
|
|
@@ -1090,16 +1097,16 @@ const nd = Na, ld = C(
|
|
|
1090
1097
|
className: d("text-sm text-red-500", e),
|
|
1091
1098
|
...t
|
|
1092
1099
|
}
|
|
1093
|
-
),
|
|
1100
|
+
), or = ({
|
|
1094
1101
|
className: e,
|
|
1095
1102
|
...t
|
|
1096
1103
|
}) => /* @__PURE__ */ a(
|
|
1097
1104
|
Pt,
|
|
1098
1105
|
{
|
|
1099
|
-
className: d(
|
|
1106
|
+
className: d(r({ preset: "neutralFilled" }), "ml-auto", e),
|
|
1100
1107
|
...t
|
|
1101
1108
|
}
|
|
1102
|
-
),
|
|
1109
|
+
), ir = ({
|
|
1103
1110
|
className: e,
|
|
1104
1111
|
...t
|
|
1105
1112
|
}) => /* @__PURE__ */ a(
|
|
@@ -1108,7 +1115,7 @@ const nd = Na, ld = C(
|
|
|
1108
1115
|
className: d("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5", e),
|
|
1109
1116
|
...t
|
|
1110
1117
|
}
|
|
1111
|
-
),
|
|
1118
|
+
), nr = ({
|
|
1112
1119
|
className: e,
|
|
1113
1120
|
...t
|
|
1114
1121
|
}) => /* @__PURE__ */ a(
|
|
@@ -1117,7 +1124,7 @@ const nd = Na, ld = C(
|
|
|
1117
1124
|
className: d("flex items-center gap-2.5 flex-wrap", e),
|
|
1118
1125
|
...t
|
|
1119
1126
|
}
|
|
1120
|
-
),
|
|
1127
|
+
), lr = ({
|
|
1121
1128
|
className: e,
|
|
1122
1129
|
...t
|
|
1123
1130
|
}) => /* @__PURE__ */ a(
|
|
@@ -1126,25 +1133,25 @@ const nd = Na, ld = C(
|
|
|
1126
1133
|
className: d("flex items-center whitespace-nowrap", e),
|
|
1127
1134
|
...t
|
|
1128
1135
|
}
|
|
1129
|
-
),
|
|
1136
|
+
), cr = ({
|
|
1130
1137
|
className: e,
|
|
1131
1138
|
...t
|
|
1132
1139
|
}) => /* @__PURE__ */ a(
|
|
1133
1140
|
It,
|
|
1134
1141
|
{
|
|
1135
|
-
className: d("text-xs
|
|
1142
|
+
className: d("text-xs text-gray-500 dark:text-white-alpha-600", e),
|
|
1136
1143
|
...t
|
|
1137
1144
|
}
|
|
1138
|
-
),
|
|
1145
|
+
), hr = ({
|
|
1139
1146
|
className: e,
|
|
1140
1147
|
...t
|
|
1141
1148
|
}) => /* @__PURE__ */ a(
|
|
1142
1149
|
Bt,
|
|
1143
1150
|
{
|
|
1144
|
-
className: d("text-gray-500 dark:text-white-alpha-600", "w-5 ml-
|
|
1151
|
+
className: d("text-gray-500 dark:text-white-alpha-600", "w-5 ml-1 mr-0.5", e),
|
|
1145
1152
|
...t
|
|
1146
1153
|
}
|
|
1147
|
-
),
|
|
1154
|
+
), br = ({
|
|
1148
1155
|
className: e,
|
|
1149
1156
|
...t
|
|
1150
1157
|
}) => /* @__PURE__ */ a(
|
|
@@ -1152,22 +1159,22 @@ const nd = Na, ld = C(
|
|
|
1152
1159
|
{
|
|
1153
1160
|
className: d(
|
|
1154
1161
|
Ha(),
|
|
1155
|
-
"inline-flex text-
|
|
1162
|
+
"inline-flex text-1sm text-gray-500",
|
|
1156
1163
|
"dark:text-white-alpha-600 font-medium",
|
|
1157
1164
|
e
|
|
1158
1165
|
),
|
|
1159
1166
|
...t
|
|
1160
1167
|
}
|
|
1161
|
-
),
|
|
1162
|
-
|
|
1168
|
+
), u = d(
|
|
1169
|
+
r({ size: "xs", variant: "outline" }),
|
|
1163
1170
|
"text-gray-700 dark:text-white-alpha-700"
|
|
1164
|
-
),
|
|
1171
|
+
), pr = ({
|
|
1165
1172
|
className: e,
|
|
1166
1173
|
...t
|
|
1167
|
-
}) => /* @__PURE__ */ a(Tt, { className: d(
|
|
1174
|
+
}) => /* @__PURE__ */ a(Tt, { className: d(u, e), ...t }), Cr = ({
|
|
1168
1175
|
className: e,
|
|
1169
1176
|
...t
|
|
1170
|
-
}) => /* @__PURE__ */ a(Ht, { className: d("cursor-pointer", e), ...t }),
|
|
1177
|
+
}) => /* @__PURE__ */ a(Ht, { className: d("cursor-pointer", e), ...t }), Er = ({
|
|
1171
1178
|
className: e,
|
|
1172
1179
|
...t
|
|
1173
1180
|
}) => /* @__PURE__ */ a(
|
|
@@ -1182,23 +1189,23 @@ const nd = Na, ld = C(
|
|
|
1182
1189
|
),
|
|
1183
1190
|
...t
|
|
1184
1191
|
}
|
|
1185
|
-
),
|
|
1192
|
+
), ur = T, gr = ({
|
|
1186
1193
|
className: e,
|
|
1187
1194
|
...t
|
|
1188
|
-
}) => /* @__PURE__ */ a(Dt, { className: d(
|
|
1195
|
+
}) => /* @__PURE__ */ a(Dt, { className: d(u, e), ...t }), xr = ({
|
|
1189
1196
|
className: e,
|
|
1190
1197
|
...t
|
|
1191
1198
|
}) => /* @__PURE__ */ a(
|
|
1192
1199
|
Wt,
|
|
1193
1200
|
{
|
|
1194
|
-
className: d(
|
|
1201
|
+
className: d(u, e),
|
|
1195
1202
|
...t
|
|
1196
1203
|
}
|
|
1197
|
-
),
|
|
1204
|
+
), fr = ({
|
|
1198
1205
|
className: e,
|
|
1199
1206
|
...t
|
|
1200
1207
|
}) => /* @__PURE__ */ a(
|
|
1201
|
-
|
|
1208
|
+
_t,
|
|
1202
1209
|
{
|
|
1203
1210
|
className: d(
|
|
1204
1211
|
b({ slot: "content" }),
|
|
@@ -1208,16 +1215,16 @@ const nd = Na, ld = C(
|
|
|
1208
1215
|
),
|
|
1209
1216
|
...t
|
|
1210
1217
|
}
|
|
1211
|
-
),
|
|
1218
|
+
), vr = ({
|
|
1212
1219
|
className: e,
|
|
1213
1220
|
...t
|
|
1214
1221
|
}) => /* @__PURE__ */ a(
|
|
1215
|
-
|
|
1222
|
+
zt,
|
|
1216
1223
|
{
|
|
1217
1224
|
className: d(b({ slot: "arrow" }), e),
|
|
1218
1225
|
...t
|
|
1219
1226
|
}
|
|
1220
|
-
),
|
|
1227
|
+
), Fr = ({
|
|
1221
1228
|
className: e,
|
|
1222
1229
|
...t
|
|
1223
1230
|
}) => /* @__PURE__ */ a(
|
|
@@ -1226,7 +1233,7 @@ const nd = Na, ld = C(
|
|
|
1226
1233
|
className: d("flex items-center cursor-pointer hover:underline", e),
|
|
1227
1234
|
...t
|
|
1228
1235
|
}
|
|
1229
|
-
),
|
|
1236
|
+
), Ar = ({
|
|
1230
1237
|
className: e,
|
|
1231
1238
|
...t
|
|
1232
1239
|
}) => /* @__PURE__ */ a(
|
|
@@ -1235,69 +1242,69 @@ const nd = Na, ld = C(
|
|
|
1235
1242
|
className: d("mr-2 text-inkeep-primary-medium", e),
|
|
1236
1243
|
...t
|
|
1237
1244
|
}
|
|
1238
|
-
),
|
|
1245
|
+
), kr = H, wr = ({
|
|
1239
1246
|
className: e,
|
|
1240
1247
|
...t
|
|
1241
1248
|
}) => /* @__PURE__ */ a(
|
|
1242
1249
|
Ot,
|
|
1243
1250
|
{
|
|
1244
|
-
className: d(
|
|
1251
|
+
className: d(s({ slot: "overlay" }), e),
|
|
1245
1252
|
...t
|
|
1246
1253
|
}
|
|
1247
|
-
),
|
|
1254
|
+
), Pr = ({
|
|
1248
1255
|
className: e,
|
|
1249
1256
|
...t
|
|
1250
1257
|
}) => /* @__PURE__ */ a(
|
|
1251
1258
|
Vt,
|
|
1252
1259
|
{
|
|
1253
1260
|
className: d(
|
|
1254
|
-
|
|
1261
|
+
s({ slot: "content" }),
|
|
1255
1262
|
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
1256
1263
|
"p-8 md:p-10 max-w-[480px]",
|
|
1257
1264
|
e
|
|
1258
1265
|
),
|
|
1259
1266
|
...t
|
|
1260
1267
|
}
|
|
1261
|
-
),
|
|
1268
|
+
), Mr = ({
|
|
1262
1269
|
className: e,
|
|
1263
1270
|
...t
|
|
1264
1271
|
}) => /* @__PURE__ */ a(
|
|
1265
1272
|
Rt,
|
|
1266
1273
|
{
|
|
1267
|
-
className: d(
|
|
1274
|
+
className: d(s({ slot: "header" }), "px-0 pt-0 pb-8", "font-semibold", e),
|
|
1268
1275
|
...t
|
|
1269
1276
|
}
|
|
1270
|
-
),
|
|
1277
|
+
), yr = ({
|
|
1271
1278
|
className: e,
|
|
1272
1279
|
...t
|
|
1273
1280
|
}) => /* @__PURE__ */ a(
|
|
1274
1281
|
qt,
|
|
1275
1282
|
{
|
|
1276
|
-
className: d(
|
|
1283
|
+
className: d(s({ slot: "close" }), e),
|
|
1277
1284
|
...t
|
|
1278
1285
|
}
|
|
1279
|
-
),
|
|
1286
|
+
), Nr = ({
|
|
1280
1287
|
className: e,
|
|
1281
1288
|
...t
|
|
1282
1289
|
}) => /* @__PURE__ */ a(
|
|
1283
1290
|
Gt,
|
|
1284
1291
|
{
|
|
1285
|
-
className: d(
|
|
1292
|
+
className: d(s({ slot: "body" }), "p-0", e),
|
|
1286
1293
|
...t
|
|
1287
1294
|
}
|
|
1288
|
-
),
|
|
1295
|
+
), Ir = ({
|
|
1289
1296
|
className: e,
|
|
1290
1297
|
...t
|
|
1291
|
-
}) => /* @__PURE__ */ a($t, { className: d("flex flex-col gap-8", e), ...t }),
|
|
1298
|
+
}) => /* @__PURE__ */ a($t, { className: d("flex flex-col gap-8", e), ...t }), Br = ({
|
|
1292
1299
|
className: e,
|
|
1293
1300
|
...t
|
|
1294
1301
|
}) => /* @__PURE__ */ a(
|
|
1295
1302
|
Jt,
|
|
1296
1303
|
{
|
|
1297
|
-
className: d("flex flex-wrap items-center", "gap-[
|
|
1304
|
+
className: d("flex flex-wrap items-center", "gap-[.75rem_0.5rem]", e),
|
|
1298
1305
|
...t
|
|
1299
1306
|
}
|
|
1300
|
-
),
|
|
1307
|
+
), Sr = ({
|
|
1301
1308
|
className: e,
|
|
1302
1309
|
...t
|
|
1303
1310
|
}) => /* @__PURE__ */ a(
|
|
@@ -1306,7 +1313,7 @@ const nd = Na, ld = C(
|
|
|
1306
1313
|
className: d(h({ slot: "root" }), e),
|
|
1307
1314
|
...t
|
|
1308
1315
|
}
|
|
1309
|
-
),
|
|
1316
|
+
), Tr = ({
|
|
1310
1317
|
className: e,
|
|
1311
1318
|
...t
|
|
1312
1319
|
}) => /* @__PURE__ */ a(
|
|
@@ -1315,7 +1322,7 @@ const nd = Na, ld = C(
|
|
|
1315
1322
|
className: d(h({ slot: "indicator" }), e),
|
|
1316
1323
|
...t
|
|
1317
1324
|
}
|
|
1318
|
-
),
|
|
1325
|
+
), Hr = ({
|
|
1319
1326
|
className: e,
|
|
1320
1327
|
...t
|
|
1321
1328
|
}) => /* @__PURE__ */ a(
|
|
@@ -1328,34 +1335,34 @@ const nd = Na, ld = C(
|
|
|
1328
1335
|
),
|
|
1329
1336
|
...t
|
|
1330
1337
|
}
|
|
1331
|
-
),
|
|
1338
|
+
), Lr = ({
|
|
1332
1339
|
className: e,
|
|
1333
1340
|
...t
|
|
1334
1341
|
}) => /* @__PURE__ */ a(
|
|
1335
1342
|
Yt,
|
|
1336
1343
|
{
|
|
1337
|
-
className: d("flex-[0_0_100%]", "min-h-20
|
|
1344
|
+
className: d("flex-[0_0_100%]", "min-h-20 border rounded-md", "px-3 py-2 text-sm", e),
|
|
1338
1345
|
...t
|
|
1339
1346
|
}
|
|
1340
|
-
),
|
|
1347
|
+
), Dr = ({
|
|
1341
1348
|
className: e,
|
|
1342
1349
|
...t
|
|
1343
1350
|
}) => /* @__PURE__ */ a(
|
|
1344
1351
|
Zt,
|
|
1345
1352
|
{
|
|
1346
|
-
className: d(
|
|
1353
|
+
className: d(r({ preset: "neutralFilled" }), "ml-auto", e),
|
|
1347
1354
|
...t
|
|
1348
1355
|
}
|
|
1349
|
-
),
|
|
1356
|
+
), Wr = ({
|
|
1350
1357
|
className: e,
|
|
1351
1358
|
...t
|
|
1352
1359
|
}) => /* @__PURE__ */ a(
|
|
1353
1360
|
ea,
|
|
1354
1361
|
{
|
|
1355
|
-
className: d("w-full overflow-y-auto", e),
|
|
1362
|
+
className: d("w-full overflow-y-auto [scrollbar-width:thin]", e),
|
|
1356
1363
|
...t
|
|
1357
1364
|
}
|
|
1358
|
-
),
|
|
1365
|
+
), _r = ({
|
|
1359
1366
|
className: e,
|
|
1360
1367
|
...t
|
|
1361
1368
|
}) => /* @__PURE__ */ a(
|
|
@@ -1365,69 +1372,69 @@ const nd = Na, ld = C(
|
|
|
1365
1372
|
p({ section: "content" }),
|
|
1366
1373
|
"relative pt-4 pb-8 gap-8",
|
|
1367
1374
|
"items-start justify-center w-full",
|
|
1368
|
-
"px-6 ikp-md:px-10 ikp-md:pb-
|
|
1375
|
+
"px-6 ikp-md:px-10 ikp-md:pb-12",
|
|
1369
1376
|
e
|
|
1370
1377
|
),
|
|
1371
1378
|
...t
|
|
1372
1379
|
}
|
|
1373
|
-
),
|
|
1380
|
+
), zr = ({
|
|
1374
1381
|
className: e,
|
|
1375
1382
|
...t
|
|
1376
1383
|
}) => /* @__PURE__ */ a(
|
|
1377
1384
|
aa,
|
|
1378
1385
|
{
|
|
1379
1386
|
className: d(
|
|
1380
|
-
|
|
1387
|
+
r({ variant: "ghost" }),
|
|
1381
1388
|
"absolute right-1 top-1",
|
|
1382
1389
|
"text-xl text-gray-500 dark:text-white-alpha-500 w-10 h-10 z-modal",
|
|
1383
1390
|
e
|
|
1384
1391
|
),
|
|
1385
1392
|
...t
|
|
1386
1393
|
}
|
|
1387
|
-
),
|
|
1394
|
+
), jr = ({
|
|
1388
1395
|
className: e,
|
|
1389
1396
|
...t
|
|
1390
1397
|
}) => /* @__PURE__ */ a(
|
|
1391
1398
|
da,
|
|
1392
1399
|
{
|
|
1393
|
-
className: d("mt-
|
|
1400
|
+
className: d("mt-8 flex flex-col gap-6", e),
|
|
1394
1401
|
...t
|
|
1395
1402
|
}
|
|
1396
|
-
),
|
|
1403
|
+
), Qr = ({
|
|
1397
1404
|
className: e,
|
|
1398
1405
|
...t
|
|
1399
1406
|
}) => /* @__PURE__ */ a(
|
|
1400
|
-
|
|
1407
|
+
sa,
|
|
1401
1408
|
{
|
|
1402
1409
|
className: d("font-semibold text-xl leading-5", e),
|
|
1403
1410
|
...t
|
|
1404
1411
|
}
|
|
1405
|
-
),
|
|
1412
|
+
), Or = ({
|
|
1406
1413
|
className: e,
|
|
1407
1414
|
...t
|
|
1408
1415
|
}) => /* @__PURE__ */ a(
|
|
1409
|
-
|
|
1416
|
+
ra,
|
|
1410
1417
|
{
|
|
1411
1418
|
className: d("text-gray-700 dark:text-white-alpha-700 text-sm", e),
|
|
1412
1419
|
...t
|
|
1413
1420
|
}
|
|
1414
|
-
),
|
|
1421
|
+
), Vr = ({
|
|
1415
1422
|
className: e,
|
|
1416
1423
|
...t
|
|
1417
|
-
}) => /* @__PURE__ */ a(ma, { className: d("w-full", e), ...t }),
|
|
1424
|
+
}) => /* @__PURE__ */ a(ma, { className: d("w-full space-y-8", e), ...t }), Rr = ({
|
|
1418
1425
|
className: e,
|
|
1419
1426
|
...t
|
|
1420
1427
|
}) => /* @__PURE__ */ a(
|
|
1421
1428
|
oa,
|
|
1422
1429
|
{
|
|
1423
1430
|
className: d(
|
|
1424
|
-
"
|
|
1431
|
+
"flex flex-col gap-2 data-[hidden]:hidden",
|
|
1425
1432
|
"data-[input-type=checkbox]:flex-row data-[input-type=checkbox]:items-center",
|
|
1426
1433
|
e
|
|
1427
1434
|
),
|
|
1428
1435
|
...t
|
|
1429
1436
|
}
|
|
1430
|
-
),
|
|
1437
|
+
), qr = ({
|
|
1431
1438
|
className: e,
|
|
1432
1439
|
...t
|
|
1433
1440
|
}) => /* @__PURE__ */ a(
|
|
@@ -1447,7 +1454,7 @@ const nd = Na, ld = C(
|
|
|
1447
1454
|
),
|
|
1448
1455
|
...t
|
|
1449
1456
|
}
|
|
1450
|
-
),
|
|
1457
|
+
), Gr = ({
|
|
1451
1458
|
className: e,
|
|
1452
1459
|
...t
|
|
1453
1460
|
}) => /* @__PURE__ */ a(
|
|
@@ -1456,7 +1463,7 @@ const nd = Na, ld = C(
|
|
|
1456
1463
|
className: d(n({ size: "md", variant: "outline" }), e),
|
|
1457
1464
|
...t
|
|
1458
1465
|
}
|
|
1459
|
-
), $
|
|
1466
|
+
), $r = ({
|
|
1460
1467
|
className: e,
|
|
1461
1468
|
...t
|
|
1462
1469
|
}) => /* @__PURE__ */ a(
|
|
@@ -1465,7 +1472,7 @@ const nd = Na, ld = C(
|
|
|
1465
1472
|
className: d(n({ size: "md", variant: "outline" }), e),
|
|
1466
1473
|
...t
|
|
1467
1474
|
}
|
|
1468
|
-
),
|
|
1475
|
+
), Jr = ({
|
|
1469
1476
|
className: e,
|
|
1470
1477
|
...t
|
|
1471
1478
|
}) => /* @__PURE__ */ a(
|
|
@@ -1480,16 +1487,20 @@ const nd = Na, ld = C(
|
|
|
1480
1487
|
),
|
|
1481
1488
|
...t
|
|
1482
1489
|
}
|
|
1483
|
-
),
|
|
1490
|
+
), Kr = ({
|
|
1484
1491
|
className: e,
|
|
1485
1492
|
...t
|
|
1486
1493
|
}) => /* @__PURE__ */ a(
|
|
1487
1494
|
ha,
|
|
1488
1495
|
{
|
|
1489
|
-
className: d(
|
|
1496
|
+
className: d(
|
|
1497
|
+
n({ size: "md", variant: "outline" }),
|
|
1498
|
+
"min-h-20 px-3 py-2 text-sm",
|
|
1499
|
+
e
|
|
1500
|
+
),
|
|
1490
1501
|
...t
|
|
1491
1502
|
}
|
|
1492
|
-
),
|
|
1503
|
+
), Ur = ({
|
|
1493
1504
|
className: e,
|
|
1494
1505
|
...t
|
|
1495
1506
|
}) => /* @__PURE__ */ a(
|
|
@@ -1498,7 +1509,7 @@ const nd = Na, ld = C(
|
|
|
1498
1509
|
className: d(h({ slot: "root" }), e),
|
|
1499
1510
|
...t
|
|
1500
1511
|
}
|
|
1501
|
-
),
|
|
1512
|
+
), Xr = ({
|
|
1502
1513
|
className: e,
|
|
1503
1514
|
...t
|
|
1504
1515
|
}) => /* @__PURE__ */ a(
|
|
@@ -1507,7 +1518,7 @@ const nd = Na, ld = C(
|
|
|
1507
1518
|
className: d(h({ slot: "indicator" }), e),
|
|
1508
1519
|
...t
|
|
1509
1520
|
}
|
|
1510
|
-
),
|
|
1521
|
+
), Yr = L, Zr = ({
|
|
1511
1522
|
className: e,
|
|
1512
1523
|
...t
|
|
1513
1524
|
}) => /* @__PURE__ */ a(
|
|
@@ -1529,7 +1540,7 @@ const nd = Na, ld = C(
|
|
|
1529
1540
|
className: e,
|
|
1530
1541
|
...t
|
|
1531
1542
|
}) => /* @__PURE__ */ a(
|
|
1532
|
-
|
|
1543
|
+
ua,
|
|
1533
1544
|
{
|
|
1534
1545
|
className: d(l({ slot: "content" }), e),
|
|
1535
1546
|
...t
|
|
@@ -1538,12 +1549,12 @@ const nd = Na, ld = C(
|
|
|
1538
1549
|
className: e,
|
|
1539
1550
|
...t
|
|
1540
1551
|
}) => /* @__PURE__ */ a(
|
|
1541
|
-
|
|
1552
|
+
ga,
|
|
1542
1553
|
{
|
|
1543
1554
|
className: d(l({ slot: "viewport" }), e),
|
|
1544
1555
|
...t
|
|
1545
1556
|
}
|
|
1546
|
-
),
|
|
1557
|
+
), sm = ({
|
|
1547
1558
|
className: e,
|
|
1548
1559
|
...t
|
|
1549
1560
|
}) => /* @__PURE__ */ a(
|
|
@@ -1552,7 +1563,7 @@ const nd = Na, ld = C(
|
|
|
1552
1563
|
className: d(l({ slot: "item" }), e),
|
|
1553
1564
|
...t
|
|
1554
1565
|
}
|
|
1555
|
-
),
|
|
1566
|
+
), rm = W, mm = ({
|
|
1556
1567
|
className: e,
|
|
1557
1568
|
...t
|
|
1558
1569
|
}) => /* @__PURE__ */ a(
|
|
@@ -1585,7 +1596,7 @@ const nd = Na, ld = C(
|
|
|
1585
1596
|
}) => /* @__PURE__ */ a(
|
|
1586
1597
|
Aa,
|
|
1587
1598
|
{
|
|
1588
|
-
className: d("flex items-center justify-end gap-
|
|
1599
|
+
className: d("flex items-center justify-end gap-4 w-full", e),
|
|
1589
1600
|
...t
|
|
1590
1601
|
}
|
|
1591
1602
|
), lm = ({
|
|
@@ -1594,7 +1605,7 @@ const nd = Na, ld = C(
|
|
|
1594
1605
|
}) => /* @__PURE__ */ a(
|
|
1595
1606
|
ka,
|
|
1596
1607
|
{
|
|
1597
|
-
className: d(
|
|
1608
|
+
className: d(r({ variant: "outline" }), e),
|
|
1598
1609
|
...t
|
|
1599
1610
|
}
|
|
1600
1611
|
), cm = ({
|
|
@@ -1603,7 +1614,7 @@ const nd = Na, ld = C(
|
|
|
1603
1614
|
}) => /* @__PURE__ */ a(
|
|
1604
1615
|
wa,
|
|
1605
1616
|
{
|
|
1606
|
-
className: d(
|
|
1617
|
+
className: d(r({ preset: "neutralFilled" }), e),
|
|
1607
1618
|
...t
|
|
1608
1619
|
}
|
|
1609
1620
|
), hm = ({
|
|
@@ -1632,148 +1643,148 @@ const nd = Na, ld = C(
|
|
|
1632
1643
|
),
|
|
1633
1644
|
...t
|
|
1634
1645
|
}
|
|
1635
|
-
), pm =
|
|
1646
|
+
), pm = _, Cm = ({
|
|
1636
1647
|
className: e,
|
|
1637
1648
|
...t
|
|
1638
1649
|
}) => /* @__PURE__ */ a(
|
|
1639
1650
|
ya,
|
|
1640
1651
|
{
|
|
1641
|
-
className: d(
|
|
1652
|
+
className: d(r({ preset: "neutralFilled" }), "w-full mt-12 gap-2 shrink-0", e),
|
|
1642
1653
|
...t
|
|
1643
1654
|
}
|
|
1644
1655
|
);
|
|
1645
1656
|
export {
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
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
|
-
|
|
1657
|
+
ir as ActionBar,
|
|
1658
|
+
nr as Actions,
|
|
1659
|
+
Is as AttachmentsBar,
|
|
1660
|
+
Ds as AttachmentsBarActions,
|
|
1661
|
+
Ss as AttachmentsBarAttachment,
|
|
1662
|
+
Ls as AttachmentsBarAttachmentDelete,
|
|
1663
|
+
Ts as AttachmentsBarAttachmentIcon,
|
|
1664
|
+
Hs as AttachmentsBarAttachmentTitle,
|
|
1665
|
+
Ys as AttachmentsBarForm,
|
|
1666
|
+
dr as AttachmentsBarFormContent,
|
|
1667
|
+
mr as AttachmentsBarFormContentError,
|
|
1668
|
+
rr as AttachmentsBarFormContentInput,
|
|
1669
|
+
sr as AttachmentsBarFormContentLabel,
|
|
1670
|
+
or as AttachmentsBarFormSubmitButton,
|
|
1671
|
+
Zs as AttachmentsBarFormTitle,
|
|
1672
|
+
ar as AttachmentsBarFormTitleError,
|
|
1673
|
+
tr as AttachmentsBarFormTitleInput,
|
|
1674
|
+
er as AttachmentsBarFormTitleLabel,
|
|
1675
|
+
Ws as AttachmentsBarInfoTip,
|
|
1676
|
+
js as AttachmentsBarInfoTipArrow,
|
|
1677
|
+
_s as AttachmentsBarInfoTipIcon,
|
|
1678
|
+
zs as AttachmentsBarInfoTipText,
|
|
1679
|
+
Os as AttachmentsBarInput,
|
|
1680
|
+
Qs as AttachmentsBarInputs,
|
|
1681
|
+
Bs as AttachmentsBarList,
|
|
1682
|
+
Vs as AttachmentsBarModal,
|
|
1683
|
+
Xs as AttachmentsBarModalBody,
|
|
1684
|
+
Us as AttachmentsBarModalClose,
|
|
1685
|
+
qs as AttachmentsBarModalContent,
|
|
1686
|
+
Js as AttachmentsBarModalDescription,
|
|
1687
|
+
Gs as AttachmentsBarModalHeader,
|
|
1688
|
+
$s as AttachmentsBarModalHeading,
|
|
1689
|
+
Ks as AttachmentsBarModalHelp,
|
|
1690
|
+
Rs as AttachmentsBarModalOverlay,
|
|
1691
|
+
pr as ChatAction,
|
|
1692
|
+
Er as ChatActionFeedback,
|
|
1693
|
+
Cr as ChatActionLabel,
|
|
1683
1694
|
Ed as Content,
|
|
1684
|
-
|
|
1695
|
+
ud as ContentScrollArea,
|
|
1685
1696
|
vd as ContentScrollAreaCorner,
|
|
1686
1697
|
xd as ContentScrollAreaScrollbar,
|
|
1687
1698
|
fd as ContentScrollAreaThumb,
|
|
1688
|
-
|
|
1699
|
+
gd as ContentScrollAreaViewport,
|
|
1689
1700
|
Fd as Disclaimer,
|
|
1690
1701
|
Md as DisclaimerArrow,
|
|
1691
1702
|
wd as DisclaimerContent,
|
|
1692
1703
|
Ad as DisclaimerLabel,
|
|
1693
1704
|
Pd as DisclaimerText,
|
|
1694
1705
|
kd as DisclaimerTrigger,
|
|
1695
|
-
|
|
1706
|
+
ms as DynamicComponent,
|
|
1696
1707
|
Bd as ExampleQuestion,
|
|
1697
1708
|
Sd as ExampleQuestionButton,
|
|
1698
1709
|
yd as ExampleQuestions,
|
|
1699
1710
|
Nd as ExampleQuestionsLabel,
|
|
1700
1711
|
Id as ExampleQuestionsList,
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1712
|
+
Ir as FeedbackForm,
|
|
1713
|
+
Br as FeedbackItem,
|
|
1714
|
+
Sr as FeedbackItemCheckbox,
|
|
1715
|
+
Tr as FeedbackItemCheckboxIndicator,
|
|
1716
|
+
Lr as FeedbackItemDescription,
|
|
1717
|
+
Hr as FeedbackItemLabel,
|
|
1718
|
+
kr as FeedbackModal,
|
|
1719
|
+
Nr as FeedbackModalBody,
|
|
1720
|
+
yr as FeedbackModalClose,
|
|
1721
|
+
Pr as FeedbackModalContent,
|
|
1722
|
+
Mr as FeedbackModalHeader,
|
|
1723
|
+
wr as FeedbackModalOverlay,
|
|
1724
|
+
Dr as FeedbackSubmitButton,
|
|
1725
|
+
ks as Footer,
|
|
1726
|
+
_r as Form,
|
|
1716
1727
|
lm as FormCancel,
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1728
|
+
zr as FormClose,
|
|
1729
|
+
Vr as FormContent,
|
|
1730
|
+
Or as FormDescription,
|
|
1720
1731
|
im as FormError,
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
$
|
|
1732
|
+
Rr as FormField,
|
|
1733
|
+
Ur as FormFieldCheckbox,
|
|
1734
|
+
Xr as FormFieldCheckboxIndicator,
|
|
1735
|
+
$r as FormFieldEmail,
|
|
1725
1736
|
om as FormFieldError,
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1737
|
+
Jr as FormFieldFile,
|
|
1738
|
+
qr as FormFieldLabel,
|
|
1739
|
+
Yr as FormFieldSelect,
|
|
1729
1740
|
am as FormFieldSelectContent,
|
|
1730
1741
|
tm as FormFieldSelectIcon,
|
|
1731
|
-
|
|
1742
|
+
sm as FormFieldSelectItem,
|
|
1732
1743
|
mm as FormFieldSelectItemIndicator,
|
|
1733
|
-
|
|
1734
|
-
|
|
1744
|
+
rm as FormFieldSelectItemText,
|
|
1745
|
+
Zr as FormFieldSelectTrigger,
|
|
1735
1746
|
em as FormFieldSelectValue,
|
|
1736
1747
|
dm as FormFieldSelectViewport,
|
|
1737
|
-
|
|
1738
|
-
|
|
1748
|
+
Gr as FormFieldText,
|
|
1749
|
+
Kr as FormFieldTextArea,
|
|
1739
1750
|
nm as FormFooter,
|
|
1740
|
-
|
|
1741
|
-
|
|
1751
|
+
jr as FormHeader,
|
|
1752
|
+
Qr as FormHeading,
|
|
1742
1753
|
cm as FormSubmit,
|
|
1743
1754
|
hm as FormSuccess,
|
|
1744
1755
|
Cm as FormSuccessButton,
|
|
1745
1756
|
bm as FormSuccessHeading,
|
|
1746
1757
|
pm as FormSuccessMessage,
|
|
1747
|
-
|
|
1758
|
+
Wr as FormWrapper,
|
|
1748
1759
|
hd as Header,
|
|
1749
1760
|
bd as HeaderToolbar,
|
|
1750
1761
|
pd as HeaderToolbarWrapper,
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1762
|
+
gr as HelpAction,
|
|
1763
|
+
ur as HelpActions,
|
|
1764
|
+
fr as HelpActionsMenu,
|
|
1765
|
+
vr as HelpActionsMenuArrow,
|
|
1766
|
+
Fr as HelpActionsMenuItem,
|
|
1767
|
+
Ar as HelpActionsMenuItemIcon,
|
|
1768
|
+
xr as HelpActionsTrigger,
|
|
1769
|
+
Ms as Input,
|
|
1770
|
+
ws as InputFieldset,
|
|
1771
|
+
Ps as InputGroup,
|
|
1772
|
+
zd as IntroMessageWrapper,
|
|
1773
|
+
os as Markdown,
|
|
1774
|
+
cs as MessageAction,
|
|
1775
|
+
ls as MessageAnnotationAction,
|
|
1776
|
+
ns as MessageAnnotationActions,
|
|
1766
1777
|
Kd as MessageAttachments,
|
|
1767
1778
|
Xd as MessageAttachmentsItem,
|
|
1768
1779
|
Yd as MessageAttachmentsItemIcon,
|
|
1769
1780
|
Zd as MessageAttachmentsItemTitle,
|
|
1770
1781
|
Ud as MessageAttachmentsList,
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1782
|
+
es as MessageAttachmentsPreview,
|
|
1783
|
+
rs as MessageAttachmentsPreviewBody,
|
|
1784
|
+
ss as MessageAttachmentsPreviewClose,
|
|
1785
|
+
as as MessageAttachmentsPreviewContent,
|
|
1786
|
+
ds as MessageAttachmentsPreviewHeader,
|
|
1787
|
+
ts as MessageAttachmentsPreviewOverlay,
|
|
1777
1788
|
Od as MessageAvatar,
|
|
1778
1789
|
Vd as MessageAvatarContent,
|
|
1779
1790
|
Rd as MessageAvatarFallback,
|
|
@@ -1783,30 +1794,30 @@ export {
|
|
|
1783
1794
|
jd as MessageHeader,
|
|
1784
1795
|
Qd as MessageLoading,
|
|
1785
1796
|
Gd as MessageName,
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1797
|
+
gm as MessagePart,
|
|
1798
|
+
Cs as MessageSourceItem,
|
|
1799
|
+
us as MessageSourceItemBreadcrumbIcon,
|
|
1800
|
+
Es as MessageSourceItemBreadcrumbs,
|
|
1801
|
+
vs as MessageSourceItemDescription,
|
|
1802
|
+
Fs as MessageSourceItemDescriptionPart,
|
|
1803
|
+
gs as MessageSourceItemIcon,
|
|
1804
|
+
As as MessageSourceItemIndicator,
|
|
1805
|
+
fs as MessageSourceItemTag,
|
|
1806
|
+
xs as MessageSourceItemTitle,
|
|
1807
|
+
hs as MessageSources,
|
|
1808
|
+
bs as MessageSourcesHeader,
|
|
1809
|
+
ps as MessageSourcesList,
|
|
1810
|
+
is as MessageToolbar,
|
|
1811
|
+
_d as MessageWrapper,
|
|
1801
1812
|
Wd as Messages,
|
|
1802
1813
|
nd as Provider,
|
|
1803
1814
|
cd as Root,
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1815
|
+
ys as SendButton,
|
|
1816
|
+
Ns as SendButtonIcon,
|
|
1817
|
+
br as TaglineBrandName,
|
|
1818
|
+
lr as TaglineContainer,
|
|
1819
|
+
hr as TaglineLogo,
|
|
1820
|
+
cr as TaglineText,
|
|
1810
1821
|
Cd as ToolbarHeader,
|
|
1811
1822
|
Dd as Workflow,
|
|
1812
1823
|
Td as Workflows,
|