cmcts-c-agent-embedding-react 1.0.61-vib → 1.0.63-vib

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 (161) hide show
  1. package/README.md +48 -48
  2. package/base.json +21 -21
  3. package/dist/components/Badge.d.ts +10 -0
  4. package/dist/components/Badge.d.ts.map +1 -0
  5. package/dist/components/Bot.d.ts +130 -0
  6. package/dist/components/Bot.d.ts.map +1 -0
  7. package/dist/components/FeedbackContentDialog.d.ts +16 -0
  8. package/dist/components/FeedbackContentDialog.d.ts.map +1 -0
  9. package/dist/components/Toast.d.ts +10 -0
  10. package/dist/components/Toast.d.ts.map +1 -0
  11. package/dist/components/TypingBubble.d.ts +2 -0
  12. package/dist/components/TypingBubble.d.ts.map +1 -0
  13. package/dist/components/avatars/Avatar.d.ts +4 -0
  14. package/dist/components/avatars/Avatar.d.ts.map +1 -0
  15. package/dist/components/avatars/DefaultAvatar.d.ts +2 -0
  16. package/dist/components/avatars/DefaultAvatar.d.ts.map +1 -0
  17. package/dist/components/bubbles/AgentReasoningBubble.d.ts +16 -0
  18. package/dist/components/bubbles/AgentReasoningBubble.d.ts.map +1 -0
  19. package/dist/components/bubbles/BotBubble.d.ts +38 -0
  20. package/dist/components/bubbles/BotBubble.d.ts.map +1 -0
  21. package/dist/components/bubbles/FollowUpPromptBubble.d.ts +8 -0
  22. package/dist/components/bubbles/FollowUpPromptBubble.d.ts.map +1 -0
  23. package/dist/components/bubbles/GuestBubble.d.ts +16 -0
  24. package/dist/components/bubbles/GuestBubble.d.ts.map +1 -0
  25. package/dist/components/bubbles/LeadCaptureBubble.d.ts +20 -0
  26. package/dist/components/bubbles/LeadCaptureBubble.d.ts.map +1 -0
  27. package/dist/components/bubbles/LoadingBubble.d.ts +8 -0
  28. package/dist/components/bubbles/LoadingBubble.d.ts.map +1 -0
  29. package/dist/components/bubbles/SourceBubble.d.ts +9 -0
  30. package/dist/components/bubbles/SourceBubble.d.ts.map +1 -0
  31. package/dist/components/bubbles/StarterPromptBubble.d.ts +8 -0
  32. package/dist/components/bubbles/StarterPromptBubble.d.ts.map +1 -0
  33. package/dist/components/buttons/AttachmentUploadButton.d.ts +11 -0
  34. package/dist/components/buttons/AttachmentUploadButton.d.ts.map +1 -0
  35. package/dist/components/buttons/CancelButton.d.ts +10 -0
  36. package/dist/components/buttons/CancelButton.d.ts.map +1 -0
  37. package/dist/components/buttons/FeedbackButtons.d.ts +14 -0
  38. package/dist/components/buttons/FeedbackButtons.d.ts.map +1 -0
  39. package/dist/components/buttons/ImageUploadButton.d.ts +11 -0
  40. package/dist/components/buttons/ImageUploadButton.d.ts.map +1 -0
  41. package/dist/components/buttons/LeadCaptureButtons.d.ts +11 -0
  42. package/dist/components/buttons/LeadCaptureButtons.d.ts.map +1 -0
  43. package/dist/components/buttons/RecordAudioButton.d.ts +11 -0
  44. package/dist/components/buttons/RecordAudioButton.d.ts.map +1 -0
  45. package/dist/components/buttons/SendButton.d.ts +13 -0
  46. package/dist/components/buttons/SendButton.d.ts.map +1 -0
  47. package/dist/components/icons/AddImageIcon.d.ts +3 -0
  48. package/dist/components/icons/AddImageIcon.d.ts.map +1 -0
  49. package/dist/components/icons/AttachmentIcon.d.ts +3 -0
  50. package/dist/components/icons/AttachmentIcon.d.ts.map +1 -0
  51. package/dist/components/icons/CircleDotIcon.d.ts +3 -0
  52. package/dist/components/icons/CircleDotIcon.d.ts.map +1 -0
  53. package/dist/components/icons/ClipboardIcon.d.ts +3 -0
  54. package/dist/components/icons/ClipboardIcon.d.ts.map +1 -0
  55. package/dist/components/icons/CmcIcon.d.ts +3 -0
  56. package/dist/components/icons/CmcIcon.d.ts.map +1 -0
  57. package/dist/components/icons/DeleteIcon.d.ts +3 -0
  58. package/dist/components/icons/DeleteIcon.d.ts.map +1 -0
  59. package/dist/components/icons/FullScreenIcon.d.ts +3 -0
  60. package/dist/components/icons/FullScreenIcon.d.ts.map +1 -0
  61. package/dist/components/icons/RecordIcon.d.ts +3 -0
  62. package/dist/components/icons/RecordIcon.d.ts.map +1 -0
  63. package/dist/components/icons/ResetBtn.d.ts +3 -0
  64. package/dist/components/icons/ResetBtn.d.ts.map +1 -0
  65. package/dist/components/icons/SendIcon.d.ts +3 -0
  66. package/dist/components/icons/SendIcon.d.ts.map +1 -0
  67. package/dist/components/icons/SendIconOff.d.ts +3 -0
  68. package/dist/components/icons/SendIconOff.d.ts.map +1 -0
  69. package/dist/components/icons/SendIconOn.d.ts +3 -0
  70. package/dist/components/icons/SendIconOn.d.ts.map +1 -0
  71. package/dist/components/icons/SparklesIcon.d.ts +3 -0
  72. package/dist/components/icons/SparklesIcon.d.ts.map +1 -0
  73. package/dist/components/icons/ThumbsDownIcon.d.ts +5 -0
  74. package/dist/components/icons/ThumbsDownIcon.d.ts.map +1 -0
  75. package/dist/components/icons/ThumbsUpIcon.d.ts +5 -0
  76. package/dist/components/icons/ThumbsUpIcon.d.ts.map +1 -0
  77. package/dist/components/icons/TickIcon.d.ts +2 -0
  78. package/dist/components/icons/TickIcon.d.ts.map +1 -0
  79. package/dist/components/icons/TrashIcon.d.ts +3 -0
  80. package/dist/components/icons/TrashIcon.d.ts.map +1 -0
  81. package/dist/components/icons/XIcon.d.ts +5 -0
  82. package/dist/components/icons/XIcon.d.ts.map +1 -0
  83. package/dist/components/icons/index.d.ts +15 -0
  84. package/dist/components/icons/index.d.ts.map +1 -0
  85. package/dist/components/image/PreviewImage.d.ts +5 -0
  86. package/dist/components/image/PreviewImage.d.ts.map +1 -0
  87. package/dist/components/index.d.ts +3 -0
  88. package/dist/components/index.d.ts.map +1 -0
  89. package/dist/components/inputs/textInput/components/FilePreview.d.ts +12 -0
  90. package/dist/components/inputs/textInput/components/FilePreview.d.ts.map +1 -0
  91. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts +13 -0
  92. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map +1 -0
  93. package/dist/components/inputs/textInput/components/TextInput.d.ts +36 -0
  94. package/dist/components/inputs/textInput/components/TextInput.d.ts.map +1 -0
  95. package/dist/components/inputs/textInput/index.d.ts +3 -0
  96. package/dist/components/inputs/textInput/index.d.ts.map +1 -0
  97. package/dist/components/mobile/MobileWelcomeScreen.d.ts +13 -0
  98. package/dist/components/mobile/MobileWelcomeScreen.d.ts.map +1 -0
  99. package/dist/constants.d.ts +3 -0
  100. package/dist/constants.d.ts.map +1 -0
  101. package/dist/features/bubble/components/Bubble.d.ts +5 -0
  102. package/dist/features/bubble/components/Bubble.d.ts.map +1 -0
  103. package/dist/features/bubble/components/BubbleButton.d.ts +16 -0
  104. package/dist/features/bubble/components/BubbleButton.d.ts.map +1 -0
  105. package/dist/features/bubble/components/Tooltip.d.ts +15 -0
  106. package/dist/features/bubble/components/Tooltip.d.ts.map +1 -0
  107. package/dist/features/bubble/components/index.d.ts +2 -0
  108. package/dist/features/bubble/components/index.d.ts.map +1 -0
  109. package/dist/features/bubble/index.d.ts +2 -0
  110. package/dist/features/bubble/index.d.ts.map +1 -0
  111. package/dist/features/bubble/types.d.ts +111 -0
  112. package/dist/features/bubble/types.d.ts.map +1 -0
  113. package/dist/features/full/components/Full.d.ts +7 -0
  114. package/dist/features/full/components/Full.d.ts.map +1 -0
  115. package/dist/features/full/components/index.d.ts +2 -0
  116. package/dist/features/full/components/index.d.ts.map +1 -0
  117. package/dist/features/full/index.d.ts +2 -0
  118. package/dist/features/full/index.d.ts.map +1 -0
  119. package/dist/features/popup/components/DisclaimerPopup.d.ts +14 -0
  120. package/dist/features/popup/components/DisclaimerPopup.d.ts.map +1 -0
  121. package/dist/features/popup/components/Popup.d.ts +8 -0
  122. package/dist/features/popup/components/Popup.d.ts.map +1 -0
  123. package/dist/features/popup/components/index.d.ts +3 -0
  124. package/dist/features/popup/components/index.d.ts.map +1 -0
  125. package/dist/features/popup/index.d.ts +2 -0
  126. package/dist/features/popup/index.d.ts.map +1 -0
  127. package/dist/features/popup/types.d.ts +8 -0
  128. package/dist/features/popup/types.d.ts.map +1 -0
  129. package/dist/hooks/useMobileDetection.d.ts +52 -0
  130. package/dist/hooks/useMobileDetection.d.ts.map +1 -0
  131. package/dist/index.js +1 -1
  132. package/dist/queries/sendMessageQuery.d.ts +125 -0
  133. package/dist/queries/sendMessageQuery.d.ts.map +1 -0
  134. package/dist/register.d.ts +2 -0
  135. package/dist/register.d.ts.map +1 -0
  136. package/dist/test-markdown-component.d.ts +2 -0
  137. package/dist/test-markdown-component.d.ts.map +1 -0
  138. package/dist/types.d.ts +1 -0
  139. package/dist/types.d.ts.map +1 -0
  140. package/dist/utils/audioRecording.d.ts +21 -0
  141. package/dist/utils/audioRecording.d.ts.map +1 -0
  142. package/dist/utils/chatInputHistory.d.ts +22 -0
  143. package/dist/utils/chatInputHistory.d.ts.map +1 -0
  144. package/dist/utils/index.d.ts +100 -0
  145. package/dist/utils/index.d.ts.map +1 -0
  146. package/dist/utils/isMobileSignal.d.ts +2 -0
  147. package/dist/utils/isMobileSignal.d.ts.map +1 -0
  148. package/dist/utils/mobileUtils.d.ts +32 -0
  149. package/dist/utils/mobileUtils.d.ts.map +1 -0
  150. package/dist/utils/ultimateJsonParser.d.ts +2 -0
  151. package/dist/utils/ultimateJsonParser.d.ts.map +1 -0
  152. package/dist/web.d.ts +29 -0
  153. package/dist/web.d.ts.map +1 -0
  154. package/dist/web.js +1 -0
  155. package/dist/window.d.ts +33 -0
  156. package/dist/window.d.ts.map +1 -0
  157. package/package.json +48 -44
  158. package/react-library.json +11 -11
  159. package/.idea/Flowise-share-chatbox-main.iml +0 -13
  160. package/.idea/modules.xml +0 -8
  161. package/.idea/vcs.xml +0 -6
@@ -0,0 +1,13 @@
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 FullScreenButton: (props: SendButtonProps) => JSX.Element;
11
+ export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
12
+ export {};
13
+ //# 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,gBAAgB,UAAW,eAAe,gBAsBtD,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,gBAmBtE,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 CmcIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=CmcIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CmcIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CmcIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,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 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 FullScreenIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=FullScreenIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FullScreenIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/FullScreenIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,eAAO,MAAM,cAAc,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAwBxE,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 ResetBtn: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=ResetBtn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResetBtn.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ResetBtn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,QAAQ,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAYlE,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 SendIconOff: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=SendIconOff.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendIconOff.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SendIconOff.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,WAAW,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAOrE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const SendIconOn: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=SendIconOn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendIconOn.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SendIconOn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAOpE,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,5 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const ThumbsDownIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement> & {
3
+ filled?: boolean;
4
+ }) => JSX.Element;
5
+ //# 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;AAI3C,eAAO,MAAM,cAAc,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,gBAiB/F,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const ThumbsUpIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement> & {
3
+ filled?: boolean;
4
+ }) => JSX.Element;
5
+ //# 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;AAI3C,eAAO,MAAM,YAAY,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,gBAiB7F,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"}
@@ -0,0 +1,3 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const TrashIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
+ //# sourceMappingURL=TrashIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrashIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/TrashIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,SAAS,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAkBnE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ export declare const XIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement> & {
3
+ isCurrentColor?: boolean;
4
+ }) => JSX.Element;
5
+ //# sourceMappingURL=XIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/XIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,KAAK,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,GAAG;IAAE,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,gBAe9F,CAAC"}
@@ -0,0 +1,15 @@
1
+ export * from './ClipboardIcon';
2
+ export * from './ThumbsDownIcon';
3
+ export * from './ThumbsUpIcon';
4
+ export * from './AddImageIcon';
5
+ export * from './CircleDotIcon';
6
+ export * from './DeleteIcon';
7
+ export * from './RecordIcon';
8
+ export * from './SendIcon';
9
+ export * from './TrashIcon';
10
+ export * from './XIcon';
11
+ export * from './TickIcon';
12
+ export * from './AttachmentIcon';
13
+ export * from './SparklesIcon';
14
+ export * from './FullScreenIcon';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const PreviewImage: (props: {
2
+ previewImg: () => Element | null;
3
+ setPreviewImg: Function;
4
+ }) => import("solid-js").JSX.Element;
5
+ //# sourceMappingURL=PreviewImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewImage.d.ts","sourceRoot":"","sources":["../../../src/components/image/PreviewImage.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,UAAW;IAAE,UAAU,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC;IAAC,aAAa,EAAE,QAAQ,CAAA;CAAE,mCA2BhG,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './buttons/SendButton';
2
+ export * from './TypingBubble';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ type CardWithDeleteOverlayProps = {
2
+ item: {
3
+ name: string;
4
+ };
5
+ disabled?: boolean;
6
+ onDelete: (item: {
7
+ name: string;
8
+ }) => void;
9
+ };
10
+ export declare const FilePreview: (props: CardWithDeleteOverlayProps) => import("solid-js").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=FilePreview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilePreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/textInput/components/FilePreview.tsx"],"names":[],"mappings":"AAGA,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,0BAA0B,mCAyC5D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { JSX } from 'solid-js/jsx-runtime';
2
+ type ShortTextInputProps = {
3
+ ref: HTMLInputElement | HTMLTextAreaElement | undefined;
4
+ onInput: (value: string) => void;
5
+ fontSize?: number;
6
+ disabled?: boolean;
7
+ isWelcomeScreen?: boolean;
8
+ onFocus?: () => void;
9
+ onBlur?: () => void;
10
+ } & Omit<JSX.TextareaHTMLAttributes<HTMLTextAreaElement>, 'onInput'>;
11
+ export declare const ShortTextInput: (props: ShortTextInputProps) => JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=ShortTextInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShortTextInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/textInput/components/ShortTextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,KAAK,mBAAmB,GAAG;IACzB,GAAG,EAAE,gBAAgB,GAAG,mBAAmB,GAAG,SAAS,CAAC;IACxD,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,IAAI,CAAC,GAAG,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,SAAS,CAAC,CAAC;AAErE,eAAO,MAAM,cAAc,UAAW,mBAAmB,gBAmKxD,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { Setter } from 'solid-js';
2
+ import { FileEvent, IAction, UploadsConfig } from '@/components/Bot';
3
+ type TextInputProps = {
4
+ placeholder?: string;
5
+ backgroundColor?: string;
6
+ textColor?: string;
7
+ sendButtonColor?: string;
8
+ inputValue: string;
9
+ fontSize?: number;
10
+ disabled?: boolean;
11
+ onSubmit: (value: string, action?: IAction | undefined | null, faqId?: string) => void;
12
+ onInputChange: (value: string) => void;
13
+ uploadsConfig?: Partial<UploadsConfig>;
14
+ isFullFileUpload?: boolean;
15
+ setPreviews: Setter<any>;
16
+ onMicrophoneClicked: () => void;
17
+ handleFileChange: (event: FileEvent<HTMLInputElement>) => void;
18
+ maxChars?: number;
19
+ maxCharsWarningMessage?: string;
20
+ autoFocus?: boolean;
21
+ sendMessageSound?: boolean;
22
+ sendSoundLocation?: string;
23
+ enableInputHistory?: boolean;
24
+ maxHistorySize?: number;
25
+ isLoading?: boolean;
26
+ apiHost?: string;
27
+ chatflowid: string;
28
+ isUseFAQ?: boolean;
29
+ setDisableInput: Setter<boolean>;
30
+ isWelcomeScreen?: boolean;
31
+ onFocus?: () => void;
32
+ onBlur?: () => void;
33
+ };
34
+ export declare const TextInput: (props: TextInputProps) => import("solid-js").JSX.Element;
35
+ export {};
36
+ //# sourceMappingURL=TextInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/textInput/components/TextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA6C,MAAM,EAAE,MAAM,UAAU,CAAC;AAE7E,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOrE,KAAK,cAAc,GAAG;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACvF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;IACvC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;IACzB,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,gBAAgB,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAOF,eAAO,MAAM,SAAS,UAAW,cAAc,mCA2V9C,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { TextInput } from './components/TextInput';
2
+ export { FilePreview } from './components/FilePreview';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/textInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC"}
@@ -0,0 +1,13 @@
1
+ type Props = {
2
+ welcomeMessage?: string;
3
+ onSubmit: (message: string) => void;
4
+ loading: boolean;
5
+ disabled: boolean;
6
+ placeholder?: string;
7
+ sendButtonColor?: string;
8
+ textInput?: any;
9
+ fontSize?: number;
10
+ };
11
+ export declare const MobileWelcomeScreen: (props: Props) => import("solid-js").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=MobileWelcomeScreen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MobileWelcomeScreen.d.ts","sourceRoot":"","sources":["../../../src/components/mobile/MobileWelcomeScreen.tsx"],"names":[],"mappings":"AAIA,KAAK,KAAK,GAAG;IACX,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAUF,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCA0F/C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { BubbleProps } from './features/bubble';
2
+ export declare const defaultBotProps: BubbleProps;
3
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,eAAO,MAAM,eAAe,EAAE,WAe7B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { BubbleParams } from '../types';
2
+ import { BotProps } from '../../../components/Bot';
3
+ export type BubbleProps = BotProps & BubbleParams;
4
+ export declare const Bubble: (props: BubbleProps) => import("solid-js").JSX.Element;
5
+ //# sourceMappingURL=Bubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bubble.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/Bubble.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAO,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAOxD,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,YAAY,CAAC;AAElD,eAAO,MAAM,MAAM,UAAW,WAAW,mCAuXxC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { ButtonTheme } from '../types';
2
+ type Props = ButtonTheme & {
3
+ isBotOpened: boolean;
4
+ toggleBot: () => void;
5
+ setButtonPosition: (position: {
6
+ bottom: number;
7
+ right: number;
8
+ }) => void;
9
+ dragAndDrop: boolean;
10
+ autoOpen?: boolean;
11
+ openDelay?: number;
12
+ autoOpenOnMobile?: boolean;
13
+ };
14
+ export declare const BubbleButton: (props: Props) => import("solid-js").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=BubbleButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BubbleButton.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/BubbleButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,KAAK,KAAK,GAAG,WAAW,GAAG;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,iBAAiB,EAAE,CAAC,QAAQ,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACzE,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAOF,eAAO,MAAM,YAAY,UAAW,KAAK,mCA8HxC,CAAC"}
@@ -0,0 +1,15 @@
1
+ type TooltipProps = {
2
+ showTooltip: boolean;
3
+ position: {
4
+ bottom: number;
5
+ right: number;
6
+ };
7
+ buttonSize: number;
8
+ tooltipMessage?: string;
9
+ tooltipBackgroundColor?: string;
10
+ tooltipTextColor?: string;
11
+ tooltipFontSize?: number;
12
+ };
13
+ declare const Tooltip: (props: TooltipProps) => import("solid-js").JSX.Element;
14
+ export default Tooltip;
15
+ //# sourceMappingURL=Tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/Tooltip.tsx"],"names":[],"mappings":"AAOA,KAAK,YAAY,GAAG;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,OAAO,UAAW,YAAY,mCA2CnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Bubble';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/bubble/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,111 @@
1
+ export type BubbleParams = {
2
+ theme?: BubbleTheme;
3
+ };
4
+ export type BubbleTheme = {
5
+ chatWindow?: ChatWindowTheme;
6
+ button?: ButtonTheme;
7
+ tooltip?: ToolTipTheme;
8
+ disclaimer?: DisclaimerPopUpTheme;
9
+ customCSS?: string;
10
+ };
11
+ export type TextInputTheme = {
12
+ backgroundColor?: string;
13
+ textColor?: string;
14
+ placeholder?: string;
15
+ sendButtonColor?: string;
16
+ maxChars?: number;
17
+ maxCharsWarningMessage?: string;
18
+ autoFocus?: boolean;
19
+ sendMessageSound?: boolean;
20
+ sendSoundLocation?: string;
21
+ receiveMessageSound?: boolean;
22
+ receiveSoundLocation?: string;
23
+ };
24
+ export type UserMessageTheme = {
25
+ backgroundColor?: string;
26
+ textColor?: string;
27
+ showAvatar?: boolean;
28
+ avatarSrc?: string;
29
+ };
30
+ export type BotMessageTheme = {
31
+ backgroundColor?: string;
32
+ textColor?: string;
33
+ showAvatar?: boolean;
34
+ avatarSrc?: string;
35
+ };
36
+ export type FooterTheme = {
37
+ showFooter?: boolean;
38
+ textColor?: string;
39
+ text?: string;
40
+ company?: string;
41
+ companyLink?: string;
42
+ };
43
+ export type FeedbackTheme = {
44
+ color?: string;
45
+ };
46
+ export type ChatWindowTheme = {
47
+ showTitle?: boolean;
48
+ showAgentMessages?: boolean;
49
+ title?: string;
50
+ titleAvatarSrc?: string;
51
+ welcomeMessage?: string;
52
+ secondMessage?: string;
53
+ errorMessage?: string;
54
+ backgroundColor?: string;
55
+ backgroundImage?: string;
56
+ height?: number;
57
+ width?: number;
58
+ fontSize?: number;
59
+ userMessage?: UserMessageTheme;
60
+ botMessage?: BotMessageTheme;
61
+ textInput?: TextInputTheme;
62
+ feedback?: FeedbackTheme;
63
+ footer?: FooterTheme;
64
+ sourceDocsTitle?: string;
65
+ poweredByTextColor?: string;
66
+ starterPrompts?: string[];
67
+ starterPromptFontSize?: number;
68
+ clearChatOnReload?: boolean;
69
+ dateTimeToggle?: DateTimeToggleTheme;
70
+ renderHTML?: boolean;
71
+ buttonFeedback?: string;
72
+ titleFeedback?: string;
73
+ placeholderFeedback?: string;
74
+ };
75
+ export type ButtonTheme = {
76
+ size?: 'small' | 'medium' | 'large' | number;
77
+ backgroundColor?: string;
78
+ iconColor?: string;
79
+ customIconSrc?: string;
80
+ bottom?: number;
81
+ right?: number;
82
+ dragAndDrop?: boolean;
83
+ autoWindowOpen?: autoWindowOpenTheme;
84
+ };
85
+ export type ToolTipTheme = {
86
+ showTooltip?: boolean;
87
+ tooltipMessage?: string;
88
+ tooltipBackgroundColor?: string;
89
+ tooltipTextColor?: string;
90
+ tooltipFontSize?: number;
91
+ };
92
+ export type autoWindowOpenTheme = {
93
+ autoOpen?: boolean;
94
+ openDelay?: number;
95
+ autoOpenOnMobile?: boolean;
96
+ };
97
+ export type DisclaimerPopUpTheme = {
98
+ title?: string;
99
+ message?: string;
100
+ textColor?: string;
101
+ buttonColor?: string;
102
+ buttonTextColor?: string;
103
+ buttonText?: string;
104
+ blurredBackgroundColor?: string;
105
+ backgroundColor?: string;
106
+ };
107
+ export type DateTimeToggleTheme = {
108
+ date?: boolean;
109
+ time?: boolean;
110
+ };
111
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/bubble/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ import { BotProps } from '@/components/Bot';
2
+ import { BubbleParams } from '@/features/bubble/types';
3
+ export type FullProps = BotProps & BubbleParams;
4
+ export declare const Full: (props: FullProps, { element }: {
5
+ element: HTMLElement;
6
+ }) => import("solid-js").JSX.Element;
7
+ //# sourceMappingURL=Full.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Full.d.ts","sourceRoot":"","sources":["../../../../src/features/full/components/Full.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAMvD,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,YAAY,CAAC;AAEhD,eAAO,MAAM,IAAI,UAAW,SAAS;aAA0B,WAAW;oCAiGzE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Full';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/full/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/full/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,14 @@
1
+ export type DisclaimerPopupProps = {
2
+ isOpen?: boolean;
3
+ onAccept?: () => void;
4
+ title?: string;
5
+ message?: string;
6
+ buttonText?: string;
7
+ blurredBackgroundColor?: string;
8
+ backgroundColor?: string;
9
+ buttonColor?: string;
10
+ textColor?: string;
11
+ buttonTextColor?: string;
12
+ };
13
+ export declare const DisclaimerPopup: (props: DisclaimerPopupProps) => import("solid-js").JSX.Element;
14
+ //# sourceMappingURL=DisclaimerPopup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisclaimerPopup.d.ts","sourceRoot":"","sources":["../../../../src/features/popup/components/DisclaimerPopup.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,oBAAoB,mCAoD1D,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type PopupProps = {
2
+ value?: any;
3
+ isOpen?: boolean;
4
+ onOpen?: () => void;
5
+ onClose?: () => void;
6
+ };
7
+ export declare const Popup: (props: PopupProps) => import("solid-js").JSX.Element;
8
+ //# sourceMappingURL=Popup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../src/features/popup/components/Popup.tsx"],"names":[],"mappings":"AAUA,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AA4BF,eAAO,MAAM,KAAK,UAAW,UAAU,mCAwRtC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './Popup';
2
+ export * from './DisclaimerPopup';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/popup/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.d.ts.map