@inkeep/cxkit-styled 0.0.0-dev-20250221234142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/components/chat-button.cjs +1 -0
  4. package/dist/components/chat-button.d.cts +8 -0
  5. package/dist/components/chat-button.d.ts +8 -0
  6. package/dist/components/chat-button.js +53 -0
  7. package/dist/components/embedded-chat/conversation-loading.cjs +1 -0
  8. package/dist/components/embedded-chat/conversation-loading.d.cts +1 -0
  9. package/dist/components/embedded-chat/conversation-loading.d.ts +1 -0
  10. package/dist/components/embedded-chat/conversation-loading.js +48 -0
  11. package/dist/components/embedded-chat.cjs +1 -0
  12. package/dist/components/embedded-chat.d.cts +183 -0
  13. package/dist/components/embedded-chat.d.ts +183 -0
  14. package/dist/components/embedded-chat.js +1817 -0
  15. package/dist/components/embedded-search/results-loading.cjs +1 -0
  16. package/dist/components/embedded-search/results-loading.d.cts +1 -0
  17. package/dist/components/embedded-search/results-loading.d.ts +1 -0
  18. package/dist/components/embedded-search/results-loading.js +16 -0
  19. package/dist/components/embedded-search.cjs +1 -0
  20. package/dist/components/embedded-search.d.cts +58 -0
  21. package/dist/components/embedded-search.d.ts +58 -0
  22. package/dist/components/embedded-search.js +434 -0
  23. package/dist/components/index.cjs +1 -0
  24. package/dist/components/index.d.cts +8 -0
  25. package/dist/components/index.d.ts +8 -0
  26. package/dist/components/index.js +18 -0
  27. package/dist/components/intelligent-form.cjs +1 -0
  28. package/dist/components/intelligent-form.d.cts +60 -0
  29. package/dist/components/intelligent-form.d.ts +60 -0
  30. package/dist/components/intelligent-form.js +553 -0
  31. package/dist/components/loading-indicator.cjs +1 -0
  32. package/dist/components/loading-indicator.d.cts +1 -0
  33. package/dist/components/loading-indicator.d.ts +1 -0
  34. package/dist/components/loading-indicator.js +36 -0
  35. package/dist/components/modal.cjs +1 -0
  36. package/dist/components/modal.d.cts +6 -0
  37. package/dist/components/modal.d.ts +6 -0
  38. package/dist/components/modal.js +40 -0
  39. package/dist/components/searchbar.cjs +1 -0
  40. package/dist/components/searchbar.d.cts +11 -0
  41. package/dist/components/searchbar.d.ts +11 -0
  42. package/dist/components/searchbar.js +81 -0
  43. package/dist/components/shadow.cjs +1 -0
  44. package/dist/components/shadow.d.cts +3 -0
  45. package/dist/components/shadow.d.ts +3 -0
  46. package/dist/components/shadow.js +8 -0
  47. package/dist/index.cjs +1 -0
  48. package/dist/index.d.cts +3 -0
  49. package/dist/index.d.ts +3 -0
  50. package/dist/index.js +21 -0
  51. package/dist/inkeep.css.cjs +3524 -0
  52. package/dist/inkeep.css.js +3528 -0
  53. package/dist/ui/markdown-styles.cjs +1 -0
  54. package/dist/ui/markdown-styles.d.cts +20 -0
  55. package/dist/ui/markdown-styles.d.ts +20 -0
  56. package/dist/ui/markdown-styles.js +36 -0
  57. package/dist/ui/recipes/ai-chat-page-wrapper.cjs +1 -0
  58. package/dist/ui/recipes/ai-chat-page-wrapper.d.cts +7 -0
  59. package/dist/ui/recipes/ai-chat-page-wrapper.d.ts +7 -0
  60. package/dist/ui/recipes/ai-chat-page-wrapper.js +32 -0
  61. package/dist/ui/recipes/attachment.cjs +1 -0
  62. package/dist/ui/recipes/attachment.d.cts +4 -0
  63. package/dist/ui/recipes/attachment.d.ts +4 -0
  64. package/dist/ui/recipes/attachment.js +28 -0
  65. package/dist/ui/recipes/button.cjs +1 -0
  66. package/dist/ui/recipes/button.d.cts +6 -0
  67. package/dist/ui/recipes/button.d.ts +6 -0
  68. package/dist/ui/recipes/button.js +78 -0
  69. package/dist/ui/recipes/checkbox.cjs +1 -0
  70. package/dist/ui/recipes/checkbox.d.cts +4 -0
  71. package/dist/ui/recipes/checkbox.d.ts +4 -0
  72. package/dist/ui/recipes/checkbox.js +23 -0
  73. package/dist/ui/recipes/citation.cjs +1 -0
  74. package/dist/ui/recipes/citation.d.cts +4 -0
  75. package/dist/ui/recipes/citation.d.ts +4 -0
  76. package/dist/ui/recipes/citation.js +70 -0
  77. package/dist/ui/recipes/icon.cjs +1 -0
  78. package/dist/ui/recipes/icon.d.cts +2 -0
  79. package/dist/ui/recipes/icon.d.ts +2 -0
  80. package/dist/ui/recipes/icon.js +6 -0
  81. package/dist/ui/recipes/index.cjs +1 -0
  82. package/dist/ui/recipes/index.d.cts +15 -0
  83. package/dist/ui/recipes/index.d.ts +15 -0
  84. package/dist/ui/recipes/index.js +37 -0
  85. package/dist/ui/recipes/input.cjs +1 -0
  86. package/dist/ui/recipes/input.d.cts +5 -0
  87. package/dist/ui/recipes/input.d.ts +5 -0
  88. package/dist/ui/recipes/input.js +34 -0
  89. package/dist/ui/recipes/link.cjs +1 -0
  90. package/dist/ui/recipes/link.d.cts +2 -0
  91. package/dist/ui/recipes/link.d.ts +2 -0
  92. package/dist/ui/recipes/link.js +11 -0
  93. package/dist/ui/recipes/markdown.cjs +1 -0
  94. package/dist/ui/recipes/markdown.d.cts +16 -0
  95. package/dist/ui/recipes/markdown.d.ts +16 -0
  96. package/dist/ui/recipes/markdown.js +101 -0
  97. package/dist/ui/recipes/modal.cjs +1 -0
  98. package/dist/ui/recipes/modal.d.cts +4 -0
  99. package/dist/ui/recipes/modal.d.ts +4 -0
  100. package/dist/ui/recipes/modal.js +58 -0
  101. package/dist/ui/recipes/popover.cjs +1 -0
  102. package/dist/ui/recipes/popover.d.cts +4 -0
  103. package/dist/ui/recipes/popover.d.ts +4 -0
  104. package/dist/ui/recipes/popover.js +19 -0
  105. package/dist/ui/recipes/scrollable.cjs +1 -0
  106. package/dist/ui/recipes/scrollable.d.cts +4 -0
  107. package/dist/ui/recipes/scrollable.d.ts +4 -0
  108. package/dist/ui/recipes/scrollable.js +15 -0
  109. package/dist/ui/recipes/select.cjs +1 -0
  110. package/dist/ui/recipes/select.d.cts +4 -0
  111. package/dist/ui/recipes/select.d.ts +4 -0
  112. package/dist/ui/recipes/select.js +38 -0
  113. package/dist/ui/recipes/skeleton.cjs +1 -0
  114. package/dist/ui/recipes/skeleton.d.cts +2 -0
  115. package/dist/ui/recipes/skeleton.d.ts +2 -0
  116. package/dist/ui/recipes/skeleton.js +16 -0
  117. package/dist/ui/recipes/widget-toggle.cjs +1 -0
  118. package/dist/ui/recipes/widget-toggle.d.cts +4 -0
  119. package/dist/ui/recipes/widget-toggle.d.ts +4 -0
  120. package/dist/ui/recipes/widget-toggle.js +33 -0
  121. package/dist/utils.cjs +1 -0
  122. package/dist/utils.d.cts +4 -0
  123. package/dist/utils.d.ts +4 -0
  124. package/dist/utils.js +11 -0
  125. package/package.json +72 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Chakra UI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # @inkeep
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),n=require("@inkeep/cxkit-primitives"),o=require("../utils.cjs"),r=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonContainer,{className:o.cn("fixed right-6 bottom-6 mr-[var(--removed-body-scroll-bar-size)]",t),...e}),i=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButton,{className:o.cn("bg-inkeep-primary-text-bold dark:bg-gray-dark-600 rounded-full px-[18px] py-3 text-white font-medium flex items-center space-x-2 shadow-2xl dark:shadow-none transition-transform ease-in-out hover:scale-110",t),...e}),s=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonText,{className:o.cn("flex items-center",t),...e}),c=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonAvatarImage,{className:o.cn("data-[type=icon]:[--start-color:theme(colors.inkeep-expanded-primary.50)]","data-[type=icon]:[--end-color:theme(colors.inkeep-expanded-primary.300)]","h-6 w-6",t),...e}),u=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonAvatarContent,{className:o.cn("",t),...e});exports.ChatButton=i;exports.ChatButtonAvatarContent=u;exports.ChatButtonAvatarImage=c;exports.ChatButtonText=s;exports.Container=r;
@@ -0,0 +1,8 @@
1
+ import { ChatButtonPrimitive } from '@inkeep/cxkit-primitives';
2
+ import { ComponentPropsWithRef } from 'react';
3
+ declare const ChatButtonContainer: ({ className, ...props }: ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonContainer>) => import("react/jsx-runtime").JSX.Element;
4
+ declare const ChatButton: ({ className, ...props }: ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButton>) => import("react/jsx-runtime").JSX.Element;
5
+ declare const ChatButtonText: ({ className, ...props }: ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonText>) => import("react/jsx-runtime").JSX.Element;
6
+ declare const ChatButtonAvatarImage: ({ className, ...props }: React.ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonAvatarImage>) => import("react/jsx-runtime").JSX.Element;
7
+ declare const ChatButtonAvatarContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonAvatarContent>) => import("react/jsx-runtime").JSX.Element;
8
+ export { ChatButtonContainer as Container, ChatButton, ChatButtonText, ChatButtonAvatarImage, ChatButtonAvatarContent, };
@@ -0,0 +1,8 @@
1
+ import { ChatButtonPrimitive } from '@inkeep/cxkit-primitives';
2
+ import { ComponentPropsWithRef } from 'react';
3
+ declare const ChatButtonContainer: ({ className, ...props }: ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonContainer>) => import("react/jsx-runtime").JSX.Element;
4
+ declare const ChatButton: ({ className, ...props }: ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButton>) => import("react/jsx-runtime").JSX.Element;
5
+ declare const ChatButtonText: ({ className, ...props }: ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonText>) => import("react/jsx-runtime").JSX.Element;
6
+ declare const ChatButtonAvatarImage: ({ className, ...props }: React.ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonAvatarImage>) => import("react/jsx-runtime").JSX.Element;
7
+ declare const ChatButtonAvatarContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof ChatButtonPrimitive.ChatButtonAvatarContent>) => import("react/jsx-runtime").JSX.Element;
8
+ export { ChatButtonContainer as Container, ChatButton, ChatButtonText, ChatButtonAvatarImage, ChatButtonAvatarContent, };
@@ -0,0 +1,53 @@
1
+ "use client";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ import { ChatButtonPrimitive as o } from "@inkeep/cxkit-primitives";
4
+ import { cn as n } from "../utils.js";
5
+ const m = ({
6
+ className: t,
7
+ ...a
8
+ }) => /* @__PURE__ */ e(
9
+ o.ChatButtonContainer,
10
+ {
11
+ className: n("fixed right-6 bottom-6 mr-[var(--removed-body-scroll-bar-size)]", t),
12
+ ...a
13
+ }
14
+ ), c = ({
15
+ className: t,
16
+ ...a
17
+ }) => /* @__PURE__ */ e(
18
+ o.ChatButton,
19
+ {
20
+ className: n(
21
+ "bg-inkeep-primary-text-bold dark:bg-gray-dark-600 rounded-full px-[18px] py-3 text-white font-medium flex items-center space-x-2 shadow-2xl dark:shadow-none transition-transform ease-in-out hover:scale-110",
22
+ t
23
+ ),
24
+ ...a
25
+ }
26
+ ), d = ({
27
+ className: t,
28
+ ...a
29
+ }) => /* @__PURE__ */ e(o.ChatButtonText, { className: n("flex items-center", t), ...a }), h = ({
30
+ className: t,
31
+ ...a
32
+ }) => /* @__PURE__ */ e(
33
+ o.ChatButtonAvatarImage,
34
+ {
35
+ className: n(
36
+ "data-[type=icon]:[--start-color:theme(colors.inkeep-expanded-primary.50)]",
37
+ "data-[type=icon]:[--end-color:theme(colors.inkeep-expanded-primary.300)]",
38
+ "h-6 w-6",
39
+ t
40
+ ),
41
+ ...a
42
+ }
43
+ ), l = ({
44
+ className: t,
45
+ ...a
46
+ }) => /* @__PURE__ */ e(o.ChatButtonAvatarContent, { className: n("", t), ...a });
47
+ export {
48
+ c as ChatButton,
49
+ l as ChatButtonAvatarContent,
50
+ h as ChatButtonAvatarImage,
51
+ d as ChatButtonText,
52
+ m as Container
53
+ };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),r=require("../../ui/recipes/skeleton.cjs"),e=require("../../utils.cjs"),s=()=>Array.from({length:3}).map((l,n)=>{const t=n%2===0;return a.jsxs("div",{className:e.cn("flex items-center flex-row-reverse","data-[even]:flex-row","[--end-color:theme(colors.white-alpha.100)]","dark:[--start-color:theme(colors.gray.300)]","dark:[--end-color:theme(colors.white-alpha.300)]"),"data-even":e.dataAttr(t),children:[a.jsx("div",{"data-even":e.dataAttr(t),className:e.cn(r.skeleton(),"h-12 w-12 rounded-full","data-[even]:mr-4 ml-4 data-[even]:ml-0")}),a.jsxs("div",{"data-even":e.dataAttr(t),className:"flex flex-col gap-2 items-end data-[even]:items-start",children:[a.jsx("div",{"data-even":e.dataAttr(t),className:e.cn(r.skeleton(),"h-4 rounded-lg w-60")}),a.jsx("div",{"data-even":e.dataAttr(t),className:e.cn(r.skeleton(),"h-4 rounded-lg w-56")})]})]},n)});exports.ConversationLoading=s;
@@ -0,0 +1 @@
1
+ export declare const ConversationLoading: () => import("react/jsx-runtime").JSX.Element[];
@@ -0,0 +1 @@
1
+ export declare const ConversationLoading: () => import("react/jsx-runtime").JSX.Element[];
@@ -0,0 +1,48 @@
1
+ "use client";
2
+ import { jsxs as d, jsx as t } from "react/jsx-runtime";
3
+ import { skeleton as o } from "../../ui/recipes/skeleton.js";
4
+ import { dataAttr as a, cn as r } from "../../utils.js";
5
+ const i = () => Array.from({ length: 3 }).map((n, l) => {
6
+ const e = l % 2 === 0;
7
+ return /* @__PURE__ */ d(
8
+ "div",
9
+ {
10
+ className: r(
11
+ "flex items-center flex-row-reverse",
12
+ "data-[even]:flex-row",
13
+ "[--end-color:theme(colors.white-alpha.100)]",
14
+ "dark:[--start-color:theme(colors.gray.300)]",
15
+ "dark:[--end-color:theme(colors.white-alpha.300)]"
16
+ ),
17
+ "data-even": a(e),
18
+ children: [
19
+ /* @__PURE__ */ t(
20
+ "div",
21
+ {
22
+ "data-even": a(e),
23
+ className: r(
24
+ o(),
25
+ "h-12 w-12 rounded-full",
26
+ "data-[even]:mr-4 ml-4 data-[even]:ml-0"
27
+ )
28
+ }
29
+ ),
30
+ /* @__PURE__ */ d(
31
+ "div",
32
+ {
33
+ "data-even": a(e),
34
+ className: "flex flex-col gap-2 items-end data-[even]:items-start",
35
+ children: [
36
+ /* @__PURE__ */ t("div", { "data-even": a(e), className: r(o(), "h-4 rounded-lg w-60") }),
37
+ /* @__PURE__ */ t("div", { "data-even": a(e), className: r(o(), "h-4 rounded-lg w-56") })
38
+ ]
39
+ }
40
+ )
41
+ ]
42
+ },
43
+ l
44
+ );
45
+ });
46
+ export {
47
+ i as ConversationLoading
48
+ };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),a=require("@inkeep/cxkit-primitives"),A=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"),w=require("../ui/recipes/icon.cjs"),l=require("../ui/recipes/input.cjs"),P=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"),M=require("class-variance-authority"),j=require("merge-anything"),c=require("react"),s=require("../utils.cjs"),y=require("../ui/markdown-styles.cjs"),N=require("./loading-indicator.cjs"),I=require("./embedded-chat/conversation-loading.cjs"),B=a.EmbeddedChatPrimitive.Provider,S=c.forwardRef(({className:e,size:t,variant:i,...u},b)=>d.jsx(a.EmbeddedChatPrimitive.Wrapper,{ref:b,className:s.cn(A.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)]",e),...u})),T=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ConversationLoading,{className:s.cn("flex flex-col items-center justify-center h-full gap-12 flex-1 p-8",e),children:d.jsx(I.ConversationLoading,{}),...t}),H=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Root,{className:s.cn(C.scrollable({section:"wrapper"}),"rounded-[inherit] font-body",e),...t}),L=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.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}),D=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HeaderToolbar,{className:s.cn("flex items-center gap-2 w-full pl-6 pr-1","ikp-md:px-4 py-2 justify-between *:m-0",e),...t}),W=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HeaderToolbarWrapper,{className:s.cn("flex items-center gap-1.5",e),...t}),Q=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ToolbarHeader,{className:s.cn("text-gray-600 dark:text-gray-dark-100 text-sm",e),...t}),z=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Content,{className:s.cn(C.scrollable({section:"content"}),"justify-end",e),...t}),q=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ContentScrollArea,{className:s.cn("overflow-hidden",e),...t}),_=c.forwardRef(({className:e,...t},i)=>d.jsx(a.EmbeddedChatPrimitive.ContentScrollAreaViewport,{ref:i,className:s.cn("h-full w-full rounded-[inherit]",e),...t})),O=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ContentScrollAreaScrollbar,{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}),R=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ContentScrollAreaThumb,{className:s.cn("relative flex-1 rounded-full","bg-gray-300 dark:bg-white-alpha-200",e),...t}),V=a.EmbeddedChatPrimitive.ContentScrollAreaCorner,G=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Disclaimer,{className:s.cn("ml-auto text-sm flex items-center gap-1",e),...t}),K=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.DisclaimerLabel,{className:s.cn("text-gray-700 dark:text-gray-dark-100",e),...t}),X=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.DisclaimerTrigger,{className:s.cn("cursor-pointer text-gray-700 dark:text-gray-dark-100",e),...t}),$=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.DisclaimerContent,{className:s.cn(p.popover({slot:"content"}),"px-4 py-2 font-normal","w-[250px] sm:w-[420px]",e),...t}),J=a.EmbeddedChatPrimitive.DisclaimerText,U=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.DisclaimerArrow,{className:s.cn(p.popover({slot:"arrow"}),e),...t}),Y=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.QuickQuestions,{className:s.cn("mt-4 flex flex-col gap-2",e),...t}),Z=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.QuickQuestionsLabel,{className:s.cn("text-2xs uppercase font-semibold tracking-widest","text-gray-600 dark:text-white-alpha-500",e),...t}),ee=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.QuickQuestionsList,{className:s.cn("flex flex-col","ikp-md:flex-row","flex-wrap gap-2",e),...t}),te=c.forwardRef(({className:e,style:t,...i},u)=>{const b=c.useRef(null),v=a.composeRefs(u,b),{width:f=0,height:F=0}=a.useResizeObserver({ref:b,box:"border-box"}),k=Math.max(F,f);return d.jsx(a.EmbeddedChatPrimitive.QuickQuestion,{ref:v,style:{"--before-size":`${k+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})}),ae=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.QuickQuestionButton,{className:s.cn(o.button({size:"sm"}),"text-sm font-normal h-auto w-full py-2 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}),de=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Workflows,{className:s.cn("mt-4 flex flex-col gap-2",e),...t}),se=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.WorkflowsLabel,{className:s.cn("text-2xs uppercase font-semibold tracking-widest","text-gray-600 dark:text-white-alpha-500",e),...t}),re=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.WorkflowsList,{className:s.cn("flex flex-wrap gap-2",e),...t}),oe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Workflow,{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}),ie=a.EmbeddedChatPrimitive.WorkflowIcon,me=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Messages,{className:s.cn("flex flex-col w-full min-w-0 min-h-0 text-2sm relative",e),...t}),E=M.cva(["flex relative w-full overflow-hidden py-8","px-6 ikp-md:px-8","flex-col ikp-md:flex-row","min-w-0 grow-[2] data-[role=user]:grow-0","[&:not(:last-child)]:after:absolute","[&:not(:last-child)]:after:border-b","[&:not(:last-child)]:after:bottom-0","[&:not(:last-child)]:after:inset-x-6","ikp-md:[&:not(:last-child)]:after:inset-x-8"]),ne=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageWrapper,{className:s.cn(E(),e),...t}),ce=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.IntroMessageWrapper,{className:s.cn(E(),e),...t}),le=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageHeader,{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-6 ikp-md:mb-0",e),...t}),he=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageLoading,{className:s.cn("flex items-center gap-3 h-12 w-full",e),children:d.jsx(N.LoadingIndicator,{}),...t}),be=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAvatar,{className:s.cn("flex items-center justify-center rounded-full","h-auto ikp-md:h-12",e),...t}),xe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAvatarContent,{className:s.cn("relative flex h-8 w-8 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 ikp-md:flex","justify-center items-center",e),...t}),pe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAvatarFallback,{className:s.cn("hidden data-[role=user]:block",e),...t}),Ce=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAvatarImage,{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}),ue=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageName,{className:s.cn("px-3 py-1 ml-4 data-[role=user]:ml-0","text-sm rounded-full","bg-inkeep-primary-lighter data-[role=user]:bg-gray-50","text-inkeep-primary-stronger dark:text-inkeep-expanded-primary-300","data-[role=user]:text-gray-700 dark:data-[role=user]:text-white-alpha-700","dark:bg-gray-dark-700","ikp-md:hidden",e),...t}),ge=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageContentWrapper,{className:s.cn("overflow-hidden flex flex-col","justify-start grow-2 w-full","data-[role=user]:justify-end","data-[role=user]:shrink-2","data-[role=user]:grow-0","ikp-md:pr-3",e),...t}),Ee=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageContent,{className:s.cn("text-2sm flex-wrap break-words min-w-0 shrink-1 max-w-full",e),...t}),ve=a.EmbeddedChatPrimitive.MessageAttachments,fe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsList,{className:s.cn("flex flex-wrap gap-2",e),...t}),Fe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsItem,{className:s.cn(o.button({variant:"ghost"}),n.attachment({slot:"root"}),"font-normal px-2",e),...t}),ke=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsItemIcon,{className:s.cn(n.attachment({slot:"icon"}),e),...t}),Ae=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsItemTitle,{className:s.cn(n.attachment({slot:"title"}),e),...t}),we=a.EmbeddedChatPrimitive.MessageAttachmentsPreview,Pe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsPreviewOverlay,{className:s.cn(r.modal({slot:"overlay"}),e),...t}),Me=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsPreviewContent,{className:s.cn(r.modal({slot:"content"}),"top-[5%] translate-y-0 p-8 md:p-10 max-w-2xl",e),...t}),je=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsPreviewHeader,{className:s.cn(r.modal({slot:"header"}),"px-0 pt-0 pb-8 flex flex-col gap-6","font-semibold",e),...t}),ye=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsPreviewClose,{className:s.cn(r.modal({slot:"close"}),e),...t}),Ne=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAttachmentsPreviewBody,{className:s.cn(r.modal({slot:"body"}),"p-0",e),...t}),Ie=({className:e,componentStyles:t,...i})=>d.jsx(a.EmbeddedChatPrimitive.Message,{className:s.cn("data-[role=user]:whitespace-pre-wrap mb-3 max-w-full",e),componentStyles:j.merge(y.markdownStyles,t??{}),...i}),Be=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageActions,{className:s.cn("flex items-center mt-2 mb-3",e),...t}),Se=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageToolActions,{className:s.cn("mr-auto flex items-center gap-2",e),...t}),Te=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageToolAction,{className:s.cn(o.button({size:"xs",variant:"outline"}),"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",e),...t}),He=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageAction,{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}),Le=a.EmbeddedChatPrimitive.MessageSources,De=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourcesHeader,{className:s.cn("block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",e),...t}),We=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourcesList,{className:s.cn("w-full relative flex flex-col gap-3 py-[1px]",e),...t}),Qe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItem,{className:s.cn(m.citation({slot:"root"}),e),...t}),ze=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemBreadcrumbs,{className:s.cn(m.citation({slot:"breadcrumbs"}),e),...t}),qe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemBreadcrumbIcon,{className:s.cn(m.citation({slot:"breadcrumbsIcon"}),e),...t}),_e=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemIcon,{className:s.cn(m.citation({slot:"icon"}),e),...t}),Oe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemTitle,{className:s.cn(m.citation({slot:"title"}),e),...t}),Re=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemTag,{className:s.cn(m.citation({slot:"tag"}),e),...t}),Ve=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemDescription,{className:s.cn(m.citation({slot:"description"}),e),...t}),Ge=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemDescriptionPart,{className:s.cn(m.citation({slot:"descriptionPart"}),e),...t}),Ke=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.MessageSourceItemIndicator,{className:s.cn(m.citation({slot:"indicator"}),e),...t}),Xe=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Footer,{className:s.cn("bg-white dark:bg-gray-dark-950 pt-6 pb-4","px-6 ikp-md:px-8 relative","before:absolute before:block before:top-0 before:left-0","before:pointer-events-none before:w-full before:h-3","before:bg-gradient-to-b before:from-transparent before:to-white","dark:before:to-gray-dark-950 before:-translate-y-full",e),...t}),$e=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.InputFieldset,{className:s.cn("relative flex flex-col w-full p-2","rounded-lg items-stretch shadow-md dark:shadow-none","bg-gray-50 dark:bg-white-alpha-50",e),...t}),Je=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.InputGroup,{className:s.cn("flex",e),...t}),Ue=c.forwardRef(({className:e,...t},i)=>d.jsx(a.EmbeddedChatPrimitive.Input,{ref:i,className:s.cn("min-h-[unset] 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 ml-1 mr-2 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",e),...t})),Ye=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.SendButton,{className:s.cn(o.button({}),"bg-transparent relative size-10 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}),Ze=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.SendButtonIcon,{className:s.cn(w.icon(),"text-inherit rotate-[-30deg]",e),...t}),et=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBar,{className:s.cn("flex items-center justify-between","flex-wrap gap-2 px-1 pt-2 pb-1",e),...t}),tt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarList,{className:s.cn("flex items-center gap-2 flex-wrap px-3 min-w-0",e),...t}),at=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarAttachment,{className:s.cn(n.attachment({slot:"root"}),e),...t}),dt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarAttachmentIcon,{className:s.cn(n.attachment({slot:"icon"}),e),...t}),st=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarAttachmentTitle,{className:s.cn(n.attachment({slot:"title"}),e),...t}),rt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarAttachmentDelete,{className:s.cn(n.attachment({slot:"delete"}),e),...t}),ot=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarActions,{className:s.cn("flex items-center justify-between","gap-2 flex-wrap px-3",e),...t}),it=a.EmbeddedChatPrimitive.AttachmentsBarInfoTip,mt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarInfoTipIcon,{className:s.cn("cursor-pointer text-sm text-gray-600","dark:text-white-alpha-600",e),...t}),nt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarInfoTipText,{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}),ct=a.EmbeddedChatPrimitive.AttachmentsBarInfoTipArrow,lt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarInputs,{className:s.cn("contents",e),...t}),ht=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarInput,{className:s.cn(o.button({variant:"outline",size:"xs"}),"light:text-gray-700 gap-1",e),...t}),bt=a.EmbeddedChatPrimitive.AttachmentsBarInputIcon,xt=a.EmbeddedChatPrimitive.AttachmentsBarModal,pt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarModalOverlay,{className:s.cn(r.modal({slot:"overlay"}),e),...t}),Ct=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarModalContent,{className:s.cn(r.modal({slot:"content"}),"top-[5%] translate-y-0","p-8 md:p-10 max-w-2xl",e),...t}),ut=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarModalHeader,{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.EmbeddedChatPrimitive.AttachmentsBarModalHeading,{className:s.cn("w-full semibold",e),...t}),Et=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarModalDescription,{className:s.cn("text-gray-700 dark:text-white-alpha-700","text-sm font-normal w-full",e),...t}),vt=a.EmbeddedChatPrimitive.AttachmentsBarModalHelp,ft=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarModalClose,{className:s.cn(r.modal({slot:"close"}),e),...t}),Ft=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarModalBody,{className:s.cn(r.modal({slot:"body"}),"p-0",e),...t}),kt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarForm,{className:s.cn("flex flex-col gap-8",e),...t}),At=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormTitle,{className:s.cn("flex flex-col gap-2",e),...t}),wt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormTitleLabel,{className:s.cn("text-sm font-medium text-gray-700 dark:text-white-alpha-700",e),...t}),Pt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormTitleInput,{className:s.cn("h-10 px-4 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}),Mt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormTitleError,{className:s.cn("text-sm text-red-500",e),...t}),jt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormContent,{className:s.cn("flex flex-col gap-2",e),...t}),yt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormContentLabel,{className:s.cn("text-sm font-medium text-gray-700 dark:text-white-alpha-700",e),...t}),Nt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormContentInput,{className:s.cn(l.input({size:"md",variant:"outline"}),"min-h-20 px-4 py-2",e),...t}),It=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormContentError,{className:s.cn("text-sm text-red-500",e),...t}),Bt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.AttachmentsBarFormSubmitButton,{className:s.cn(o.button({preset:"neutralFilled"}),"ml-auto",e),...t}),St=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ActionBar,{className:s.cn("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5",e),...t}),Tt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Actions,{className:s.cn("flex items-center gap-2.5 flex-wrap",e),...t}),Ht=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.TaglineContainer,{className:s.cn("flex items-center whitespace-nowrap",e),...t}),Lt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.TaglineText,{className:s.cn("text-xs md:text-sm text-gray-500 dark:text-white-alpha-600",e),...t}),Dt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.TaglineLogo,{className:s.cn("text-gray-400 dark:text-white-alpha-500","w-[18px] ml-2 mr-1",e),...t}),Wt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.TaglineBrandName,{className:s.cn(P.link(),"inline-flex text-xs md:text-sm text-gray-500","dark:text-white-alpha-600 font-bold",e),...t}),g=s.cn(o.button({size:"xs",variant:"outline"}),"text-gray-700 dark:text-white-alpha-700"),Qt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ChatAction,{className:s.cn(g,e),...t}),zt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ChatActionLabel,{className:s.cn("cursor-pointer",e),...t}),qt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ChatActionFeedback,{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}),_t=a.EmbeddedChatPrimitive.HelpActions,Ot=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.ChatHelpAction,{className:s.cn(g,e),...t}),Rt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HelpActionsTrigger,{className:s.cn(g,e),...t}),Vt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HelpActionsMenu,{className:s.cn(p.popover({slot:"content"}),"gap-3 px-3 py-4 ","w-[254px] text-sm font-normal",e),...t}),Gt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HelpActionsMenuArrow,{className:s.cn(p.popover({slot:"arrow"}),e),...t}),Kt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HelpActionsMenuItem,{className:s.cn("flex items-center cursor-pointer hover:underline",e),...t}),Xt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.HelpActionsMenuItemIcon,{className:s.cn("mr-2 text-inkeep-primary-medium",e),...t}),$t=a.EmbeddedChatPrimitive.FeedbackModal,Jt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackModalOverlay,{className:s.cn(r.modal({slot:"overlay"}),e),...t}),Ut=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackModalContent,{className:s.cn(r.modal({slot:"content"}),"p-8 md:p-10 max-w-[480px] top-[5%] translate-y-0",e),...t}),Yt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackModalHeader,{className:s.cn(r.modal({slot:"header"}),"px-0 pt-0 pb-8","font-semibold",e),...t}),Zt=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackModalClose,{className:s.cn(r.modal({slot:"close"}),e),...t}),ea=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackModalBody,{className:s.cn(r.modal({slot:"body"}),"p-0",e),...t}),ta=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackForm,{className:s.cn("flex flex-col gap-8",e),...t}),aa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackItem,{className:s.cn("flex flex-wrap items-center","gap-[1rem_0.5rem]",e),...t}),da=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackItemCheckbox,{className:s.cn(x.checkbox({slot:"root"}),e),...t}),sa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackItemCheckboxIndicator,{className:s.cn(x.checkbox({slot:"indicator"}),e),...t}),ra=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackItemLabel,{className:s.cn("select-none cursor-pointer font-medium text-sm","text-gray-700 dark:text-white-alpha-700",e),...t}),oa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackItemDescription,{className:s.cn("flex-[0_0_100%]","min-h-20 py-2 border rounded-md","px-4",e),...t}),ia=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FeedbackSubmitButton,{className:s.cn(o.button({preset:"neutralFilled"}),"ml-auto",e),...t}),ma=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormWrapper,{className:s.cn("w-full overflow-y-auto",e),...t}),na=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.Form,{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-14 ikp-md:pb-14",e),...t}),ca=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormClose,{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}),la=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormHeader,{className:s.cn("mt-12 flex flex-col gap-6",e),...t}),ha=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormHeading,{className:s.cn("font-semibold text-xl leading-5",e),...t}),ba=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormDescription,{className:s.cn("text-gray-700 dark:text-white-alpha-700 text-sm",e),...t}),xa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormContent,{className:s.cn("w-full",e),...t}),pa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormField,{className:s.cn("mb-8 flex flex-col gap-2 data-[hidden]:hidden","data-[input-type=CHECKBOX]:flex-row data-[input-type=CHECKBOX]:items-center",e),...t}),Ca=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldLabel,{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}),ua=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldText,{className:s.cn(l.input({size:"md",variant:"outline"}),e),...t}),ga=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldEmail,{className:s.cn(l.input({size:"md",variant:"outline"}),e),...t}),Ea=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldFile,{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}),va=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldTextArea,{className:s.cn(l.input({size:"md",variant:"outline"}),"min-h-20 px-4 py-2",e),...t}),fa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldCheckbox,{className:s.cn(x.checkbox({slot:"root"}),e),...t}),Fa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldCheckboxIndicator,{className:s.cn(x.checkbox({slot:"indicator"}),e),...t}),ka=a.EmbeddedChatPrimitive.FormFieldSelect,Aa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldSelectTrigger,{className:s.cn(h.select({slot:"trigger"}),e),...t}),wa=a.EmbeddedChatPrimitive.FormFieldSelectValue,Pa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldSelectIcon,{className:s.cn("h-4 w-4 opacity-45",e),...t}),Ma=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldSelectContent,{className:s.cn(h.select({slot:"content"}),e),...t}),ja=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldSelectViewport,{className:s.cn(h.select({slot:"viewport"}),e),...t}),ya=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldSelectItem,{className:s.cn(h.select({slot:"item"}),e),...t}),Na=a.EmbeddedChatPrimitive.FormFieldSelectItemText,Ia=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldSelectItemIndicator,{className:s.cn(h.select({slot:"itemIndicator"}),e),...t}),Ba=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFieldError,{className:s.cn("text-sm flex items-center text-red-500 dark:text-red-300",e),...t}),Sa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormError,{className:s.cn("text-red-500 dark:text-red-300",e),...t}),Ta=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormFooter,{className:s.cn("flex items-center justify-end gap-6 w-full",e),...t}),Ha=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormCancel,{className:s.cn(o.button({variant:"outline"}),e),...t}),La=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormSubmit,{className:s.cn(o.button({preset:"neutralFilled"}),e),...t}),Da=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormSuccess,{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-14",e),...t}),Wa=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormSuccessHeading,{className:s.cn("mb-6 font-bold tracking-tight","text-3xl md:text-4xl leading-6 md:leading-5",e),...t}),Qa=a.EmbeddedChatPrimitive.FormSuccessMessage,za=({className:e,...t})=>d.jsx(a.EmbeddedChatPrimitive.FormSuccessButton,{className:s.cn(o.button({preset:"neutralFilled"}),"w-full mt-12 gap-2 shrink-0",e),...t});exports.ActionBar=St;exports.Actions=Tt;exports.AttachmentsBar=et;exports.AttachmentsBarActions=ot;exports.AttachmentsBarAttachment=at;exports.AttachmentsBarAttachmentDelete=rt;exports.AttachmentsBarAttachmentIcon=dt;exports.AttachmentsBarAttachmentTitle=st;exports.AttachmentsBarForm=kt;exports.AttachmentsBarFormContent=jt;exports.AttachmentsBarFormContentError=It;exports.AttachmentsBarFormContentInput=Nt;exports.AttachmentsBarFormContentLabel=yt;exports.AttachmentsBarFormSubmitButton=Bt;exports.AttachmentsBarFormTitle=At;exports.AttachmentsBarFormTitleError=Mt;exports.AttachmentsBarFormTitleInput=Pt;exports.AttachmentsBarFormTitleLabel=wt;exports.AttachmentsBarInfoTip=it;exports.AttachmentsBarInfoTipArrow=ct;exports.AttachmentsBarInfoTipIcon=mt;exports.AttachmentsBarInfoTipText=nt;exports.AttachmentsBarInput=ht;exports.AttachmentsBarInputIcon=bt;exports.AttachmentsBarInputs=lt;exports.AttachmentsBarList=tt;exports.AttachmentsBarModal=xt;exports.AttachmentsBarModalBody=Ft;exports.AttachmentsBarModalClose=ft;exports.AttachmentsBarModalContent=Ct;exports.AttachmentsBarModalDescription=Et;exports.AttachmentsBarModalHeader=ut;exports.AttachmentsBarModalHeading=gt;exports.AttachmentsBarModalHelp=vt;exports.AttachmentsBarModalOverlay=pt;exports.ChatAction=Qt;exports.ChatActionFeedback=qt;exports.ChatActionLabel=zt;exports.Content=z;exports.ContentScrollArea=q;exports.ContentScrollAreaCorner=V;exports.ContentScrollAreaScrollbar=O;exports.ContentScrollAreaThumb=R;exports.ContentScrollAreaViewport=_;exports.ConversationLoading=T;exports.Disclaimer=G;exports.DisclaimerArrow=U;exports.DisclaimerContent=$;exports.DisclaimerLabel=K;exports.DisclaimerText=J;exports.DisclaimerTrigger=X;exports.FeedbackForm=ta;exports.FeedbackItem=aa;exports.FeedbackItemCheckbox=da;exports.FeedbackItemCheckboxIndicator=sa;exports.FeedbackItemDescription=oa;exports.FeedbackItemLabel=ra;exports.FeedbackModal=$t;exports.FeedbackModalBody=ea;exports.FeedbackModalClose=Zt;exports.FeedbackModalContent=Ut;exports.FeedbackModalHeader=Yt;exports.FeedbackModalOverlay=Jt;exports.FeedbackSubmitButton=ia;exports.Footer=Xe;exports.Form=na;exports.FormCancel=Ha;exports.FormClose=ca;exports.FormContent=xa;exports.FormDescription=ba;exports.FormError=Sa;exports.FormField=pa;exports.FormFieldCheckbox=fa;exports.FormFieldCheckboxIndicator=Fa;exports.FormFieldEmail=ga;exports.FormFieldError=Ba;exports.FormFieldFile=Ea;exports.FormFieldLabel=Ca;exports.FormFieldSelect=ka;exports.FormFieldSelectContent=Ma;exports.FormFieldSelectIcon=Pa;exports.FormFieldSelectItem=ya;exports.FormFieldSelectItemIndicator=Ia;exports.FormFieldSelectItemText=Na;exports.FormFieldSelectTrigger=Aa;exports.FormFieldSelectValue=wa;exports.FormFieldSelectViewport=ja;exports.FormFieldText=ua;exports.FormFieldTextArea=va;exports.FormFooter=Ta;exports.FormHeader=la;exports.FormHeading=ha;exports.FormSubmit=La;exports.FormSuccess=Da;exports.FormSuccessButton=za;exports.FormSuccessHeading=Wa;exports.FormSuccessMessage=Qa;exports.FormWrapper=ma;exports.Header=L;exports.HeaderToolbar=D;exports.HeaderToolbarWrapper=W;exports.HelpAction=Ot;exports.HelpActions=_t;exports.HelpActionsMenu=Vt;exports.HelpActionsMenuArrow=Gt;exports.HelpActionsMenuItem=Kt;exports.HelpActionsMenuItemIcon=Xt;exports.HelpActionsTrigger=Rt;exports.Input=Ue;exports.InputFieldset=$e;exports.InputGroup=Je;exports.IntroMessageWrapper=ce;exports.Message=Ie;exports.MessageAction=He;exports.MessageActions=Be;exports.MessageAttachments=ve;exports.MessageAttachmentsItem=Fe;exports.MessageAttachmentsItemIcon=ke;exports.MessageAttachmentsItemTitle=Ae;exports.MessageAttachmentsList=fe;exports.MessageAttachmentsPreview=we;exports.MessageAttachmentsPreviewBody=Ne;exports.MessageAttachmentsPreviewClose=ye;exports.MessageAttachmentsPreviewContent=Me;exports.MessageAttachmentsPreviewHeader=je;exports.MessageAttachmentsPreviewOverlay=Pe;exports.MessageAvatar=be;exports.MessageAvatarContent=xe;exports.MessageAvatarFallback=pe;exports.MessageAvatarImage=Ce;exports.MessageContent=Ee;exports.MessageContentWrapper=ge;exports.MessageHeader=le;exports.MessageLoading=he;exports.MessageName=ue;exports.MessageSourceItem=Qe;exports.MessageSourceItemBreadcrumbIcon=qe;exports.MessageSourceItemBreadcrumbs=ze;exports.MessageSourceItemDescription=Ve;exports.MessageSourceItemDescriptionPart=Ge;exports.MessageSourceItemIcon=_e;exports.MessageSourceItemIndicator=Ke;exports.MessageSourceItemTag=Re;exports.MessageSourceItemTitle=Oe;exports.MessageSources=Le;exports.MessageSourcesHeader=De;exports.MessageSourcesList=We;exports.MessageToolAction=Te;exports.MessageToolActions=Se;exports.MessageWrapper=ne;exports.Messages=me;exports.Provider=B;exports.QuickQuestion=te;exports.QuickQuestionButton=ae;exports.QuickQuestions=Y;exports.QuickQuestionsLabel=Z;exports.QuickQuestionsList=ee;exports.Root=H;exports.SendButton=Ye;exports.SendButtonIcon=Ze;exports.TaglineBrandName=Wt;exports.TaglineContainer=Ht;exports.TaglineLogo=Dt;exports.TaglineText=Lt;exports.ToolbarHeader=Q;exports.Workflow=oe;exports.WorkflowIcon=ie;exports.Workflows=de;exports.WorkflowsLabel=se;exports.WorkflowsList=re;exports.Wrapper=S;
@@ -0,0 +1,183 @@
1
+ import { EmbeddedChatPrimitive, ChatProviderProps, PolymorphicProps } from '@inkeep/cxkit-primitives';
2
+ import { AiChatPageWrapperVariants } from '../ui/recipes';
3
+ import { FC, ForwardRefExoticComponent, RefAttributes, MemoExoticComponent, ComponentPropsWithRef, ClassAttributes, HTMLAttributes, DetailedHTMLProps, TextareaHTMLAttributes } from 'react';
4
+ import { ScrollAreaViewportProps, ScrollAreaCornerProps } from '@radix-ui/react-scroll-area';
5
+ import { MarkdownProps } from '@inkeep/cxkit-primitives/src/atoms/markdown';
6
+ import { IconBaseProps } from 'react-icons/lib';
7
+ import { DialogProps } from '@inkeep/cxkit-primitives/src/atoms/dialog';
8
+ import { TextareaAutosizeProps } from 'react-textarea-autosize';
9
+ import { TooltipProps, TooltipArrowProps } from '@radix-ui/react-tooltip';
10
+ import { SelectProps, SelectValueProps, SelectItemTextProps } from '@radix-ui/react-select';
11
+ declare const EmbeddedChatProvider: FC<ChatProviderProps>;
12
+ type EmbeddedChatWrapperProps = React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Wrapper> & AiChatPageWrapperVariants;
13
+ declare const EmbeddedChatWrapper: ForwardRefExoticComponent<Omit<EmbeddedChatWrapperProps, "ref"> & RefAttributes<HTMLDivElement>>;
14
+ declare const EmbeddedChatConversationLoading: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ConversationLoading>) => import("react/jsx-runtime").JSX.Element;
15
+ declare const EmbeddedChatRoot: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Root>) => import("react/jsx-runtime").JSX.Element;
16
+ declare const EmbeddedChatHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Header>) => import("react/jsx-runtime").JSX.Element;
17
+ declare const EmbeddedChatHeaderToolbar: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HeaderToolbar>) => import("react/jsx-runtime").JSX.Element;
18
+ declare const EmbeddedChatHeaderToolbarWrapper: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HeaderToolbarWrapper>) => import("react/jsx-runtime").JSX.Element;
19
+ declare const EmbeddedChatToolbarHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ToolbarHeader>) => import("react/jsx-runtime").JSX.Element;
20
+ declare const EmbeddedChatContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Content>) => import("react/jsx-runtime").JSX.Element;
21
+ declare const EmbeddedChatContentScrollArea: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ContentScrollArea>) => import("react/jsx-runtime").JSX.Element;
22
+ declare const EmbeddedChatContentScrollAreaViewport: ForwardRefExoticComponent<Omit<Omit< PolymorphicProps & Omit< ScrollAreaViewportProps & RefAttributes<HTMLDivElement>, "_id"> & Partial<Pick< ScrollAreaViewportProps & RefAttributes<HTMLDivElement>, "_id">>, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
23
+ declare const EmbeddedChatContentScrollAreaScrollbar: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ContentScrollAreaScrollbar>) => import("react/jsx-runtime").JSX.Element;
24
+ declare const EmbeddedChatContentScrollAreaThumb: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ContentScrollAreaThumb>) => import("react/jsx-runtime").JSX.Element;
25
+ declare const EmbeddedChatContentScrollAreaCorner: ForwardRefExoticComponent< PolymorphicProps & Omit< ScrollAreaCornerProps & RefAttributes<HTMLDivElement>, "_id"> & Partial<Pick< ScrollAreaCornerProps & RefAttributes<HTMLDivElement>, "_id">>>;
26
+ declare const EmbeddedChatDisclaimer: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Disclaimer>) => import("react/jsx-runtime").JSX.Element;
27
+ declare const EmbeddedChatDisclaimerLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.DisclaimerLabel>) => import("react/jsx-runtime").JSX.Element;
28
+ declare const EmbeddedChatDisclaimerTrigger: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.DisclaimerTrigger>) => import("react/jsx-runtime").JSX.Element;
29
+ declare const EmbeddedChatDisclaimerContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.DisclaimerContent>) => import("react/jsx-runtime").JSX.Element;
30
+ declare const EmbeddedChatDisclaimerText: MemoExoticComponent<(props: Omit< ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & MarkdownProps, "_id"> & Partial<Pick< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & MarkdownProps, "_id">>>>, "componentStyles">) => import("react/jsx-runtime").JSX.Element>;
31
+ declare const EmbeddedChatDisclaimerArrow: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.DisclaimerArrow>) => import("react/jsx-runtime").JSX.Element;
32
+ declare const EmbeddedChatQuickQuestions: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.QuickQuestions>) => import("react/jsx-runtime").JSX.Element;
33
+ declare const EmbeddedChatQuickQuestionsLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.QuickQuestionsLabel>) => import("react/jsx-runtime").JSX.Element;
34
+ declare const EmbeddedChatQuickQuestionsList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.QuickQuestionsList>) => import("react/jsx-runtime").JSX.Element;
35
+ declare const EmbeddedChatQuickQuestion: ForwardRefExoticComponent<Omit<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
36
+ declare const EmbeddedChatQuickQuestionButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.QuickQuestionButton>) => import("react/jsx-runtime").JSX.Element;
37
+ declare const EmbeddedChatWorkflows: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Workflows>) => import("react/jsx-runtime").JSX.Element;
38
+ declare const EmbeddedChatWorkflowsLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.WorkflowsLabel>) => import("react/jsx-runtime").JSX.Element;
39
+ declare const EmbeddedChatWorkflowsList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.WorkflowsList>) => import("react/jsx-runtime").JSX.Element;
40
+ declare const EmbeddedChatWorkflow: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Workflow>) => import("react/jsx-runtime").JSX.Element;
41
+ declare const EmbeddedChatWorkflowIcon: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< IconBaseProps, "_id"> & Partial<Pick< IconBaseProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
42
+ declare const EmbeddedChatMessages: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Messages>) => import("react/jsx-runtime").JSX.Element;
43
+ declare const EmbeddedChatMessageWrapper: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageWrapper>) => import("react/jsx-runtime").JSX.Element;
44
+ declare const EmbeddedChatIntroMessageWrapper: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.IntroMessageWrapper>) => import("react/jsx-runtime").JSX.Element;
45
+ declare const EmbeddedChatMessageHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageHeader>) => import("react/jsx-runtime").JSX.Element;
46
+ declare const EmbeddedChatMessageLoading: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageLoading>) => import("react/jsx-runtime").JSX.Element;
47
+ declare const EmbeddedChatMessageAvatar: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAvatar>) => import("react/jsx-runtime").JSX.Element;
48
+ declare const EmbeddedChatMessageAvatarContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAvatarContent>) => import("react/jsx-runtime").JSX.Element;
49
+ declare const EmbeddedChatMessageAvatarFallback: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAvatarFallback>) => import("react/jsx-runtime").JSX.Element;
50
+ declare const EmbeddedChatMessageAvatarImage: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAvatarImage>) => import("react/jsx-runtime").JSX.Element;
51
+ declare const EmbeddedChatMessageName: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageName>) => import("react/jsx-runtime").JSX.Element;
52
+ declare const EmbeddedChatMessageContentWrapper: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageContentWrapper>) => import("react/jsx-runtime").JSX.Element;
53
+ declare const EmbeddedChatMessageContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageContent>) => import("react/jsx-runtime").JSX.Element;
54
+ declare const EmbeddedChatMessageAttachments: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "_id"> & Partial<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "_id">>>>) => import("react/jsx-runtime").JSX.Element | null;
55
+ declare const EmbeddedChatMessageAttachmentsList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsList>) => import("react/jsx-runtime").JSX.Element;
56
+ declare const EmbeddedChatMessageAttachmentsItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsItem>) => import("react/jsx-runtime").JSX.Element;
57
+ declare const EmbeddedChatMessageAttachmentsItemIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsItemIcon>) => import("react/jsx-runtime").JSX.Element;
58
+ declare const EmbeddedChatMessageAttachmentsItemTitle: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsItemTitle>) => import("react/jsx-runtime").JSX.Element;
59
+ declare const EmbeddedChatMessageAttachmentsPreview: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< DialogProps, "_id"> & Partial<Pick< DialogProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
60
+ declare const EmbeddedChatMessageAttachmentsPreviewOverlay: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsPreviewOverlay>) => import("react/jsx-runtime").JSX.Element;
61
+ declare const EmbeddedChatMessageAttachmentsPreviewContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsPreviewContent>) => import("react/jsx-runtime").JSX.Element;
62
+ declare const EmbeddedChatMessageAttachmentsPreviewHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsPreviewHeader>) => import("react/jsx-runtime").JSX.Element;
63
+ declare const EmbeddedChatMessageAttachmentsPreviewClose: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsPreviewClose>) => import("react/jsx-runtime").JSX.Element;
64
+ declare const EmbeddedChatMessageAttachmentsPreviewBody: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAttachmentsPreviewBody>) => import("react/jsx-runtime").JSX.Element;
65
+ declare const EmbeddedChatMessage: ({ className, componentStyles, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Message>) => import("react/jsx-runtime").JSX.Element;
66
+ declare const EmbeddedChatMessageActions: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageActions>) => import("react/jsx-runtime").JSX.Element;
67
+ declare const EmbeddedChatMessageToolActions: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageToolActions>) => import("react/jsx-runtime").JSX.Element;
68
+ declare const EmbeddedChatMessageToolAction: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageToolAction>) => import("react/jsx-runtime").JSX.Element;
69
+ declare const EmbeddedChatMessageAction: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageAction>) => import("react/jsx-runtime").JSX.Element;
70
+ declare const EmbeddedChatMessageSources: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "_id"> & Partial<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "_id">>>>) => import("react/jsx-runtime").JSX.Element | null;
71
+ declare const EmbeddedChatMessageSourcesHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourcesHeader>) => import("react/jsx-runtime").JSX.Element;
72
+ declare const EmbeddedChatMessageSourcesList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourcesList>) => import("react/jsx-runtime").JSX.Element;
73
+ declare const EmbeddedChatMessageSourceItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItem>) => import("react/jsx-runtime").JSX.Element;
74
+ declare const EmbeddedChatMessageSourceItemBreadcrumbs: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemBreadcrumbs>) => import("react/jsx-runtime").JSX.Element;
75
+ declare const EmbeddedChatMessageSourceItemBreadcrumbIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemBreadcrumbIcon>) => import("react/jsx-runtime").JSX.Element;
76
+ declare const EmbeddedChatMessageSourceItemIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemIcon>) => import("react/jsx-runtime").JSX.Element;
77
+ declare const EmbeddedChatMessageSourceItemTitle: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemTitle>) => import("react/jsx-runtime").JSX.Element;
78
+ declare const EmbeddedChatMessageSourceItemTag: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemTag>) => import("react/jsx-runtime").JSX.Element;
79
+ declare const EmbeddedChatMessageSourceItemDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemDescription>) => import("react/jsx-runtime").JSX.Element;
80
+ declare const EmbeddedChatMessageSourceItemDescriptionPart: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemDescriptionPart>) => import("react/jsx-runtime").JSX.Element;
81
+ declare const EmbeddedChatMessageSourceItemIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.MessageSourceItemIndicator>) => import("react/jsx-runtime").JSX.Element;
82
+ declare const EmbeddedChatFooter: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Footer>) => import("react/jsx-runtime").JSX.Element;
83
+ declare const EmbeddedChatInputFieldset: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.InputFieldset>) => import("react/jsx-runtime").JSX.Element;
84
+ declare const EmbeddedChatInputGroup: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.InputGroup>) => import("react/jsx-runtime").JSX.Element;
85
+ declare const EmbeddedChatInput: ForwardRefExoticComponent<Omit<Omit< TextareaAutosizeProps & ClassAttributes<HTMLTextAreaElement> & TextareaHTMLAttributes<HTMLTextAreaElement>, "ref"> & RefAttributes<HTMLTextAreaElement>, "ref"> & RefAttributes<HTMLTextAreaElement>>;
86
+ declare const EmbeddedChatSendButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.SendButton>) => import("react/jsx-runtime").JSX.Element;
87
+ declare const EmbeddedChatSendButtonIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.SendButtonIcon>) => import("react/jsx-runtime").JSX.Element;
88
+ declare const EmbeddedChatAttachmentsBar: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBar>) => import("react/jsx-runtime").JSX.Element;
89
+ declare const EmbeddedChatAttachmentsBarList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarList>) => import("react/jsx-runtime").JSX.Element;
90
+ declare const EmbeddedChatAttachmentsBarAttachment: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarAttachment>) => import("react/jsx-runtime").JSX.Element;
91
+ declare const EmbeddedChatAttachmentsBarAttachmentIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarAttachmentIcon>) => import("react/jsx-runtime").JSX.Element;
92
+ declare const EmbeddedChatAttachmentsBarAttachmentTitle: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarAttachmentTitle>) => import("react/jsx-runtime").JSX.Element;
93
+ declare const EmbeddedChatAttachmentsBarAttachmentDelete: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarAttachmentDelete>) => import("react/jsx-runtime").JSX.Element;
94
+ declare const EmbeddedChatAttachmentsBarActions: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarActions>) => import("react/jsx-runtime").JSX.Element;
95
+ declare const EmbeddedChatAttachmentsBarInfoTip: ForwardRefExoticComponent< PolymorphicProps & Omit< TooltipProps, "_id" | "delayDuration"> & Partial<Pick< TooltipProps, "_id" | "delayDuration">>>;
96
+ declare const EmbeddedChatAttachmentsBarInfoTipIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInfoTipIcon>) => import("react/jsx-runtime").JSX.Element;
97
+ declare const EmbeddedChatAttachmentsBarInfoTipText: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInfoTipText>) => import("react/jsx-runtime").JSX.Element;
98
+ declare const EmbeddedChatAttachmentsBarInfoTipArrow: ForwardRefExoticComponent< PolymorphicProps & Omit< TooltipArrowProps & RefAttributes<SVGSVGElement>, "_id"> & Partial<Pick< TooltipArrowProps & RefAttributes<SVGSVGElement>, "_id">>>;
99
+ declare const EmbeddedChatAttachmentsBarInputs: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInputs>) => import("react/jsx-runtime").JSX.Element;
100
+ declare const EmbeddedChatAttachmentsBarInput: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInput>) => import("react/jsx-runtime").JSX.Element;
101
+ declare const EmbeddedChatAttachmentsBarInputIcon: ForwardRefExoticComponent< PolymorphicProps & Omit< IconBaseProps, "_id"> & Partial<Pick< IconBaseProps, "_id">>>;
102
+ declare const EmbeddedChatAttachmentsBarModal: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< DialogProps, "_id"> & Partial<Pick< DialogProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
103
+ declare const EmbeddedChatAttachmentsBarModalOverlay: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalOverlay>) => import("react/jsx-runtime").JSX.Element;
104
+ declare const EmbeddedChatAttachmentsBarModalContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalContent>) => import("react/jsx-runtime").JSX.Element;
105
+ declare const EmbeddedChatAttachmentsBarModalHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalHeader>) => import("react/jsx-runtime").JSX.Element;
106
+ declare const EmbeddedChatAttachmentsBarModalHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalHeading>) => import("react/jsx-runtime").JSX.Element;
107
+ declare const EmbeddedChatAttachmentsBarModalDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalDescription>) => import("react/jsx-runtime").JSX.Element;
108
+ declare const EmbeddedChatAttachmentsBarModalHelp: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "_id"> & Partial<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "_id">>>>) => import("react/jsx-runtime").JSX.Element | null;
109
+ declare const EmbeddedChatAttachmentsBarModalClose: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalClose>) => import("react/jsx-runtime").JSX.Element;
110
+ declare const EmbeddedChatAttachmentsBarModalBody: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarModalBody>) => import("react/jsx-runtime").JSX.Element;
111
+ declare const EmbeddedChatAttachmentsBarForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarForm>) => import("react/jsx-runtime").JSX.Element;
112
+ declare const EmbeddedChatAttachmentsBarFormTitle: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormTitle>) => import("react/jsx-runtime").JSX.Element;
113
+ declare const EmbeddedChatAttachmentsBarFormTitleLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormTitleLabel>) => import("react/jsx-runtime").JSX.Element;
114
+ declare const EmbeddedChatAttachmentsBarFormTitleInput: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormTitleInput>) => import("react/jsx-runtime").JSX.Element;
115
+ declare const EmbeddedChatAttachmentsBarFormTitleError: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormTitleError>) => import("react/jsx-runtime").JSX.Element;
116
+ declare const EmbeddedChatAttachmentsBarFormContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormContent>) => import("react/jsx-runtime").JSX.Element;
117
+ declare const EmbeddedChatAttachmentsBarFormContentLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormContentLabel>) => import("react/jsx-runtime").JSX.Element;
118
+ declare const EmbeddedChatAttachmentsBarFormContentInput: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormContentInput>) => import("react/jsx-runtime").JSX.Element;
119
+ declare const EmbeddedChatAttachmentsBarFormContentError: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormContentError>) => import("react/jsx-runtime").JSX.Element;
120
+ declare const EmbeddedChatAttachmentsBarFormSubmitButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarFormSubmitButton>) => import("react/jsx-runtime").JSX.Element;
121
+ declare const EmbeddedChatActionBar: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ActionBar>) => import("react/jsx-runtime").JSX.Element;
122
+ declare const EmbeddedChatActions: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Actions>) => import("react/jsx-runtime").JSX.Element;
123
+ declare const EmbeddedChatTaglineContainer: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineContainer>) => import("react/jsx-runtime").JSX.Element;
124
+ declare const EmbeddedChatTaglineText: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineText>) => import("react/jsx-runtime").JSX.Element;
125
+ declare const EmbeddedChatTaglineLogo: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineLogo>) => import("react/jsx-runtime").JSX.Element;
126
+ declare const EmbeddedChatTaglineBrandName: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineBrandName>) => import("react/jsx-runtime").JSX.Element;
127
+ declare const EmbeddedChatAction: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ChatAction>) => import("react/jsx-runtime").JSX.Element;
128
+ declare const EmbeddedChatActionLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ChatActionLabel>) => import("react/jsx-runtime").JSX.Element;
129
+ declare const EmbeddedChatActionFeedback: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ChatActionFeedback>) => import("react/jsx-runtime").JSX.Element;
130
+ declare const EmbeddedChatHelpActions: (props: EmbeddedChatPrimitive.EmbeddedChatPrimitiveHelpActionsProps) => import("react/jsx-runtime").JSX.Element | null;
131
+ declare const EmbeddedChatHelpAction: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.ChatHelpAction>) => import("react/jsx-runtime").JSX.Element;
132
+ declare const EmbeddedChatHelpActionsTrigger: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HelpActionsTrigger>) => import("react/jsx-runtime").JSX.Element;
133
+ declare const EmbeddedChatHelpActionsMenu: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HelpActionsMenu>) => import("react/jsx-runtime").JSX.Element;
134
+ declare const EmbeddedChatHelpActionsMenuArrow: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HelpActionsMenuArrow>) => import("react/jsx-runtime").JSX.Element;
135
+ declare const EmbeddedChatHelpActionsMenuItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HelpActionsMenuItem>) => import("react/jsx-runtime").JSX.Element;
136
+ declare const EmbeddedChatHelpActionsMenuItemIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.HelpActionsMenuItemIcon>) => import("react/jsx-runtime").JSX.Element;
137
+ declare const EmbeddedChatFeedbackModal: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< DialogProps, "_id"> & Partial<Pick< DialogProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
138
+ declare const EmbeddedChatFeedbackModalOverlay: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackModalOverlay>) => import("react/jsx-runtime").JSX.Element;
139
+ declare const EmbeddedChatFeedbackModalContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackModalContent>) => import("react/jsx-runtime").JSX.Element;
140
+ declare const EmbeddedChatFeedbackModalHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackModalHeader>) => import("react/jsx-runtime").JSX.Element;
141
+ declare const EmbeddedChatFeedbackModalClose: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackModalClose>) => import("react/jsx-runtime").JSX.Element;
142
+ declare const EmbeddedChatFeedbackModalBody: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackModalBody>) => import("react/jsx-runtime").JSX.Element;
143
+ declare const EmbeddedChatFeedbackForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackForm>) => import("react/jsx-runtime").JSX.Element;
144
+ declare const EmbeddedChatFeedbackItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackItem>) => import("react/jsx-runtime").JSX.Element;
145
+ declare const EmbeddedChatFeedbackItemCheckbox: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackItemCheckbox>) => import("react/jsx-runtime").JSX.Element;
146
+ declare const EmbeddedChatFeedbackItemCheckboxIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackItemCheckboxIndicator>) => import("react/jsx-runtime").JSX.Element;
147
+ declare const EmbeddedChatFeedbackItemLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackItemLabel>) => import("react/jsx-runtime").JSX.Element;
148
+ declare const EmbeddedChatFeedbackItemDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackItemDescription>) => import("react/jsx-runtime").JSX.Element;
149
+ declare const EmbeddedChatFeedbackSubmitButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FeedbackSubmitButton>) => import("react/jsx-runtime").JSX.Element;
150
+ declare const EmbeddedChatFormWrapper: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormWrapper>) => import("react/jsx-runtime").JSX.Element;
151
+ declare const EmbeddedChatForm: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Form>) => import("react/jsx-runtime").JSX.Element;
152
+ declare const EmbeddedChatFormClose: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormClose>) => import("react/jsx-runtime").JSX.Element;
153
+ declare const EmbeddedChatFormHeader: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormHeader>) => import("react/jsx-runtime").JSX.Element;
154
+ declare const EmbeddedChatFormHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormHeading>) => import("react/jsx-runtime").JSX.Element;
155
+ declare const EmbeddedChatFormDescription: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormDescription>) => import("react/jsx-runtime").JSX.Element;
156
+ declare const EmbeddedChatFormContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormContent>) => import("react/jsx-runtime").JSX.Element;
157
+ declare const EmbeddedChatFormField: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormField>) => import("react/jsx-runtime").JSX.Element;
158
+ declare const EmbeddedChatFormFieldLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldLabel>) => import("react/jsx-runtime").JSX.Element;
159
+ declare const EmbeddedChatFormFieldText: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldText>) => import("react/jsx-runtime").JSX.Element;
160
+ declare const EmbeddedChatFormFieldEmail: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldEmail>) => import("react/jsx-runtime").JSX.Element;
161
+ declare const EmbeddedChatFormFieldFile: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldFile>) => import("react/jsx-runtime").JSX.Element;
162
+ declare const EmbeddedChatFormFieldTextArea: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldTextArea>) => import("react/jsx-runtime").JSX.Element;
163
+ declare const EmbeddedChatFormFieldCheckbox: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldCheckbox>) => import("react/jsx-runtime").JSX.Element;
164
+ declare const EmbeddedChatFormFieldCheckboxIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldCheckboxIndicator>) => import("react/jsx-runtime").JSX.Element;
165
+ declare const EmbeddedChatFormFieldSelect: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< SelectProps, "_id"> & Partial<Pick< SelectProps, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
166
+ declare const EmbeddedChatFormFieldSelectTrigger: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectTrigger>) => import("react/jsx-runtime").JSX.Element;
167
+ declare const EmbeddedChatFormFieldSelectValue: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< SelectValueProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectValueProps & RefAttributes<HTMLSpanElement>, "_id">>>>) => import("react/jsx-runtime").JSX.Element;
168
+ declare const EmbeddedChatFormFieldSelectIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectIcon>) => import("react/jsx-runtime").JSX.Element;
169
+ declare const EmbeddedChatFormFieldSelectContent: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectContent>) => import("react/jsx-runtime").JSX.Element;
170
+ declare const EmbeddedChatFormFieldSelectViewport: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectViewport>) => import("react/jsx-runtime").JSX.Element;
171
+ declare const EmbeddedChatFormFieldSelectItem: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectItem>) => import("react/jsx-runtime").JSX.Element;
172
+ declare const EmbeddedChatFormFieldSelectItemText: ForwardRefExoticComponent< PolymorphicProps & Omit< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id"> & Partial<Pick< SelectItemTextProps & RefAttributes<HTMLSpanElement>, "_id">>>;
173
+ declare const EmbeddedChatFormFieldSelectItemIndicator: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldSelectItemIndicator>) => import("react/jsx-runtime").JSX.Element;
174
+ declare const EmbeddedChatFormFieldError: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFieldError>) => import("react/jsx-runtime").JSX.Element;
175
+ declare const EmbeddedChatFormError: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormError>) => import("react/jsx-runtime").JSX.Element;
176
+ declare const EmbeddedChatFormFooter: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormFooter>) => import("react/jsx-runtime").JSX.Element;
177
+ declare const EmbeddedChatFormCancel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormCancel>) => import("react/jsx-runtime").JSX.Element;
178
+ declare const EmbeddedChatFormSubmit: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormSubmit>) => import("react/jsx-runtime").JSX.Element;
179
+ declare const EmbeddedChatFormSuccess: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormSuccess>) => import("react/jsx-runtime").JSX.Element;
180
+ declare const EmbeddedChatFormSuccessHeading: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormSuccessHeading>) => import("react/jsx-runtime").JSX.Element;
181
+ 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;
182
+ declare const EmbeddedChatFormSuccessButton: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.FormSuccessButton>) => import("react/jsx-runtime").JSX.Element;
183
+ export { EmbeddedChatProvider as Provider, EmbeddedChatWrapper as Wrapper, EmbeddedChatConversationLoading as ConversationLoading, 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, EmbeddedChatQuickQuestions as QuickQuestions, EmbeddedChatQuickQuestionsLabel as QuickQuestionsLabel, EmbeddedChatQuickQuestionsList as QuickQuestionsList, EmbeddedChatQuickQuestion as QuickQuestion, EmbeddedChatQuickQuestionButton as QuickQuestionButton, EmbeddedChatWorkflows as Workflows, EmbeddedChatWorkflowsLabel as WorkflowsLabel, EmbeddedChatWorkflowsList as WorkflowsList, EmbeddedChatWorkflow as Workflow, EmbeddedChatWorkflowIcon as WorkflowIcon, 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, EmbeddedChatMessage as Message, EmbeddedChatMessageActions as MessageActions, EmbeddedChatMessageToolActions as MessageToolActions, EmbeddedChatMessageToolAction as MessageToolAction, 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, EmbeddedChatAttachmentsBarInputIcon as AttachmentsBarInputIcon, 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, };