@envive-ai/react-toolkit-v3 0.3.7 → 0.3.9

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 (569) hide show
  1. package/dist/AnimatedText/AnimatedText.cjs +20 -4
  2. package/dist/AnimatedText/AnimatedText.d.cts +3 -3
  3. package/dist/AnimatedText/AnimatedText.d.ts +3 -3
  4. package/dist/AnimatedText/AnimatedText.js +21 -5
  5. package/dist/AnimatedText/types/types.d.cts +0 -4
  6. package/dist/AnimatedText/types/types.d.ts +0 -4
  7. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  8. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  9. package/dist/CSSVariablesEditor/components/CSSVariablesEditor.cjs +1 -1
  10. package/dist/CSSVariablesEditor/components/CSSVariablesEditor.js +1 -1
  11. package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.cjs +3 -3
  12. package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.js +3 -3
  13. package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.cjs +1 -1
  14. package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.js +1 -1
  15. package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.cjs +10 -10
  16. package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.js +10 -10
  17. package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.cjs +9 -9
  18. package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.js +9 -9
  19. package/dist/CSSVariablesEditor/utils/functions.cjs +2 -2
  20. package/dist/CSSVariablesEditor/utils/functions.js +2 -2
  21. package/dist/Carousel/Carousel.cjs +2 -2
  22. package/dist/Carousel/Carousel.d.cts +2 -2
  23. package/dist/Carousel/Carousel.d.ts +2 -2
  24. package/dist/Carousel/Carousel.js +2 -2
  25. package/dist/Carousel/components/Container.cjs +3 -3
  26. package/dist/Carousel/components/Container.js +3 -3
  27. package/dist/Carousel/hooks/useGetBadgeProperties.cjs +1 -1
  28. package/dist/Carousel/hooks/useGetBadgeProperties.js +1 -1
  29. package/dist/Carousel/types/types.d.ts +1 -1
  30. package/dist/ChatFooter/ChatFooter.cjs +2 -2
  31. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  32. package/dist/ChatFooter/ChatFooter.js +2 -2
  33. package/dist/ChatFooter/components/Layout.cjs +2 -2
  34. package/dist/ChatFooter/components/Layout.d.ts +1 -1
  35. package/dist/ChatFooter/components/Layout.js +2 -2
  36. package/dist/ChatFooter/components/PromptSuggestions.d.ts +1 -1
  37. package/dist/ChatFooter/components/index.d.cts +2 -2
  38. package/dist/ChatFooter/components/index.d.ts +5 -5
  39. package/dist/ChatFooter/hooks/useGetChatScrollProperties.cjs +1 -1
  40. package/dist/ChatFooter/hooks/useGetChatScrollProperties.js +1 -1
  41. package/dist/ChatFooter/hooks/useGetContainerProperties.cjs +10 -9
  42. package/dist/ChatFooter/hooks/useGetContainerProperties.js +10 -9
  43. package/dist/ChatFooter/types/types.d.ts +1 -1
  44. package/dist/ChatHeader/ChatHeader.cjs +1 -1
  45. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  46. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  47. package/dist/ChatHeader/ChatHeader.js +1 -1
  48. package/dist/ChatHeader/components/CloseButton.cjs +1 -1
  49. package/dist/ChatHeader/components/CloseButton.js +1 -1
  50. package/dist/ChatHeader/components/Handle.cjs +13 -5
  51. package/dist/ChatHeader/components/Handle.js +13 -5
  52. package/dist/ChatHeader/components/Toggle.cjs +4 -4
  53. package/dist/ChatHeader/components/Toggle.js +4 -4
  54. package/dist/ChatHeader/hooks/useGetCloseButtonProperties.cjs +1 -1
  55. package/dist/ChatHeader/hooks/useGetCloseButtonProperties.js +1 -1
  56. package/dist/ChatHeader/hooks/useGetHandleProperties.cjs +17 -17
  57. package/dist/ChatHeader/hooks/useGetHandleProperties.js +17 -17
  58. package/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +8 -8
  59. package/dist/ChatHeader/hooks/useGetLayoutProperties.js +8 -8
  60. package/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +17 -17
  61. package/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +17 -17
  62. package/dist/ChatHeader/hooks/useGetToggleProperties.cjs +3 -3
  63. package/dist/ChatHeader/hooks/useGetToggleProperties.js +3 -3
  64. package/dist/ChatHeader/hooks/useToggleLogoSelector.cjs +1 -1
  65. package/dist/ChatHeader/hooks/useToggleLogoSelector.js +1 -1
  66. package/dist/ChatHeader/types/index.d.ts +2 -2
  67. package/dist/ChatPreview/ChatPreview.cjs +15 -5
  68. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  69. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  70. package/dist/ChatPreview/ChatPreview.js +15 -5
  71. package/dist/ChatPreview/components/Message.cjs +4 -3
  72. package/dist/ChatPreview/components/Message.js +4 -3
  73. package/dist/ChatPreview/types/types.d.cts +5 -4
  74. package/dist/ChatPreview/types/types.d.ts +6 -5
  75. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +15 -5
  76. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  77. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +15 -5
  78. package/dist/ChatPreviewComparison/components/Headline.cjs +3 -3
  79. package/dist/ChatPreviewComparison/components/Headline.js +3 -3
  80. package/dist/ChatPreviewComparison/components/Layout.cjs +7 -7
  81. package/dist/ChatPreviewComparison/components/Layout.js +7 -7
  82. package/dist/ChatPreviewComparison/components/Message.cjs +7 -6
  83. package/dist/ChatPreviewComparison/components/Message.js +7 -6
  84. package/dist/ChatPreviewComparison/types/types.d.cts +4 -4
  85. package/dist/ChatPreviewComparison/types/types.d.ts +5 -5
  86. package/dist/ChatPreviewLoading/ChatPreviewLoading.cjs +1 -1
  87. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  88. package/dist/ChatPreviewLoading/ChatPreviewLoading.js +1 -1
  89. package/dist/Container/Container.d.cts +176 -176
  90. package/dist/Container/Container.d.ts +176 -176
  91. package/dist/DesignTokens/DesignTokensComponent.cjs +1 -1
  92. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  93. package/dist/DesignTokens/DesignTokensComponent.js +1 -1
  94. package/dist/DesignTokens/components/Typography.cjs +1 -1
  95. package/dist/DesignTokens/components/Typography.js +1 -1
  96. package/dist/Disclaimer/Disclaimer.cjs +23 -0
  97. package/dist/Disclaimer/Disclaimer.d.cts +19 -0
  98. package/dist/Disclaimer/Disclaimer.d.ts +19 -0
  99. package/dist/Disclaimer/Disclaimer.js +22 -0
  100. package/dist/Disclaimer/components/Container.cjs +26 -0
  101. package/dist/Disclaimer/components/Container.js +24 -0
  102. package/dist/Disclaimer/components/DisclaimerContent.cjs +19 -0
  103. package/dist/Disclaimer/components/DisclaimerContent.js +18 -0
  104. package/dist/Disclaimer/components/index.cjs +11 -0
  105. package/dist/Disclaimer/components/index.js +11 -0
  106. package/dist/Disclaimer/index.cjs +3 -0
  107. package/dist/Disclaimer/index.d.cts +2 -0
  108. package/dist/Disclaimer/index.d.ts +2 -0
  109. package/dist/Disclaimer/index.js +3 -0
  110. package/dist/Disclaimer/types/types.d.cts +30 -0
  111. package/dist/Disclaimer/types/types.d.ts +30 -0
  112. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  113. package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
  114. package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
  115. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
  116. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
  117. package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
  118. package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.js +1 -1
  119. package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.cjs +1 -1
  120. package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.js +1 -1
  121. package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
  122. package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.js +1 -1
  123. package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.cjs +1 -1
  124. package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.js +1 -1
  125. package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.cjs +1 -1
  126. package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.js +1 -1
  127. package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.cjs +1 -1
  128. package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.js +1 -1
  129. package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.cjs +1 -1
  130. package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.js +1 -1
  131. package/dist/DocumentRetrievalCard/index.cjs +1 -1
  132. package/dist/DocumentRetrievalCard/index.d.ts +1 -1
  133. package/dist/DocumentRetrievalCard/index.js +1 -1
  134. package/dist/DocumentRetrievalCard/types/index.d.ts +1 -1
  135. package/dist/DocumentRetrievalCard/utils/functions.cjs +1 -1
  136. package/dist/DocumentRetrievalCard/utils/functions.js +1 -1
  137. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  138. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  139. package/dist/FloatingButton/hooks/useGetButtonProperties.cjs +2 -2
  140. package/dist/FloatingButton/hooks/useGetButtonProperties.js +2 -2
  141. package/dist/FloatingButton/types/types.d.ts +1 -1
  142. package/dist/FloatingChat/FloatingChat.cjs +25 -14
  143. package/dist/FloatingChat/FloatingChat.d.cts +3 -2
  144. package/dist/FloatingChat/FloatingChat.d.ts +1 -0
  145. package/dist/FloatingChat/FloatingChat.js +25 -14
  146. package/dist/FloatingChat/components/AgentMessage.cjs +57 -29
  147. package/dist/FloatingChat/components/AgentMessage.js +57 -29
  148. package/dist/FloatingChat/components/ChatMessages.cjs +10 -9
  149. package/dist/FloatingChat/components/ChatMessages.js +10 -9
  150. package/dist/FloatingChat/components/DocumentRetrievalCardsCarousel.cjs +2 -1
  151. package/dist/FloatingChat/components/DocumentRetrievalCardsCarousel.js +2 -1
  152. package/dist/FloatingChat/components/Layout.cjs +15 -11
  153. package/dist/FloatingChat/components/Layout.js +15 -11
  154. package/dist/FloatingChat/components/MessageDivider.cjs +8 -2
  155. package/dist/FloatingChat/components/MessageDivider.js +8 -2
  156. package/dist/FloatingChat/components/ModalSheet.cjs +2 -2
  157. package/dist/FloatingChat/components/ModalSheet.js +2 -2
  158. package/dist/FloatingChat/components/ReviewCardsCarousel.cjs +2 -1
  159. package/dist/FloatingChat/components/ReviewCardsCarousel.js +2 -1
  160. package/dist/FloatingChat/components/ScrollToBottomButton.cjs +1 -1
  161. package/dist/FloatingChat/components/ScrollToBottomButton.js +1 -1
  162. package/dist/FloatingChat/hooks/useScrollToBottom.cjs +109 -11
  163. package/dist/FloatingChat/hooks/useScrollToBottom.js +110 -12
  164. package/dist/FloatingChat/hooks/useSnapSetup.cjs +0 -3
  165. package/dist/FloatingChat/hooks/useSnapSetup.js +0 -3
  166. package/dist/FloatingChat/types/types.d.cts +5 -5
  167. package/dist/FloatingChat/types/types.d.ts +6 -6
  168. package/dist/FloatingChat/utils/functions.cjs +1 -0
  169. package/dist/FloatingChat/utils/functions.js +1 -0
  170. package/dist/Form/Form.cjs +1 -1
  171. package/dist/Form/Form.js +1 -1
  172. package/dist/Image/Image.d.cts +2 -2
  173. package/dist/Image/Image.d.ts +2 -2
  174. package/dist/ImageGallery/ImageGallery.cjs +1 -1
  175. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  176. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  177. package/dist/ImageGallery/ImageGallery.js +1 -1
  178. package/dist/ImageGallery/components/Layout.cjs +2 -2
  179. package/dist/ImageGallery/components/Layout.js +2 -2
  180. package/dist/ImageGallery/components/NormalLayout.cjs +1 -1
  181. package/dist/ImageGallery/components/NormalLayout.js +1 -1
  182. package/dist/ImageGallery/types/types.d.ts +1 -1
  183. package/dist/ImageGallery/utils/functions.cjs +1 -1
  184. package/dist/ImageGallery/utils/functions.js +1 -1
  185. package/dist/MarkdownProcessor/MarkdownProcessor.cjs +1 -1
  186. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  187. package/dist/MarkdownProcessor/MarkdownProcessor.js +1 -1
  188. package/dist/MarkdownProcessor/components/MarkdownLink.cjs +4 -1
  189. package/dist/MarkdownProcessor/components/MarkdownLink.js +4 -1
  190. package/dist/Message/components/AgentContent.cjs +6 -2
  191. package/dist/Message/components/AgentContent.js +6 -2
  192. package/dist/Message/components/LinkButton.cjs +3 -3
  193. package/dist/Message/components/LinkButton.d.cts +5 -1
  194. package/dist/Message/components/LinkButton.d.ts +5 -1
  195. package/dist/Message/components/LinkButton.js +3 -3
  196. package/dist/Message/hooks/useGetLinkButtonProperties.cjs +1 -1
  197. package/dist/Message/hooks/useGetLinkButtonProperties.js +1 -1
  198. package/dist/OrderLookupCard/OrderLookupCard.cjs +2 -2
  199. package/dist/OrderLookupCard/OrderLookupCard.js +2 -2
  200. package/dist/OrderLookupCard/hooks/useGetContainerProperties.cjs +1 -1
  201. package/dist/OrderLookupCard/hooks/useGetContainerProperties.js +1 -1
  202. package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.cjs +1 -1
  203. package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.js +1 -1
  204. package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.cjs +1 -1
  205. package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.js +1 -1
  206. package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.cjs +1 -1
  207. package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.js +1 -1
  208. package/dist/OrderLookupCard/types/index.d.ts +1 -1
  209. package/dist/ProductCard/ProductCard.cjs +47 -0
  210. package/dist/ProductCard/ProductCard.d.cts +23 -0
  211. package/dist/ProductCard/ProductCard.d.ts +23 -0
  212. package/dist/ProductCard/ProductCard.js +45 -0
  213. package/dist/ProductCard/components/Carousel.cjs +25 -0
  214. package/dist/ProductCard/components/Carousel.js +24 -0
  215. package/dist/ProductCard/components/Header.cjs +42 -0
  216. package/dist/ProductCard/components/Header.js +41 -0
  217. package/dist/ProductCard/components/Poster.cjs +18 -0
  218. package/dist/ProductCard/components/Poster.js +17 -0
  219. package/dist/ProductCard/components/index.cjs +13 -0
  220. package/dist/ProductCard/components/index.js +13 -0
  221. package/dist/ProductCard/hooks/useGetCarouselProperties.cjs +8 -0
  222. package/dist/ProductCard/hooks/useGetCarouselProperties.js +7 -0
  223. package/dist/ProductCard/hooks/useGetHeaderProperties.cjs +11 -0
  224. package/dist/ProductCard/hooks/useGetHeaderProperties.js +10 -0
  225. package/dist/ProductCard/hooks/useGetPosterProperties.cjs +13 -0
  226. package/dist/ProductCard/hooks/useGetPosterProperties.js +12 -0
  227. package/dist/ProductCard/index.cjs +3 -0
  228. package/dist/ProductCard/index.d.cts +3 -0
  229. package/dist/ProductCard/index.d.ts +3 -0
  230. package/dist/ProductCard/index.js +3 -0
  231. package/dist/ProductCard/types/index.d.cts +74 -0
  232. package/dist/ProductCard/types/index.d.ts +74 -0
  233. package/dist/PromptButton/PromptButton.cjs +1 -1
  234. package/dist/PromptButton/PromptButton.d.cts +2 -2
  235. package/dist/PromptButton/PromptButton.d.ts +2 -2
  236. package/dist/PromptButton/PromptButton.js +1 -1
  237. package/dist/PromptButton/hooks/useGetIconColorsProperties.cjs +1 -1
  238. package/dist/PromptButton/hooks/useGetIconColorsProperties.js +1 -1
  239. package/dist/PromptButton/types/index.d.ts +1 -1
  240. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.cjs +4 -3
  241. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  242. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  243. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.js +4 -3
  244. package/dist/PromptButtonCarouselWithImage/components/Layout.cjs +8 -3
  245. package/dist/PromptButtonCarouselWithImage/components/Layout.js +8 -3
  246. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +53 -3
  247. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +53 -3
  248. package/dist/PromptButtonCarouselWithImage/types/types.d.ts +1 -1
  249. package/dist/PromptCarousel/PromptCarousel.cjs +72 -35
  250. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  251. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  252. package/dist/PromptCarousel/PromptCarousel.js +73 -36
  253. package/dist/PromptCarousel/hooks/index.cjs +2 -4
  254. package/dist/PromptCarousel/hooks/index.js +2 -4
  255. package/dist/PromptCarousel/hooks/useCoordinatedScrollAnimation.cjs +91 -0
  256. package/dist/PromptCarousel/hooks/useCoordinatedScrollAnimation.js +90 -0
  257. package/dist/PromptCarousel/hooks/useScrollSync.cjs +65 -0
  258. package/dist/PromptCarousel/hooks/useScrollSync.js +64 -0
  259. package/dist/PromptCarousel/types/types.d.ts +1 -1
  260. package/dist/ReviewCard/ReviewCard.cjs +2 -2
  261. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  262. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  263. package/dist/ReviewCard/ReviewCard.js +2 -2
  264. package/dist/ReviewCard/components/Container.cjs +2 -2
  265. package/dist/ReviewCard/components/Container.d.ts +1 -1
  266. package/dist/ReviewCard/components/Container.js +2 -2
  267. package/dist/ReviewCard/components/Rating.d.ts +1 -1
  268. package/dist/ReviewCard/components/ReadMoreButton.cjs +2 -2
  269. package/dist/ReviewCard/components/ReadMoreButton.d.ts +1 -1
  270. package/dist/ReviewCard/components/ReadMoreButton.js +2 -2
  271. package/dist/ReviewCard/components/index.d.cts +6 -6
  272. package/dist/ReviewCard/components/index.d.ts +7 -7
  273. package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
  274. package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.js +1 -1
  275. package/dist/ReviewCard/hooks/useGetBorderProperties.cjs +1 -1
  276. package/dist/ReviewCard/hooks/useGetBorderProperties.js +1 -1
  277. package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
  278. package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.js +1 -1
  279. package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.cjs +1 -1
  280. package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.js +1 -1
  281. package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.cjs +1 -1
  282. package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.js +1 -1
  283. package/dist/ReviewCard/hooks/useGetStarIconProperties.cjs +1 -1
  284. package/dist/ReviewCard/hooks/useGetStarIconProperties.js +1 -1
  285. package/dist/ReviewCard/types/types.d.ts +1 -1
  286. package/dist/SalesAgentProductCard/SalesAgentProductCard.cjs +1 -1
  287. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  288. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  289. package/dist/SalesAgentProductCard/SalesAgentProductCard.js +1 -1
  290. package/dist/SalesAgentProductCard/components/Container.cjs +3 -3
  291. package/dist/SalesAgentProductCard/components/Container.d.ts +1 -1
  292. package/dist/SalesAgentProductCard/components/Container.js +3 -3
  293. package/dist/SalesAgentProductCard/components/ProductName.cjs +1 -1
  294. package/dist/SalesAgentProductCard/components/ProductName.d.ts +1 -1
  295. package/dist/SalesAgentProductCard/components/ProductName.js +1 -1
  296. package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
  297. package/dist/SalesAgentProductCard/components/Rate.d.ts +1 -1
  298. package/dist/SalesAgentProductCard/components/Rate.js +1 -1
  299. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  300. package/dist/SalesAgentProductCard/components/index.d.ts +9 -9
  301. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.cjs +1 -1
  302. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.js +1 -1
  303. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.cjs +1 -1
  304. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.js +1 -1
  305. package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.cjs +1 -1
  306. package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.js +1 -1
  307. package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.cjs +1 -1
  308. package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.js +1 -1
  309. package/dist/SalesAgentProductCard/types/types.d.ts +1 -1
  310. package/dist/SocialProof/SocialProof.cjs +14 -9
  311. package/dist/SocialProof/SocialProof.d.cts +2 -2
  312. package/dist/SocialProof/SocialProof.d.ts +2 -2
  313. package/dist/SocialProof/SocialProof.js +13 -8
  314. package/dist/SocialProof/components/Headline.cjs +5 -5
  315. package/dist/SocialProof/components/Headline.js +5 -5
  316. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +2 -2
  317. package/dist/SocialProof/components/LayoutFourHorizontal.js +2 -2
  318. package/dist/SocialProof/components/LayoutSingle.cjs +1 -1
  319. package/dist/SocialProof/components/LayoutSingle.js +1 -1
  320. package/dist/SocialProof/components/Subheadline.cjs +2 -2
  321. package/dist/SocialProof/components/Subheadline.js +2 -2
  322. package/dist/SocialProof/components/Textfield.cjs +4 -2
  323. package/dist/SocialProof/components/Textfield.js +4 -2
  324. package/dist/SocialProof/index.cjs +1 -0
  325. package/dist/SocialProof/index.d.cts +2 -2
  326. package/dist/SocialProof/index.d.ts +2 -2
  327. package/dist/SocialProof/index.js +2 -2
  328. package/dist/SocialProof/types/types.cjs +7 -1
  329. package/dist/SocialProof/types/types.d.cts +11 -1
  330. package/dist/SocialProof/types/types.d.ts +12 -2
  331. package/dist/SocialProof/types/types.js +6 -1
  332. package/dist/SocialProof/utils/functions.cjs +1 -1
  333. package/dist/SocialProof/utils/functions.js +1 -1
  334. package/dist/Stack/Stack.d.cts +2 -2
  335. package/dist/Stack/Stack.d.ts +2 -2
  336. package/dist/Stack/hooks/useFormatStackChildren.cjs +1 -1
  337. package/dist/Stack/hooks/useFormatStackChildren.js +1 -1
  338. package/dist/TextField/TextField.cjs +1 -1
  339. package/dist/TextField/TextField.js +1 -1
  340. package/dist/TextField/components/Input.cjs +1 -1
  341. package/dist/TextField/components/Input.js +1 -1
  342. package/dist/TextField/hooks/useGetContainerProperties.cjs +5 -5
  343. package/dist/TextField/hooks/useGetContainerProperties.js +5 -5
  344. package/dist/TextField/types/index.d.ts +1 -1
  345. package/dist/TextField/utils/getInputClasses.cjs +1 -1
  346. package/dist/TextField/utils/getInputClasses.js +1 -1
  347. package/dist/TextField/utils/getSendIconElement.cjs +1 -1
  348. package/dist/TextField/utils/getSendIconElement.js +1 -1
  349. package/dist/Title/components/Image.cjs +1 -1
  350. package/dist/Title/components/Image.js +1 -1
  351. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +2 -2
  352. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  353. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  354. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +2 -2
  355. package/dist/TitledPromptCarousel/types/index.d.ts +1 -1
  356. package/dist/Tokens/index.cjs +13 -13
  357. package/dist/Tokens/index.d.ts +13 -13
  358. package/dist/Tokens/index.js +13 -13
  359. package/dist/TypingAnimation/TypingAnimation.cjs +3 -3
  360. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  361. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  362. package/dist/TypingAnimation/TypingAnimation.js +3 -3
  363. package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +2 -2
  364. package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +2 -2
  365. package/dist/TypingAnimation/types/index.d.ts +1 -1
  366. package/dist/Typography/Typography.d.cts +4 -4
  367. package/dist/Typography/Typography.d.ts +4 -4
  368. package/dist/WelcomeMessage/WelcomeMessage.cjs +1 -1
  369. package/dist/WelcomeMessage/WelcomeMessage.js +1 -1
  370. package/dist/WelcomeMessage/components/Container.cjs +2 -2
  371. package/dist/WelcomeMessage/components/Container.js +2 -2
  372. package/dist/WelcomeMessage/hooks/useGetContainerProperties.cjs +1 -1
  373. package/dist/WelcomeMessage/hooks/useGetContainerProperties.js +1 -1
  374. package/dist/WelcomeMessage/hooks/useGetSparkleIconProperties.cjs +3 -1
  375. package/dist/WelcomeMessage/hooks/useGetSparkleIconProperties.js +3 -1
  376. package/dist/WelcomeMessage/types/types.cjs +1 -1
  377. package/dist/WelcomeMessage/types/types.d.ts +1 -1
  378. package/dist/WelcomeMessage/types/types.js +1 -1
  379. package/dist/WidgetTextField/WidgetTextField.cjs +16 -7
  380. package/dist/WidgetTextField/WidgetTextField.d.cts +4 -2
  381. package/dist/WidgetTextField/WidgetTextField.d.ts +4 -2
  382. package/dist/WidgetTextField/WidgetTextField.js +13 -4
  383. package/dist/WidgetTextField/components/Container.cjs +9 -3
  384. package/dist/WidgetTextField/components/Container.js +9 -3
  385. package/dist/WidgetTextField/components/FakeTextInput.cjs +2 -2
  386. package/dist/WidgetTextField/components/FakeTextInput.js +2 -2
  387. package/dist/WidgetTextField/components/Icon.cjs +48 -16
  388. package/dist/WidgetTextField/components/Icon.js +46 -16
  389. package/dist/WidgetTextField/components/Skeleton.cjs +2 -2
  390. package/dist/WidgetTextField/components/Skeleton.js +2 -2
  391. package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +5 -4
  392. package/dist/WidgetTextField/hooks/useGetContainerProperties.js +5 -4
  393. package/dist/WidgetTextField/types/types.cjs +10 -0
  394. package/dist/WidgetTextField/types/types.d.cts +12 -0
  395. package/dist/WidgetTextField/types/types.d.ts +13 -1
  396. package/dist/WidgetTextField/types/types.js +9 -0
  397. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  398. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  399. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  400. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  401. package/dist/node_modules/jotai/esm/react.cjs +44 -0
  402. package/dist/node_modules/jotai/esm/react.js +42 -0
  403. package/dist/node_modules/jotai/esm/vanilla/internals.cjs +523 -0
  404. package/dist/node_modules/jotai/esm/vanilla/internals.js +522 -0
  405. package/dist/node_modules/jotai/esm/vanilla.cjs +22 -0
  406. package/dist/node_modules/jotai/esm/vanilla.js +22 -0
  407. package/dist/{src → packages/components-v3/src}/models/colorsConfig.cjs +1 -3
  408. package/dist/{src → packages/components-v3/src}/models/colorsConfig.js +1 -2
  409. package/dist/packages/components-v3/tokens/utils.cjs +14 -0
  410. package/dist/packages/components-v3/tokens/utils.js +12 -0
  411. package/dist/styles.css +1 -1
  412. package/dist/utils/CustomIcon.cjs +1 -1
  413. package/dist/utils/CustomIcon.js +1 -1
  414. package/dist/utils/resolveTheme.cjs +1 -1
  415. package/dist/utils/resolveTheme.js +1 -1
  416. package/dist/utils/useCheckIsMobile.cjs +1 -1
  417. package/dist/utils/useCheckIsMobile.js +1 -1
  418. package/dist/utils/useDragToScroll.cjs +68 -0
  419. package/dist/utils/useDragToScroll.js +67 -0
  420. package/dist/utils/useResponsiveValue.cjs +1 -1
  421. package/dist/utils/useResponsiveValue.d.ts +1 -1
  422. package/dist/utils/useResponsiveValue.js +1 -1
  423. package/package.json +9 -1
  424. package/src/components/AnimatedText/AnimatedText.tsx +27 -6
  425. package/src/components/AnimatedText/types/types.ts +0 -4
  426. package/src/components/ChatFooter/hooks/useGetContainerProperties.ts +1 -2
  427. package/src/components/ChatHeader/components/Handle.tsx +10 -4
  428. package/src/components/ChatHeader/hooks/useGetHandleProperties.ts +16 -16
  429. package/src/components/ChatHeader/hooks/useGetLayoutProperties.ts +8 -10
  430. package/src/components/ChatHeader/hooks/useGetToggleOptionProperties.ts +16 -16
  431. package/src/components/ChatHeader/hooks/useGetToggleProperties.ts +2 -2
  432. package/src/components/ChatPreview/ChatPreview.tsx +20 -3
  433. package/src/components/ChatPreview/__tests__/ChatPreview.test.tsx +17 -8
  434. package/src/components/ChatPreview/components/Message.tsx +13 -7
  435. package/src/components/ChatPreview/types/types.ts +5 -4
  436. package/src/components/ChatPreviewComparison/ChatPreviewComparison.tsx +20 -3
  437. package/src/components/ChatPreviewComparison/__tests__/ChatPreviewComparison.test.tsx +16 -6
  438. package/src/components/ChatPreviewComparison/components/Message.tsx +13 -7
  439. package/src/components/ChatPreviewComparison/types/types.ts +4 -4
  440. package/src/components/DesignTokens/components/Typography.tsx +1 -1
  441. package/src/components/Disclaimer/Disclaimer.tsx +27 -0
  442. package/src/components/Disclaimer/components/Container.tsx +35 -0
  443. package/src/components/Disclaimer/components/DisclaimerContent.tsx +18 -0
  444. package/src/components/Disclaimer/components/index.ts +7 -0
  445. package/src/components/Disclaimer/index.ts +1 -0
  446. package/src/components/Disclaimer/types/types.ts +27 -0
  447. package/src/components/FloatingButton/hooks/useGetButtonProperties.ts +4 -3
  448. package/src/components/FloatingChat/FloatingChat.tsx +42 -20
  449. package/src/components/FloatingChat/components/AgentMessage.tsx +49 -19
  450. package/src/components/FloatingChat/components/ChatMessages.tsx +13 -5
  451. package/src/components/FloatingChat/components/DocumentRetrievalCardsCarousel.tsx +3 -0
  452. package/src/components/FloatingChat/components/Layout.tsx +32 -5
  453. package/src/components/FloatingChat/components/MessageDivider.tsx +8 -2
  454. package/src/components/FloatingChat/components/ModalSheet.tsx +1 -1
  455. package/src/components/FloatingChat/components/ReviewCardsCarousel.tsx +3 -0
  456. package/src/components/FloatingChat/hooks/useScrollToBottom.ts +153 -11
  457. package/src/components/FloatingChat/hooks/useSnapSetup.ts +0 -3
  458. package/src/components/FloatingChat/types/types.ts +5 -5
  459. package/src/components/FloatingChat/utils/functions.ts +1 -0
  460. package/src/components/MarkdownProcessor/components/MarkdownLink.tsx +2 -0
  461. package/src/components/Message/__tests__/Message.test.tsx +40 -2
  462. package/src/components/Message/components/AgentContent.tsx +10 -2
  463. package/src/components/Message/components/LinkButton.tsx +3 -2
  464. package/src/components/Message/hooks/useGetLinkButtonProperties.ts +1 -1
  465. package/src/components/ProductCard/ProductCard.tsx +65 -0
  466. package/src/components/ProductCard/__tests__/ProductCard.test.tsx +191 -0
  467. package/src/components/ProductCard/components/Carousel.tsx +26 -0
  468. package/src/components/ProductCard/components/Header.tsx +55 -0
  469. package/src/components/ProductCard/components/Poster.tsx +15 -0
  470. package/src/components/ProductCard/components/index.ts +9 -0
  471. package/src/components/ProductCard/hooks/useGetCarouselProperties.ts +7 -0
  472. package/src/components/ProductCard/hooks/useGetHeaderProperties.ts +9 -0
  473. package/src/components/ProductCard/hooks/useGetInputProperties.ts +22 -0
  474. package/src/components/ProductCard/hooks/useGetPosterProperties.ts +19 -0
  475. package/src/components/ProductCard/index.ts +2 -0
  476. package/src/components/ProductCard/types/index.ts +79 -0
  477. package/src/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.tsx +6 -3
  478. package/src/components/PromptButtonCarouselWithImage/components/Layout.tsx +13 -4
  479. package/src/components/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.tsx +63 -20
  480. package/src/components/PromptCarousel/PromptCarousel.tsx +88 -51
  481. package/src/components/PromptCarousel/hooks/index.ts +2 -4
  482. package/src/components/PromptCarousel/hooks/useCoordinatedScrollAnimation.ts +115 -0
  483. package/src/components/PromptCarousel/hooks/useHorizontalScrollAnimation.ts +71 -78
  484. package/src/components/PromptCarousel/hooks/useScrollSync.ts +83 -0
  485. package/src/components/SocialProof/SocialProof.tsx +17 -10
  486. package/src/components/SocialProof/components/Textfield.tsx +4 -0
  487. package/src/components/SocialProof/index.ts +1 -1
  488. package/src/components/SocialProof/types/types.ts +12 -0
  489. package/src/components/TextField/components/Input.tsx +6 -1
  490. package/src/components/TextField/hooks/useGetContainerProperties.ts +4 -4
  491. package/src/components/WelcomeMessage/hooks/useGetSparkleIconProperties.ts +5 -2
  492. package/src/components/WidgetTextField/WidgetTextField.tsx +17 -3
  493. package/src/components/WidgetTextField/__tests__/WidgetTextField.test.tsx +54 -0
  494. package/src/components/WidgetTextField/components/Container.tsx +2 -2
  495. package/src/components/WidgetTextField/components/FakeTextInput.tsx +6 -2
  496. package/src/components/WidgetTextField/components/Icon.tsx +86 -9
  497. package/src/components/WidgetTextField/hooks/useGetContainerProperties.ts +5 -3
  498. package/src/components/WidgetTextField/types/types.ts +13 -0
  499. package/src/components/utils/useDragToScroll.ts +83 -0
  500. package/dist/PromptCarousel/components/BlockScrollContainer.cjs +0 -23
  501. package/dist/PromptCarousel/components/BlockScrollContainer.js +0 -21
  502. package/dist/PromptCarousel/components/ButtonContainerRow.cjs +0 -34
  503. package/dist/PromptCarousel/components/ButtonContainerRow.js +0 -32
  504. package/dist/PromptCarousel/components/CarouselContentWithBlockScroll.cjs +0 -45
  505. package/dist/PromptCarousel/components/CarouselContentWithBlockScroll.js +0 -44
  506. package/dist/PromptCarousel/components/CarouselContentWithRowScroll.cjs +0 -33
  507. package/dist/PromptCarousel/components/CarouselContentWithRowScroll.js +0 -32
  508. package/dist/PromptCarousel/components/index.cjs +0 -13
  509. package/dist/PromptCarousel/components/index.js +0 -13
  510. package/dist/PromptCarousel/hooks/useButtonScrollPosition.cjs +0 -79
  511. package/dist/PromptCarousel/hooks/useButtonScrollPosition.js +0 -78
  512. package/dist/PromptCarousel/hooks/useCarouselAnimation.cjs +0 -23
  513. package/dist/PromptCarousel/hooks/useCarouselAnimation.js +0 -22
  514. package/dist/PromptCarousel/hooks/useCarouselRefs.cjs +0 -20
  515. package/dist/PromptCarousel/hooks/useCarouselRefs.js +0 -19
  516. package/dist/PromptCarousel/hooks/useGetScrollProperties.cjs +0 -18
  517. package/dist/PromptCarousel/hooks/useGetScrollProperties.js +0 -17
  518. package/dist/PromptCarousel/hooks/useHorizontalScrollAnimation.cjs +0 -78
  519. package/dist/PromptCarousel/hooks/useHorizontalScrollAnimation.js +0 -77
  520. package/dist/tokens/utils.cjs +0 -6
  521. package/dist/tokens/utils.js +0 -5
  522. package/src/components/PromptCarousel/components/BlockScrollContainer.tsx +0 -34
  523. package/src/components/PromptCarousel/components/ButtonContainerRow.tsx +0 -46
  524. package/src/components/PromptCarousel/components/CarouselContentWithBlockScroll.tsx +0 -83
  525. package/src/components/PromptCarousel/components/CarouselContentWithRowScroll.tsx +0 -71
  526. package/src/components/PromptCarousel/components/index.ts +0 -9
  527. package/src/components/PromptCarousel/hooks/useButtonScrollPosition.ts +0 -128
  528. package/src/components/PromptCarousel/hooks/useCarouselAnimation.ts +0 -47
  529. package/src/components/PromptCarousel/hooks/useCarouselRefs.ts +0 -26
  530. /package/dist/{src → packages/components-v3/src}/models/colorsConfig.d.ts +0 -0
  531. /package/dist/{tokens → packages/components-v3/tokens}/aspectRatio/aspectRatio.cjs +0 -0
  532. /package/dist/{tokens → packages/components-v3/tokens}/aspectRatio/aspectRatio.d.ts +0 -0
  533. /package/dist/{tokens → packages/components-v3/tokens}/aspectRatio/aspectRatio.js +0 -0
  534. /package/dist/{tokens → packages/components-v3/tokens}/breakpoints/breakpoints.cjs +0 -0
  535. /package/dist/{tokens → packages/components-v3/tokens}/breakpoints/breakpoints.d.ts +0 -0
  536. /package/dist/{tokens → packages/components-v3/tokens}/breakpoints/breakpoints.js +0 -0
  537. /package/dist/{tokens → packages/components-v3/tokens}/colors/colors.cjs +0 -0
  538. /package/dist/{tokens → packages/components-v3/tokens}/colors/colors.d.ts +0 -0
  539. /package/dist/{tokens → packages/components-v3/tokens}/colors/colors.js +0 -0
  540. /package/dist/{tokens → packages/components-v3/tokens}/montion/motion.cjs +0 -0
  541. /package/dist/{tokens → packages/components-v3/tokens}/montion/motion.d.ts +0 -0
  542. /package/dist/{tokens → packages/components-v3/tokens}/montion/motion.js +0 -0
  543. /package/dist/{tokens → packages/components-v3/tokens}/radius/radius.cjs +0 -0
  544. /package/dist/{tokens → packages/components-v3/tokens}/radius/radius.d.ts +0 -0
  545. /package/dist/{tokens → packages/components-v3/tokens}/radius/radius.js +0 -0
  546. /package/dist/{tokens → packages/components-v3/tokens}/spacing/spacing.cjs +0 -0
  547. /package/dist/{tokens → packages/components-v3/tokens}/spacing/spacing.d.ts +0 -0
  548. /package/dist/{tokens → packages/components-v3/tokens}/spacing/spacing.js +0 -0
  549. /package/dist/{tokens → packages/components-v3/tokens}/theme/theme.cjs +0 -0
  550. /package/dist/{tokens → packages/components-v3/tokens}/theme/theme.d.ts +0 -0
  551. /package/dist/{tokens → packages/components-v3/tokens}/theme/theme.js +0 -0
  552. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontFamily.cjs +0 -0
  553. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontFamily.d.ts +0 -0
  554. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontFamily.js +0 -0
  555. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontSize.cjs +0 -0
  556. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontSize.d.ts +0 -0
  557. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontSize.js +0 -0
  558. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontWeight.cjs +0 -0
  559. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontWeight.d.ts +0 -0
  560. /package/dist/{tokens → packages/components-v3/tokens}/typography/fontWeight.js +0 -0
  561. /package/dist/{tokens → packages/components-v3/tokens}/typography/letterSpacing.cjs +0 -0
  562. /package/dist/{tokens → packages/components-v3/tokens}/typography/letterSpacing.d.ts +0 -0
  563. /package/dist/{tokens → packages/components-v3/tokens}/typography/letterSpacing.js +0 -0
  564. /package/dist/{tokens → packages/components-v3/tokens}/typography/lineHeight.cjs +0 -0
  565. /package/dist/{tokens → packages/components-v3/tokens}/typography/lineHeight.d.ts +0 -0
  566. /package/dist/{tokens → packages/components-v3/tokens}/typography/lineHeight.js +0 -0
  567. /package/dist/{tokens → packages/components-v3/tokens}/typography/typography.cjs +0 -0
  568. /package/dist/{tokens → packages/components-v3/tokens}/typography/typography.d.ts +0 -0
  569. /package/dist/{tokens → packages/components-v3/tokens}/typography/typography.js +0 -0
@@ -1,4 +1,4 @@
1
- import { Theme } from "../tokens/theme/theme.js";
1
+ import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
2
2
  import { resolveTheme } from "../utils/resolveTheme.js";
3
3
  import { PromptButtonVariant } from "../PromptButton/types/index.js";
4
4
  import "../PromptButton/index.js";
@@ -10,6 +10,8 @@ import "../ChatFooter/index.js";
10
10
  import { ChatHeaderOptions, HandleState } from "../ChatHeader/types/index.js";
11
11
  import { ChatHeader } from "../ChatHeader/ChatHeader.js";
12
12
  import "../ChatHeader/index.js";
13
+ import { Disclaimer } from "../Disclaimer/Disclaimer.js";
14
+ import "../Disclaimer/index.js";
13
15
  import { Unit } from "./hooks/useSnapCalculator.js";
14
16
  import { ModalSheet } from "./components/ModalSheet.js";
15
17
  import { FloatingChatComponents } from "./components/index.js";
@@ -18,18 +20,20 @@ import { useSnapSetup } from "./hooks/useSnapSetup.js";
18
20
  import { useChatSuggestions } from "./hooks/useChatSuggestions.js";
19
21
  import { WelcomeMessage } from "../WelcomeMessage/WelcomeMessage.js";
20
22
  import { useFilteredChatMessages } from "./hooks/useFilteredChatMessages.js";
21
- import { useRef, useState } from "react";
22
23
  import { jsx } from "react/jsx-runtime";
24
+ import { useRef, useState } from "react";
23
25
  import { motion } from "framer-motion";
26
+ import { ChatElementDisplayLocationV3 } from "@envive-ai/react-hooks/application/models";
24
27
 
25
28
  //#region src/components/FloatingChat/FloatingChat.tsx
26
- const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTOM, salesAgentData, floatingChatConfig, lookAndFeelConfig, isCXButtonSwitchEnabled, isFloatingChatOpen, onClose, onToggleCXButton }) => {
29
+ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTOM, salesAgentData, floatingChatConfig, hardcopyContent, lookAndFeelConfig, isCXButtonSwitchEnabled, isFloatingChatOpen, onClose, onToggleCXButton }) => {
27
30
  const finalTheme = resolveTheme(theme);
28
31
  const [query, setQuery] = useState("");
29
32
  const chatMessagesRef = useRef(null);
30
- const { headerBackgroundColor, headerMode, welcomeMessageIconColor, showVerifiedBuyer, userQueryInputEnabled = true, showEnviveLogo, ignoreFirstModelResponse, neverShowSingleProductCards, welcomeMessageTitle, welcomeMessageText, chatFooterTextFieldPlaceholderText } = floatingChatConfig;
33
+ const { headerBackgroundColor, headerMode, welcomeMessageIconColor, showVerifiedBuyer, userQueryInputEnabled = true, showEnviveLogo, ignoreFirstModelResponse, neverShowSingleProductCards } = floatingChatConfig;
34
+ const { welcomeMessageTitle, welcomeMessageText, chatFooterTextFieldPlaceholderText, disclaimerText } = hardcopyContent?.values ?? {};
31
35
  const { agentName, chatHeaderLogoDarkSrc, chatHeaderLogoLightSrc } = lookAndFeelConfig;
32
- const { messages, isResponseStreaming, isPendingResponse, suggestions, onSuggestionClicked, onTypedMessageSubmitted } = salesAgentData;
36
+ const { messages, isResponseStreaming, isPendingResponse, suggestions, onSuggestionClicked, onTypedMessageSubmitted, onFormResponseSubmitted } = salesAgentData;
33
37
  const { answerSuggestions, generalSuggestions, showAnswerSuggestions, setAnswerSuggestions, setGeneralSuggestions } = useChatSuggestions({
34
38
  suggestions,
35
39
  isPendingResponse,
@@ -41,7 +45,8 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
41
45
  onClose();
42
46
  }
43
47
  };
44
- const { showScrollButton, scrollToBottom } = useScrollToBottom({
48
+ const { modalSheetControl, maxSwipeableViewHeight, isOpen, isMobile, snaps, initialSnap, shouldAutoExpand, currentSnapPercentage, handleSnapChange, animationKey, mobileHeaderHeight, shouldShowHeader, isFullView, isPartialView } = useSnapSetup({ isFloatingChatOpen });
49
+ const { showScrollButton, scrollToBottom, isFloatingLayout } = useScrollToBottom({
45
50
  messagesRef: chatMessagesRef,
46
51
  autoScrollDependencies: [
47
52
  messages,
@@ -50,9 +55,11 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
50
55
  answerSuggestions,
51
56
  generalSuggestions
52
57
  ],
53
- scrollThreshold: 30
58
+ scrollThreshold: 100,
59
+ useFloatingLayout: isMobile && isPartialView,
60
+ footerHeight: 160,
61
+ isOpen: isFloatingChatOpen
54
62
  });
55
- const { modalSheetControl, maxSwipeableViewHeight, isOpen, isMobile, snaps, initialSnap, shouldAutoExpand, currentSnapPercentage, handleSnapChange, animationKey, mobileHeaderHeight, shouldShowHeader, shouldShowScrolled, isFullView, isPartialView } = useSnapSetup({ isFloatingChatOpen });
56
63
  const { filteredMessages, hasFilteredMessages, handlePreviousDiscussions } = useFilteredChatMessages({
57
64
  messages,
58
65
  isMobile,
@@ -106,7 +113,7 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
106
113
  });
107
114
  const footer = /* @__PURE__ */ jsx(ChatFooter, {
108
115
  theme: finalTheme,
109
- isScrolled: isMobile ? shouldShowScrolled : false,
116
+ isScrolled: isMobile ? isFloatingLayout : false,
110
117
  onChange: setQuery,
111
118
  onSubmit: () => {
112
119
  onTypedMessageSubmitted({
@@ -120,7 +127,7 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
120
127
  promptSuggestions: isPendingResponse || isResponseStreaming || generalSuggestions.length === 0 ? ["Loading suggestions 1...", "Loading suggestions 2..."] : generalSuggestions,
121
128
  handleButtonClick: (buttonText) => {
122
129
  const suggestion = suggestions.find((s) => s.content === buttonText && !s.isAnswer);
123
- if (suggestion) onSuggestionClicked(suggestion);
130
+ if (suggestion) onSuggestionClicked(suggestion, ChatElementDisplayLocationV3.FLOATING_CHAT_PROMPT_BUTTON);
124
131
  setAnswerSuggestions([]);
125
132
  setGeneralSuggestions([]);
126
133
  },
@@ -147,7 +154,8 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
147
154
  ignoreFirstModelResponse,
148
155
  neverShowSingleProductCards,
149
156
  showVerifiedBuyer,
150
- isPartialView
157
+ isPartialView,
158
+ onFormResponseSubmitted
151
159
  });
152
160
  const answerSuggestionsComponent = /* @__PURE__ */ jsx(PromptCarousel, {
153
161
  className: "envive-tw-flex envive-tw-justify-end envive-tw-p-4 [&>div>div]:envive-tw-items-end",
@@ -157,7 +165,7 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
157
165
  promptButtonTexts: answerSuggestions,
158
166
  handleButtonClick: (buttonText) => {
159
167
  const suggestion = suggestions.find((s) => s.content === buttonText && s.isAnswer);
160
- if (suggestion) onSuggestionClicked(suggestion);
168
+ if (suggestion) onSuggestionClicked(suggestion, ChatElementDisplayLocationV3.FLOATING_CHAT_PROMPT_BUTTON);
161
169
  setAnswerSuggestions([]);
162
170
  setGeneralSuggestions([]);
163
171
  }
@@ -173,7 +181,8 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
173
181
  welcomeMessage,
174
182
  chatMessages,
175
183
  answerSuggestions: showAnswerSuggestions ? answerSuggestionsComponent : void 0,
176
- scrollToBottomButton: showScrollButton ? /* @__PURE__ */ jsx(FloatingChatComponents.ScrollToBottomButton, { onClick: scrollToBottom }) : void 0
184
+ scrollToBottomButton: showScrollButton ? /* @__PURE__ */ jsx(FloatingChatComponents.ScrollToBottomButton, { onClick: scrollToBottom }) : void 0,
185
+ disclaimer: disclaimerText && typeof disclaimerText === "string" ? /* @__PURE__ */ jsx(Disclaimer, { disclaimerMarkdown: disclaimerText }) : void 0
177
186
  });
178
187
  const mobileLayout = /* @__PURE__ */ jsx(FloatingChatComponents.Layout, {
179
188
  id,
@@ -186,7 +195,9 @@ const FloatingChat = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTO
186
195
  welcomeMessage,
187
196
  chatMessages,
188
197
  answerSuggestions: showAnswerSuggestions ? answerSuggestionsComponent : void 0,
189
- scrollToBottomButton: showScrollButton ? /* @__PURE__ */ jsx(FloatingChatComponents.ScrollToBottomButton, { onClick: scrollToBottom }) : void 0
198
+ scrollToBottomButton: showScrollButton ? /* @__PURE__ */ jsx(FloatingChatComponents.ScrollToBottomButton, { onClick: scrollToBottom }) : void 0,
199
+ disclaimer: disclaimerText && typeof disclaimerText === "string" ? /* @__PURE__ */ jsx(Disclaimer, { disclaimerMarkdown: disclaimerText }) : void 0,
200
+ isFloatingFooterLayout: isFloatingLayout
190
201
  });
191
202
  return isMobile ? /* @__PURE__ */ jsx(ModalSheet, {
192
203
  animationKey,
@@ -1,9 +1,10 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../tokens/theme/theme.cjs');
2
+ const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
3
  const require_resolveTheme = require('../../utils/resolveTheme.cjs');
4
4
  const require_index = require('../../Message/types/index.cjs');
5
5
  const require_Message = require('../../Message/Message.cjs');
6
6
  require('../../Message/index.cjs');
7
+ const require_react = require('../../node_modules/jotai/esm/react.cjs');
7
8
  const require_Form = require('../../Form/Form.cjs');
8
9
  require('../../Form/index.cjs');
9
10
  const require_ReviewCardsCarousel = require('./ReviewCardsCarousel.cjs');
@@ -13,9 +14,11 @@ const require_OrderLookupCardCarousel = require('./OrderLookupCardCarousel.cjs')
13
14
  const require_functions = require('../utils/functions.cjs');
14
15
  let react_jsx_runtime = require("react/jsx-runtime");
15
16
  let __envive_ai_react_hooks_application_models = require("@envive-ai/react-hooks/application/models");
17
+ let __envive_ai_react_hooks_atoms_chat = require("@envive-ai/react-hooks/atoms/chat");
16
18
 
17
19
  //#region src/components/FloatingChat/components/AgentMessage.tsx
18
- const AgentMessage = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, agentName, type, messages, hideAgentName = false, isResponseStreaming = false, neverShowSingleProductCards = false, showVerifiedBuyer = false, isPartialView }) => {
20
+ const AgentMessage = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, agentName, type, messages, hideAgentName = false, isResponseStreaming = false, neverShowSingleProductCards = false, showVerifiedBuyer = false, isPartialView, onFormResponseSubmitted }) => {
21
+ const handleFormSubmittedAtomFallback = require_react.useSetAtom(__envive_ai_react_hooks_atoms_chat.handleFormSubmittedAtom);
19
22
  const finalTheme = require_resolveTheme.resolveTheme(theme);
20
23
  if (new Set([
21
24
  __envive_ai_react_hooks_application_models.MessageType.Text,
@@ -30,11 +33,15 @@ const AgentMessage = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, agentName, ty
30
33
  }, msg.id);
31
34
  return null;
32
35
  });
33
- if (type === __envive_ai_react_hooks_application_models.MessageType.Review) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ReviewCardsCarousel.ReviewCardsCarousel, {
34
- reviews: require_functions.getCleanReviews(messages),
35
- theme: finalTheme,
36
- showVerifiedBuyer
37
- });
36
+ if (type === __envive_ai_react_hooks_application_models.MessageType.Review) {
37
+ const reviews = require_functions.getCleanReviews(messages);
38
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ReviewCardsCarousel.ReviewCardsCarousel, {
39
+ reviews,
40
+ theme: finalTheme,
41
+ showVerifiedBuyer,
42
+ hideNavigation: reviews.length === 1
43
+ });
44
+ }
38
45
  if (type === __envive_ai_react_hooks_application_models.MessageType.Product) {
39
46
  const products = require_functions.getCleanProducts(messages);
40
47
  if (products.length === 1 && neverShowSingleProductCards) return null;
@@ -46,29 +53,50 @@ const AgentMessage = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, agentName, ty
46
53
  isPartialView
47
54
  });
48
55
  }
49
- if (type === __envive_ai_react_hooks_application_models.MessageType.Page) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_DocumentRetrievalCardsCarousel.DocumentRetrievalCardsCarousel, {
50
- documents: require_functions.getCleanDocuments(messages),
51
- theme: finalTheme
52
- });
53
- if (type === __envive_ai_react_hooks_application_models.MessageType.Form) return messages.filter((msg) => msg.type === __envive_ai_react_hooks_application_models.MessageType.Form).map((msg) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Form.Form, {
54
- textFields: msg.metadata.fields.map((field) => ({
55
- label: field.title,
56
- isRequired: field.required,
57
- type: field.format === "email" ? "email" : "text"
58
- })),
59
- submitButton: {
60
- label: "Submit",
61
- ariaLabel: "Submit",
62
- isDisabled: false
63
- },
64
- onSubmit: (values) => {
65
- console.log("submitted", values);
66
- }
67
- }, msg.id));
68
- if (type === __envive_ai_react_hooks_application_models.MessageType.Order) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_OrderLookupCardCarousel.OrderLookupCardCarousel, {
69
- orders: require_functions.getCleanOrders(messages),
70
- theme: finalTheme
56
+ if (type === __envive_ai_react_hooks_application_models.MessageType.Page) {
57
+ const documents = require_functions.getCleanDocuments(messages);
58
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_DocumentRetrievalCardsCarousel.DocumentRetrievalCardsCarousel, {
59
+ hideNavigation: documents.length === 1,
60
+ documents,
61
+ theme: finalTheme
62
+ });
63
+ }
64
+ if (type === __envive_ai_react_hooks_application_models.MessageType.Form) return messages.filter((msg) => msg.type === __envive_ai_react_hooks_application_models.MessageType.Form).map((msg) => {
65
+ const { fields } = msg.metadata;
66
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Form.Form, {
67
+ textFields: fields.map((field) => ({
68
+ label: field.title,
69
+ isRequired: field.required,
70
+ type: field.format === "email" ? "email" : "text"
71
+ })),
72
+ submitButton: {
73
+ label: "Submit",
74
+ ariaLabel: "Submit",
75
+ isDisabled: false
76
+ },
77
+ onSubmit: (values) => {
78
+ const filledSchema = {};
79
+ fields.forEach((field, index) => {
80
+ filledSchema[field.key] = values[index]?.value ?? "";
81
+ });
82
+ const payload = {
83
+ filledSchema,
84
+ formResponseId: msg.id,
85
+ formType: msg.metadata.formType ?? "order_lookup"
86
+ };
87
+ if (onFormResponseSubmitted) onFormResponseSubmitted(payload);
88
+ else handleFormSubmittedAtomFallback(payload);
89
+ }
90
+ }, msg.id);
71
91
  });
92
+ if (type === __envive_ai_react_hooks_application_models.MessageType.Order) {
93
+ const orders = require_functions.getCleanOrders(messages);
94
+ if (!orders || orders.length === 0) return null;
95
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_OrderLookupCardCarousel.OrderLookupCardCarousel, {
96
+ orders,
97
+ theme: finalTheme
98
+ });
99
+ }
72
100
  return null;
73
101
  };
74
102
 
@@ -1,8 +1,9 @@
1
- import { Theme } from "../../tokens/theme/theme.js";
1
+ import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
2
  import { resolveTheme } from "../../utils/resolveTheme.js";
3
3
  import { MessageVariant } from "../../Message/types/index.js";
4
4
  import { Message } from "../../Message/Message.js";
5
5
  import "../../Message/index.js";
6
+ import { useSetAtom } from "../../node_modules/jotai/esm/react.js";
6
7
  import { Form } from "../../Form/Form.js";
7
8
  import "../../Form/index.js";
8
9
  import { ReviewCardsCarousel } from "./ReviewCardsCarousel.js";
@@ -12,9 +13,11 @@ import { OrderLookupCardCarousel } from "./OrderLookupCardCarousel.js";
12
13
  import { getCleanDocuments, getCleanOrders, getCleanProducts, getCleanReviews } from "../utils/functions.js";
13
14
  import { jsx } from "react/jsx-runtime";
14
15
  import { MessageType } from "@envive-ai/react-hooks/application/models";
16
+ import { handleFormSubmittedAtom } from "@envive-ai/react-hooks/atoms/chat";
15
17
 
16
18
  //#region src/components/FloatingChat/components/AgentMessage.tsx
17
- const AgentMessage = ({ theme = Theme.GLOBAL_CUSTOM, agentName, type, messages, hideAgentName = false, isResponseStreaming = false, neverShowSingleProductCards = false, showVerifiedBuyer = false, isPartialView }) => {
19
+ const AgentMessage = ({ theme = Theme.GLOBAL_CUSTOM, agentName, type, messages, hideAgentName = false, isResponseStreaming = false, neverShowSingleProductCards = false, showVerifiedBuyer = false, isPartialView, onFormResponseSubmitted }) => {
20
+ const handleFormSubmittedAtomFallback = useSetAtom(handleFormSubmittedAtom);
18
21
  const finalTheme = resolveTheme(theme);
19
22
  if (new Set([
20
23
  MessageType.Text,
@@ -29,11 +32,15 @@ const AgentMessage = ({ theme = Theme.GLOBAL_CUSTOM, agentName, type, messages,
29
32
  }, msg.id);
30
33
  return null;
31
34
  });
32
- if (type === MessageType.Review) return /* @__PURE__ */ jsx(ReviewCardsCarousel, {
33
- reviews: getCleanReviews(messages),
34
- theme: finalTheme,
35
- showVerifiedBuyer
36
- });
35
+ if (type === MessageType.Review) {
36
+ const reviews = getCleanReviews(messages);
37
+ return /* @__PURE__ */ jsx(ReviewCardsCarousel, {
38
+ reviews,
39
+ theme: finalTheme,
40
+ showVerifiedBuyer,
41
+ hideNavigation: reviews.length === 1
42
+ });
43
+ }
37
44
  if (type === MessageType.Product) {
38
45
  const products = getCleanProducts(messages);
39
46
  if (products.length === 1 && neverShowSingleProductCards) return null;
@@ -45,29 +52,50 @@ const AgentMessage = ({ theme = Theme.GLOBAL_CUSTOM, agentName, type, messages,
45
52
  isPartialView
46
53
  });
47
54
  }
48
- if (type === MessageType.Page) return /* @__PURE__ */ jsx(DocumentRetrievalCardsCarousel, {
49
- documents: getCleanDocuments(messages),
50
- theme: finalTheme
51
- });
52
- if (type === MessageType.Form) return messages.filter((msg) => msg.type === MessageType.Form).map((msg) => /* @__PURE__ */ jsx(Form, {
53
- textFields: msg.metadata.fields.map((field) => ({
54
- label: field.title,
55
- isRequired: field.required,
56
- type: field.format === "email" ? "email" : "text"
57
- })),
58
- submitButton: {
59
- label: "Submit",
60
- ariaLabel: "Submit",
61
- isDisabled: false
62
- },
63
- onSubmit: (values) => {
64
- console.log("submitted", values);
65
- }
66
- }, msg.id));
67
- if (type === MessageType.Order) return /* @__PURE__ */ jsx(OrderLookupCardCarousel, {
68
- orders: getCleanOrders(messages),
69
- theme: finalTheme
55
+ if (type === MessageType.Page) {
56
+ const documents = getCleanDocuments(messages);
57
+ return /* @__PURE__ */ jsx(DocumentRetrievalCardsCarousel, {
58
+ hideNavigation: documents.length === 1,
59
+ documents,
60
+ theme: finalTheme
61
+ });
62
+ }
63
+ if (type === MessageType.Form) return messages.filter((msg) => msg.type === MessageType.Form).map((msg) => {
64
+ const { fields } = msg.metadata;
65
+ return /* @__PURE__ */ jsx(Form, {
66
+ textFields: fields.map((field) => ({
67
+ label: field.title,
68
+ isRequired: field.required,
69
+ type: field.format === "email" ? "email" : "text"
70
+ })),
71
+ submitButton: {
72
+ label: "Submit",
73
+ ariaLabel: "Submit",
74
+ isDisabled: false
75
+ },
76
+ onSubmit: (values) => {
77
+ const filledSchema = {};
78
+ fields.forEach((field, index) => {
79
+ filledSchema[field.key] = values[index]?.value ?? "";
80
+ });
81
+ const payload = {
82
+ filledSchema,
83
+ formResponseId: msg.id,
84
+ formType: msg.metadata.formType ?? "order_lookup"
85
+ };
86
+ if (onFormResponseSubmitted) onFormResponseSubmitted(payload);
87
+ else handleFormSubmittedAtomFallback(payload);
88
+ }
89
+ }, msg.id);
70
90
  });
91
+ if (type === MessageType.Order) {
92
+ const orders = getCleanOrders(messages);
93
+ if (!orders || orders.length === 0) return null;
94
+ return /* @__PURE__ */ jsx(OrderLookupCardCarousel, {
95
+ orders,
96
+ theme: finalTheme
97
+ });
98
+ }
71
99
  return null;
72
100
  };
73
101
 
@@ -1,11 +1,11 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../tokens/theme/theme.cjs');
2
+ const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
+ const require_resolveTheme = require('../../utils/resolveTheme.cjs');
3
4
  const require_Stack = require('../../Stack/Stack.cjs');
4
5
  require('../../Stack/index.cjs');
5
6
  const require_index = require('../../Typography/types/index.cjs');
6
7
  const require_Typography = require('../../Typography/Typography.cjs');
7
8
  require('../../Typography/index.cjs');
8
- const require_resolveTheme = require('../../utils/resolveTheme.cjs');
9
9
  const require_index$1 = require('../../Message/types/index.cjs');
10
10
  const require_Message = require('../../Message/Message.cjs');
11
11
  require('../../Message/index.cjs');
@@ -13,29 +13,29 @@ const require_UserMessage = require('./UserMessage.cjs');
13
13
  const require_functions = require('../utils/functions.cjs');
14
14
  const require_AgentMessage = require('./AgentMessage.cjs');
15
15
  const require_MessageDivider = require('./MessageDivider.cjs');
16
- let react = require("react");
17
16
  let react_jsx_runtime = require("react/jsx-runtime");
17
+ let react = require("react");
18
18
  let classnames = require("classnames");
19
19
  classnames = require_rolldown_runtime.__toESM(classnames);
20
20
  let __envive_ai_react_hooks_application_models = require("@envive-ai/react-hooks/application/models");
21
21
 
22
22
  //#region src/components/FloatingChat/components/ChatMessages.tsx
23
- const ChatMessages = (0, react.forwardRef)(({ theme = require_theme.Theme.GLOBAL_CUSTOM, className, agentName, messages, hasFilteredMessages, handlePreviousDiscussions, isLoading, isResponseStreaming, ignoreFirstModelResponse, neverShowSingleProductCards, showVerifiedBuyer, isPartialView }, ref) => {
23
+ const ChatMessages = (0, react.forwardRef)(({ theme = require_theme.Theme.GLOBAL_CUSTOM, className, agentName, messages, hasFilteredMessages, handlePreviousDiscussions, isLoading, isResponseStreaming, ignoreFirstModelResponse, neverShowSingleProductCards, showVerifiedBuyer, isPartialView, onFormResponseSubmitted }, ref) => {
24
24
  const finalTheme = require_resolveTheme.resolveTheme(theme);
25
25
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
26
26
  ref,
27
27
  direction: "column",
28
- className: (0, classnames.default)("envive-tw-px-4", className),
28
+ className: (0, classnames.default)("envive-tw-pl-4 envive-tw-pr-4", className),
29
29
  gap: 4,
30
30
  children: [
31
31
  hasFilteredMessages && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
32
32
  type: "button",
33
- className: "envive-tw-w-full envive-tw-cursor-pointer envive-tw-px-4 envive-tw-py-2 envive-tw-text-center",
33
+ className: "envive-tw-w-full envive-tw-cursor-pointer envive-tw-text-left",
34
34
  onClick: handlePreviousDiscussions,
35
35
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Typography.Typography, {
36
36
  color: require_index.TypographyColor.TEXT_PRIMARY,
37
- variant: require_index.TypographyVariant.B3_RG,
38
- className: "hover:envive-tw-underline",
37
+ variant: require_index.TypographyVariant.B4_MD,
38
+ className: "envive-tw-underline hover:envive-tw-underline-offset-2",
39
39
  children: "View Previous Messages"
40
40
  })
41
41
  }),
@@ -68,7 +68,8 @@ const ChatMessages = (0, react.forwardRef)(({ theme = require_theme.Theme.GLOBAL
68
68
  isResponseStreaming: isResponseStreaming && isLastMessageTurn,
69
69
  neverShowSingleProductCards,
70
70
  showVerifiedBuyer,
71
- isPartialView
71
+ isPartialView,
72
+ onFormResponseSubmitted
72
73
  }, assistantMessageId);
73
74
  }
74
75
  return null;
@@ -1,10 +1,10 @@
1
- import { Theme } from "../../tokens/theme/theme.js";
1
+ import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
+ import { resolveTheme } from "../../utils/resolveTheme.js";
2
3
  import { Stack } from "../../Stack/Stack.js";
3
4
  import "../../Stack/index.js";
4
5
  import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
5
6
  import { Typography } from "../../Typography/Typography.js";
6
7
  import "../../Typography/index.js";
7
- import { resolveTheme } from "../../utils/resolveTheme.js";
8
8
  import { MessageVariant } from "../../Message/types/index.js";
9
9
  import { Message } from "../../Message/Message.js";
10
10
  import "../../Message/index.js";
@@ -12,28 +12,28 @@ import { UserMessage } from "./UserMessage.js";
12
12
  import { checkIfHideAgentName, getGroupableMessages } from "../utils/functions.js";
13
13
  import { AgentMessage } from "./AgentMessage.js";
14
14
  import { MessageDivider } from "./MessageDivider.js";
15
- import { forwardRef } from "react";
16
15
  import { jsx, jsxs } from "react/jsx-runtime";
16
+ import { forwardRef } from "react";
17
17
  import classNames from "classnames";
18
18
  import { MessageRole, MessageType } from "@envive-ai/react-hooks/application/models";
19
19
 
20
20
  //#region src/components/FloatingChat/components/ChatMessages.tsx
21
- const ChatMessages = forwardRef(({ theme = Theme.GLOBAL_CUSTOM, className, agentName, messages, hasFilteredMessages, handlePreviousDiscussions, isLoading, isResponseStreaming, ignoreFirstModelResponse, neverShowSingleProductCards, showVerifiedBuyer, isPartialView }, ref) => {
21
+ const ChatMessages = forwardRef(({ theme = Theme.GLOBAL_CUSTOM, className, agentName, messages, hasFilteredMessages, handlePreviousDiscussions, isLoading, isResponseStreaming, ignoreFirstModelResponse, neverShowSingleProductCards, showVerifiedBuyer, isPartialView, onFormResponseSubmitted }, ref) => {
22
22
  const finalTheme = resolveTheme(theme);
23
23
  return /* @__PURE__ */ jsxs(Stack, {
24
24
  ref,
25
25
  direction: "column",
26
- className: classNames("envive-tw-px-4", className),
26
+ className: classNames("envive-tw-pl-4 envive-tw-pr-4", className),
27
27
  gap: 4,
28
28
  children: [
29
29
  hasFilteredMessages && /* @__PURE__ */ jsx("button", {
30
30
  type: "button",
31
- className: "envive-tw-w-full envive-tw-cursor-pointer envive-tw-px-4 envive-tw-py-2 envive-tw-text-center",
31
+ className: "envive-tw-w-full envive-tw-cursor-pointer envive-tw-text-left",
32
32
  onClick: handlePreviousDiscussions,
33
33
  children: /* @__PURE__ */ jsx(Typography, {
34
34
  color: TypographyColor.TEXT_PRIMARY,
35
- variant: TypographyVariant.B3_RG,
36
- className: "hover:envive-tw-underline",
35
+ variant: TypographyVariant.B4_MD,
36
+ className: "envive-tw-underline hover:envive-tw-underline-offset-2",
37
37
  children: "View Previous Messages"
38
38
  })
39
39
  }),
@@ -66,7 +66,8 @@ const ChatMessages = forwardRef(({ theme = Theme.GLOBAL_CUSTOM, className, agent
66
66
  isResponseStreaming: isResponseStreaming && isLastMessageTurn,
67
67
  neverShowSingleProductCards,
68
68
  showVerifiedBuyer,
69
- isPartialView
69
+ isPartialView,
70
+ onFormResponseSubmitted
70
71
  }, assistantMessageId);
71
72
  }
72
73
  return null;
@@ -5,9 +5,10 @@ const require_DocumentRetrievalCard = require('../../DocumentRetrievalCard/Docum
5
5
  let react_jsx_runtime = require("react/jsx-runtime");
6
6
 
7
7
  //#region src/components/FloatingChat/components/DocumentRetrievalCardsCarousel.tsx
8
- const DocumentRetrievalCardsCarousel = ({ documents, theme }) => {
8
+ const DocumentRetrievalCardsCarousel = ({ documents, theme, hideNavigation = false }) => {
9
9
  const finalTheme = require_resolveTheme.resolveTheme(theme);
10
10
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Carousel.Carousel, {
11
+ hideNavigation,
11
12
  elements: documents.map((document) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_DocumentRetrievalCard.DocumentRetrievalCard, {
12
13
  title: document.title,
13
14
  description: document.description,
@@ -4,9 +4,10 @@ import { DocumentRetrievalCard } from "../../DocumentRetrievalCard/DocumentRetri
4
4
  import { jsx } from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/FloatingChat/components/DocumentRetrievalCardsCarousel.tsx
7
- const DocumentRetrievalCardsCarousel = ({ documents, theme }) => {
7
+ const DocumentRetrievalCardsCarousel = ({ documents, theme, hideNavigation = false }) => {
8
8
  const finalTheme = resolveTheme(theme);
9
9
  return /* @__PURE__ */ jsx(Carousel, {
10
+ hideNavigation,
10
11
  elements: documents.map((document) => /* @__PURE__ */ jsx(DocumentRetrievalCard, {
11
12
  title: document.title,
12
13
  description: document.description,
@@ -1,17 +1,17 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../tokens/theme/theme.cjs');
3
- const require_Stack = require('../../Stack/Stack.cjs');
4
- require('../../Stack/index.cjs');
2
+ const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
+ const require_resolveTheme = require('../../utils/resolveTheme.cjs');
5
4
  const require_Container = require('../../Container/Container.cjs');
6
5
  require('../../Container/index.cjs');
7
- const require_resolveTheme = require('../../utils/resolveTheme.cjs');
8
- let react = require("react");
6
+ const require_Stack = require('../../Stack/Stack.cjs');
7
+ require('../../Stack/index.cjs');
9
8
  let react_jsx_runtime = require("react/jsx-runtime");
9
+ let react = require("react");
10
10
  let classnames = require("classnames");
11
11
  classnames = require_rolldown_runtime.__toESM(classnames);
12
12
 
13
13
  //#region src/components/FloatingChat/components/Layout.tsx
14
- const Layout = ({ id, className, style, testId, theme = require_theme.Theme.GLOBAL_CUSTOM, header, footer, welcomeMessage, chatMessages, answerSuggestions, scrollToBottomButton }) => {
14
+ const Layout = ({ id, className, style, testId, theme = require_theme.Theme.GLOBAL_CUSTOM, header, footer, welcomeMessage, chatMessages, answerSuggestions, scrollToBottomButton, disclaimer, isFloatingFooterLayout = false }) => {
15
15
  const finalTheme = require_resolveTheme.resolveTheme(theme);
16
16
  const hasWelcomeMessage = (0, react.isValidElement)(welcomeMessage);
17
17
  const hasAnswerSuggestions = (0, react.isValidElement)(answerSuggestions);
@@ -29,25 +29,29 @@ const Layout = ({ id, className, style, testId, theme = require_theme.Theme.GLOB
29
29
  children: header
30
30
  }),
31
31
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
32
- className: "envive-tw-flex-1 envive-tw-overflow-y-auto envive-tw-overflow-x-hidden",
32
+ className: "envive-tw-flex-1 envive-tw-overflow-y-auto envive-tw-overflow-x-hidden envive-tw-transition-all envive-tw-duration-300 envive-tw-ease-in-out",
33
33
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
34
34
  className: "envive-tw-h-full",
35
35
  direction: "column",
36
36
  justify: "between",
37
- children: [welcomeMessage, /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
37
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
38
+ direction: "column",
39
+ gap: "0",
40
+ children: [welcomeMessage, disclaimer && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { children: disclaimer })]
41
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
38
42
  direction: "column",
39
43
  gap: "0",
40
- className: (0, classnames.default)((!hasWelcomeMessage || hasWelcomeMessage && finalTheme === require_theme.Theme.STANDARD) && "envive-tw-pt-4", !hasAnswerSuggestions && "envive-tw-pb-4"),
44
+ className: (0, classnames.default)((!hasWelcomeMessage || hasWelcomeMessage && finalTheme === require_theme.Theme.STANDARD) && "envive-tw-pt-4", !hasAnswerSuggestions && !isFloatingFooterLayout && "envive-tw-pb-4", isFloatingFooterLayout && "envive-tw-pb-[180px]"),
41
45
  children: [chatMessages, answerSuggestions]
42
46
  })]
43
47
  })
44
48
  }),
45
49
  footer && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
46
- className: "envive-tw-flex-shrink-0",
50
+ className: (0, classnames.default)("envive-tw-w-full envive-tw-transition-all envive-tw-duration-300 envive-tw-ease-in-out", isFloatingFooterLayout ? "envive-tw-absolute envive-tw-bottom-[0px] envive-tw-z-10" : "envive-tw-flex-shrink-0"),
47
51
  children: footer
48
52
  }),
49
53
  scrollToBottomButton && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
50
- className: "envive-tw-absolute envive-tw-bottom-[170px] envive-tw-right-4 envive-tw-z-10",
54
+ className: (0, classnames.default)("envive-tw-absolute envive-tw-right-4 envive-tw-z-10 envive-tw-transition-all envive-tw-duration-300 envive-tw-ease-in-out", isFloatingFooterLayout ? "envive-tw-bottom-[80px]" : "envive-tw-bottom-[170px]"),
51
55
  children: scrollToBottomButton
52
56
  })
53
57
  ]
@@ -1,15 +1,15 @@
1
- import { Theme } from "../../tokens/theme/theme.js";
2
- import { Stack } from "../../Stack/Stack.js";
3
- import "../../Stack/index.js";
1
+ import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
+ import { resolveTheme } from "../../utils/resolveTheme.js";
4
3
  import { Container } from "../../Container/Container.js";
5
4
  import "../../Container/index.js";
6
- import { resolveTheme } from "../../utils/resolveTheme.js";
7
- import { isValidElement } from "react";
5
+ import { Stack } from "../../Stack/Stack.js";
6
+ import "../../Stack/index.js";
8
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
+ import { isValidElement } from "react";
9
9
  import classNames from "classnames";
10
10
 
11
11
  //#region src/components/FloatingChat/components/Layout.tsx
12
- const Layout = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTOM, header, footer, welcomeMessage, chatMessages, answerSuggestions, scrollToBottomButton }) => {
12
+ const Layout = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTOM, header, footer, welcomeMessage, chatMessages, answerSuggestions, scrollToBottomButton, disclaimer, isFloatingFooterLayout = false }) => {
13
13
  const finalTheme = resolveTheme(theme);
14
14
  const hasWelcomeMessage = isValidElement(welcomeMessage);
15
15
  const hasAnswerSuggestions = isValidElement(answerSuggestions);
@@ -27,25 +27,29 @@ const Layout = ({ id, className, style, testId, theme = Theme.GLOBAL_CUSTOM, hea
27
27
  children: header
28
28
  }),
29
29
  /* @__PURE__ */ jsx("div", {
30
- className: "envive-tw-flex-1 envive-tw-overflow-y-auto envive-tw-overflow-x-hidden",
30
+ className: "envive-tw-flex-1 envive-tw-overflow-y-auto envive-tw-overflow-x-hidden envive-tw-transition-all envive-tw-duration-300 envive-tw-ease-in-out",
31
31
  children: /* @__PURE__ */ jsxs(Stack, {
32
32
  className: "envive-tw-h-full",
33
33
  direction: "column",
34
34
  justify: "between",
35
- children: [welcomeMessage, /* @__PURE__ */ jsxs(Stack, {
35
+ children: [/* @__PURE__ */ jsxs(Stack, {
36
+ direction: "column",
37
+ gap: "0",
38
+ children: [welcomeMessage, disclaimer && /* @__PURE__ */ jsx("div", { children: disclaimer })]
39
+ }), /* @__PURE__ */ jsxs(Stack, {
36
40
  direction: "column",
37
41
  gap: "0",
38
- className: classNames((!hasWelcomeMessage || hasWelcomeMessage && finalTheme === Theme.STANDARD) && "envive-tw-pt-4", !hasAnswerSuggestions && "envive-tw-pb-4"),
42
+ className: classNames((!hasWelcomeMessage || hasWelcomeMessage && finalTheme === Theme.STANDARD) && "envive-tw-pt-4", !hasAnswerSuggestions && !isFloatingFooterLayout && "envive-tw-pb-4", isFloatingFooterLayout && "envive-tw-pb-[180px]"),
39
43
  children: [chatMessages, answerSuggestions]
40
44
  })]
41
45
  })
42
46
  }),
43
47
  footer && /* @__PURE__ */ jsx("div", {
44
- className: "envive-tw-flex-shrink-0",
48
+ className: classNames("envive-tw-w-full envive-tw-transition-all envive-tw-duration-300 envive-tw-ease-in-out", isFloatingFooterLayout ? "envive-tw-absolute envive-tw-bottom-[0px] envive-tw-z-10" : "envive-tw-flex-shrink-0"),
45
49
  children: footer
46
50
  }),
47
51
  scrollToBottomButton && /* @__PURE__ */ jsx("div", {
48
- className: "envive-tw-absolute envive-tw-bottom-[170px] envive-tw-right-4 envive-tw-z-10",
52
+ className: classNames("envive-tw-absolute envive-tw-right-4 envive-tw-z-10 envive-tw-transition-all envive-tw-duration-300 envive-tw-ease-in-out", isFloatingFooterLayout ? "envive-tw-bottom-[80px]" : "envive-tw-bottom-[170px]"),
49
53
  children: scrollToBottomButton
50
54
  })
51
55
  ]