@inkeep/agents-ui 0.0.0-dev-20260402200940 → 0.0.0-dev-20260403205747

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