@inkeep/cxkit-styled 0.5.15 → 0.5.16

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 (61) hide show
  1. package/dist/index.d.cts +940 -3
  2. package/dist/index.d.ts +940 -3
  3. package/package.json +4 -4
  4. package/dist/components/chat-button.d.cts +0 -8
  5. package/dist/components/chat-button.d.ts +0 -8
  6. package/dist/components/embedded-chat/conversation-loading.d.cts +0 -1
  7. package/dist/components/embedded-chat/conversation-loading.d.ts +0 -1
  8. package/dist/components/embedded-chat.d.cts +0 -183
  9. package/dist/components/embedded-chat.d.ts +0 -183
  10. package/dist/components/embedded-search/results-loading.d.cts +0 -1
  11. package/dist/components/embedded-search/results-loading.d.ts +0 -1
  12. package/dist/components/embedded-search.d.cts +0 -54
  13. package/dist/components/embedded-search.d.ts +0 -54
  14. package/dist/components/index.d.cts +0 -8
  15. package/dist/components/index.d.ts +0 -8
  16. package/dist/components/intelligent-form.d.cts +0 -60
  17. package/dist/components/intelligent-form.d.ts +0 -60
  18. package/dist/components/loading-indicator.d.cts +0 -1
  19. package/dist/components/loading-indicator.d.ts +0 -1
  20. package/dist/components/modal.d.cts +0 -6
  21. package/dist/components/modal.d.ts +0 -6
  22. package/dist/components/searchbar.d.cts +0 -11
  23. package/dist/components/searchbar.d.ts +0 -11
  24. package/dist/components/shadow.d.cts +0 -3
  25. package/dist/components/shadow.d.ts +0 -3
  26. package/dist/ui/markdown-styles.d.cts +0 -20
  27. package/dist/ui/markdown-styles.d.ts +0 -20
  28. package/dist/ui/recipes/ai-chat-page-wrapper.d.cts +0 -7
  29. package/dist/ui/recipes/ai-chat-page-wrapper.d.ts +0 -7
  30. package/dist/ui/recipes/attachment.d.cts +0 -4
  31. package/dist/ui/recipes/attachment.d.ts +0 -4
  32. package/dist/ui/recipes/button.d.cts +0 -6
  33. package/dist/ui/recipes/button.d.ts +0 -6
  34. package/dist/ui/recipes/checkbox.d.cts +0 -4
  35. package/dist/ui/recipes/checkbox.d.ts +0 -4
  36. package/dist/ui/recipes/citation.d.cts +0 -4
  37. package/dist/ui/recipes/citation.d.ts +0 -4
  38. package/dist/ui/recipes/icon.d.cts +0 -2
  39. package/dist/ui/recipes/icon.d.ts +0 -2
  40. package/dist/ui/recipes/index.d.cts +0 -15
  41. package/dist/ui/recipes/index.d.ts +0 -15
  42. package/dist/ui/recipes/input.d.cts +0 -5
  43. package/dist/ui/recipes/input.d.ts +0 -5
  44. package/dist/ui/recipes/link.d.cts +0 -2
  45. package/dist/ui/recipes/link.d.ts +0 -2
  46. package/dist/ui/recipes/markdown.d.cts +0 -16
  47. package/dist/ui/recipes/markdown.d.ts +0 -16
  48. package/dist/ui/recipes/modal.d.cts +0 -4
  49. package/dist/ui/recipes/modal.d.ts +0 -4
  50. package/dist/ui/recipes/popover.d.cts +0 -4
  51. package/dist/ui/recipes/popover.d.ts +0 -4
  52. package/dist/ui/recipes/scrollable.d.cts +0 -4
  53. package/dist/ui/recipes/scrollable.d.ts +0 -4
  54. package/dist/ui/recipes/select.d.cts +0 -4
  55. package/dist/ui/recipes/select.d.ts +0 -4
  56. package/dist/ui/recipes/skeleton.d.cts +0 -2
  57. package/dist/ui/recipes/skeleton.d.ts +0 -2
  58. package/dist/ui/recipes/widget-toggle.d.cts +0 -4
  59. package/dist/ui/recipes/widget-toggle.d.ts +0 -4
  60. package/dist/utils.d.cts +0 -4
  61. package/dist/utils.d.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-styled",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -39,7 +39,7 @@
39
39
  "clsx": "2.1.1",
40
40
  "merge-anything": "5.1.7",
41
41
  "tailwind-merge": "2.6.0",
42
- "@inkeep/cxkit-primitives": "0.5.15"
42
+ "@inkeep/cxkit-primitives": "0.5.16"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@biomejs/biome": "1.9.4",
@@ -58,8 +58,8 @@
58
58
  "typescript": "5.7.3",
59
59
  "vite": "5.4.11",
60
60
  "vite-plugin-dts": "4.4.0",
61
- "@inkeep/cxkit-theme": "0.5.15",
62
- "@inkeep/cxkit-types": "0.5.15"
61
+ "@inkeep/cxkit-theme": "0.5.16",
62
+ "@inkeep/cxkit-types": "0.5.16"
63
63
  },
64
64
  "module": "dist/index.js",
65
65
  "types": "dist/index.d.ts",
@@ -1,8 +0,0 @@
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, };
@@ -1,8 +0,0 @@
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, };
@@ -1 +0,0 @@
1
- export declare const ConversationLoading: () => import("react/jsx-runtime").JSX.Element[];
@@ -1 +0,0 @@
1
- export declare const ConversationLoading: () => import("react/jsx-runtime").JSX.Element[];
@@ -1,183 +0,0 @@
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, };
@@ -1,183 +0,0 @@
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, };
@@ -1 +0,0 @@
1
- export declare function ResultsLoading(): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function ResultsLoading(): import("react/jsx-runtime").JSX.Element;