@inkeep/agents-ui 0.15.11 → 0.15.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +171 -169
- package/dist/primitives/atoms/combobox.cjs +1 -0
- package/dist/primitives/atoms/combobox.js +275 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.cjs +1 -1
- package/dist/primitives/components/embedded-chat/use-stream-processor.js +74 -87
- package/dist/primitives/components/embedded-chat.cjs +4 -4
- package/dist/primitives/components/embedded-chat.d.ts +22 -1
- package/dist/primitives/components/embedded-chat.js +1249 -1137
- package/dist/primitives/hooks/use-simple-scroll.cjs +1 -1
- package/dist/primitives/hooks/use-simple-scroll.d.ts +12 -1
- package/dist/primitives/hooks/use-simple-scroll.js +45 -12
- package/dist/primitives/providers/base-events-provider.cjs +1 -1
- package/dist/primitives/providers/base-events-provider.js +1 -1
- package/dist/primitives/utils/component-ids.cjs +1 -1
- package/dist/primitives/utils/component-ids.d.ts +24 -0
- package/dist/primitives/utils/component-ids.js +12 -0
- package/dist/primitives/utils/form.cjs +1 -1
- package/dist/primitives/utils/form.d.ts +1 -1
- package/dist/primitives/utils/form.js +3 -1
- package/dist/react/chat-button-modal.cjs +1 -0
- package/dist/react/chat-button-modal.d.ts +22 -0
- package/dist/react/chat-button-modal.js +41 -0
- package/dist/react/embedded-chat.cjs +1 -1
- package/dist/react/embedded-chat.js +210 -191
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +171 -169
- package/dist/styled/components/embedded-chat.cjs +1 -1
- package/dist/styled/components/embedded-chat.d.ts +16 -1
- package/dist/styled/components/embedded-chat.js +686 -568
- package/dist/styled/components/message.cjs +1 -1
- package/dist/styled/components/message.js +191 -183
- package/dist/styled/components/ui/recipes/combobox.cjs +1 -0
- package/dist/styled/components/ui/recipes/combobox.d.ts +4 -0
- package/dist/styled/components/ui/recipes/combobox.js +57 -0
- package/dist/styled/components/ui/recipes/index.cjs +1 -1
- package/dist/styled/components/ui/recipes/index.d.ts +1 -0
- package/dist/styled/components/ui/recipes/index.js +29 -27
- package/dist/styled/components/ui/recipes/modal.d.ts +1 -1
- package/dist/styled/components/ui/recipes/scrollable.d.ts +1 -1
- package/dist/styled/components/ui/recipes/select.d.ts +1 -1
- package/dist/styled/inkeep.css.cjs +182 -2
- package/dist/styled/inkeep.css.js +182 -2
- package/dist/types/config/settings/form.d.ts +9 -1
- package/package.json +6 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),a=require("../../primitives/components/embedded-chat.cjs"),k=require("../../primitives/components/embedded-chat/chat-provider.cjs"),w=require("../../primitives/hooks/use-resize-observer.cjs"),P=require("../../primitives/utils/compose-refs.cjs"),M=require("./ui/recipes/ai-chat-page-wrapper.cjs"),n=require("./ui/recipes/attachment.cjs"),o=require("./ui/recipes/button.cjs"),x=require("./ui/recipes/checkbox.cjs"),m=require("./ui/recipes/citation.cjs"),j=require("./ui/recipes/icon.cjs"),l=require("./ui/recipes/input.cjs"),y=require("./ui/recipes/link.cjs"),r=require("./ui/recipes/modal.cjs"),p=require("./ui/recipes/popover.cjs"),C=require("./ui/recipes/scrollable.cjs"),h=require("./ui/recipes/select.cjs"),N=require("class-variance-authority"),I=require("merge-anything"),c=require("react"),s=require("../utils.cjs"),B=require("./ui/markdown-styles.cjs"),S=require("./loading-indicator.cjs"),T=require("./message.cjs"),H=k.ChatProvider,L=c.forwardRef(({className:e,size:t,variant:i,...u},b)=>d.jsx(a.EmbeddedChatPrimitiveWrapper,{ref:b,className:s.cn(M.aiChatPageWrapper({size:t,variant:i}),"data-[hidden]:hidden rounded-md flex","bg-white dark:bg-gray-dark-950","data-[composite]:w-full","max-h-[min(85vh,850px)]","[[data-sidebar]_&]:m-[unset] [[data-sidebar]_&]:mt-auto","[[data-sidebar]_&]:h-full [[data-sidebar]_&]:w-full","[[data-sidebar]_&]:max-h-[unset]","[[data-chat-bubble]_&]:max-h-[unset]","[[data-chat-bubble]_&]:h-full [[data-chat-bubble]_&]:w-full [[data-chat-bubble]_&]:rounded-[inherit]",e),...u})),D=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveRoot,{className:s.cn(C.scrollable({section:"wrapper"}),"rounded-[inherit] font-body",e),...t}),W=({className:e,...t})=>d.jsx(a.Header,{className:s.cn(C.scrollable({section:"header"}),"flex items-center","bg-white dark:bg-gray-dark-950","data-[show-toolbar]:after:absolute","data-[show-toolbar]:after:left-0","data-[show-toolbar]:after:top-full","data-[show-toolbar]:after:h-[1rem]","data-[show-toolbar]:after:w-full","data-[show-toolbar]:after:text-white","data-[show-toolbar]:after:dark:text-gray-dark-950","data-[show-toolbar]:after:bg-[linear-gradient(currentColor,_transparent)]","data-[show-toolbar]:after:z-start",e),...t}),_=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHeaderToolbar,{className:s.cn("flex items-center gap-3 w-full","px-5 py-2 pt-4 justify-between *:m-0",e),...t}),q=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveToolbarHeaderWrapper,{className:s.cn("flex items-center gap-1.5",e),...t}),z=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveToolbarHeader,{className:s.cn("text-gray-600 dark:text-gray-dark-100 text-sm",e),...t}),Q=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContent,{className:s.cn(C.scrollable({section:"content"}),"justify-end",e),...t}),R=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContentScrollArea,{className:s.cn("overflow-hidden",e),...t}),O=c.forwardRef(({className:e,...t},i)=>d.jsx(a.EmbeddedChatPrimitiveContentScrollAreaViewport,{ref:i,className:s.cn("h-full w-full rounded-[inherit]","[[data-chat-bubble]_&]:overscroll-contain",e),...t})),V=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContentScrollAreaScrollbar,{className:s.cn("flex select-none touch-none p-0.5","transition-colors duration-[160ms] ease-in-out","w-2.5 border-l border-l-transparent",e),...t}),G=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContentScrollAreaThumb,{className:s.cn("relative flex-1 rounded-full","bg-gray-300 dark:bg-white-alpha-200",e),...t}),$=a.EmbeddedChatPrimitiveContentScrollAreaCorner,J=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimer,{className:s.cn("ml-auto text-sm flex items-center gap-1",e),...t}),K=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerLabel,{className:s.cn("text-gray-700 dark:text-gray-dark-100",e),...t}),U=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerTrigger,{className:s.cn("cursor-pointer text-gray-700 dark:text-gray-dark-100","focus-visible:ring-gray-500 dark:focus-visible:ring-white-alpha-900 focus-visible:ring-2 focus:outline-none",e),...t}),X=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerContent,{className:s.cn(p.popover({slot:"content"}),"px-4 py-2 font-normal text-sm","w-[250px] sm:w-[420px]",e),...t}),Y=a.EmbeddedChatPrimitiveDisclaimerText,Z=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerArrow,{className:s.cn(p.popover({slot:"arrow"}),e),...t}),ee=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestions,{className:s.cn("mt-4 flex flex-col gap-2",e),...t}),te=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestionsLabel,{className:s.cn("text-2xs uppercase font-semibold tracking-widest","text-gray-600 dark:text-white-alpha-500",e),...t}),ae=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestionsList,{className:s.cn("flex flex-col","ikp-md:flex-row","flex-wrap gap-2",e),...t}),de=c.forwardRef(({className:e,style:t,...i},u)=>{const b=c.useRef(null),v=P.composeRefs(u,b),{width:f=0,height:F=0}=w.useResizeObserver({ref:b,box:"border-box"}),A=Math.max(F,f);return d.jsx(a.EmbeddedChatPrimitiveExampleQuestion,{ref:v,style:{"--before-size":`${A+100}px`,...t},className:s.cn("flex items-center justify-center relative z-base","min-h-9 rounded-md overflow-hidden","before:absolute before:z-hide","before:bg-gray-300 dark:before:bg-gray-dark-950","before:bg-no-repeat before:[background-position:0_0]","before:[background-size:cover] before:m-auto","before:w-[--before-size] before:h-[--before-size]","data-[highlight]:first:before:[background-image:conic-gradient(transparent,theme(colors.inkeep-expanded-primary.600),transparent_30%)]","dark:data-[highlight]:first:before:[background-image:conic-gradient(transparent,theme(colors.inkeep-expanded-primary.300),transparent_30%)]","data-[highlight]:first:before:animate-[spin_4s_linear_infinite]","after:absolute after:z-base after:top-[1px] after:left-[1px]","after:w-[calc(100%-2px)] after:h-[calc(100%-2px)]","after:rounded-[5px] after:bg-white dark:after:bg-gray-dark-950",e),...i})}),se=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestionButton,{className:s.cn(o.button({size:"sm"}),"text-sm font-normal h-auto w-full py-1.5 z-start","whitespace-normal text-center leading-[unset]","border border-solid","text-gray-800 dark:text-white-alpha-950","border-white-alpha-200","[&:where(:hover,:focus)]:bg-slate-400/5","dark:[&:where(:hover,:focus)]:bg-white-alpha-100 focus:z-start",e),...t}),re=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflows,{className:s.cn("mt-4 flex flex-col gap-2",e),...t}),oe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflowsLabel,{className:s.cn("text-2xs uppercase font-semibold tracking-widest","text-gray-600 dark:text-white-alpha-500",e),...t}),me=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflowsList,{className:s.cn("flex flex-wrap gap-2",e),...t}),ie=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflow,{className:s.cn(o.button({size:"sm"}),"min-h-9 px-3 py-2 h-auto font-medium","text-sm gap-2 whitespace-normal border ","text-inkeep-primary-strong dark:text-inkeep-expanded-primary-300","border-inkeep-expanded-primary-200","dark:border-inkeep-expanded-primary-200","hover:bg-inkeep-primary-light-subtle","dark:hover:bg-white-alpha-100",e),...t}),ne=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessages,{className:s.cn("flex flex-col w-full min-w-0 min-h-0 text-sm relative",e),...t}),g=N.cva(["flex relative w-full overflow-hidden ikp-md:py-6 py-4","px-5","flex-col ikp-md:flex-row","min-w-0 grow-[2] data-[role=user]:grow-0"]),ce=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageWrapper,{className:s.cn(g(),e),...t}),le=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveIntroMessageWrapper,{className:s.cn(g(),e),...t}),he=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageHeader,{className:s.cn("flex justify-start overflow-hidden shrink-0 select-none","flex-row ikp-md:flex-col","items-center ikp-md:items-start","ikp-md:pl-3","ikp-md:pr-6","mb-4 ikp-md:mb-0","data-[role=user]:hidden",e),...t}),be=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageLoading,{className:s.cn("flex items-center gap-3 h-auto w-full",e),children:d.jsx(S.LoadingIndicator,{}),...t}),xe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatar,{className:s.cn("flex items-center justify-center rounded-full","h-auto",e),...t}),pe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatarContent,{className:s.cn("relative flex h-6 w-6 shrink-0 overflow-hidden","data-[username]:bg-inkeep-primary-lighter","dark:data-[username]:bg-inkeep-expanded-primary-300","text-inkeep-primary-stronger font-semibold ","data-[role=user]:hidden","justify-center items-center",e),...t}),Ce=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatarFallback,{className:s.cn("hidden data-[role=user]:block",e),...t}),ue=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatarImage,{className:s.cn("data-[type=icon]:data-[role=user]:text-inkeep-primary-medium","dark:data-[type=icon]:data-[role=user]:text-inkeep-expanded-primary-300","data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.300)]","data-[type=icon]:data-[role=assistant]:[--end-color:theme(colors.inkeep-expanded-primary.700)]","dark:data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.50)]","dark:data-[type=icon]:data-[role=assistant]:[--end-color:theme(colors.inkeep-expanded-primary.300)]",e),...t}),Ee=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageName,{className:s.cn("py-1 ml-3","text-1sm font-medium","text-gray-600 dark:text-white-alpha-600","data-[role=user]:hidden","ikp-md:hidden",e),...t}),ge=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageContentWrapper,{className:s.cn("overflow-hidden flex flex-col","justify-start grow-2 w-full","data-[role=user]:justify-end","data-[role=user]:items-end","data-[role=user]:shrink-2","data-[role=user]:grow-0","ikp-md:pr-3",e),...t}),ve=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageContent,{className:s.cn("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",e),...t}),fe=a.EmbeddedChatPrimitiveMessageAttachments,Fe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsList,{className:s.cn("flex flex-wrap gap-2",e),...t}),Ae=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsItem,{className:s.cn(o.button({variant:"ghost"}),n.attachment({slot:"root"}),"font-normal px-2",e),...t}),ke=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsItemIcon,{className:s.cn(n.attachment({slot:"icon"}),e),...t}),we=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsItemTitle,{className:s.cn(n.attachment({slot:"title"}),e),...t}),Pe=a.EmbeddedChatPrimitiveMessageAttachmentsPreview,Me=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay,{className:s.cn(r.modal({slot:"overlay"}),e),...t}),je=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewContent,{className:s.cn(r.modal({slot:"content"}),"my-6 md:my-12 top-0 left-[unset] transform-none relative","p-8 md:p-10 max-w-2xl",e),...t}),ye=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader,{className:s.cn(r.modal({slot:"header"}),"px-0 pt-0 pb-8 flex flex-col gap-6","font-semibold",e),...t}),Ne=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewClose,{className:s.cn(r.modal({slot:"close"}),e),...t}),Ie=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewBody,{className:s.cn(r.modal({slot:"body"}),"p-0",e),...t}),Be=a.EmbeddedChatPrimitiveDynamicComponent,Se=({componentStyles:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMarkdown,{componentStyles:I.merge(B.markdownStyles,e??{}),...t}),Te=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageToolbar,{className:s.cn("flex items-center mt-2 mb-3",e),...t}),He=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageCustomActions,{className:s.cn("mr-auto flex items-center gap-2",e),...t}),Le=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageCustomAction,{className:s.cn(o.button({size:"xs",variant:"outline"}),"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",e),...t}),De=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAction,{className:s.cn(o.button({variant:"iconButton",size:"sm"}),"data-[upvoted]:text-inkeep-primary-medium","data-[downvoted]:text-inkeep-primary-medium","data-[upvoted]:dark:text-inkeep-expanded-primary-300","data-[downvoted]:dark:text-inkeep-expanded-primary-300","dark:hover:text-inkeep-expanded-primary-300 px-2 text-md",e),...t}),We=a.EmbeddedChatPrimitiveMessageSources,_e=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourcesHeader,{className:s.cn("block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",e),...t}),qe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourcesList,{className:s.cn("w-full relative flex flex-col gap-3 py-[1px]",e),...t}),ze=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItem,{className:s.cn(m.citation({slot:"root"}),e),...t}),Qe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs,{className:s.cn(m.citation({slot:"breadcrumbs"}),e),...t}),Re=({className:e,...t})=>d.jsx(a.MessageSourceItemBreadcrumbIcon,{className:s.cn(m.citation({slot:"breadcrumbsIcon"}),e),...t}),Oe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemIcon,{className:s.cn(m.citation({slot:"icon"}),e),...t}),Ve=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemTitle,{className:s.cn(m.citation({slot:"title"}),e),...t}),Ge=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemTag,{className:s.cn(m.citation({slot:"tag"}),e),...t}),$e=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemDescription,{className:s.cn(m.citation({slot:"description"}),e),...t}),Je=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemDescriptionPart,{className:s.cn(m.citation({slot:"descriptionPart"}),e),...t}),Ke=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemIndicator,{className:s.cn(m.citation({slot:"indicator"}),e),...t}),Ue=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFooter,{className:s.cn("bg-white dark:bg-gray-dark-950 pt-6 pb-4","px-5 relative","before:absolute before:block before:top-0 before:left-0","before:pointer-events-none before:w-full before:h-3","before:bg-[linear-gradient(transparent,_white)] dark:before:bg-[linear-gradient(transparent,_var(--ikp-color-gray-dark-950))]","before:-translate-y-full",e),...t}),Xe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveInputFieldset,{className:s.cn("relative flex flex-col w-full py-1 px-2","rounded-lg items-stretch shadow-md dark:shadow-none","bg-gray-50 dark:bg-white-alpha-50",e),...t}),Ye=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveInputGroup,{className:s.cn("flex",e),...t}),Ze=c.forwardRef(({className:e,...t},i)=>d.jsx(a.EmbeddedChatPrimitiveInput,{ref:i,className:s.cn("min-h-[unset] text-sm overflow-hidden w-full resize-none","placeholder:text-gray-500 dark:placeholder:text-gray-dark-200","border-none outline-none shadow-none bg-transparent","px-3 py-2 mr-2 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",e),...t})),et=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveSendButton,{className:s.cn(o.button({}),"bg-transparent relative size-9 min-w-[unset] rounded-lg transition-all ease-linear","text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500","active:bg-gray-300 dark:active:bg-white-alpha-100","hover:bg-gray-200 hover:text-inkeep-primary-strong","dark:hover:bg-white-alpha-100 dark:hover:text-inkeep-expanded-primary-300","disabled:text-gray-500 dark:disabled:text-white-alpha-200","disabled:cursor-not-allowed hover:disabled:[background:none] active:disabled:[background:none]",e),...t}),tt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveSendButtonIcon,{className:s.cn(j.icon(),"text-inherit",e),...t}),at=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBar,{className:s.cn("flex items-center justify-between","flex-wrap gap-2 px-1 pt-2 pb-1",e),...t}),dt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarList,{className:s.cn("flex items-center gap-2 flex-wrap px-3 min-w-0",e),...t}),st=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachment,{className:s.cn(n.attachment({slot:"root"}),e),...t}),rt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon,{className:s.cn(n.attachment({slot:"icon"}),e),...t}),ot=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle,{className:s.cn(n.attachment({slot:"title"}),e),...t}),mt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete,{className:s.cn(n.attachment({slot:"delete"}),e),...t}),it=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarActions,{className:s.cn("flex items-center justify-between","gap-2 flex-wrap px-3",e),...t}),nt=a.EmbeddedChatPrimitiveAttachmentsBarInfoTip,ct=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon,{className:s.cn("cursor-pointer text-sm text-gray-600","dark:text-white-alpha-600",e),...t}),lt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInfoTipText,{className:s.cn("bg-white text-gray-800 fill-white","dark:bg-gray-dark-800 dark:text-white-alpha-950 dark:fill-gray-dark-800","shadow-[0_8px_30px_rgba(0,0,0,0.12)] z-dropdown","px-3 py-2 rounded-md text-sm font-normal max-w-[200px]",e),...t}),ht=a.EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow,bt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInputs,{className:s.cn("contents",e),...t}),xt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInput,{className:s.cn(o.button({variant:"outline",size:"xs"}),"light:text-gray-700 gap-1",e),...t}),pt=a.EmbeddedChatPrimitiveAttachmentsBarModal,Ct=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalOverlay,{className:s.cn(r.modal({slot:"overlay"}),e),...t}),ut=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalContent,{className:s.cn(r.modal({slot:"content"}),"my-6 md:my-12 top-0 left-[unset] transform-none relative","p-8 md:p-10 max-w-2xl",e),...t}),Et=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalHeader,{className:s.cn(r.modal({slot:"header"}),"px-0 pt-0 pb-8 gap-y-2","font-semibold",e),...t}),gt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalHeading,{className:s.cn("w-full semibold",e),...t}),vt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalDescription,{className:s.cn("text-gray-700 dark:text-white-alpha-700","text-sm font-normal w-full",e),...t}),ft=a.EmbeddedChatPrimitiveAttachmentsBarModalHelp,Ft=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalClose,{className:s.cn(r.modal({slot:"close"}),e),...t}),At=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalBody,{className:s.cn(r.modal({slot:"body"}),"p-0",e),...t}),kt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarForm,{className:s.cn("flex flex-col gap-8",e),...t}),wt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitle,{className:s.cn("flex flex-col gap-2",e),...t}),Pt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel,{className:s.cn("text-sm font-medium text-gray-700 dark:text-white-alpha-700",e),...t}),Mt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitleInput,{className:s.cn("h-9 px-3 rounded-md border","focus:outline-none focus:[--shadow-color:theme(colors.blue.500)]","data-[invalid]:[--shadow-color:theme(colors.red.500)]","shadow-[0_0_0_2px_var(--shadow-color)]",e),...t}),jt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitleError,{className:s.cn("text-sm text-red-500",e),...t}),yt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContent,{className:s.cn("flex flex-col gap-2",e),...t}),Nt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContentLabel,{className:s.cn("text-sm font-medium text-gray-700 dark:text-white-alpha-700",e),...t}),It=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContentInput,{className:s.cn(l.input({size:"md",variant:"outline"}),"min-h-20 px-3 py-1 text-sm",e),...t}),Bt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContentError,{className:s.cn("text-sm text-red-500",e),...t}),St=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton,{className:s.cn(o.button({preset:"neutralFilled"}),"ml-auto",e),...t}),Tt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveActionBar,{className:s.cn("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5",e),...t}),Ht=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveActions,{className:s.cn("flex items-center gap-2.5 flex-wrap",e),...t}),Lt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineContainer,{className:s.cn("flex items-center whitespace-nowrap",e),...t}),Dt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineText,{className:s.cn("text-xs text-gray-500 dark:text-white-alpha-600",e),...t}),Wt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineLogo,{className:s.cn("text-gray-500 dark:text-white-alpha-600","w-5 ml-1 mr-0.5",e),...t}),_t=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineBrandName,{className:s.cn(y.link(),"inline-flex text-1sm text-gray-500","dark:text-white-alpha-600 font-medium",e),...t}),E=s.cn(o.button({size:"xs",variant:"outline"}),"text-gray-700 dark:text-white-alpha-700"),qt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatAction,{className:s.cn(E,e),...t}),zt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatActionLabel,{className:s.cn("cursor-pointer",e),...t}),Qt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatActionFeedback,{className:s.cn("bg-white text-gray-800 fill-white","dark:bg-gray-dark-800 dark:text-white-alpha-900 dark:fill-gray-dark-800","shadow-[0_8px_30px_rgba(0,0,0,0.12)]","px-2 py-3 rounded-md text-sm font-normal",e),...t}),Rt=a.EmbeddedChatPrimitiveHelpActions,Ot=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatHelpAction,{className:s.cn(E,e),...t}),Vt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsTrigger,{className:s.cn(E,e),...t}),Gt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenu,{className:s.cn(p.popover({slot:"content"}),"gap-3 px-3 py-4 ","w-[254px] text-sm font-normal",e),...t}),$t=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenuArrow,{className:s.cn(p.popover({slot:"arrow"}),e),...t}),Jt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenuItem,{className:s.cn("flex items-center cursor-pointer hover:underline",e),...t}),Kt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenuItemIcon,{className:s.cn("mr-2 text-inkeep-primary-medium",e),...t}),Ut=a.EmbeddedChatPrimitiveFeedbackModal,Xt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalOverlay,{className:s.cn(r.modal({slot:"overlay"}),e),...t}),Yt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalContent,{className:s.cn(r.modal({slot:"content"}),"my-6 md:my-12 top-0 left-[unset] transform-none relative","p-8 md:p-10 max-w-[480px]",e),...t}),Zt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalHeader,{className:s.cn(r.modal({slot:"header"}),"px-0 pt-0 pb-8","font-semibold",e),...t}),ea=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalClose,{className:s.cn(r.modal({slot:"close"}),e),...t}),ta=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalBody,{className:s.cn(r.modal({slot:"body"}),"p-0",e),...t}),aa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackForm,{className:s.cn("flex flex-col gap-8",e),...t}),da=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItem,{className:s.cn("flex flex-wrap items-center","gap-[.75rem_0.5rem]",e),...t}),sa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemCheckbox,{className:s.cn(x.checkbox({slot:"root"}),e),...t}),ra=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator,{className:s.cn(x.checkbox({slot:"indicator"}),e),...t}),oa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemLabel,{className:s.cn("select-none cursor-pointer font-medium text-sm","text-gray-700 dark:text-white-alpha-700",e),...t}),ma=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemDescription,{className:s.cn("flex-[0_0_100%]","min-h-20 border rounded-md","px-3 py-2 text-sm",e),...t}),ia=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackSubmitButton,{className:s.cn(o.button({preset:"neutralFilled"}),"ml-auto",e),...t}),na=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormWrapper,{className:s.cn("w-full overflow-y-auto [scrollbar-width:thin]",e),...t}),ca=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveForm,{className:s.cn(C.scrollable({section:"content"}),"relative pt-4 pb-8 gap-8","items-start justify-center w-full","px-6 ikp-md:px-10 ikp-md:pb-12",e),...t}),la=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormClose,{className:s.cn(o.button({variant:"ghost"}),"absolute right-1 top-1","text-xl text-gray-500 dark:text-white-alpha-500 w-10 h-10 z-modal",e),...t}),ha=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormHeader,{className:s.cn("mt-8 flex flex-col gap-6",e),...t}),ba=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormHeading,{className:s.cn("font-semibold text-xl leading-5",e),...t}),xa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormDescription,{className:s.cn("text-gray-700 dark:text-white-alpha-700 text-sm",e),...t}),pa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormContent,{className:s.cn("w-full space-y-8",e),...t}),Ca=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormField,{className:s.cn("flex flex-col gap-2 data-[hidden]:hidden","data-[input-type=checkbox]:flex-row data-[input-type=checkbox]:items-center",e),...t}),ua=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldLabel,{className:s.cn("font-medium text-sm text-gray-700","dark:text-white-alpha-700 ","font-medium relative","data-[required]:after:absolute",'data-[required]:after:[content:"*"]',"data-[required]:after:ml-1","data-[required]:after:mt-0","data-[required]:after:text-red-500","dark:data-[required]:after:text-red-300",e),...t}),Ea=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldText,{className:s.cn(l.input({size:"md",variant:"outline"}),e),...t}),ga=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldEmail,{className:s.cn(l.input({size:"md",variant:"outline"}),e),...t}),va=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldFile,{className:s.cn(l.input({size:"md",variant:"outline"}),"text-sm pl-2 file:h-full file:cursor-pointer py-0","file:bg-transparent file:border-none file:font-medium","file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",e),...t}),fa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldTextArea,{className:s.cn(l.input({size:"md",variant:"outline"}),"min-h-20 px-3 py-2 text-sm",e),...t}),Fa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldCheckbox,{className:s.cn(x.checkbox({slot:"root"}),e),...t}),Aa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldCheckboxIndicator,{className:s.cn(x.checkbox({slot:"indicator"}),e),...t}),ka=a.EmbeddedChatPrimitiveFormFieldSelect,wa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectTrigger,{className:s.cn(h.select({slot:"trigger"}),e),...t}),Pa=a.EmbeddedChatPrimitiveFormFieldSelectValue,Ma=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectIcon,{className:s.cn("h-4 w-4 opacity-45",e),...t}),ja=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectContent,{className:s.cn(h.select({slot:"content"}),e),...t}),ya=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectViewport,{className:s.cn(h.select({slot:"viewport"}),e),...t}),Na=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectItem,{className:s.cn(h.select({slot:"item"}),e),...t}),Ia=a.EmbeddedChatPrimitiveFormFieldSelectItemText,Ba=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectItemIndicator,{className:s.cn(h.select({slot:"itemIndicator"}),e),...t}),Sa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldError,{className:s.cn("text-sm flex items-center text-red-500 dark:text-red-300",e),...t}),Ta=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormError,{className:s.cn("text-red-500 dark:text-red-300",e),...t}),Ha=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFooter,{className:s.cn("flex items-center justify-end gap-4 w-full",e),...t}),La=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormCancel,{className:s.cn(o.button({variant:"outline"}),e),...t}),Da=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSubmit,{className:s.cn(o.button({preset:"neutralFilled"}),e),...t}),Wa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSuccess,{className:s.cn("flex flex-col items-center justify-center h-auto","m-auto px-6 py-8 ikp-md:py-14 ikp-md:px-10",e),...t}),_a=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSuccessHeading,{className:s.cn("mb-6 font-bold tracking-tight","text-3xl md:text-4xl leading-6 md:leading-5",e),...t}),qa=a.EmbeddedChatPrimitiveFormSuccessMessage,za=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSuccessButton,{className:s.cn(o.button({preset:"neutralFilled"}),"w-full mt-12 gap-2 shrink-0",e),...t});exports.MessagePart=T.EmbeddedChatMessagePart;exports.ActionBar=Tt;exports.Actions=Ht;exports.AttachmentsBar=at;exports.AttachmentsBarActions=it;exports.AttachmentsBarAttachment=st;exports.AttachmentsBarAttachmentDelete=mt;exports.AttachmentsBarAttachmentIcon=rt;exports.AttachmentsBarAttachmentTitle=ot;exports.AttachmentsBarForm=kt;exports.AttachmentsBarFormContent=yt;exports.AttachmentsBarFormContentError=Bt;exports.AttachmentsBarFormContentInput=It;exports.AttachmentsBarFormContentLabel=Nt;exports.AttachmentsBarFormSubmitButton=St;exports.AttachmentsBarFormTitle=wt;exports.AttachmentsBarFormTitleError=jt;exports.AttachmentsBarFormTitleInput=Mt;exports.AttachmentsBarFormTitleLabel=Pt;exports.AttachmentsBarInfoTip=nt;exports.AttachmentsBarInfoTipArrow=ht;exports.AttachmentsBarInfoTipIcon=ct;exports.AttachmentsBarInfoTipText=lt;exports.AttachmentsBarInput=xt;exports.AttachmentsBarInputs=bt;exports.AttachmentsBarList=dt;exports.AttachmentsBarModal=pt;exports.AttachmentsBarModalBody=At;exports.AttachmentsBarModalClose=Ft;exports.AttachmentsBarModalContent=ut;exports.AttachmentsBarModalDescription=vt;exports.AttachmentsBarModalHeader=Et;exports.AttachmentsBarModalHeading=gt;exports.AttachmentsBarModalHelp=ft;exports.AttachmentsBarModalOverlay=Ct;exports.ChatAction=qt;exports.ChatActionFeedback=Qt;exports.ChatActionLabel=zt;exports.Content=Q;exports.ContentScrollArea=R;exports.ContentScrollAreaCorner=$;exports.ContentScrollAreaScrollbar=V;exports.ContentScrollAreaThumb=G;exports.ContentScrollAreaViewport=O;exports.Disclaimer=J;exports.DisclaimerArrow=Z;exports.DisclaimerContent=X;exports.DisclaimerLabel=K;exports.DisclaimerText=Y;exports.DisclaimerTrigger=U;exports.DynamicComponent=Be;exports.ExampleQuestion=de;exports.ExampleQuestionButton=se;exports.ExampleQuestions=ee;exports.ExampleQuestionsLabel=te;exports.ExampleQuestionsList=ae;exports.FeedbackForm=aa;exports.FeedbackItem=da;exports.FeedbackItemCheckbox=sa;exports.FeedbackItemCheckboxIndicator=ra;exports.FeedbackItemDescription=ma;exports.FeedbackItemLabel=oa;exports.FeedbackModal=Ut;exports.FeedbackModalBody=ta;exports.FeedbackModalClose=ea;exports.FeedbackModalContent=Yt;exports.FeedbackModalHeader=Zt;exports.FeedbackModalOverlay=Xt;exports.FeedbackSubmitButton=ia;exports.Footer=Ue;exports.Form=ca;exports.FormCancel=La;exports.FormClose=la;exports.FormContent=pa;exports.FormDescription=xa;exports.FormError=Ta;exports.FormField=Ca;exports.FormFieldCheckbox=Fa;exports.FormFieldCheckboxIndicator=Aa;exports.FormFieldEmail=ga;exports.FormFieldError=Sa;exports.FormFieldFile=va;exports.FormFieldLabel=ua;exports.FormFieldSelect=ka;exports.FormFieldSelectContent=ja;exports.FormFieldSelectIcon=Ma;exports.FormFieldSelectItem=Na;exports.FormFieldSelectItemIndicator=Ba;exports.FormFieldSelectItemText=Ia;exports.FormFieldSelectTrigger=wa;exports.FormFieldSelectValue=Pa;exports.FormFieldSelectViewport=ya;exports.FormFieldText=Ea;exports.FormFieldTextArea=fa;exports.FormFooter=Ha;exports.FormHeader=ha;exports.FormHeading=ba;exports.FormSubmit=Da;exports.FormSuccess=Wa;exports.FormSuccessButton=za;exports.FormSuccessHeading=_a;exports.FormSuccessMessage=qa;exports.FormWrapper=na;exports.Header=W;exports.HeaderToolbar=_;exports.HeaderToolbarWrapper=q;exports.HelpAction=Ot;exports.HelpActions=Rt;exports.HelpActionsMenu=Gt;exports.HelpActionsMenuArrow=$t;exports.HelpActionsMenuItem=Jt;exports.HelpActionsMenuItemIcon=Kt;exports.HelpActionsTrigger=Vt;exports.Input=Ze;exports.InputFieldset=Xe;exports.InputGroup=Ye;exports.IntroMessageWrapper=le;exports.Markdown=Se;exports.MessageAction=De;exports.MessageAttachments=fe;exports.MessageAttachmentsItem=Ae;exports.MessageAttachmentsItemIcon=ke;exports.MessageAttachmentsItemTitle=we;exports.MessageAttachmentsList=Fe;exports.MessageAttachmentsPreview=Pe;exports.MessageAttachmentsPreviewBody=Ie;exports.MessageAttachmentsPreviewClose=Ne;exports.MessageAttachmentsPreviewContent=je;exports.MessageAttachmentsPreviewHeader=ye;exports.MessageAttachmentsPreviewOverlay=Me;exports.MessageAvatar=xe;exports.MessageAvatarContent=pe;exports.MessageAvatarFallback=Ce;exports.MessageAvatarImage=ue;exports.MessageContent=ve;exports.MessageContentWrapper=ge;exports.MessageCustomAction=Le;exports.MessageCustomActions=He;exports.MessageHeader=he;exports.MessageLoading=be;exports.MessageName=Ee;exports.MessageSourceItem=ze;exports.MessageSourceItemBreadcrumbIcon=Re;exports.MessageSourceItemBreadcrumbs=Qe;exports.MessageSourceItemDescription=$e;exports.MessageSourceItemDescriptionPart=Je;exports.MessageSourceItemIcon=Oe;exports.MessageSourceItemIndicator=Ke;exports.MessageSourceItemTag=Ge;exports.MessageSourceItemTitle=Ve;exports.MessageSources=We;exports.MessageSourcesHeader=_e;exports.MessageSourcesList=qe;exports.MessageToolbar=Te;exports.MessageWrapper=ce;exports.Messages=ne;exports.Provider=H;exports.Root=D;exports.SendButton=et;exports.SendButtonIcon=tt;exports.TaglineBrandName=_t;exports.TaglineContainer=Lt;exports.TaglineLogo=Wt;exports.TaglineText=Dt;exports.ToolbarHeader=z;exports.Workflow=ie;exports.Workflows=re;exports.WorkflowsLabel=oe;exports.WorkflowsList=me;exports.Wrapper=L;
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),a=require("../../primitives/components/embedded-chat.cjs"),P=require("../../primitives/components/embedded-chat/chat-provider.cjs"),w=require("../../primitives/hooks/use-resize-observer.cjs"),M=require("../../primitives/utils/compose-refs.cjs"),y=require("./ui/recipes/ai-chat-page-wrapper.cjs"),c=require("./ui/recipes/attachment.cjs"),o=require("./ui/recipes/button.cjs"),C=require("./ui/recipes/checkbox.cjs"),m=require("./ui/recipes/citation.cjs"),i=require("./ui/recipes/combobox.cjs"),j=require("./ui/recipes/icon.cjs"),b=require("./ui/recipes/input.cjs"),N=require("./ui/recipes/link.cjs"),s=require("./ui/recipes/modal.cjs"),p=require("./ui/recipes/popover.cjs"),u=require("./ui/recipes/scrollable.cjs"),h=require("./ui/recipes/select.cjs"),I=require("class-variance-authority"),B=require("merge-anything"),l=require("react"),r=require("../utils.cjs"),S=require("./ui/markdown-styles.cjs"),T=require("./loading-indicator.cjs"),H=require("./message.cjs"),L=P.ChatProvider,D=l.forwardRef(({className:e,size:t,variant:n,...E},x)=>d.jsx(a.EmbeddedChatPrimitiveWrapper,{ref:x,className:r.cn(y.aiChatPageWrapper({size:t,variant:n}),"data-[hidden]:hidden rounded-md flex","bg-white dark:bg-gray-dark-950","data-[composite]:w-full","max-h-[min(85vh,850px)]","[[data-sidebar]_&]:m-[unset] [[data-sidebar]_&]:mt-auto","[[data-sidebar]_&]:h-full [[data-sidebar]_&]:w-full","[[data-sidebar]_&]:max-h-[unset]","[[data-chat-bubble]_&]:max-h-[unset]","[[data-chat-bubble]_&]:h-full [[data-chat-bubble]_&]:w-full [[data-chat-bubble]_&]:rounded-[inherit]",e),...E})),W=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveRoot,{className:r.cn(u.scrollable({section:"wrapper"}),"rounded-[inherit] font-body",e),...t}),q=({className:e,...t})=>d.jsx(a.Header,{className:r.cn(u.scrollable({section:"header"}),"flex items-center","bg-white dark:bg-gray-dark-950","data-[show-toolbar]:after:absolute","data-[show-toolbar]:after:left-0","data-[show-toolbar]:after:top-full","data-[show-toolbar]:after:h-[1rem]","data-[show-toolbar]:after:w-full","data-[show-toolbar]:after:text-white","data-[show-toolbar]:after:dark:text-gray-dark-950","data-[show-toolbar]:after:bg-[linear-gradient(currentColor,_transparent)]","data-[show-toolbar]:after:z-start",e),...t}),_=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHeaderToolbar,{className:r.cn("flex items-center gap-3 w-full","px-5 py-2 pt-4 justify-between *:m-0",e),...t}),z=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveToolbarHeaderWrapper,{className:r.cn("flex items-center gap-1.5",e),...t}),Q=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveToolbarHeader,{className:r.cn("text-gray-600 dark:text-gray-dark-100 text-sm",e),...t}),R=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContent,{className:r.cn(u.scrollable({section:"content"}),"justify-end",e),...t}),O=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContentScrollArea,{className:r.cn("overflow-hidden",e),...t}),V=l.forwardRef(({className:e,...t},n)=>d.jsx(a.EmbeddedChatPrimitiveContentScrollAreaViewport,{ref:n,className:r.cn("h-full w-full rounded-[inherit]","[[data-chat-bubble]_&]:overscroll-contain",e),...t})),G=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContentScrollAreaScrollbar,{className:r.cn("flex select-none touch-none p-0.5","transition-colors duration-[160ms] ease-in-out","w-2.5 border-l border-l-transparent",e),...t}),$=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveContentScrollAreaThumb,{className:r.cn("relative flex-1 rounded-full","bg-gray-300 dark:bg-white-alpha-200",e),...t}),J=a.EmbeddedChatPrimitiveContentScrollAreaCorner,K=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimer,{className:r.cn("ml-auto text-sm flex items-center gap-1",e),...t}),U=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerLabel,{className:r.cn("text-gray-700 dark:text-gray-dark-100",e),...t}),X=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerTrigger,{className:r.cn("cursor-pointer text-gray-700 dark:text-gray-dark-100","focus-visible:ring-gray-500 dark:focus-visible:ring-white-alpha-900 focus-visible:ring-2 focus:outline-none",e),...t}),Y=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerContent,{className:r.cn(p.popover({slot:"content"}),"px-4 py-2 font-normal text-sm","w-[250px] sm:w-[420px]",e),...t}),Z=a.EmbeddedChatPrimitiveDisclaimerText,ee=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveDisclaimerArrow,{className:r.cn(p.popover({slot:"arrow"}),e),...t}),te=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestions,{className:r.cn("mt-4 flex flex-col gap-2",e),...t}),ae=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestionsLabel,{className:r.cn("text-2xs uppercase font-semibold tracking-widest","text-gray-600 dark:text-white-alpha-500",e),...t}),de=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestionsList,{className:r.cn("flex flex-col","ikp-md:flex-row","flex-wrap gap-2",e),...t}),re=l.forwardRef(({className:e,style:t,...n},E)=>{const x=l.useRef(null),v=M.composeRefs(E,x),{width:f=0,height:A=0}=w.useResizeObserver({ref:x,box:"border-box"}),k=Math.max(A,f);return d.jsx(a.EmbeddedChatPrimitiveExampleQuestion,{ref:v,style:{"--before-size":`${k+100}px`,...t},className:r.cn("flex items-center justify-center relative z-base","min-h-9 rounded-md overflow-hidden","before:absolute before:z-hide","before:bg-gray-300 dark:before:bg-gray-dark-950","before:bg-no-repeat before:[background-position:0_0]","before:[background-size:cover] before:m-auto","before:w-[--before-size] before:h-[--before-size]","data-[highlight]:first:before:[background-image:conic-gradient(transparent,theme(colors.inkeep-expanded-primary.600),transparent_30%)]","dark:data-[highlight]:first:before:[background-image:conic-gradient(transparent,theme(colors.inkeep-expanded-primary.300),transparent_30%)]","data-[highlight]:first:before:animate-[spin_4s_linear_infinite]","after:absolute after:z-base after:top-[1px] after:left-[1px]","after:w-[calc(100%-2px)] after:h-[calc(100%-2px)]","after:rounded-[5px] after:bg-white dark:after:bg-gray-dark-950",e),...n})}),se=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveExampleQuestionButton,{className:r.cn(o.button({size:"sm"}),"text-sm font-normal h-auto w-full py-1.5 z-start","whitespace-normal text-center leading-[unset]","border border-solid","text-gray-800 dark:text-white-alpha-950","border-white-alpha-200","[&:where(:hover,:focus)]:bg-slate-400/5","dark:[&:where(:hover,:focus)]:bg-white-alpha-100 focus:z-start",e),...t}),oe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflows,{className:r.cn("mt-4 flex flex-col gap-2",e),...t}),me=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflowsLabel,{className:r.cn("text-2xs uppercase font-semibold tracking-widest","text-gray-600 dark:text-white-alpha-500",e),...t}),ie=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflowsList,{className:r.cn("flex flex-wrap gap-2",e),...t}),ne=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveWorkflow,{className:r.cn(o.button({size:"sm"}),"min-h-9 px-3 py-2 h-auto font-medium","text-sm gap-2 whitespace-normal border ","text-inkeep-primary-strong dark:text-inkeep-expanded-primary-300","border-inkeep-expanded-primary-200","dark:border-inkeep-expanded-primary-200","hover:bg-inkeep-primary-light-subtle","dark:hover:bg-white-alpha-100",e),...t}),ce=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessages,{className:r.cn("flex flex-col w-full min-w-0 min-h-0 text-sm relative",e),...t}),F=I.cva(["flex relative w-full overflow-hidden ikp-md:py-6 py-4","px-5","flex-col ikp-md:flex-row","min-w-0 grow-[2] data-[role=user]:grow-0"]),le=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageWrapper,{className:r.cn(F(),e),...t}),be=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveIntroMessageWrapper,{className:r.cn(F(),e),...t}),he=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageHeader,{className:r.cn("flex justify-start overflow-hidden shrink-0 select-none","flex-row ikp-md:flex-col","items-center ikp-md:items-start","ikp-md:pl-3","ikp-md:pr-6","mb-4 ikp-md:mb-0","data-[role=user]:hidden",e),...t}),xe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageLoading,{className:r.cn("flex items-center gap-3 h-auto w-full",e),children:d.jsx(T.LoadingIndicator,{}),...t}),Ce=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatar,{className:r.cn("flex items-center justify-center rounded-full","h-auto",e),...t}),pe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatarContent,{className:r.cn("relative flex h-6 w-6 shrink-0 overflow-hidden","data-[username]:bg-inkeep-primary-lighter","dark:data-[username]:bg-inkeep-expanded-primary-300","text-inkeep-primary-stronger font-semibold ","data-[role=user]:hidden","justify-center items-center",e),...t}),ue=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatarFallback,{className:r.cn("hidden data-[role=user]:block",e),...t}),Ee=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAvatarImage,{className:r.cn("data-[type=icon]:data-[role=user]:text-inkeep-primary-medium","dark:data-[type=icon]:data-[role=user]:text-inkeep-expanded-primary-300","data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.300)]","data-[type=icon]:data-[role=assistant]:[--end-color:theme(colors.inkeep-expanded-primary.700)]","dark:data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.50)]","dark:data-[type=icon]:data-[role=assistant]:[--end-color:theme(colors.inkeep-expanded-primary.300)]",e),...t}),ge=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageName,{className:r.cn("py-1 ml-3","text-1sm font-medium","text-gray-600 dark:text-white-alpha-600","data-[role=user]:hidden","ikp-md:hidden",e),...t}),Fe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageContentWrapper,{className:r.cn("overflow-hidden flex flex-col","justify-start grow-2 w-full","data-[role=user]:justify-end","data-[role=user]:items-end","data-[role=user]:shrink-2","data-[role=user]:grow-0","ikp-md:pr-3",e),...t}),ve=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageContent,{className:r.cn("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",e),...t}),fe=a.EmbeddedChatPrimitiveMessageAttachments,Ae=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsList,{className:r.cn("flex flex-wrap gap-2",e),...t}),ke=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsItem,{className:r.cn(o.button({variant:"ghost"}),c.attachment({slot:"root"}),"font-normal px-2",e),...t}),Pe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsItemIcon,{className:r.cn(c.attachment({slot:"icon"}),e),...t}),we=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsItemTitle,{className:r.cn(c.attachment({slot:"title"}),e),...t}),Me=a.EmbeddedChatPrimitiveMessageAttachmentsPreview,ye=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay,{className:r.cn(s.modal({slot:"overlay"}),e),...t}),je=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewContent,{className:r.cn(s.modal({slot:"content"}),"my-6 md:my-12 top-0 left-[unset] transform-none relative","p-8 md:p-10 max-w-2xl",e),...t}),Ne=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader,{className:r.cn(s.modal({slot:"header"}),"px-0 pt-0 pb-8 flex flex-col gap-6","font-semibold",e),...t}),Ie=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewClose,{className:r.cn(s.modal({slot:"close"}),e),...t}),Be=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAttachmentsPreviewBody,{className:r.cn(s.modal({slot:"body"}),"p-0",e),...t}),Se=a.EmbeddedChatPrimitiveDynamicComponent,Te=({componentStyles:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMarkdown,{componentStyles:B.merge(S.markdownStyles,e??{}),...t}),He=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageToolbar,{className:r.cn("flex items-center mt-2 mb-3",e),...t}),Le=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageCustomActions,{className:r.cn("mr-auto flex items-center gap-2",e),...t}),De=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageCustomAction,{className:r.cn(o.button({size:"xs",variant:"outline"}),"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",e),...t}),We=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageAction,{className:r.cn(o.button({variant:"iconButton",size:"sm"}),"data-[upvoted]:text-inkeep-primary-medium","data-[downvoted]:text-inkeep-primary-medium","data-[upvoted]:dark:text-inkeep-expanded-primary-300","data-[downvoted]:dark:text-inkeep-expanded-primary-300","dark:hover:text-inkeep-expanded-primary-300 px-2 text-md",e),...t}),qe=a.EmbeddedChatPrimitiveMessageSources,_e=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourcesHeader,{className:r.cn("block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",e),...t}),ze=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourcesList,{className:r.cn("w-full relative flex flex-col gap-3 py-[1px]",e),...t}),Qe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItem,{className:r.cn(m.citation({slot:"root"}),e),...t}),Re=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs,{className:r.cn(m.citation({slot:"breadcrumbs"}),e),...t}),Oe=({className:e,...t})=>d.jsx(a.MessageSourceItemBreadcrumbIcon,{className:r.cn(m.citation({slot:"breadcrumbsIcon"}),e),...t}),Ve=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemIcon,{className:r.cn(m.citation({slot:"icon"}),e),...t}),Ge=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemTitle,{className:r.cn(m.citation({slot:"title"}),e),...t}),$e=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemTag,{className:r.cn(m.citation({slot:"tag"}),e),...t}),Je=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemDescription,{className:r.cn(m.citation({slot:"description"}),e),...t}),Ke=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemDescriptionPart,{className:r.cn(m.citation({slot:"descriptionPart"}),e),...t}),Ue=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveMessageSourceItemIndicator,{className:r.cn(m.citation({slot:"indicator"}),e),...t}),Xe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFooter,{className:r.cn("bg-white dark:bg-gray-dark-950 pt-6 pb-4","px-5 relative","before:absolute before:block before:top-0 before:left-0","before:pointer-events-none before:w-full before:h-3","before:bg-[linear-gradient(transparent,_white)] dark:before:bg-[linear-gradient(transparent,_var(--ikp-color-gray-dark-950))]","before:-translate-y-full",e),...t}),Ye=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveInputFieldset,{className:r.cn("relative flex flex-col w-full py-1 px-2","rounded-lg items-stretch shadow-md dark:shadow-none","bg-gray-50 dark:bg-white-alpha-50",e),...t}),Ze=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveInputGroup,{className:r.cn("flex",e),...t}),et=l.forwardRef(({className:e,...t},n)=>d.jsx(a.EmbeddedChatPrimitiveInput,{ref:n,className:r.cn("min-h-[unset] text-sm overflow-hidden w-full resize-none","placeholder:text-gray-500 dark:placeholder:text-gray-dark-200","border-none outline-none shadow-none bg-transparent","px-3 py-2 mr-2 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",e),...t})),tt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveSendButton,{className:r.cn(o.button({}),"group","bg-transparent relative size-9 min-w-[unset] rounded-lg transition-all ease-linear","text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500","active:bg-gray-300 dark:active:bg-white-alpha-100","hover:bg-gray-200 hover:text-inkeep-primary-strong","dark:hover:bg-white-alpha-100 dark:hover:text-inkeep-expanded-primary-300","disabled:text-gray-500 dark:disabled:text-white","disabled:cursor-not-allowed hover:disabled:[background:none] active:disabled:[background:none]",e),...t}),at=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveSendButtonIcon,{className:r.cn(j.icon(),"text-inherit group-disabled:opacity-60 ",e),...t}),dt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBar,{className:r.cn("flex items-center justify-between","flex-wrap gap-2 px-1 pt-2 pb-1",e),...t}),rt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarList,{className:r.cn("flex items-center gap-2 flex-wrap px-3 min-w-0",e),...t}),st=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachment,{className:r.cn(c.attachment({slot:"root"}),e),...t}),ot=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon,{className:r.cn(c.attachment({slot:"icon"}),e),...t}),mt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle,{className:r.cn(c.attachment({slot:"title"}),e),...t}),it=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete,{className:r.cn(c.attachment({slot:"delete"}),e),...t}),nt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarActions,{className:r.cn("flex items-center justify-between","gap-2 flex-wrap px-3",e),...t}),ct=a.EmbeddedChatPrimitiveAttachmentsBarInfoTip,lt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon,{className:r.cn("cursor-pointer text-sm text-gray-600","dark:text-white-alpha-600",e),...t}),bt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInfoTipText,{className:r.cn("bg-white text-gray-800 fill-white","dark:bg-gray-dark-800 dark:text-white-alpha-950 dark:fill-gray-dark-800","shadow-[0_8px_30px_rgba(0,0,0,0.12)] z-dropdown","px-3 py-2 rounded-md text-sm font-normal max-w-[200px]",e),...t}),ht=a.EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow,xt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInputs,{className:r.cn("contents",e),...t}),Ct=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarInput,{className:r.cn(o.button({variant:"outline",size:"xs"}),"light:text-gray-700 gap-1",e),...t}),pt=a.EmbeddedChatPrimitiveAttachmentsBarModal,ut=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalOverlay,{className:r.cn(s.modal({slot:"overlay"}),e),...t}),Et=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalContent,{className:r.cn(s.modal({slot:"content"}),"my-6 md:my-12 top-0 left-[unset] transform-none relative","p-8 md:p-10 max-w-2xl",e),...t}),gt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalHeader,{className:r.cn(s.modal({slot:"header"}),"px-0 pt-0 pb-8 gap-y-2","font-semibold",e),...t}),Ft=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalHeading,{className:r.cn("w-full semibold",e),...t}),vt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalDescription,{className:r.cn("text-gray-700 dark:text-white-alpha-700","text-sm font-normal w-full",e),...t}),ft=a.EmbeddedChatPrimitiveAttachmentsBarModalHelp,At=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalClose,{className:r.cn(s.modal({slot:"close"}),e),...t}),kt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarModalBody,{className:r.cn(s.modal({slot:"body"}),"p-0",e),...t}),Pt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarForm,{className:r.cn("flex flex-col gap-8",e),...t}),wt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitle,{className:r.cn("flex flex-col gap-2",e),...t}),Mt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel,{className:r.cn("text-sm font-medium text-gray-700 dark:text-white-alpha-700",e),...t}),yt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitleInput,{className:r.cn("h-9 px-3 rounded-md border","focus:outline-none focus:[--shadow-color:theme(colors.blue.500)]","data-[invalid]:[--shadow-color:theme(colors.red.500)]","shadow-[0_0_0_2px_var(--shadow-color)]",e),...t}),jt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormTitleError,{className:r.cn("text-sm text-red-500",e),...t}),Nt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContent,{className:r.cn("flex flex-col gap-2",e),...t}),It=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContentLabel,{className:r.cn("text-sm font-medium text-gray-700 dark:text-white-alpha-700",e),...t}),Bt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContentInput,{className:r.cn(b.input({size:"md",variant:"outline"}),"min-h-20 px-3 py-1 text-sm",e),...t}),St=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormContentError,{className:r.cn("text-sm text-red-500",e),...t}),Tt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton,{className:r.cn(o.button({variant:"primaryFilled"}),"ml-auto",e),...t}),Ht=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveActionBar,{className:r.cn("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5",e),...t}),Lt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveActions,{className:r.cn("flex items-center gap-2.5 flex-wrap",e),...t}),Dt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineContainer,{className:r.cn("flex items-center whitespace-nowrap",e),...t}),Wt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineText,{className:r.cn("text-xs text-gray-500 dark:text-white-alpha-600",e),...t}),qt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineLogo,{className:r.cn("text-gray-500 dark:text-white-alpha-600","w-5 ml-1 mr-0.5",e),...t}),_t=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveTaglineBrandName,{className:r.cn(N.link(),"inline-flex text-1sm text-gray-500","dark:text-white-alpha-600 font-medium",e),...t}),g=r.cn(o.button({size:"xs",variant:"outline"}),"text-gray-700 dark:text-white-alpha-700"),zt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatAction,{className:r.cn(g,e),...t}),Qt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatActionLabel,{className:r.cn("cursor-pointer",e),...t}),Rt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatActionFeedback,{className:r.cn("bg-white text-gray-800 fill-white","dark:bg-gray-dark-800 dark:text-white-alpha-900 dark:fill-gray-dark-800","shadow-[0_8px_30px_rgba(0,0,0,0.12)]","px-2 py-3 rounded-md text-sm font-normal",e),...t}),Ot=a.EmbeddedChatPrimitiveHelpActions,Vt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveChatHelpAction,{className:r.cn(g,e),...t}),Gt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsTrigger,{className:r.cn(g,e),...t}),$t=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenu,{className:r.cn(p.popover({slot:"content"}),"gap-3 px-3 py-4 ","w-[254px] text-sm font-normal",e),...t}),Jt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenuArrow,{className:r.cn(p.popover({slot:"arrow"}),e),...t}),Kt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenuItem,{className:r.cn("flex items-center cursor-pointer hover:underline",e),...t}),Ut=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveHelpActionsMenuItemIcon,{className:r.cn("mr-2 text-inkeep-primary-medium",e),...t}),Xt=a.EmbeddedChatPrimitiveFeedbackModal,Yt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalOverlay,{className:r.cn(s.modal({slot:"overlay"}),e),...t}),Zt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalContent,{className:r.cn(s.modal({slot:"content"}),"my-6 md:my-12 top-0 left-[unset] transform-none relative","p-8 md:p-10 max-w-[480px]",e),...t}),ea=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalHeader,{className:r.cn(s.modal({slot:"header"}),"px-0 pt-0 pb-8","font-semibold",e),...t}),ta=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalClose,{className:r.cn(s.modal({slot:"close"}),e),...t}),aa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackModalBody,{className:r.cn(s.modal({slot:"body"}),"p-0",e),...t}),da=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackForm,{className:r.cn("flex flex-col gap-8",e),...t}),ra=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItem,{className:r.cn("flex flex-wrap items-center","gap-[.75rem_0.5rem]",e),...t}),sa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemCheckbox,{className:r.cn(C.checkbox({slot:"root"}),e),...t}),oa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator,{className:r.cn(C.checkbox({slot:"indicator"}),e),...t}),ma=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemLabel,{className:r.cn("select-none cursor-pointer font-medium text-sm","text-gray-700 dark:text-white-alpha-700",e),...t}),ia=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackItemDescription,{className:r.cn("flex-[0_0_100%]","min-h-20 border rounded-md","px-3 py-2 text-sm",e),...t}),na=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFeedbackSubmitButton,{className:r.cn(o.button({variant:"primaryFilled"}),"ml-auto",e),...t}),ca=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormWrapper,{className:r.cn("w-full overflow-y-auto [scrollbar-width:thin]",e),...t}),la=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveForm,{className:r.cn(u.scrollable({section:"content"}),"relative pt-4 pb-8 gap-8","items-start justify-center w-full","px-6 ikp-md:px-10 ikp-md:pb-12",e),...t}),ba=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormClose,{className:r.cn(o.button({variant:"ghost"}),"absolute right-1 top-1","text-xl text-gray-500 dark:text-white-alpha-500 w-10 h-10 z-modal",e),...t}),ha=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormHeader,{className:r.cn("mt-8 flex flex-col gap-6",e),...t}),xa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormHeading,{className:r.cn("font-semibold text-xl leading-5",e),...t}),Ca=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormDescription,{className:r.cn("text-gray-700 dark:text-white-alpha-700 text-sm",e),...t}),pa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormContent,{className:r.cn("w-full space-y-8",e),...t}),ua=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormField,{className:r.cn("group flex flex-col gap-2 data-[hidden]:hidden","data-[input-type=checkbox]:flex-row data-[input-type=checkbox]:flex-wrap data-[input-type=checkbox]:items-center",e),...t}),Ea=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldLabel,{className:r.cn("font-medium text-sm text-gray-700","dark:text-white-alpha-700 ","font-medium relative","data-[required]:after:absolute",'data-[required]:after:[content:"*"]',"data-[required]:after:ml-1","data-[required]:after:mt-0","data-[required]:after:text-red-500","dark:data-[required]:after:text-red-300",'dark:data-[required]:after:[content:"*"]',e),...t}),ga=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldText,{className:r.cn(b.input({size:"md",variant:"outline"}),e),...t}),Fa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldEmail,{className:r.cn(b.input({size:"md",variant:"outline"}),e),...t}),va=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldFile,{className:r.cn(b.input({size:"md",variant:"outline"}),"text-sm pl-2 file:h-full file:cursor-pointer py-0","file:bg-transparent file:border-none file:font-medium","file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",e),...t}),fa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldTextArea,{className:r.cn(b.input({size:"md",variant:"outline"}),"min-h-20 px-3 py-2 text-sm",e),...t}),Aa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldCheckbox,{className:r.cn(C.checkbox({slot:"root"}),e),...t}),ka=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldCheckboxIndicator,{className:r.cn(C.checkbox({slot:"indicator"}),e),...t}),Pa=a.EmbeddedChatPrimitiveFormFieldSelect,wa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectTrigger,{className:r.cn(h.select({slot:"trigger"}),e),...t}),Ma=a.EmbeddedChatPrimitiveFormFieldSelectValue,ya=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectIcon,{className:r.cn("h-4 w-4 opacity-45",e),...t}),ja=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectContent,{className:r.cn(h.select({slot:"content"}),e),...t}),Na=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectViewport,{className:r.cn(h.select({slot:"viewport"}),e),...t}),Ia=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectItem,{className:r.cn(h.select({slot:"item"}),e),...t}),Ba=a.EmbeddedChatPrimitiveFormFieldSelectItemText,Sa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldSelectItemIndicator,{className:r.cn(h.select({slot:"itemIndicator"}),e),...t}),Ta=a.EmbeddedChatPrimitiveFormFieldCombobox,Ha=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxControl,{className:r.cn(i.combobox({slot:"control"}),e),...t}),La=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxPositioner,{className:e,...t}),Da=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxInput,{className:r.cn(i.combobox({slot:"input"}),e),...t}),Wa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxTrigger,{className:r.cn(i.combobox({slot:"trigger"}),e),...t}),qa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxSelectedTags,{className:r.cn(i.combobox({slot:"selectedTags"}),e),...t}),_a=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxContent,{className:r.cn(i.combobox({slot:"content"}),e),...t}),za=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxList,{className:r.cn(i.combobox({slot:"list"}),e),...t}),Qa=a.EmbeddedChatPrimitiveFormFieldComboboxListItems,Ra=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxListEmpty,{className:r.cn(i.combobox({slot:"emptyMessage"}),e),...t}),Oa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxItem,{className:r.cn(i.combobox({slot:"item"}),e),...t}),Va=a.EmbeddedChatPrimitiveFormFieldComboboxItemText,Ga=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldComboboxItemIndicator,{className:r.cn(i.combobox({slot:"itemIndicator"}),e),...t}),$a=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldDescription,{className:r.cn("text-sm text-gray-600 dark:text-white-alpha-600","group-data-[input-type=checkbox]:w-full group-data-[input-type=checkbox]:basis-full",e),...t}),Ja=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFieldError,{className:r.cn("text-sm flex items-center text-red-500 dark:text-red-300","group-data-[input-type=checkbox]:w-full group-data-[input-type=checkbox]:basis-full",e),...t}),Ka=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormError,{className:r.cn("text-red-500 dark:text-red-300",e),...t}),Ua=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormFooter,{className:r.cn("flex items-center justify-end gap-4 w-full",e),...t}),Xa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormCancel,{className:r.cn(o.button({variant:"outline"}),e),...t}),Ya=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSubmit,{className:r.cn(o.button({variant:"primaryFilled"}),e),...t}),Za=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSuccess,{className:r.cn("flex flex-col items-center justify-center h-auto","m-auto px-6 py-8 ikp-md:py-14 ikp-md:px-10",e),...t}),ed=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSuccessHeading,{className:r.cn("mb-6 font-bold tracking-tight","text-3xl md:text-4xl leading-6 md:leading-5",e),...t}),td=a.EmbeddedChatPrimitiveFormSuccessMessage,ad=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitiveFormSuccessButton,{className:r.cn(o.button({variant:"primaryFilled"}),"w-full mt-12 gap-2 shrink-0",e),...t});exports.MessagePart=H.EmbeddedChatMessagePart;exports.ActionBar=Ht;exports.Actions=Lt;exports.AttachmentsBar=dt;exports.AttachmentsBarActions=nt;exports.AttachmentsBarAttachment=st;exports.AttachmentsBarAttachmentDelete=it;exports.AttachmentsBarAttachmentIcon=ot;exports.AttachmentsBarAttachmentTitle=mt;exports.AttachmentsBarForm=Pt;exports.AttachmentsBarFormContent=Nt;exports.AttachmentsBarFormContentError=St;exports.AttachmentsBarFormContentInput=Bt;exports.AttachmentsBarFormContentLabel=It;exports.AttachmentsBarFormSubmitButton=Tt;exports.AttachmentsBarFormTitle=wt;exports.AttachmentsBarFormTitleError=jt;exports.AttachmentsBarFormTitleInput=yt;exports.AttachmentsBarFormTitleLabel=Mt;exports.AttachmentsBarInfoTip=ct;exports.AttachmentsBarInfoTipArrow=ht;exports.AttachmentsBarInfoTipIcon=lt;exports.AttachmentsBarInfoTipText=bt;exports.AttachmentsBarInput=Ct;exports.AttachmentsBarInputs=xt;exports.AttachmentsBarList=rt;exports.AttachmentsBarModal=pt;exports.AttachmentsBarModalBody=kt;exports.AttachmentsBarModalClose=At;exports.AttachmentsBarModalContent=Et;exports.AttachmentsBarModalDescription=vt;exports.AttachmentsBarModalHeader=gt;exports.AttachmentsBarModalHeading=Ft;exports.AttachmentsBarModalHelp=ft;exports.AttachmentsBarModalOverlay=ut;exports.ChatAction=zt;exports.ChatActionFeedback=Rt;exports.ChatActionLabel=Qt;exports.Content=R;exports.ContentScrollArea=O;exports.ContentScrollAreaCorner=J;exports.ContentScrollAreaScrollbar=G;exports.ContentScrollAreaThumb=$;exports.ContentScrollAreaViewport=V;exports.Disclaimer=K;exports.DisclaimerArrow=ee;exports.DisclaimerContent=Y;exports.DisclaimerLabel=U;exports.DisclaimerText=Z;exports.DisclaimerTrigger=X;exports.DynamicComponent=Se;exports.ExampleQuestion=re;exports.ExampleQuestionButton=se;exports.ExampleQuestions=te;exports.ExampleQuestionsLabel=ae;exports.ExampleQuestionsList=de;exports.FeedbackForm=da;exports.FeedbackItem=ra;exports.FeedbackItemCheckbox=sa;exports.FeedbackItemCheckboxIndicator=oa;exports.FeedbackItemDescription=ia;exports.FeedbackItemLabel=ma;exports.FeedbackModal=Xt;exports.FeedbackModalBody=aa;exports.FeedbackModalClose=ta;exports.FeedbackModalContent=Zt;exports.FeedbackModalHeader=ea;exports.FeedbackModalOverlay=Yt;exports.FeedbackSubmitButton=na;exports.Footer=Xe;exports.Form=la;exports.FormCancel=Xa;exports.FormClose=ba;exports.FormContent=pa;exports.FormDescription=Ca;exports.FormError=Ka;exports.FormField=ua;exports.FormFieldCheckbox=Aa;exports.FormFieldCheckboxIndicator=ka;exports.FormFieldCombobox=Ta;exports.FormFieldComboboxContent=_a;exports.FormFieldComboboxControl=Ha;exports.FormFieldComboboxInput=Da;exports.FormFieldComboboxItem=Oa;exports.FormFieldComboboxItemIndicator=Ga;exports.FormFieldComboboxItemText=Va;exports.FormFieldComboboxList=za;exports.FormFieldComboboxListEmpty=Ra;exports.FormFieldComboboxListItems=Qa;exports.FormFieldComboboxPositioner=La;exports.FormFieldComboboxSelectedTags=qa;exports.FormFieldComboboxTrigger=Wa;exports.FormFieldDescription=$a;exports.FormFieldEmail=Fa;exports.FormFieldError=Ja;exports.FormFieldFile=va;exports.FormFieldLabel=Ea;exports.FormFieldSelect=Pa;exports.FormFieldSelectContent=ja;exports.FormFieldSelectIcon=ya;exports.FormFieldSelectItem=Ia;exports.FormFieldSelectItemIndicator=Sa;exports.FormFieldSelectItemText=Ba;exports.FormFieldSelectTrigger=wa;exports.FormFieldSelectValue=Ma;exports.FormFieldSelectViewport=Na;exports.FormFieldText=ga;exports.FormFieldTextArea=fa;exports.FormFooter=Ua;exports.FormHeader=ha;exports.FormHeading=xa;exports.FormSubmit=Ya;exports.FormSuccess=Za;exports.FormSuccessButton=ad;exports.FormSuccessHeading=ed;exports.FormSuccessMessage=td;exports.FormWrapper=ca;exports.Header=q;exports.HeaderToolbar=_;exports.HeaderToolbarWrapper=z;exports.HelpAction=Vt;exports.HelpActions=Ot;exports.HelpActionsMenu=$t;exports.HelpActionsMenuArrow=Jt;exports.HelpActionsMenuItem=Kt;exports.HelpActionsMenuItemIcon=Ut;exports.HelpActionsTrigger=Gt;exports.Input=et;exports.InputFieldset=Ye;exports.InputGroup=Ze;exports.IntroMessageWrapper=be;exports.Markdown=Te;exports.MessageAction=We;exports.MessageAttachments=fe;exports.MessageAttachmentsItem=ke;exports.MessageAttachmentsItemIcon=Pe;exports.MessageAttachmentsItemTitle=we;exports.MessageAttachmentsList=Ae;exports.MessageAttachmentsPreview=Me;exports.MessageAttachmentsPreviewBody=Be;exports.MessageAttachmentsPreviewClose=Ie;exports.MessageAttachmentsPreviewContent=je;exports.MessageAttachmentsPreviewHeader=Ne;exports.MessageAttachmentsPreviewOverlay=ye;exports.MessageAvatar=Ce;exports.MessageAvatarContent=pe;exports.MessageAvatarFallback=ue;exports.MessageAvatarImage=Ee;exports.MessageContent=ve;exports.MessageContentWrapper=Fe;exports.MessageCustomAction=De;exports.MessageCustomActions=Le;exports.MessageHeader=he;exports.MessageLoading=xe;exports.MessageName=ge;exports.MessageSourceItem=Qe;exports.MessageSourceItemBreadcrumbIcon=Oe;exports.MessageSourceItemBreadcrumbs=Re;exports.MessageSourceItemDescription=Je;exports.MessageSourceItemDescriptionPart=Ke;exports.MessageSourceItemIcon=Ve;exports.MessageSourceItemIndicator=Ue;exports.MessageSourceItemTag=$e;exports.MessageSourceItemTitle=Ge;exports.MessageSources=qe;exports.MessageSourcesHeader=_e;exports.MessageSourcesList=ze;exports.MessageToolbar=He;exports.MessageWrapper=le;exports.Messages=ce;exports.Provider=L;exports.Root=W;exports.SendButton=tt;exports.SendButtonIcon=at;exports.TaglineBrandName=_t;exports.TaglineContainer=Dt;exports.TaglineLogo=qt;exports.TaglineText=Wt;exports.ToolbarHeader=Q;exports.Workflow=ne;exports.Workflows=oe;exports.WorkflowsLabel=me;exports.WorkflowsList=ie;exports.Wrapper=D;
|
|
@@ -9,6 +9,7 @@ import { DialogProps } from '../../primitives/atoms/dialog';
|
|
|
9
9
|
import { TextareaAutosizeProps } from 'react-textarea-autosize';
|
|
10
10
|
import { TooltipProps, TooltipArrowProps } from '@radix-ui/react-tooltip';
|
|
11
11
|
import { SelectSharedProps, SelectValueProps, SelectItemTextProps } from '../../primitives/atoms/select';
|
|
12
|
+
import { ComboboxListItemsProps, ComboboxItemTextProps } from '../../primitives/atoms/combobox';
|
|
12
13
|
declare const EmbeddedChatProvider: FC<ChatProviderProps>;
|
|
13
14
|
type EmbeddedChatWrapperProps = React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Wrapper> & AiChatPageWrapperVariants;
|
|
14
15
|
declare const EmbeddedChatWrapper: ForwardRefExoticComponent<Omit<EmbeddedChatWrapperProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
@@ -178,6 +179,20 @@ declare const EmbeddedChatFormFieldSelectViewport: ({ className, ...props }: Rea
|
|
|
178
179
|
declare const EmbeddedChatFormFieldSelectItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectItem>) => import("react/jsx-runtime").JSX.Element;
|
|
179
180
|
declare const EmbeddedChatFormFieldSelectItemText: ForwardRefExoticComponent< PolymorphicProps & Omit< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id">>>;
|
|
180
181
|
declare const EmbeddedChatFormFieldSelectItemIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectItemIndicator>) => import("react/jsx-runtime").JSX.Element;
|
|
182
|
+
declare const EmbeddedChatFormFieldCombobox: (props: EmbeddedChatPrimitive.EmbeddedChatPrimitiveFormFieldComboboxProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
183
|
+
declare const EmbeddedChatFormFieldComboboxControl: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxControl>) => import("react/jsx-runtime").JSX.Element;
|
|
184
|
+
declare const EmbeddedChatFormFieldComboboxPositioner: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxPositioner>) => import("react/jsx-runtime").JSX.Element;
|
|
185
|
+
declare const EmbeddedChatFormFieldComboboxInput: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxInput>) => import("react/jsx-runtime").JSX.Element;
|
|
186
|
+
declare const EmbeddedChatFormFieldComboboxTrigger: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxTrigger>) => import("react/jsx-runtime").JSX.Element;
|
|
187
|
+
declare const EmbeddedChatFormFieldComboboxSelectedTags: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxSelectedTags>) => import("react/jsx-runtime").JSX.Element;
|
|
188
|
+
declare const EmbeddedChatFormFieldComboboxContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxContent>) => import("react/jsx-runtime").JSX.Element;
|
|
189
|
+
declare const EmbeddedChatFormFieldComboboxList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxList>) => import("react/jsx-runtime").JSX.Element;
|
|
190
|
+
declare const EmbeddedChatFormFieldComboboxListItems: FC<ComboboxListItemsProps>;
|
|
191
|
+
declare const EmbeddedChatFormFieldComboboxListEmpty: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxListEmpty>) => import("react/jsx-runtime").JSX.Element;
|
|
192
|
+
declare const EmbeddedChatFormFieldComboboxItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxItem>) => import("react/jsx-runtime").JSX.Element;
|
|
193
|
+
declare const EmbeddedChatFormFieldComboboxItemText: ForwardRefExoticComponent< PolymorphicProps & Omit< ComboboxItemTextProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< ComboboxItemTextProps & RefAttributes<HTMLSpanElement>, "_id">>>;
|
|
194
|
+
declare const EmbeddedChatFormFieldComboboxItemIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldComboboxItemIndicator>) => import("react/jsx-runtime").JSX.Element;
|
|
195
|
+
declare const EmbeddedChatFormFieldDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldDescription>) => import("react/jsx-runtime").JSX.Element;
|
|
181
196
|
declare const EmbeddedChatFormFieldError: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldError>) => import("react/jsx-runtime").JSX.Element;
|
|
182
197
|
declare const EmbeddedChatFormError: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormError>) => import("react/jsx-runtime").JSX.Element;
|
|
183
198
|
declare const EmbeddedChatFormFooter: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFooter>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -187,4 +202,4 @@ declare const EmbeddedChatFormSuccess: ({ className, ...props }: React.Component
|
|
|
187
202
|
declare const EmbeddedChatFormSuccessHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormSuccessHeading>) => import("react/jsx-runtime").JSX.Element;
|
|
188
203
|
declare const EmbeddedChatFormSuccessMessage: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & MarkdownProps, "_id"> & Partial<Pick< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & MarkdownProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
|
|
189
204
|
declare const EmbeddedChatFormSuccessButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormSuccessButton>) => import("react/jsx-runtime").JSX.Element;
|
|
190
|
-
export { EmbeddedChatProvider as Provider, EmbeddedChatWrapper as Wrapper, EmbeddedChatRoot as Root, EmbeddedChatHeader as Header, EmbeddedChatHeaderToolbar as HeaderToolbar, EmbeddedChatHeaderToolbarWrapper as HeaderToolbarWrapper, EmbeddedChatToolbarHeader as ToolbarHeader, EmbeddedChatContent as Content, EmbeddedChatContentScrollArea as ContentScrollArea, EmbeddedChatContentScrollAreaViewport as ContentScrollAreaViewport, EmbeddedChatContentScrollAreaScrollbar as ContentScrollAreaScrollbar, EmbeddedChatContentScrollAreaThumb as ContentScrollAreaThumb, EmbeddedChatContentScrollAreaCorner as ContentScrollAreaCorner, EmbeddedChatMessages as Messages, EmbeddedChatMessageWrapper as MessageWrapper, EmbeddedChatIntroMessageWrapper as IntroMessageWrapper, EmbeddedChatDisclaimer as Disclaimer, EmbeddedChatDisclaimerLabel as DisclaimerLabel, EmbeddedChatDisclaimerTrigger as DisclaimerTrigger, EmbeddedChatDisclaimerContent as DisclaimerContent, EmbeddedChatDisclaimerText as DisclaimerText, EmbeddedChatDisclaimerArrow as DisclaimerArrow, EmbeddedChatExampleQuestions as ExampleQuestions, EmbeddedChatExampleQuestionsLabel as ExampleQuestionsLabel, EmbeddedChatExampleQuestionsList as ExampleQuestionsList, EmbeddedChatExampleQuestion as ExampleQuestion, EmbeddedChatExampleQuestionButton as ExampleQuestionButton, EmbeddedChatWorkflows as Workflows, EmbeddedChatWorkflowsLabel as WorkflowsLabel, EmbeddedChatWorkflowsList as WorkflowsList, EmbeddedChatWorkflow as Workflow, EmbeddedChatMessageHeader as MessageHeader, EmbeddedChatMessageLoading as MessageLoading, EmbeddedChatMessageAvatar as MessageAvatar, EmbeddedChatMessageAvatarContent as MessageAvatarContent, EmbeddedChatMessageAvatarFallback as MessageAvatarFallback, EmbeddedChatMessageAvatarImage as MessageAvatarImage, EmbeddedChatMessageName as MessageName, EmbeddedChatMessageContentWrapper as MessageContentWrapper, EmbeddedChatMessageContent as MessageContent, EmbeddedChatMessageAttachments as MessageAttachments, EmbeddedChatMessageAttachmentsList as MessageAttachmentsList, EmbeddedChatMessageAttachmentsItem as MessageAttachmentsItem, EmbeddedChatMessageAttachmentsItemIcon as MessageAttachmentsItemIcon, EmbeddedChatMessageAttachmentsItemTitle as MessageAttachmentsItemTitle, EmbeddedChatMessageAttachmentsPreview as MessageAttachmentsPreview, EmbeddedChatMessageAttachmentsPreviewOverlay as MessageAttachmentsPreviewOverlay, EmbeddedChatMessageAttachmentsPreviewContent as MessageAttachmentsPreviewContent, EmbeddedChatMessageAttachmentsPreviewHeader as MessageAttachmentsPreviewHeader, EmbeddedChatMessageAttachmentsPreviewClose as MessageAttachmentsPreviewClose, EmbeddedChatMessageAttachmentsPreviewBody as MessageAttachmentsPreviewBody, EmbeddedChatMarkdown as Markdown, EmbeddedChatDynamicComponent as DynamicComponent, EmbeddedChatMessagePart as MessagePart, EmbeddedChatMessageToolbar as MessageToolbar, EmbeddedChatMessageCustomActions as MessageCustomActions, EmbeddedChatMessageCustomAction as MessageCustomAction, EmbeddedChatMessageAction as MessageAction, EmbeddedChatMessageSources as MessageSources, EmbeddedChatMessageSourcesHeader as MessageSourcesHeader, EmbeddedChatMessageSourcesList as MessageSourcesList, EmbeddedChatMessageSourceItem as MessageSourceItem, EmbeddedChatMessageSourceItemBreadcrumbs as MessageSourceItemBreadcrumbs, EmbeddedChatMessageSourceItemBreadcrumbIcon as MessageSourceItemBreadcrumbIcon, EmbeddedChatMessageSourceItemIcon as MessageSourceItemIcon, EmbeddedChatMessageSourceItemTitle as MessageSourceItemTitle, EmbeddedChatMessageSourceItemTag as MessageSourceItemTag, EmbeddedChatMessageSourceItemDescription as MessageSourceItemDescription, EmbeddedChatMessageSourceItemDescriptionPart as MessageSourceItemDescriptionPart, EmbeddedChatMessageSourceItemIndicator as MessageSourceItemIndicator, EmbeddedChatFooter as Footer, EmbeddedChatInputFieldset as InputFieldset, EmbeddedChatInputGroup as InputGroup, EmbeddedChatInput as Input, EmbeddedChatSendButton as SendButton, EmbeddedChatSendButtonIcon as SendButtonIcon, EmbeddedChatAttachmentsBar as AttachmentsBar, EmbeddedChatAttachmentsBarList as AttachmentsBarList, EmbeddedChatAttachmentsBarAttachment as AttachmentsBarAttachment, EmbeddedChatAttachmentsBarAttachmentIcon as AttachmentsBarAttachmentIcon, EmbeddedChatAttachmentsBarAttachmentTitle as AttachmentsBarAttachmentTitle, EmbeddedChatAttachmentsBarAttachmentDelete as AttachmentsBarAttachmentDelete, EmbeddedChatAttachmentsBarActions as AttachmentsBarActions, EmbeddedChatAttachmentsBarInfoTip as AttachmentsBarInfoTip, EmbeddedChatAttachmentsBarInfoTipIcon as AttachmentsBarInfoTipIcon, EmbeddedChatAttachmentsBarInfoTipText as AttachmentsBarInfoTipText, EmbeddedChatAttachmentsBarInfoTipArrow as AttachmentsBarInfoTipArrow, EmbeddedChatAttachmentsBarInputs as AttachmentsBarInputs, EmbeddedChatAttachmentsBarInput as AttachmentsBarInput, EmbeddedChatAttachmentsBarModal as AttachmentsBarModal, EmbeddedChatAttachmentsBarModalOverlay as AttachmentsBarModalOverlay, EmbeddedChatAttachmentsBarModalContent as AttachmentsBarModalContent, EmbeddedChatAttachmentsBarModalHeader as AttachmentsBarModalHeader, EmbeddedChatAttachmentsBarModalHeading as AttachmentsBarModalHeading, EmbeddedChatAttachmentsBarModalDescription as AttachmentsBarModalDescription, EmbeddedChatAttachmentsBarModalHelp as AttachmentsBarModalHelp, EmbeddedChatAttachmentsBarModalClose as AttachmentsBarModalClose, EmbeddedChatAttachmentsBarModalBody as AttachmentsBarModalBody, EmbeddedChatAttachmentsBarForm as AttachmentsBarForm, EmbeddedChatAttachmentsBarFormTitle as AttachmentsBarFormTitle, EmbeddedChatAttachmentsBarFormTitleLabel as AttachmentsBarFormTitleLabel, EmbeddedChatAttachmentsBarFormTitleInput as AttachmentsBarFormTitleInput, EmbeddedChatAttachmentsBarFormTitleError as AttachmentsBarFormTitleError, EmbeddedChatAttachmentsBarFormContent as AttachmentsBarFormContent, EmbeddedChatAttachmentsBarFormContentLabel as AttachmentsBarFormContentLabel, EmbeddedChatAttachmentsBarFormContentInput as AttachmentsBarFormContentInput, EmbeddedChatAttachmentsBarFormContentError as AttachmentsBarFormContentError, EmbeddedChatAttachmentsBarFormSubmitButton as AttachmentsBarFormSubmitButton, EmbeddedChatActionBar as ActionBar, EmbeddedChatActions as Actions, EmbeddedChatTaglineContainer as TaglineContainer, EmbeddedChatTaglineText as TaglineText, EmbeddedChatTaglineLogo as TaglineLogo, EmbeddedChatTaglineBrandName as TaglineBrandName, EmbeddedChatAction as ChatAction, EmbeddedChatActionLabel as ChatActionLabel, EmbeddedChatActionFeedback as ChatActionFeedback, EmbeddedChatHelpActions as HelpActions, EmbeddedChatHelpAction as HelpAction, EmbeddedChatHelpActionsTrigger as HelpActionsTrigger, EmbeddedChatHelpActionsMenu as HelpActionsMenu, EmbeddedChatHelpActionsMenuArrow as HelpActionsMenuArrow, EmbeddedChatHelpActionsMenuItem as HelpActionsMenuItem, EmbeddedChatHelpActionsMenuItemIcon as HelpActionsMenuItemIcon, EmbeddedChatFeedbackModal as FeedbackModal, EmbeddedChatFeedbackModalOverlay as FeedbackModalOverlay, EmbeddedChatFeedbackModalContent as FeedbackModalContent, EmbeddedChatFeedbackModalHeader as FeedbackModalHeader, EmbeddedChatFeedbackModalClose as FeedbackModalClose, EmbeddedChatFeedbackModalBody as FeedbackModalBody, EmbeddedChatFeedbackForm as FeedbackForm, EmbeddedChatFeedbackItem as FeedbackItem, EmbeddedChatFeedbackItemCheckbox as FeedbackItemCheckbox, EmbeddedChatFeedbackItemCheckboxIndicator as FeedbackItemCheckboxIndicator, EmbeddedChatFeedbackItemLabel as FeedbackItemLabel, EmbeddedChatFeedbackItemDescription as FeedbackItemDescription, EmbeddedChatFeedbackSubmitButton as FeedbackSubmitButton, EmbeddedChatFormWrapper as FormWrapper, EmbeddedChatForm as Form, EmbeddedChatFormClose as FormClose, EmbeddedChatFormHeader as FormHeader, EmbeddedChatFormHeading as FormHeading, EmbeddedChatFormDescription as FormDescription, EmbeddedChatFormContent as FormContent, EmbeddedChatFormField as FormField, EmbeddedChatFormFieldLabel as FormFieldLabel, EmbeddedChatFormFieldText as FormFieldText, EmbeddedChatFormFieldEmail as FormFieldEmail, EmbeddedChatFormFieldFile as FormFieldFile, EmbeddedChatFormFieldTextArea as FormFieldTextArea, EmbeddedChatFormFieldCheckbox as FormFieldCheckbox, EmbeddedChatFormFieldCheckboxIndicator as FormFieldCheckboxIndicator, EmbeddedChatFormFieldSelect as FormFieldSelect, EmbeddedChatFormFieldSelectTrigger as FormFieldSelectTrigger, EmbeddedChatFormFieldSelectValue as FormFieldSelectValue, EmbeddedChatFormFieldSelectIcon as FormFieldSelectIcon, EmbeddedChatFormFieldSelectContent as FormFieldSelectContent, EmbeddedChatFormFieldSelectViewport as FormFieldSelectViewport, EmbeddedChatFormFieldSelectItem as FormFieldSelectItem, EmbeddedChatFormFieldSelectItemText as FormFieldSelectItemText, EmbeddedChatFormFieldSelectItemIndicator as FormFieldSelectItemIndicator, EmbeddedChatFormFieldError as FormFieldError, EmbeddedChatFormError as FormError, EmbeddedChatFormFooter as FormFooter, EmbeddedChatFormCancel as FormCancel, EmbeddedChatFormSubmit as FormSubmit, EmbeddedChatFormSuccess as FormSuccess, EmbeddedChatFormSuccessHeading as FormSuccessHeading, EmbeddedChatFormSuccessMessage as FormSuccessMessage, EmbeddedChatFormSuccessButton as FormSuccessButton, };
|
|
205
|
+
export { EmbeddedChatProvider as Provider, EmbeddedChatWrapper as Wrapper, EmbeddedChatRoot as Root, EmbeddedChatHeader as Header, EmbeddedChatHeaderToolbar as HeaderToolbar, EmbeddedChatHeaderToolbarWrapper as HeaderToolbarWrapper, EmbeddedChatToolbarHeader as ToolbarHeader, EmbeddedChatContent as Content, EmbeddedChatContentScrollArea as ContentScrollArea, EmbeddedChatContentScrollAreaViewport as ContentScrollAreaViewport, EmbeddedChatContentScrollAreaScrollbar as ContentScrollAreaScrollbar, EmbeddedChatContentScrollAreaThumb as ContentScrollAreaThumb, EmbeddedChatContentScrollAreaCorner as ContentScrollAreaCorner, EmbeddedChatMessages as Messages, EmbeddedChatMessageWrapper as MessageWrapper, EmbeddedChatIntroMessageWrapper as IntroMessageWrapper, EmbeddedChatDisclaimer as Disclaimer, EmbeddedChatDisclaimerLabel as DisclaimerLabel, EmbeddedChatDisclaimerTrigger as DisclaimerTrigger, EmbeddedChatDisclaimerContent as DisclaimerContent, EmbeddedChatDisclaimerText as DisclaimerText, EmbeddedChatDisclaimerArrow as DisclaimerArrow, EmbeddedChatExampleQuestions as ExampleQuestions, EmbeddedChatExampleQuestionsLabel as ExampleQuestionsLabel, EmbeddedChatExampleQuestionsList as ExampleQuestionsList, EmbeddedChatExampleQuestion as ExampleQuestion, EmbeddedChatExampleQuestionButton as ExampleQuestionButton, EmbeddedChatWorkflows as Workflows, EmbeddedChatWorkflowsLabel as WorkflowsLabel, EmbeddedChatWorkflowsList as WorkflowsList, EmbeddedChatWorkflow as Workflow, EmbeddedChatMessageHeader as MessageHeader, EmbeddedChatMessageLoading as MessageLoading, EmbeddedChatMessageAvatar as MessageAvatar, EmbeddedChatMessageAvatarContent as MessageAvatarContent, EmbeddedChatMessageAvatarFallback as MessageAvatarFallback, EmbeddedChatMessageAvatarImage as MessageAvatarImage, EmbeddedChatMessageName as MessageName, EmbeddedChatMessageContentWrapper as MessageContentWrapper, EmbeddedChatMessageContent as MessageContent, EmbeddedChatMessageAttachments as MessageAttachments, EmbeddedChatMessageAttachmentsList as MessageAttachmentsList, EmbeddedChatMessageAttachmentsItem as MessageAttachmentsItem, EmbeddedChatMessageAttachmentsItemIcon as MessageAttachmentsItemIcon, EmbeddedChatMessageAttachmentsItemTitle as MessageAttachmentsItemTitle, EmbeddedChatMessageAttachmentsPreview as MessageAttachmentsPreview, EmbeddedChatMessageAttachmentsPreviewOverlay as MessageAttachmentsPreviewOverlay, EmbeddedChatMessageAttachmentsPreviewContent as MessageAttachmentsPreviewContent, EmbeddedChatMessageAttachmentsPreviewHeader as MessageAttachmentsPreviewHeader, EmbeddedChatMessageAttachmentsPreviewClose as MessageAttachmentsPreviewClose, EmbeddedChatMessageAttachmentsPreviewBody as MessageAttachmentsPreviewBody, EmbeddedChatMarkdown as Markdown, EmbeddedChatDynamicComponent as DynamicComponent, EmbeddedChatMessagePart as MessagePart, EmbeddedChatMessageToolbar as MessageToolbar, EmbeddedChatMessageCustomActions as MessageCustomActions, EmbeddedChatMessageCustomAction as MessageCustomAction, EmbeddedChatMessageAction as MessageAction, EmbeddedChatMessageSources as MessageSources, EmbeddedChatMessageSourcesHeader as MessageSourcesHeader, EmbeddedChatMessageSourcesList as MessageSourcesList, EmbeddedChatMessageSourceItem as MessageSourceItem, EmbeddedChatMessageSourceItemBreadcrumbs as MessageSourceItemBreadcrumbs, EmbeddedChatMessageSourceItemBreadcrumbIcon as MessageSourceItemBreadcrumbIcon, EmbeddedChatMessageSourceItemIcon as MessageSourceItemIcon, EmbeddedChatMessageSourceItemTitle as MessageSourceItemTitle, EmbeddedChatMessageSourceItemTag as MessageSourceItemTag, EmbeddedChatMessageSourceItemDescription as MessageSourceItemDescription, EmbeddedChatMessageSourceItemDescriptionPart as MessageSourceItemDescriptionPart, EmbeddedChatMessageSourceItemIndicator as MessageSourceItemIndicator, EmbeddedChatFooter as Footer, EmbeddedChatInputFieldset as InputFieldset, EmbeddedChatInputGroup as InputGroup, EmbeddedChatInput as Input, EmbeddedChatSendButton as SendButton, EmbeddedChatSendButtonIcon as SendButtonIcon, EmbeddedChatAttachmentsBar as AttachmentsBar, EmbeddedChatAttachmentsBarList as AttachmentsBarList, EmbeddedChatAttachmentsBarAttachment as AttachmentsBarAttachment, EmbeddedChatAttachmentsBarAttachmentIcon as AttachmentsBarAttachmentIcon, EmbeddedChatAttachmentsBarAttachmentTitle as AttachmentsBarAttachmentTitle, EmbeddedChatAttachmentsBarAttachmentDelete as AttachmentsBarAttachmentDelete, EmbeddedChatAttachmentsBarActions as AttachmentsBarActions, EmbeddedChatAttachmentsBarInfoTip as AttachmentsBarInfoTip, EmbeddedChatAttachmentsBarInfoTipIcon as AttachmentsBarInfoTipIcon, EmbeddedChatAttachmentsBarInfoTipText as AttachmentsBarInfoTipText, EmbeddedChatAttachmentsBarInfoTipArrow as AttachmentsBarInfoTipArrow, EmbeddedChatAttachmentsBarInputs as AttachmentsBarInputs, EmbeddedChatAttachmentsBarInput as AttachmentsBarInput, EmbeddedChatAttachmentsBarModal as AttachmentsBarModal, EmbeddedChatAttachmentsBarModalOverlay as AttachmentsBarModalOverlay, EmbeddedChatAttachmentsBarModalContent as AttachmentsBarModalContent, EmbeddedChatAttachmentsBarModalHeader as AttachmentsBarModalHeader, EmbeddedChatAttachmentsBarModalHeading as AttachmentsBarModalHeading, EmbeddedChatAttachmentsBarModalDescription as AttachmentsBarModalDescription, EmbeddedChatAttachmentsBarModalHelp as AttachmentsBarModalHelp, EmbeddedChatAttachmentsBarModalClose as AttachmentsBarModalClose, EmbeddedChatAttachmentsBarModalBody as AttachmentsBarModalBody, EmbeddedChatAttachmentsBarForm as AttachmentsBarForm, EmbeddedChatAttachmentsBarFormTitle as AttachmentsBarFormTitle, EmbeddedChatAttachmentsBarFormTitleLabel as AttachmentsBarFormTitleLabel, EmbeddedChatAttachmentsBarFormTitleInput as AttachmentsBarFormTitleInput, EmbeddedChatAttachmentsBarFormTitleError as AttachmentsBarFormTitleError, EmbeddedChatAttachmentsBarFormContent as AttachmentsBarFormContent, EmbeddedChatAttachmentsBarFormContentLabel as AttachmentsBarFormContentLabel, EmbeddedChatAttachmentsBarFormContentInput as AttachmentsBarFormContentInput, EmbeddedChatAttachmentsBarFormContentError as AttachmentsBarFormContentError, EmbeddedChatAttachmentsBarFormSubmitButton as AttachmentsBarFormSubmitButton, EmbeddedChatActionBar as ActionBar, EmbeddedChatActions as Actions, EmbeddedChatTaglineContainer as TaglineContainer, EmbeddedChatTaglineText as TaglineText, EmbeddedChatTaglineLogo as TaglineLogo, EmbeddedChatTaglineBrandName as TaglineBrandName, EmbeddedChatAction as ChatAction, EmbeddedChatActionLabel as ChatActionLabel, EmbeddedChatActionFeedback as ChatActionFeedback, EmbeddedChatHelpActions as HelpActions, EmbeddedChatHelpAction as HelpAction, EmbeddedChatHelpActionsTrigger as HelpActionsTrigger, EmbeddedChatHelpActionsMenu as HelpActionsMenu, EmbeddedChatHelpActionsMenuArrow as HelpActionsMenuArrow, EmbeddedChatHelpActionsMenuItem as HelpActionsMenuItem, EmbeddedChatHelpActionsMenuItemIcon as HelpActionsMenuItemIcon, EmbeddedChatFeedbackModal as FeedbackModal, EmbeddedChatFeedbackModalOverlay as FeedbackModalOverlay, EmbeddedChatFeedbackModalContent as FeedbackModalContent, EmbeddedChatFeedbackModalHeader as FeedbackModalHeader, EmbeddedChatFeedbackModalClose as FeedbackModalClose, EmbeddedChatFeedbackModalBody as FeedbackModalBody, EmbeddedChatFeedbackForm as FeedbackForm, EmbeddedChatFeedbackItem as FeedbackItem, EmbeddedChatFeedbackItemCheckbox as FeedbackItemCheckbox, EmbeddedChatFeedbackItemCheckboxIndicator as FeedbackItemCheckboxIndicator, EmbeddedChatFeedbackItemLabel as FeedbackItemLabel, EmbeddedChatFeedbackItemDescription as FeedbackItemDescription, EmbeddedChatFeedbackSubmitButton as FeedbackSubmitButton, EmbeddedChatFormWrapper as FormWrapper, EmbeddedChatForm as Form, EmbeddedChatFormClose as FormClose, EmbeddedChatFormHeader as FormHeader, EmbeddedChatFormHeading as FormHeading, EmbeddedChatFormDescription as FormDescription, EmbeddedChatFormContent as FormContent, EmbeddedChatFormField as FormField, EmbeddedChatFormFieldLabel as FormFieldLabel, EmbeddedChatFormFieldText as FormFieldText, EmbeddedChatFormFieldEmail as FormFieldEmail, EmbeddedChatFormFieldFile as FormFieldFile, EmbeddedChatFormFieldTextArea as FormFieldTextArea, EmbeddedChatFormFieldCheckbox as FormFieldCheckbox, EmbeddedChatFormFieldCheckboxIndicator as FormFieldCheckboxIndicator, EmbeddedChatFormFieldSelect as FormFieldSelect, EmbeddedChatFormFieldSelectTrigger as FormFieldSelectTrigger, EmbeddedChatFormFieldSelectValue as FormFieldSelectValue, EmbeddedChatFormFieldSelectIcon as FormFieldSelectIcon, EmbeddedChatFormFieldSelectContent as FormFieldSelectContent, EmbeddedChatFormFieldSelectViewport as FormFieldSelectViewport, EmbeddedChatFormFieldSelectItem as FormFieldSelectItem, EmbeddedChatFormFieldSelectItemText as FormFieldSelectItemText, EmbeddedChatFormFieldSelectItemIndicator as FormFieldSelectItemIndicator, EmbeddedChatFormFieldCombobox as FormFieldCombobox, EmbeddedChatFormFieldComboboxControl as FormFieldComboboxControl, EmbeddedChatFormFieldComboboxInput as FormFieldComboboxInput, EmbeddedChatFormFieldComboboxTrigger as FormFieldComboboxTrigger, EmbeddedChatFormFieldComboboxSelectedTags as FormFieldComboboxSelectedTags, EmbeddedChatFormFieldComboboxPositioner as FormFieldComboboxPositioner, EmbeddedChatFormFieldComboboxContent as FormFieldComboboxContent, EmbeddedChatFormFieldComboboxList as FormFieldComboboxList, EmbeddedChatFormFieldComboboxListItems as FormFieldComboboxListItems, EmbeddedChatFormFieldComboboxListEmpty as FormFieldComboboxListEmpty, EmbeddedChatFormFieldComboboxItem as FormFieldComboboxItem, EmbeddedChatFormFieldComboboxItemText as FormFieldComboboxItemText, EmbeddedChatFormFieldComboboxItemIndicator as FormFieldComboboxItemIndicator, EmbeddedChatFormFieldDescription as FormFieldDescription, EmbeddedChatFormFieldError as FormFieldError, EmbeddedChatFormError as FormError, EmbeddedChatFormFooter as FormFooter, EmbeddedChatFormCancel as FormCancel, EmbeddedChatFormSubmit as FormSubmit, EmbeddedChatFormSuccess as FormSuccess, EmbeddedChatFormSuccessHeading as FormSuccessHeading, EmbeddedChatFormSuccessMessage as FormSuccessMessage, EmbeddedChatFormSuccessButton as FormSuccessButton, };
|