cmcts-c-agent-embedding 1.0.0

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 (159) hide show
  1. package/.env +36 -0
  2. package/.env.example +34 -0
  3. package/.eslintrc.cjs +14 -0
  4. package/.husky/pre-commit +18 -0
  5. package/.idea/Flowise-share-chatbox.iml +12 -0
  6. package/.idea/codeStyles/Project.xml +60 -0
  7. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  8. package/.idea/inspectionProfiles/Project_Default.xml +16 -0
  9. package/.idea/modules.xml +8 -0
  10. package/.idea/prettier.xml +6 -0
  11. package/.idea/vcs.xml +6 -0
  12. package/.prettierignore +3 -0
  13. package/.prettierrc +8 -0
  14. package/README.md +349 -0
  15. package/a.json +57 -0
  16. package/base.json +21 -0
  17. package/dist/components/Badge.d.ts +10 -0
  18. package/dist/components/Badge.d.ts.map +1 -0
  19. package/dist/components/Bot.d.ts +117 -0
  20. package/dist/components/Bot.d.ts.map +1 -0
  21. package/dist/components/FeedbackContentDialog.d.ts +10 -0
  22. package/dist/components/FeedbackContentDialog.d.ts.map +1 -0
  23. package/dist/components/ImageUploadButton.d.ts +11 -0
  24. package/dist/components/ImageUploadButton.d.ts.map +1 -0
  25. package/dist/components/RecordAudioButton.d.ts +11 -0
  26. package/dist/components/RecordAudioButton.d.ts.map +1 -0
  27. package/dist/components/SendButton.d.ts +12 -0
  28. package/dist/components/SendButton.d.ts.map +1 -0
  29. package/dist/components/TypingBubble.d.ts +2 -0
  30. package/dist/components/TypingBubble.d.ts.map +1 -0
  31. package/dist/components/avatars/Avatar.d.ts +4 -0
  32. package/dist/components/avatars/Avatar.d.ts.map +1 -0
  33. package/dist/components/avatars/DefaultAvatar.d.ts +2 -0
  34. package/dist/components/avatars/DefaultAvatar.d.ts.map +1 -0
  35. package/dist/components/bubbles/AgentReasoningBubble.d.ts +16 -0
  36. package/dist/components/bubbles/AgentReasoningBubble.d.ts.map +1 -0
  37. package/dist/components/bubbles/BotBubble.d.ts +29 -0
  38. package/dist/components/bubbles/BotBubble.d.ts.map +1 -0
  39. package/dist/components/bubbles/FollowUpPromptBubble.d.ts +8 -0
  40. package/dist/components/bubbles/FollowUpPromptBubble.d.ts.map +1 -0
  41. package/dist/components/bubbles/GuestBubble.d.ts +16 -0
  42. package/dist/components/bubbles/GuestBubble.d.ts.map +1 -0
  43. package/dist/components/bubbles/LeadCaptureBubble.d.ts +20 -0
  44. package/dist/components/bubbles/LeadCaptureBubble.d.ts.map +1 -0
  45. package/dist/components/bubbles/LoadingBubble.d.ts +2 -0
  46. package/dist/components/bubbles/LoadingBubble.d.ts.map +1 -0
  47. package/dist/components/bubbles/SourceBubble.d.ts +8 -0
  48. package/dist/components/bubbles/SourceBubble.d.ts.map +1 -0
  49. package/dist/components/bubbles/StarterPromptBubble.d.ts +8 -0
  50. package/dist/components/bubbles/StarterPromptBubble.d.ts.map +1 -0
  51. package/dist/components/buttons/AttachmentUploadButton.d.ts +11 -0
  52. package/dist/components/buttons/AttachmentUploadButton.d.ts.map +1 -0
  53. package/dist/components/buttons/CancelButton.d.ts +10 -0
  54. package/dist/components/buttons/CancelButton.d.ts.map +1 -0
  55. package/dist/components/buttons/FeedbackButtons.d.ts +13 -0
  56. package/dist/components/buttons/FeedbackButtons.d.ts.map +1 -0
  57. package/dist/components/buttons/ImageUploadButton.d.ts +11 -0
  58. package/dist/components/buttons/ImageUploadButton.d.ts.map +1 -0
  59. package/dist/components/buttons/LeadCaptureButtons.d.ts +11 -0
  60. package/dist/components/buttons/LeadCaptureButtons.d.ts.map +1 -0
  61. package/dist/components/buttons/RecordAudioButton.d.ts +11 -0
  62. package/dist/components/buttons/RecordAudioButton.d.ts.map +1 -0
  63. package/dist/components/buttons/SendButton.d.ts +12 -0
  64. package/dist/components/buttons/SendButton.d.ts.map +1 -0
  65. package/dist/components/icons/AddImageIcon.d.ts +3 -0
  66. package/dist/components/icons/AddImageIcon.d.ts.map +1 -0
  67. package/dist/components/icons/AttachmentIcon.d.ts +3 -0
  68. package/dist/components/icons/AttachmentIcon.d.ts.map +1 -0
  69. package/dist/components/icons/CircleDotIcon.d.ts +3 -0
  70. package/dist/components/icons/CircleDotIcon.d.ts.map +1 -0
  71. package/dist/components/icons/ClipboardIcon.d.ts +3 -0
  72. package/dist/components/icons/ClipboardIcon.d.ts.map +1 -0
  73. package/dist/components/icons/DeleteIcon.d.ts +3 -0
  74. package/dist/components/icons/DeleteIcon.d.ts.map +1 -0
  75. package/dist/components/icons/RecordIcon.d.ts +3 -0
  76. package/dist/components/icons/RecordIcon.d.ts.map +1 -0
  77. package/dist/components/icons/SendIcon.d.ts +3 -0
  78. package/dist/components/icons/SendIcon.d.ts.map +1 -0
  79. package/dist/components/icons/SparklesIcon.d.ts +3 -0
  80. package/dist/components/icons/SparklesIcon.d.ts.map +1 -0
  81. package/dist/components/icons/ThumbsDownIcon.d.ts +3 -0
  82. package/dist/components/icons/ThumbsDownIcon.d.ts.map +1 -0
  83. package/dist/components/icons/ThumbsUpIcon.d.ts +3 -0
  84. package/dist/components/icons/ThumbsUpIcon.d.ts.map +1 -0
  85. package/dist/components/icons/TickIcon.d.ts +2 -0
  86. package/dist/components/icons/TickIcon.d.ts.map +1 -0
  87. package/dist/components/icons/TrashIcon.d.ts +3 -0
  88. package/dist/components/icons/TrashIcon.d.ts.map +1 -0
  89. package/dist/components/icons/XIcon.d.ts +5 -0
  90. package/dist/components/icons/XIcon.d.ts.map +1 -0
  91. package/dist/components/icons/index.d.ts +14 -0
  92. package/dist/components/icons/index.d.ts.map +1 -0
  93. package/dist/components/index.d.ts +3 -0
  94. package/dist/components/index.d.ts.map +1 -0
  95. package/dist/components/inputs/textInput/components/FilePreview.d.ts +12 -0
  96. package/dist/components/inputs/textInput/components/FilePreview.d.ts.map +1 -0
  97. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts +10 -0
  98. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map +1 -0
  99. package/dist/components/inputs/textInput/components/TextInput.d.ts +28 -0
  100. package/dist/components/inputs/textInput/components/TextInput.d.ts.map +1 -0
  101. package/dist/components/inputs/textInput/index.d.ts +3 -0
  102. package/dist/components/inputs/textInput/index.d.ts.map +1 -0
  103. package/dist/constants.d.ts +3 -0
  104. package/dist/constants.d.ts.map +1 -0
  105. package/dist/features/bubble/components/Bubble.d.ts +5 -0
  106. package/dist/features/bubble/components/Bubble.d.ts.map +1 -0
  107. package/dist/features/bubble/components/BubbleButton.d.ts +16 -0
  108. package/dist/features/bubble/components/BubbleButton.d.ts.map +1 -0
  109. package/dist/features/bubble/components/Tooltip.d.ts +15 -0
  110. package/dist/features/bubble/components/Tooltip.d.ts.map +1 -0
  111. package/dist/features/bubble/components/index.d.ts +2 -0
  112. package/dist/features/bubble/components/index.d.ts.map +1 -0
  113. package/dist/features/bubble/index.d.ts +2 -0
  114. package/dist/features/bubble/index.d.ts.map +1 -0
  115. package/dist/features/bubble/types.d.ts +107 -0
  116. package/dist/features/bubble/types.d.ts.map +1 -0
  117. package/dist/features/full/components/Full.d.ts +7 -0
  118. package/dist/features/full/components/Full.d.ts.map +1 -0
  119. package/dist/features/full/components/index.d.ts +2 -0
  120. package/dist/features/full/components/index.d.ts.map +1 -0
  121. package/dist/features/full/index.d.ts +2 -0
  122. package/dist/features/full/index.d.ts.map +1 -0
  123. package/dist/features/popup/components/DisclaimerPopup.d.ts +14 -0
  124. package/dist/features/popup/components/DisclaimerPopup.d.ts.map +1 -0
  125. package/dist/features/popup/components/Popup.d.ts +8 -0
  126. package/dist/features/popup/components/Popup.d.ts.map +1 -0
  127. package/dist/features/popup/components/index.d.ts +3 -0
  128. package/dist/features/popup/components/index.d.ts.map +1 -0
  129. package/dist/features/popup/index.d.ts +2 -0
  130. package/dist/features/popup/index.d.ts.map +1 -0
  131. package/dist/features/popup/types.d.ts +8 -0
  132. package/dist/features/popup/types.d.ts.map +1 -0
  133. package/dist/index.d.ts +3 -0
  134. package/dist/index.d.ts.map +1 -0
  135. package/dist/queries/sendMessageQuery.d.ts +89 -0
  136. package/dist/queries/sendMessageQuery.d.ts.map +1 -0
  137. package/dist/register.d.ts +2 -0
  138. package/dist/register.d.ts.map +1 -0
  139. package/dist/types.d.ts +1 -0
  140. package/dist/types.d.ts.map +1 -0
  141. package/dist/utils/audioRecording.d.ts +21 -0
  142. package/dist/utils/audioRecording.d.ts.map +1 -0
  143. package/dist/utils/chatInputHistory.d.ts +22 -0
  144. package/dist/utils/chatInputHistory.d.ts.map +1 -0
  145. package/dist/utils/index.d.ts +23 -0
  146. package/dist/utils/index.d.ts.map +1 -0
  147. package/dist/utils/isMobileSignal.d.ts +2 -0
  148. package/dist/utils/isMobileSignal.d.ts.map +1 -0
  149. package/dist/web.d.ts +25 -0
  150. package/dist/web.d.ts.map +1 -0
  151. package/dist/web.js +1 -0
  152. package/dist/window.d.ts +31 -0
  153. package/dist/window.d.ts.map +1 -0
  154. package/images/ChatEmbed.gif +0 -0
  155. package/images/proxyserver.png +0 -0
  156. package/package.json +77 -0
  157. package/public/index.html +146 -0
  158. package/server.js +401 -0
  159. package/test.html +17 -0
@@ -0,0 +1,10 @@
1
+ import { FooterTheme } from '@/features/bubble/types';
2
+ type Props = {
3
+ footer?: FooterTheme;
4
+ botContainer: HTMLDivElement | undefined;
5
+ poweredByTextColor?: string;
6
+ badgeBackgroundColor?: string;
7
+ };
8
+ export declare const Badge: (props: Props) => import("solid-js").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/components/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAGtD,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,YAAY,EAAE,cAAc,GAAG,SAAS,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAIF,eAAO,MAAM,KAAK,UAAW,KAAK,mCA+DjC,CAAC"}
@@ -0,0 +1,117 @@
1
+ import { FilePreview } from '@/components/inputs/textInput/components/FilePreview';
2
+ import { BotMessageTheme, DateTimeToggleTheme, DisclaimerPopUpTheme, FeedbackTheme, FooterTheme, TextInputTheme, UserMessageTheme } from '@/features/bubble/types';
3
+ import { FeedbackRatingType } from '@/queries/sendMessageQuery';
4
+ export type FileEvent<T = EventTarget> = {
5
+ target: T;
6
+ };
7
+ export type FormEvent<T = EventTarget> = {
8
+ preventDefault: () => void;
9
+ currentTarget: T;
10
+ };
11
+ type IUploadConstraits = {
12
+ fileTypes: string[];
13
+ maxUploadSize: number;
14
+ };
15
+ export type UploadsConfig = {
16
+ imgUploadSizeAndTypes: IUploadConstraits[];
17
+ fileUploadSizeAndTypes: IUploadConstraits[];
18
+ isImageUploadAllowed: boolean;
19
+ isSpeechToTextEnabled: boolean;
20
+ isRAGFileUploadAllowed: boolean;
21
+ };
22
+ type FilePreviewData = string | ArrayBuffer;
23
+ type FilePreview = {
24
+ data: FilePreviewData;
25
+ mime: string;
26
+ name: string;
27
+ preview: string;
28
+ type: string;
29
+ };
30
+ type messageType = 'apiMessage' | 'userMessage' | 'usermessagewaiting' | 'leadCaptureMessage';
31
+ export type IAgentReasoning = {
32
+ agentName?: string;
33
+ messages?: string[];
34
+ usedTools?: any[];
35
+ artifacts?: FileUpload[];
36
+ sourceDocuments?: any[];
37
+ instructions?: string;
38
+ nextAgent?: string;
39
+ };
40
+ export type IAction = {
41
+ id?: string;
42
+ elements?: Array<{
43
+ type: string;
44
+ label: string;
45
+ }>;
46
+ mapping?: {
47
+ approve: string;
48
+ reject: string;
49
+ toolCalls: any[];
50
+ };
51
+ };
52
+ export type FileUpload = Omit<FilePreview, 'preview'>;
53
+ export type MessageType = {
54
+ messageId?: string;
55
+ message: string;
56
+ type: messageType;
57
+ sourceDocuments?: any;
58
+ fileAnnotations?: any;
59
+ fileUploads?: Partial<FileUpload>[];
60
+ artifacts?: Partial<FileUpload>[];
61
+ agentReasoning?: IAgentReasoning[];
62
+ usedTools?: any[];
63
+ action?: IAction | null;
64
+ rating?: FeedbackRatingType;
65
+ id?: string;
66
+ followUpPrompts?: string;
67
+ dateTime?: string;
68
+ };
69
+ type observerConfigType = (accessor: string | boolean | object | MessageType[]) => void;
70
+ export type observersConfigType = Record<'observeUserInput' | 'observeLoading' | 'observeMessages', observerConfigType>;
71
+ export type BotProps = {
72
+ chatflowid: string;
73
+ apiHost?: string;
74
+ onRequest?: (request: RequestInit) => Promise<void>;
75
+ chatflowConfig?: Record<string, unknown>;
76
+ welcomeMessage?: string;
77
+ errorMessage?: string;
78
+ botMessage?: BotMessageTheme;
79
+ userMessage?: UserMessageTheme;
80
+ textInput?: TextInputTheme;
81
+ feedback?: FeedbackTheme;
82
+ poweredByTextColor?: string;
83
+ badgeBackgroundColor?: string;
84
+ bubbleBackgroundColor?: string;
85
+ bubbleTextColor?: string;
86
+ showTitle?: boolean;
87
+ showAgentMessages?: boolean;
88
+ title?: string;
89
+ titleAvatarSrc?: string;
90
+ fontSize?: number;
91
+ isFullPage?: boolean;
92
+ footer?: FooterTheme;
93
+ sourceDocsTitle?: string;
94
+ observersConfig?: observersConfigType;
95
+ starterPrompts?: string[] | Record<string, {
96
+ prompt: string;
97
+ }>;
98
+ starterPromptFontSize?: number;
99
+ clearChatOnReload?: boolean;
100
+ disclaimer?: DisclaimerPopUpTheme;
101
+ dateTimeToggle?: DateTimeToggleTheme;
102
+ renderHTML?: boolean;
103
+ chatwootUrl?: string;
104
+ };
105
+ export type LeadsConfig = {
106
+ status: boolean;
107
+ title?: string;
108
+ name?: boolean;
109
+ email?: boolean;
110
+ phone?: boolean;
111
+ successMessage?: string;
112
+ };
113
+ export declare const Bot: (botProps: BotProps & {
114
+ class?: string;
115
+ }) => import("solid-js").JSX.Element;
116
+ export {};
117
+ //# sourceMappingURL=Bot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bot.d.ts","sourceRoot":"","sources":["../../src/components/Bot.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ type FeedbackContentDialogProps = {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ onSubmit: (text: string) => void;
5
+ backgroundColor?: string;
6
+ textColor?: string;
7
+ };
8
+ declare const FeedbackContentDialog: (props: FeedbackContentDialogProps) => import("solid-js").JSX.Element;
9
+ export default FeedbackContentDialog;
10
+ //# sourceMappingURL=FeedbackContentDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeedbackContentDialog.d.ts","sourceRoot":"","sources":["../../src/components/FeedbackContentDialog.tsx"],"names":[],"mappings":"AAEA,KAAK,0BAA0B,GAAG;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAKF,QAAA,MAAM,qBAAqB,UAAW,0BAA0B,mCAwF/D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type ImageUploadButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const ImageUploadButton: (props: ImageUploadButtonProps) => JSX.Element;
9
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=ImageUploadButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageUploadButton.d.ts","sourceRoot":"","sources":["../../src/components/ImageUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type RecordAudioButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const RecordAudioButton: (props: RecordAudioButtonProps) => JSX.Element;
9
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=RecordAudioButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordAudioButton.d.ts","sourceRoot":"","sources":["../../src/components/RecordAudioButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type SendButtonProps = {
3
+ sendButtonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const SendButton: (props: SendButtonProps) => JSX.Element;
9
+ export declare const DeleteButton: (props: SendButtonProps) => JSX.Element;
10
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=SendButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../src/components/SendButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,KAAK,eAAe,GAAG;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,eAAe,gBAiBhD,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,eAAe,gBAkBlD,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const TypingBubble: () => import("solid-js").JSX.Element;
2
+ //# sourceMappingURL=TypingBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypingBubble.d.ts","sourceRoot":"","sources":["../../src/components/TypingBubble.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,sCAMxB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const Avatar: (props: {
2
+ initialAvatarSrc?: string;
3
+ }) => import("solid-js").JSX.Element;
4
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatars/Avatar.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM,UAAW;IAAE,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAAE,mCAkB1D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const DefaultAvatar: () => import("solid-js").JSX.Element;
2
+ //# sourceMappingURL=DefaultAvatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatars/DefaultAvatar.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCAqCzB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FileUpload } from '../Bot';
2
+ type Props = {
3
+ apiHost?: string;
4
+ chatflowid: string;
5
+ chatId: string;
6
+ agentName: string;
7
+ agentMessage: string;
8
+ agentArtifacts?: FileUpload[];
9
+ backgroundColor?: string;
10
+ textColor?: string;
11
+ fontSize?: number;
12
+ renderHTML?: boolean;
13
+ };
14
+ export declare const AgentReasoningBubble: (props: Props) => import("solid-js").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=AgentReasoningBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AgentReasoningBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/AgentReasoningBubble.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAGpC,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,UAAU,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,oBAAoB,UAAW,KAAK,mCAoFhD,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { IAction, MessageType } from '../Bot';
2
+ import { DateTimeToggleTheme } from '@/features/bubble/types';
3
+ type Props = {
4
+ message: MessageType;
5
+ chatflowid: string;
6
+ chatId: string;
7
+ apiHost?: string;
8
+ onRequest?: (request: RequestInit) => Promise<void>;
9
+ fileAnnotations?: any;
10
+ showAvatar?: boolean;
11
+ avatarSrc?: string;
12
+ backgroundColor?: string;
13
+ textColor?: string;
14
+ chatFeedbackStatus?: boolean;
15
+ fontSize?: number;
16
+ feedbackColor?: string;
17
+ isLoading: boolean;
18
+ dateTimeToggle?: DateTimeToggleTheme;
19
+ showAgentMessages?: boolean;
20
+ sourceDocsTitle?: string;
21
+ renderHTML?: boolean;
22
+ handleActionClick: (label: string, action: IAction | undefined | null) => void;
23
+ handleSourceDocumentsClick: (src: any) => void;
24
+ chatwootUrl?: string;
25
+ onConnectToHumanAdvisor?: (id: string, params?: any) => void;
26
+ };
27
+ export declare const BotBubble: (props: Props) => import("solid-js").JSX.Element;
28
+ export {};
29
+ //# sourceMappingURL=BotBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BotBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/BotBubble.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAM1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,WAAW,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,mBAAmB,CAAC;IACrC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,SAAS,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/E,0BAA0B,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC9D,CAAC;AAOF,eAAO,MAAM,SAAS,UAAW,KAAK,mCAghBrC,CAAC"}
@@ -0,0 +1,8 @@
1
+ type Props = {
2
+ prompt: string;
3
+ onPromptClick?: () => void;
4
+ starterPromptFontSize?: number;
5
+ };
6
+ export declare const FollowUpPromptBubble: (props: Props) => import("solid-js").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=FollowUpPromptBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FollowUpPromptBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/FollowUpPromptBubble.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AACF,eAAO,MAAM,oBAAoB,UAAW,KAAK,mCAsBhD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { MessageType } from '../Bot';
2
+ type Props = {
3
+ message: MessageType;
4
+ apiHost?: string;
5
+ chatflowid: string;
6
+ chatId: string;
7
+ showAvatar?: boolean;
8
+ avatarSrc?: string;
9
+ backgroundColor?: string;
10
+ textColor?: string;
11
+ fontSize?: number;
12
+ renderHTML?: boolean;
13
+ };
14
+ export declare const GuestBubble: (props: Props) => import("solid-js").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=GuestBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/GuestBubble.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAc,WAAW,EAAE,MAAM,QAAQ,CAAC;AAGjD,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,WAAW,UAAW,KAAK,mCAwEvC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { LeadsConfig, MessageType } from '@/components/Bot';
2
+ type Props = {
3
+ message: MessageType;
4
+ chatflowid: string;
5
+ chatId: string;
6
+ leadsConfig?: LeadsConfig;
7
+ apiHost?: string;
8
+ showAvatar?: boolean;
9
+ avatarSrc?: string;
10
+ backgroundColor?: string;
11
+ textColor?: string;
12
+ sendButtonColor?: string;
13
+ fontSize?: number;
14
+ isLeadSaved: boolean;
15
+ setIsLeadSaved: (value: boolean) => void;
16
+ setLeadEmail: (value: string) => void;
17
+ };
18
+ export declare const LeadCaptureBubble: (props: Props) => import("solid-js").JSX.Element;
19
+ export {};
20
+ //# sourceMappingURL=LeadCaptureBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LeadCaptureBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/LeadCaptureBubble.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAa,WAAW,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAMvE,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,WAAW,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC,CAAC;AAaF,eAAO,MAAM,iBAAiB,UAAW,KAAK,mCAgI7C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const LoadingBubble: () => import("solid-js").JSX.Element;
2
+ //# sourceMappingURL=LoadingBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/LoadingBubble.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCAMzB,CAAC"}
@@ -0,0 +1,8 @@
1
+ type Props = {
2
+ pageContent: string;
3
+ metadata: object;
4
+ onSourceClick?: () => void;
5
+ };
6
+ export declare const SourceBubble: (props: Props) => import("solid-js").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=SourceBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SourceBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/SourceBubble.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,KAAK,mCA0BxC,CAAC"}
@@ -0,0 +1,8 @@
1
+ type Props = {
2
+ prompt: string;
3
+ onPromptClick?: () => void;
4
+ starterPromptFontSize?: number;
5
+ };
6
+ export declare const StarterPromptBubble: (props: Props) => import("solid-js").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=StarterPromptBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StarterPromptBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/StarterPromptBubble.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AACF,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCAsB/C,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type FileUploadButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const AttachmentUploadButton: (props: FileUploadButtonProps) => JSX.Element;
9
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=AttachmentUploadButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachmentUploadButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/AttachmentUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,qBAAqB,GAAG;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,sBAAsB,UAAW,qBAAqB,gBAiBlE,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type CancelButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const CancelButton: (props: CancelButtonProps) => JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=CancelButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CancelButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/CancelButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,iBAAiB,GAAG;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAepD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { JSX } from 'solid-js';
2
+ type RatingButtonProps = {
3
+ feedbackColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ rating?: string;
8
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
9
+ export declare const CopyToClipboardButton: (props: RatingButtonProps) => JSX.Element;
10
+ export declare const ThumbsUpButton: (props: RatingButtonProps) => JSX.Element;
11
+ export declare const ThumbsDownButton: (props: RatingButtonProps) => JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=FeedbackButtons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeedbackButtons.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/FeedbackButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,UAAU,CAAC;AAIrC,KAAK,iBAAiB,GAAG;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAIhD,eAAO,MAAM,qBAAqB,UAAW,iBAAiB,gBAiB7D,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,iBAAiB,gBAkBtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,iBAAiB,gBAkBxD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type ImageUploadButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const ImageUploadButton: (props: ImageUploadButtonProps) => JSX.Element;
9
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=ImageUploadButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageUploadButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ImageUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js';
2
+ type LeadCaptureButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const CancelLeadCaptureButton: (props: LeadCaptureButtonProps) => JSX.Element;
9
+ export declare const SaveLeadButton: (props: LeadCaptureButtonProps) => JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=LeadCaptureButtons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LeadCaptureButtons.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/LeadCaptureButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,UAAU,CAAC;AAIrC,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAGhD,eAAO,MAAM,uBAAuB,UAAW,sBAAsB,gBAepE,CAAC;AAWF,eAAO,MAAM,cAAc,UAAW,sBAAsB,gBAc3D,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type RecordAudioButtonProps = {
3
+ buttonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const RecordAudioButton: (props: RecordAudioButtonProps) => JSX.Element;
9
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=RecordAudioButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordAudioButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/RecordAudioButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type SendButtonProps = {
3
+ sendButtonColor?: string;
4
+ isDisabled?: boolean;
5
+ isLoading?: boolean;
6
+ disableIcon?: boolean;
7
+ } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
+ export declare const SendButton: (props: SendButtonProps) => JSX.Element;
9
+ export declare const DeleteButton: (props: SendButtonProps) => JSX.Element;
10
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=SendButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/SendButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,eAAe,GAAG;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,eAAe,gBAiBhD,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,eAAe,gBAsBlD,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const AddImageIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=AddImageIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddImageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AddImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,YAAY,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAkBtE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const AttachmentIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=AttachmentIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachmentIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AttachmentIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,cAAc,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBxE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const CircleDotIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=CircleDotIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CircleDotIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CircleDotIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,aAAa,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAevE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const ClipboardIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=ClipboardIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClipboardIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ClipboardIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,aAAa,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBvE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const DeleteIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=DeleteIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/DeleteIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAiBpE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const RecordIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=RecordIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RecordIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBpE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const SendIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=SendIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SendIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,QAAQ,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAIlE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const SparklesIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=SparklesIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SparklesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SparklesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,eAAO,MAAM,YAAY,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBtE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const ThumbsDownIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=ThumbsDownIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ThumbsDownIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,cAAc,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBxE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const ThumbsUpIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=ThumbsUpIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ThumbsUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,YAAY,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBtE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const TickIcon: () => import("solid-js").JSX.Element;
2
+ //# sourceMappingURL=TickIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TickIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/TickIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,sCAepB,CAAC"}