@inkeep/agents-ui 0.15.29 → 0.15.30

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