@envive-ai/react-toolkit-v3 0.3.5 → 0.3.7
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.
- package/dist/AnimatedText/AnimatedText.d.cts +3 -3
- package/dist/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.cjs +3 -3
- package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.js +3 -3
- package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.cjs +1 -1
- package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.js +1 -1
- package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.cjs +10 -10
- package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.js +10 -10
- package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.cjs +9 -9
- package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.js +9 -9
- package/dist/CSSVariablesEditor/utils/functions.cjs +2 -2
- package/dist/CSSVariablesEditor/utils/functions.js +2 -2
- package/dist/Carousel/Carousel.cjs +1 -1
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/Carousel/Carousel.js +1 -1
- package/dist/Carousel/components/ArrowIcon.cjs +3 -2
- package/dist/Carousel/components/ArrowIcon.js +2 -2
- package/dist/Carousel/hooks/useGetBadgeProperties.cjs +1 -1
- package/dist/Carousel/hooks/useGetBadgeProperties.js +1 -1
- package/dist/Carousel/types/types.d.cts +1 -1
- package/dist/Carousel/types/types.d.ts +1 -1
- package/dist/ChatFooter/ChatFooter.cjs +1 -1
- package/dist/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.js +1 -1
- package/dist/ChatFooter/components/EnviveLogo.cjs +3 -2
- package/dist/ChatFooter/components/EnviveLogo.js +2 -2
- package/dist/ChatFooter/components/Layout.d.cts +1 -1
- package/dist/ChatFooter/components/Layout.d.ts +1 -1
- package/dist/ChatFooter/components/PromptSuggestions.d.cts +1 -1
- package/dist/ChatFooter/components/PromptSuggestions.d.ts +1 -1
- package/dist/ChatFooter/components/index.d.cts +5 -5
- package/dist/ChatFooter/components/index.d.ts +5 -5
- package/dist/ChatFooter/hooks/useGetChatScrollProperties.cjs +1 -1
- package/dist/ChatFooter/hooks/useGetChatScrollProperties.js +1 -1
- package/dist/ChatFooter/hooks/useGetContainerProperties.cjs +3 -3
- package/dist/ChatFooter/hooks/useGetContainerProperties.js +3 -3
- package/dist/ChatFooter/types/types.d.cts +1 -1
- package/dist/ChatFooter/types/types.d.ts +1 -1
- package/dist/ChatHeader/ChatHeader.cjs +4 -3
- package/dist/ChatHeader/ChatHeader.d.cts +3 -2
- package/dist/ChatHeader/ChatHeader.d.ts +3 -2
- package/dist/ChatHeader/ChatHeader.js +4 -3
- package/dist/ChatHeader/components/CloseButton.cjs +10 -7
- package/dist/ChatHeader/components/CloseButton.js +7 -7
- package/dist/ChatHeader/components/Handle.cjs +27 -1
- package/dist/ChatHeader/components/Handle.js +27 -1
- package/dist/ChatHeader/components/Toggle.cjs +1 -1
- package/dist/ChatHeader/components/Toggle.js +1 -1
- package/dist/ChatHeader/hooks/useGetCloseButtonProperties.cjs +1 -1
- package/dist/ChatHeader/hooks/useGetCloseButtonProperties.js +1 -1
- package/dist/ChatHeader/hooks/useGetHandleProperties.cjs +1 -1
- package/dist/ChatHeader/hooks/useGetHandleProperties.js +1 -1
- package/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +2 -2
- package/dist/ChatHeader/hooks/useGetLayoutProperties.js +2 -2
- package/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +1 -1
- package/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +1 -1
- package/dist/ChatHeader/hooks/useGetToggleProperties.cjs +1 -1
- package/dist/ChatHeader/hooks/useGetToggleProperties.js +1 -1
- package/dist/ChatHeader/hooks/useToggleLogoSelector.cjs +1 -1
- package/dist/ChatHeader/hooks/useToggleLogoSelector.js +1 -1
- package/dist/ChatHeader/types/index.d.cts +4 -2
- package/dist/ChatHeader/types/index.d.ts +4 -2
- package/dist/ChatPreview/ChatPreview.cjs +1 -1
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreview/ChatPreview.js +1 -1
- package/dist/ChatPreview/types/types.d.cts +1 -1
- package/dist/ChatPreview/types/types.d.ts +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
- package/dist/ChatPreviewComparison/components/Headline.cjs +1 -1
- package/dist/ChatPreviewComparison/components/Headline.js +1 -1
- package/dist/ChatPreviewComparison/components/Layout.cjs +3 -3
- package/dist/ChatPreviewComparison/components/Layout.js +3 -3
- package/dist/ChatPreviewComparison/components/Message.cjs +1 -1
- package/dist/ChatPreviewComparison/components/Message.js +1 -1
- package/dist/ChatPreviewComparison/types/types.d.cts +1 -1
- package/dist/ChatPreviewComparison/types/types.d.ts +1 -1
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +174 -174
- package/dist/Container/Container.d.ts +174 -174
- package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +3 -2
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +2 -2
- package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.js +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.js +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.js +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.js +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.js +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.js +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.cjs +1 -1
- package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.js +1 -1
- package/dist/DocumentRetrievalCard/index.cjs +1 -1
- package/dist/DocumentRetrievalCard/index.d.cts +1 -1
- package/dist/DocumentRetrievalCard/index.d.ts +1 -1
- package/dist/DocumentRetrievalCard/index.js +1 -1
- package/dist/DocumentRetrievalCard/types/index.d.cts +1 -1
- package/dist/DocumentRetrievalCard/types/index.d.ts +1 -1
- package/dist/DocumentRetrievalCard/utils/functions.cjs +1 -1
- package/dist/DocumentRetrievalCard/utils/functions.js +1 -1
- package/dist/FloatingButton/FloatingButton.cjs +2 -1
- package/dist/FloatingButton/FloatingButton.d.cts +4 -3
- package/dist/FloatingButton/FloatingButton.d.ts +4 -3
- package/dist/FloatingButton/FloatingButton.js +2 -1
- package/dist/FloatingButton/components/Container.cjs +2 -2
- package/dist/FloatingButton/components/Container.js +2 -2
- package/dist/FloatingButton/components/Icon.cjs +3 -2
- package/dist/FloatingButton/components/Icon.js +2 -2
- package/dist/FloatingButton/hooks/useGetButtonProperties.cjs +1 -1
- package/dist/FloatingButton/hooks/useGetButtonProperties.js +1 -1
- package/dist/FloatingButton/hooks/useGetContainerProperties.cjs +2 -2
- package/dist/FloatingButton/hooks/useGetContainerProperties.js +2 -2
- package/dist/FloatingButton/types/types.cjs +4 -4
- package/dist/FloatingButton/types/types.d.cts +9 -5
- package/dist/FloatingButton/types/types.d.ts +9 -5
- package/dist/FloatingButton/types/types.js +4 -4
- package/dist/FloatingChat/FloatingChat.cjs +107 -40
- package/dist/FloatingChat/FloatingChat.d.cts +3 -2
- package/dist/FloatingChat/FloatingChat.d.ts +3 -2
- package/dist/FloatingChat/FloatingChat.js +109 -42
- package/dist/FloatingChat/components/AgentMessage.cjs +4 -3
- package/dist/FloatingChat/components/AgentMessage.js +4 -3
- package/dist/FloatingChat/components/ChatMessages.cjs +60 -42
- package/dist/FloatingChat/components/ChatMessages.js +59 -41
- package/dist/FloatingChat/components/Layout.cjs +3 -3
- package/dist/FloatingChat/components/Layout.js +3 -3
- package/dist/FloatingChat/components/ModalSheet.cjs +184 -0
- package/dist/FloatingChat/components/ModalSheet.js +182 -0
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +3 -2
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +3 -2
- package/dist/FloatingChat/components/ScrollToBottomButton.cjs +3 -2
- package/dist/FloatingChat/components/ScrollToBottomButton.js +2 -2
- package/dist/FloatingChat/components/index.cjs +1 -0
- package/dist/FloatingChat/components/index.js +1 -0
- package/dist/FloatingChat/hooks/useChatSuggestions.cjs +25 -0
- package/dist/FloatingChat/hooks/useChatSuggestions.js +24 -0
- package/dist/FloatingChat/hooks/useFilteredChatMessages.cjs +24 -0
- package/dist/FloatingChat/hooks/useFilteredChatMessages.js +23 -0
- package/dist/FloatingChat/hooks/usePreventScroll.cjs +117 -0
- package/dist/FloatingChat/hooks/usePreventScroll.js +116 -0
- package/dist/FloatingChat/hooks/useSnapCalculator.cjs +37 -0
- package/dist/FloatingChat/hooks/useSnapCalculator.js +35 -0
- package/dist/FloatingChat/hooks/useSnapControl.cjs +82 -0
- package/dist/FloatingChat/hooks/useSnapControl.js +81 -0
- package/dist/FloatingChat/hooks/useSnapSetup.cjs +59 -0
- package/dist/FloatingChat/hooks/useSnapSetup.js +58 -0
- package/dist/FloatingChat/types/types.d.cts +7 -3
- package/dist/FloatingChat/types/types.d.ts +7 -4
- package/dist/Image/Image.d.cts +2 -2
- package/dist/Image/Image.d.ts +2 -2
- package/dist/ImageGallery/ImageGallery.cjs +1 -1
- package/dist/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/ImageGallery/ImageGallery.js +1 -1
- package/dist/ImageGallery/components/Layout.cjs +1 -1
- package/dist/ImageGallery/components/Layout.js +1 -1
- package/dist/ImageGallery/types/types.d.cts +1 -1
- package/dist/ImageGallery/types/types.d.ts +1 -1
- package/dist/ImageGallery/utils/functions.cjs +1 -1
- package/dist/ImageGallery/utils/functions.js +1 -1
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/Message/components/LinkButton.cjs +3 -2
- package/dist/Message/components/LinkButton.js +2 -2
- package/dist/Message/hooks/useLatencyAnimation.cjs +19 -13
- package/dist/Message/hooks/useLatencyAnimation.js +13 -13
- package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
- package/dist/OrderLookupCard/hooks/useGetContainerProperties.cjs +1 -1
- package/dist/OrderLookupCard/hooks/useGetContainerProperties.js +1 -1
- package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.cjs +1 -1
- package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.js +1 -1
- package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.cjs +1 -1
- package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.js +1 -1
- package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.cjs +1 -1
- package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.js +1 -1
- package/dist/OrderLookupCard/types/index.d.cts +1 -1
- package/dist/OrderLookupCard/types/index.d.ts +1 -1
- package/dist/PromptButton/PromptButton.cjs +4 -3
- package/dist/PromptButton/PromptButton.d.cts +2 -2
- package/dist/PromptButton/PromptButton.d.ts +2 -2
- package/dist/PromptButton/PromptButton.js +3 -3
- package/dist/PromptButton/hooks/useGetIconColorsProperties.cjs +1 -1
- package/dist/PromptButton/hooks/useGetIconColorsProperties.js +1 -1
- package/dist/PromptButton/types/index.d.cts +1 -1
- package/dist/PromptButton/types/index.d.ts +1 -1
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.cjs +1 -1
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.js +1 -1
- package/dist/PromptButtonCarouselWithImage/types/types.d.cts +1 -1
- package/dist/PromptButtonCarouselWithImage/types/types.d.ts +1 -1
- package/dist/PromptCarousel/PromptCarousel.cjs +1 -2
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.js +1 -2
- package/dist/PromptCarousel/types/types.d.cts +1 -1
- package/dist/PromptCarousel/types/types.d.ts +1 -1
- package/dist/ReviewCard/ReviewCard.cjs +1 -1
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/ReviewCard/ReviewCard.js +1 -1
- package/dist/ReviewCard/components/Container.d.cts +1 -1
- package/dist/ReviewCard/components/Container.d.ts +1 -1
- package/dist/ReviewCard/components/Rating.d.cts +1 -1
- package/dist/ReviewCard/components/Rating.d.ts +1 -1
- package/dist/ReviewCard/components/ReadMoreButton.cjs +4 -3
- package/dist/ReviewCard/components/ReadMoreButton.d.cts +1 -1
- package/dist/ReviewCard/components/ReadMoreButton.d.ts +1 -1
- package/dist/ReviewCard/components/ReadMoreButton.js +3 -3
- package/dist/ReviewCard/components/StarIcon.cjs +3 -2
- package/dist/ReviewCard/components/StarIcon.js +2 -2
- package/dist/ReviewCard/components/VerifiedBuyer.cjs +3 -2
- package/dist/ReviewCard/components/VerifiedBuyer.js +2 -2
- package/dist/ReviewCard/components/index.d.cts +7 -7
- package/dist/ReviewCard/components/index.d.ts +7 -7
- package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
- package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.js +1 -1
- package/dist/ReviewCard/hooks/useGetBorderProperties.cjs +1 -1
- package/dist/ReviewCard/hooks/useGetBorderProperties.js +1 -1
- package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
- package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.js +1 -1
- package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.cjs +1 -1
- package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.js +1 -1
- package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.cjs +1 -1
- package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.js +1 -1
- package/dist/ReviewCard/hooks/useGetStarIconProperties.cjs +1 -1
- package/dist/ReviewCard/hooks/useGetStarIconProperties.js +1 -1
- package/dist/ReviewCard/types/types.d.cts +1 -1
- package/dist/ReviewCard/types/types.d.ts +1 -1
- package/dist/SalesAgentProductCard/SalesAgentProductCard.cjs +1 -1
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.js +1 -1
- package/dist/SalesAgentProductCard/components/Container.cjs +1 -1
- package/dist/SalesAgentProductCard/components/Container.d.cts +1 -1
- package/dist/SalesAgentProductCard/components/Container.d.ts +1 -1
- package/dist/SalesAgentProductCard/components/Container.js +1 -1
- package/dist/SalesAgentProductCard/components/ProductName.cjs +1 -1
- package/dist/SalesAgentProductCard/components/ProductName.d.cts +1 -1
- package/dist/SalesAgentProductCard/components/ProductName.d.ts +1 -1
- package/dist/SalesAgentProductCard/components/ProductName.js +1 -1
- package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
- package/dist/SalesAgentProductCard/components/Rate.d.cts +1 -1
- package/dist/SalesAgentProductCard/components/Rate.d.ts +1 -1
- package/dist/SalesAgentProductCard/components/Rate.js +1 -1
- package/dist/SalesAgentProductCard/components/StarIcon.cjs +3 -2
- package/dist/SalesAgentProductCard/components/StarIcon.js +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +9 -9
- package/dist/SalesAgentProductCard/components/index.d.ts +9 -9
- package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.cjs +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.js +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.cjs +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.js +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.cjs +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.js +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.cjs +1 -1
- package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.js +1 -1
- package/dist/SalesAgentProductCard/types/types.d.cts +1 -1
- package/dist/SalesAgentProductCard/types/types.d.ts +1 -1
- package/dist/SocialProof/SocialProof.cjs +10 -3
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/SocialProof.js +10 -3
- package/dist/SocialProof/components/Headline.cjs +1 -1
- package/dist/SocialProof/components/Headline.js +1 -1
- package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
- package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
- package/dist/SocialProof/components/Subheadline.cjs +1 -1
- package/dist/SocialProof/components/Subheadline.js +1 -1
- package/dist/SocialProof/components/Textfield.cjs +1 -1
- package/dist/SocialProof/components/Textfield.js +1 -1
- package/dist/SocialProof/hooks/index.cjs +1 -0
- package/dist/SocialProof/hooks/index.js +3 -0
- package/dist/SocialProof/hooks/useSocialProofCount.cjs +48 -0
- package/dist/SocialProof/hooks/useSocialProofCount.d.cts +15 -0
- package/dist/SocialProof/hooks/useSocialProofCount.d.ts +15 -0
- package/dist/SocialProof/hooks/useSocialProofCount.js +46 -0
- package/dist/SocialProof/index.cjs +5 -1
- package/dist/SocialProof/index.d.cts +3 -2
- package/dist/SocialProof/index.d.ts +3 -2
- package/dist/SocialProof/index.js +4 -2
- package/dist/SocialProof/types/types.cjs +8 -1
- package/dist/SocialProof/types/types.d.cts +17 -7
- package/dist/SocialProof/types/types.d.ts +17 -7
- package/dist/SocialProof/types/types.js +7 -1
- package/dist/SocialProof/utils/functions.cjs +1 -1
- package/dist/SocialProof/utils/functions.js +1 -1
- package/dist/Stack/Stack.d.cts +2 -2
- package/dist/Stack/Stack.d.ts +2 -2
- package/dist/TextField/TextField.cjs +1 -1
- package/dist/TextField/TextField.js +1 -1
- package/dist/TextField/hooks/useGetContainerProperties.cjs +1 -1
- package/dist/TextField/hooks/useGetContainerProperties.js +1 -1
- package/dist/TextField/types/index.d.cts +1 -1
- package/dist/TextField/types/index.d.ts +1 -1
- package/dist/TextField/utils/getInputClasses.cjs +1 -1
- package/dist/TextField/utils/getInputClasses.js +1 -1
- package/dist/TextField/utils/getSendIconElement.cjs +13 -9
- package/dist/TextField/utils/getSendIconElement.js +9 -9
- package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
- package/dist/TitledPromptCarousel/types/index.d.cts +1 -1
- package/dist/TitledPromptCarousel/types/index.d.ts +1 -1
- package/dist/Tokens/index.cjs +13 -13
- package/dist/Tokens/index.d.cts +13 -13
- package/dist/Tokens/index.d.ts +13 -13
- package/dist/Tokens/index.js +13 -13
- package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.js +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
- package/dist/TypingAnimation/types/index.d.cts +1 -1
- package/dist/TypingAnimation/types/index.d.ts +1 -1
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WelcomeMessage/WelcomeMessage.cjs +1 -1
- package/dist/WelcomeMessage/WelcomeMessage.js +1 -1
- package/dist/WelcomeMessage/components/SparkleIcon.cjs +3 -2
- package/dist/WelcomeMessage/components/SparkleIcon.js +2 -2
- package/dist/WelcomeMessage/hooks/useGetContainerProperties.cjs +1 -1
- package/dist/WelcomeMessage/hooks/useGetContainerProperties.js +1 -1
- package/dist/WelcomeMessage/types/types.cjs +1 -1
- package/dist/WelcomeMessage/types/types.d.cts +1 -1
- package/dist/WelcomeMessage/types/types.d.ts +1 -1
- package/dist/WelcomeMessage/types/types.js +1 -1
- package/dist/WidgetTextField/WidgetTextField.cjs +1 -1
- package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/WidgetTextField/WidgetTextField.js +1 -1
- package/dist/WidgetTextField/components/Icon.cjs +11 -8
- package/dist/WidgetTextField/components/Icon.js +8 -8
- package/dist/WidgetTextField/components/Skeleton.cjs +1 -1
- package/dist/WidgetTextField/components/Skeleton.js +1 -1
- package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +1 -1
- package/dist/WidgetTextField/hooks/useGetContainerProperties.js +1 -1
- package/dist/WidgetTextField/types/types.d.cts +1 -1
- package/dist/WidgetTextField/types/types.d.ts +1 -1
- package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/dist/utils/resolveTheme.cjs +1 -1
- package/dist/utils/resolveTheme.js +1 -1
- package/dist/utils/useCheckIsMobile.cjs +1 -1
- package/dist/utils/useCheckIsMobile.js +1 -1
- package/dist/utils/useResponsiveValue.cjs +1 -1
- package/dist/utils/useResponsiveValue.d.cts +1 -1
- package/dist/utils/useResponsiveValue.d.ts +1 -1
- package/dist/utils/useResponsiveValue.js +1 -1
- package/package.json +1 -1
- package/src/components/ChatFooter/hooks/useGetContainerProperties.ts +2 -2
- package/src/components/ChatHeader/ChatHeader.tsx +2 -0
- package/src/components/ChatHeader/components/Handle.tsx +29 -1
- package/src/components/ChatHeader/types/index.ts +3 -0
- package/src/components/FloatingButton/FloatingButton.tsx +2 -0
- package/src/components/FloatingButton/components/Container.tsx +3 -0
- package/src/components/FloatingButton/hooks/useGetContainerProperties.ts +2 -1
- package/src/components/FloatingButton/types/types.ts +9 -4
- package/src/components/FloatingChat/FloatingChat.tsx +160 -59
- package/src/components/FloatingChat/components/AgentMessage.tsx +3 -0
- package/src/components/FloatingChat/components/ChatMessages.tsx +25 -0
- package/src/components/FloatingChat/components/Layout.tsx +2 -2
- package/src/components/FloatingChat/components/ModalSheet.tsx +288 -0
- package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +7 -2
- package/src/components/FloatingChat/components/index.ts +3 -0
- package/src/components/FloatingChat/hooks/useChatSuggestions.ts +49 -0
- package/src/components/FloatingChat/hooks/useFilteredChatMessages.ts +43 -0
- package/src/components/FloatingChat/hooks/usePreventScroll.ts +207 -0
- package/src/components/FloatingChat/hooks/useSnapCalculator.ts +41 -0
- package/src/components/FloatingChat/hooks/useSnapControl.ts +131 -0
- package/src/components/FloatingChat/hooks/useSnapSetup.ts +106 -0
- package/src/components/FloatingChat/types/types.ts +4 -0
- package/src/components/PromptCarousel/PromptCarousel.tsx +0 -1
- package/src/components/SocialProof/SocialProof.tsx +8 -2
- package/src/components/SocialProof/__tests__/SocialProof.test.tsx +66 -17
- package/src/components/SocialProof/hooks/index.ts +2 -0
- package/src/components/SocialProof/hooks/useSocialProofCount.ts +67 -0
- package/src/components/SocialProof/index.ts +2 -1
- package/src/components/SocialProof/types/types.ts +18 -6
- package/dist/hooks/dist/application/models/api/response.d.cts +0 -63
- package/dist/hooks/dist/application/models/api/response.d.ts +0 -63
- package/dist/hooks/dist/application/models/api/responseGenerics.d.cts +0 -41
- package/dist/hooks/dist/application/models/api/responseGenerics.d.ts +0 -41
- package/dist/hooks/dist/application/models/api/suggestion.d.cts +0 -10
- package/dist/hooks/dist/application/models/api/suggestion.d.ts +0 -10
- package/dist/hooks/dist/application/models/api/userEvent.d.cts +0 -60
- package/dist/hooks/dist/application/models/api/userEvent.d.ts +0 -60
- package/dist/hooks/dist/application/models/message.d.cts +0 -108
- package/dist/hooks/dist/application/models/message.d.ts +0 -108
- package/dist/hooks/dist/application/models/utilityTypes/camelCase.d.cts +0 -71
- package/dist/hooks/dist/application/models/utilityTypes/camelCase.d.ts +0 -71
- package/dist/hooks/dist/application/models/utilityTypes/camelCasedPropertiesDeep.d.cts +0 -58
- package/dist/hooks/dist/application/models/utilityTypes/camelCasedPropertiesDeep.d.ts +0 -58
- package/dist/hooks/dist/application/models/utilityTypes/internal.d.cts +0 -22
- package/dist/hooks/dist/application/models/utilityTypes/internal.d.ts +0 -22
- package/dist/hooks/dist/application/models/utilityTypes/splitWords.d.cts +0 -31
- package/dist/hooks/dist/application/models/utilityTypes/splitWords.d.ts +0 -31
- package/dist/hooks/dist/application/models/utilityTypes/trim.d.cts +0 -30
- package/dist/hooks/dist/application/models/utilityTypes/trim.d.ts +0 -30
- package/dist/hooks/dist/application/models/utilityTypes/unknownArray.d.cts +0 -30
- package/dist/hooks/dist/application/models/utilityTypes/unknownArray.d.ts +0 -30
- package/dist/hooks/dist/contexts/salesAgentContext/chatAPI.d.cts +0 -23
- package/dist/hooks/dist/contexts/salesAgentContext/chatAPI.d.ts +0 -23
- package/dist/hooks/dist/contexts/salesAgentContext/index.d.ts +0 -3
- package/dist/hooks/dist/contexts/salesAgentContext/salesAgentContext.d.cts +0 -18
- package/dist/hooks/dist/contexts/salesAgentContext/salesAgentContext.d.ts +0 -18
- package/dist/hooks/dist/contexts/typesV3.d.cts +0 -81
- package/dist/hooks/dist/contexts/typesV3.d.ts +0 -81
- package/dist/icons/dist/ArrowUp.cjs +0 -28
- package/dist/icons/dist/ArrowUp.js +0 -28
- package/dist/icons/dist/Checkmark.cjs +0 -31
- package/dist/icons/dist/Checkmark.js +0 -31
- package/dist/icons/dist/ChevronDown.cjs +0 -23
- package/dist/icons/dist/ChevronDown.js +0 -23
- package/dist/icons/dist/Document.cjs +0 -18
- package/dist/icons/dist/Document.js +0 -18
- package/dist/icons/dist/EnviveWatermark.cjs +0 -39
- package/dist/icons/dist/EnviveWatermark.js +0 -39
- package/dist/icons/dist/FourPointStar.cjs +0 -22
- package/dist/icons/dist/FourPointStar.js +0 -22
- package/dist/icons/dist/IconCloseRounded.cjs +0 -21
- package/dist/icons/dist/IconCloseRounded.js +0 -21
- package/dist/icons/dist/IconCloseSharp.cjs +0 -30
- package/dist/icons/dist/IconCloseSharp.js +0 -30
- package/dist/icons/dist/IconCloseTransparent.cjs +0 -23
- package/dist/icons/dist/IconCloseTransparent.js +0 -23
- package/dist/icons/dist/LatencyIconEmptyStep.cjs +0 -17
- package/dist/icons/dist/LatencyIconEmptyStep.js +0 -17
- package/dist/icons/dist/LatencyIconStep1.cjs +0 -43
- package/dist/icons/dist/LatencyIconStep1.js +0 -43
- package/dist/icons/dist/LatencyIconStep2.cjs +0 -32
- package/dist/icons/dist/LatencyIconStep2.js +0 -32
- package/dist/icons/dist/LatencyIconStep3.cjs +0 -25
- package/dist/icons/dist/LatencyIconStep3.js +0 -25
- package/dist/icons/dist/LatencyIconStep4.cjs +0 -25
- package/dist/icons/dist/LatencyIconStep4.js +0 -25
- package/dist/icons/dist/LatencyIconStep5.cjs +0 -32
- package/dist/icons/dist/LatencyIconStep5.js +0 -32
- package/dist/icons/dist/Send.cjs +0 -21
- package/dist/icons/dist/Send.js +0 -21
- package/dist/icons/dist/SendMinimalist.cjs +0 -34
- package/dist/icons/dist/SendMinimalist.js +0 -34
- package/dist/icons/dist/SendModern.cjs +0 -43
- package/dist/icons/dist/SendModern.js +0 -43
- package/dist/icons/dist/SendStandard.cjs +0 -21
- package/dist/icons/dist/SendStandard.js +0 -21
- package/dist/icons/dist/Sparkles.cjs +0 -43
- package/dist/icons/dist/Sparkles.js +0 -43
- package/dist/icons/dist/Star.cjs +0 -23
- package/dist/icons/dist/Star.js +0 -23
- package/dist/icons/dist/VectorUpRight.cjs +0 -17
- package/dist/icons/dist/VectorUpRight.js +0 -17
- package/dist/icons/dist/_virtual/rolldown_runtime.cjs +0 -27
- package/dist/icons/dist/_virtual/rolldown_runtime.js +0 -25
- package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -696
- package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -696
- package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -43
- package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -43
- package/dist/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1528
- package/dist/icons/dist/node_modules/react/cjs/react.development.js +0 -1528
- package/dist/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -329
- package/dist/icons/dist/node_modules/react/cjs/react.production.min.js +0 -329
- package/dist/icons/dist/node_modules/react/index.cjs +0 -13
- package/dist/icons/dist/node_modules/react/index.js +0 -13
- package/dist/icons/dist/node_modules/react/jsx-runtime.cjs +0 -13
- package/dist/icons/dist/node_modules/react/jsx-runtime.js +0 -13
- /package/dist/{components-v3/src → src}/models/colorsConfig.cjs +0 -0
- /package/dist/{components-v3/src → src}/models/colorsConfig.d.cts +0 -0
- /package/dist/{components-v3/src → src}/models/colorsConfig.d.ts +0 -0
- /package/dist/{components-v3/src → src}/models/colorsConfig.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/colors/colors.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/colors/colors.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/colors/colors.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/colors/colors.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/montion/motion.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/montion/motion.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/montion/motion.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/montion/motion.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/radius/radius.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/radius/radius.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/radius/radius.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/radius/radius.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/spacing/spacing.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/spacing/spacing.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/spacing/spacing.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/spacing/spacing.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/theme/theme.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/theme/theme.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/theme/theme.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/theme/theme.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontSize.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontSize.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontSize.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontSize.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/typography.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/typography.d.cts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/typography.d.ts +0 -0
- /package/dist/{components-v3/tokens → tokens}/typography/typography.js +0 -0
- /package/dist/{components-v3/tokens → tokens}/utils.cjs +0 -0
- /package/dist/{components-v3/tokens → tokens}/utils.js +0 -0
|
@@ -4,7 +4,7 @@ const require_index = require('./components/index.cjs');
|
|
|
4
4
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
5
5
|
|
|
6
6
|
//#region src/components/FloatingButton/FloatingButton.tsx
|
|
7
|
-
const FloatingButton = ({ id, testId, className, style, customIcon, variant = require_types.FloatingButtonVariant.ATTACHED, mode, show, location, backgroundColor, hasInteractionHappened, onClick, ariaLabel }) => {
|
|
7
|
+
const FloatingButton = ({ id, testId, className, style, customIcon, variant = require_types.FloatingButtonVariant.ATTACHED, mode, show, location, backgroundColor, hasInteractionHappened, onClick, ariaLabel, previewMode = false }) => {
|
|
8
8
|
const button = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.FloatingButtonComponents.Button, {
|
|
9
9
|
variant,
|
|
10
10
|
mode,
|
|
@@ -26,6 +26,7 @@ const FloatingButton = ({ id, testId, className, style, customIcon, variant = re
|
|
|
26
26
|
hasInteractionHappened,
|
|
27
27
|
className,
|
|
28
28
|
style,
|
|
29
|
+
previewMode,
|
|
29
30
|
children: variant === require_types.FloatingButtonVariant.ATTACHED ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.FloatingButtonComponents.Wrapper, {
|
|
30
31
|
location,
|
|
31
32
|
children: button
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingButtonProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingButton/FloatingButton.d.ts
|
|
5
5
|
declare const FloatingButton: ({
|
|
@@ -15,7 +15,8 @@ declare const FloatingButton: ({
|
|
|
15
15
|
backgroundColor,
|
|
16
16
|
hasInteractionHappened,
|
|
17
17
|
onClick,
|
|
18
|
-
ariaLabel
|
|
19
|
-
|
|
18
|
+
ariaLabel,
|
|
19
|
+
previewMode
|
|
20
|
+
}: FloatingButtonProps) => react_jsx_runtime23.JSX.Element;
|
|
20
21
|
//#endregion
|
|
21
22
|
export { FloatingButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingButtonProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingButton/FloatingButton.d.ts
|
|
5
5
|
declare const FloatingButton: ({
|
|
@@ -15,7 +15,8 @@ declare const FloatingButton: ({
|
|
|
15
15
|
backgroundColor,
|
|
16
16
|
hasInteractionHappened,
|
|
17
17
|
onClick,
|
|
18
|
-
ariaLabel
|
|
19
|
-
|
|
18
|
+
ariaLabel,
|
|
19
|
+
previewMode
|
|
20
|
+
}: FloatingButtonProps) => react_jsx_runtime29.JSX.Element;
|
|
20
21
|
//#endregion
|
|
21
22
|
export { FloatingButton };
|
|
@@ -3,7 +3,7 @@ import { FloatingButtonComponents } from "./components/index.js";
|
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/FloatingButton/FloatingButton.tsx
|
|
6
|
-
const FloatingButton = ({ id, testId, className, style, customIcon, variant = FloatingButtonVariant.ATTACHED, mode, show, location, backgroundColor, hasInteractionHappened, onClick, ariaLabel }) => {
|
|
6
|
+
const FloatingButton = ({ id, testId, className, style, customIcon, variant = FloatingButtonVariant.ATTACHED, mode, show, location, backgroundColor, hasInteractionHappened, onClick, ariaLabel, previewMode = false }) => {
|
|
7
7
|
const button = /* @__PURE__ */ jsx(FloatingButtonComponents.Button, {
|
|
8
8
|
variant,
|
|
9
9
|
mode,
|
|
@@ -25,6 +25,7 @@ const FloatingButton = ({ id, testId, className, style, customIcon, variant = Fl
|
|
|
25
25
|
hasInteractionHappened,
|
|
26
26
|
className,
|
|
27
27
|
style,
|
|
28
|
+
previewMode,
|
|
28
29
|
children: variant === FloatingButtonVariant.ATTACHED ? /* @__PURE__ */ jsx(FloatingButtonComponents.Wrapper, {
|
|
29
30
|
location,
|
|
30
31
|
children: button
|
|
@@ -6,8 +6,8 @@ let classnames = require("classnames");
|
|
|
6
6
|
classnames = require_rolldown_runtime.__toESM(classnames);
|
|
7
7
|
|
|
8
8
|
//#region src/components/FloatingButton/components/Container.tsx
|
|
9
|
-
const Container = ({ location = require_types.FloatingButtonLocation.BOTTOM_RIGHT, show = require_types.FloatingButtonShow.ALWAYS, variant = require_types.FloatingButtonVariant.ATTACHED, hasInteractionHappened = false, children, id, testId, className = "", style }) => {
|
|
10
|
-
const { positionClasses, locationClasses, zIndexClass, shouldRender } = require_useGetContainerProperties.useGetContainerProperties(location, show, variant, hasInteractionHappened);
|
|
9
|
+
const Container = ({ location = require_types.FloatingButtonLocation.BOTTOM_RIGHT, show = require_types.FloatingButtonShow.ALWAYS, variant = require_types.FloatingButtonVariant.ATTACHED, hasInteractionHappened = false, children, id, testId, className = "", style, previewMode = false }) => {
|
|
10
|
+
const { positionClasses, locationClasses, zIndexClass, shouldRender } = require_useGetContainerProperties.useGetContainerProperties(location, show, variant, hasInteractionHappened, previewMode);
|
|
11
11
|
if (!shouldRender) return null;
|
|
12
12
|
const allClasses = (0, classnames.default)("envive-tw-group/floatingbutton", positionClasses, locationClasses, zIndexClass, "envive-tw-transition-all", "envive-tw-duration-300", "envive-tw-ease-in-out", className);
|
|
13
13
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
@@ -4,8 +4,8 @@ import { jsx } from "react/jsx-runtime";
|
|
|
4
4
|
import classNames from "classnames";
|
|
5
5
|
|
|
6
6
|
//#region src/components/FloatingButton/components/Container.tsx
|
|
7
|
-
const Container = ({ location = FloatingButtonLocation.BOTTOM_RIGHT, show = FloatingButtonShow.ALWAYS, variant = FloatingButtonVariant.ATTACHED, hasInteractionHappened = false, children, id, testId, className = "", style }) => {
|
|
8
|
-
const { positionClasses, locationClasses, zIndexClass, shouldRender } = useGetContainerProperties(location, show, variant, hasInteractionHappened);
|
|
7
|
+
const Container = ({ location = FloatingButtonLocation.BOTTOM_RIGHT, show = FloatingButtonShow.ALWAYS, variant = FloatingButtonVariant.ATTACHED, hasInteractionHappened = false, children, id, testId, className = "", style, previewMode = false }) => {
|
|
8
|
+
const { positionClasses, locationClasses, zIndexClass, shouldRender } = useGetContainerProperties(location, show, variant, hasInteractionHappened, previewMode);
|
|
9
9
|
if (!shouldRender) return null;
|
|
10
10
|
const allClasses = classNames("envive-tw-group/floatingbutton", positionClasses, locationClasses, zIndexClass, "envive-tw-transition-all", "envive-tw-duration-300", "envive-tw-ease-in-out", className);
|
|
11
11
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
const require_CustomIcon = require('../../utils/CustomIcon.cjs');
|
|
3
3
|
const require_types = require('../types/types.cjs');
|
|
4
|
-
const require_Sparkles = require('../../icons/dist/Sparkles.cjs');
|
|
5
4
|
const require_useGetIconProperties = require('../hooks/useGetIconProperties.cjs');
|
|
6
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
6
|
+
let __envive_ai_react_icons_Sparkles = require("@envive-ai/react-icons/Sparkles");
|
|
7
|
+
__envive_ai_react_icons_Sparkles = require_rolldown_runtime.__toESM(__envive_ai_react_icons_Sparkles);
|
|
7
8
|
|
|
8
9
|
//#region src/components/FloatingButton/components/Icon.tsx
|
|
9
10
|
const removeSvgWidthAndHeight = (svgString) => {
|
|
@@ -16,7 +17,7 @@ const Icon = ({ variant = require_types.FloatingButtonVariant.ATTACHED, mode = r
|
|
|
16
17
|
dangerouslySetInnerHTML: { __html: removeSvgWidthAndHeight(customIcon) }
|
|
17
18
|
});
|
|
18
19
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_CustomIcon.CustomIcon, {
|
|
19
|
-
IconComponent: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(
|
|
20
|
+
IconComponent: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_Sparkles.default, {}),
|
|
20
21
|
className: iconClasses
|
|
21
22
|
});
|
|
22
23
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CustomIcon } from "../../utils/CustomIcon.js";
|
|
2
2
|
import { FloatingButtonMode, FloatingButtonVariant } from "../types/types.js";
|
|
3
|
-
import { Sparkles_default } from "../../icons/dist/Sparkles.js";
|
|
4
3
|
import { useGetIconProperties } from "../hooks/useGetIconProperties.js";
|
|
5
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import Sparkles from "@envive-ai/react-icons/Sparkles";
|
|
6
6
|
|
|
7
7
|
//#region src/components/FloatingButton/components/Icon.tsx
|
|
8
8
|
const removeSvgWidthAndHeight = (svgString) => {
|
|
@@ -15,7 +15,7 @@ const Icon = ({ variant = FloatingButtonVariant.ATTACHED, mode = FloatingButtonM
|
|
|
15
15
|
dangerouslySetInnerHTML: { __html: removeSvgWidthAndHeight(customIcon) }
|
|
16
16
|
});
|
|
17
17
|
return /* @__PURE__ */ jsx(CustomIcon, {
|
|
18
|
-
IconComponent: /* @__PURE__ */ jsx(
|
|
18
|
+
IconComponent: /* @__PURE__ */ jsx(Sparkles, {}),
|
|
19
19
|
className: iconClasses
|
|
20
20
|
});
|
|
21
21
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_colorsConfig = require('../../
|
|
1
|
+
const require_colorsConfig = require('../../src/models/colorsConfig.cjs');
|
|
2
2
|
const require_types = require('../types/types.cjs');
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingButton/hooks/useGetButtonProperties.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { enviveColorVar } from "../../
|
|
1
|
+
import { enviveColorVar } from "../../src/models/colorsConfig.js";
|
|
2
2
|
import { FloatingButtonMode, FloatingButtonVariant } from "../types/types.js";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingButton/hooks/useGetButtonProperties.ts
|
|
@@ -4,8 +4,8 @@ const require_types = require('../types/types.cjs');
|
|
|
4
4
|
/**
|
|
5
5
|
* Hook to get container properties for positioning and visibility.
|
|
6
6
|
*/
|
|
7
|
-
const useGetContainerProperties = (location = require_types.FloatingButtonLocation.BOTTOM_RIGHT, show = require_types.FloatingButtonShow.ALWAYS, variant = require_types.FloatingButtonVariant.ATTACHED, hasInteractionHappened = false) => {
|
|
8
|
-
const positionClasses = "envive-tw-fixed";
|
|
7
|
+
const useGetContainerProperties = (location = require_types.FloatingButtonLocation.BOTTOM_RIGHT, show = require_types.FloatingButtonShow.ALWAYS, variant = require_types.FloatingButtonVariant.ATTACHED, hasInteractionHappened = false, previewMode = false) => {
|
|
8
|
+
const positionClasses = previewMode ? "envive-tw-absolute" : "envive-tw-fixed";
|
|
9
9
|
let locationClasses = "";
|
|
10
10
|
if (variant === require_types.FloatingButtonVariant.ATTACHED) switch (location) {
|
|
11
11
|
case require_types.FloatingButtonLocation.MIDDLE_RIGHT:
|
|
@@ -4,8 +4,8 @@ import { FloatingButtonLocation, FloatingButtonShow, FloatingButtonVariant } fro
|
|
|
4
4
|
/**
|
|
5
5
|
* Hook to get container properties for positioning and visibility.
|
|
6
6
|
*/
|
|
7
|
-
const useGetContainerProperties = (location = FloatingButtonLocation.BOTTOM_RIGHT, show = FloatingButtonShow.ALWAYS, variant = FloatingButtonVariant.ATTACHED, hasInteractionHappened = false) => {
|
|
8
|
-
const positionClasses = "envive-tw-fixed";
|
|
7
|
+
const useGetContainerProperties = (location = FloatingButtonLocation.BOTTOM_RIGHT, show = FloatingButtonShow.ALWAYS, variant = FloatingButtonVariant.ATTACHED, hasInteractionHappened = false, previewMode = false) => {
|
|
8
|
+
const positionClasses = previewMode ? "envive-tw-absolute" : "envive-tw-fixed";
|
|
9
9
|
let locationClasses = "";
|
|
10
10
|
if (variant === FloatingButtonVariant.ATTACHED) switch (location) {
|
|
11
11
|
case FloatingButtonLocation.MIDDLE_RIGHT:
|
|
@@ -31,10 +31,10 @@ let FloatingButtonShow = /* @__PURE__ */ function(FloatingButtonShow$1) {
|
|
|
31
31
|
* Determines the position of the button on the screen.
|
|
32
32
|
*/
|
|
33
33
|
let FloatingButtonLocation = /* @__PURE__ */ function(FloatingButtonLocation$1) {
|
|
34
|
-
FloatingButtonLocation$1["MIDDLE_RIGHT"] = "
|
|
35
|
-
FloatingButtonLocation$1["BOTTOM_RIGHT"] = "
|
|
36
|
-
FloatingButtonLocation$1["MIDDLE_LEFT"] = "
|
|
37
|
-
FloatingButtonLocation$1["BOTTOM_LEFT"] = "
|
|
34
|
+
FloatingButtonLocation$1["MIDDLE_RIGHT"] = "middle-right";
|
|
35
|
+
FloatingButtonLocation$1["BOTTOM_RIGHT"] = "bottom-right";
|
|
36
|
+
FloatingButtonLocation$1["MIDDLE_LEFT"] = "middle-left";
|
|
37
|
+
FloatingButtonLocation$1["BOTTOM_LEFT"] = "bottom-left";
|
|
38
38
|
return FloatingButtonLocation$1;
|
|
39
39
|
}({});
|
|
40
40
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColorNames } from "../../
|
|
1
|
+
import { ColorNames } from "../../src/models/colorsConfig.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/components/FloatingButton/types/types.d.ts
|
|
4
4
|
|
|
@@ -30,10 +30,10 @@ declare enum FloatingButtonShow {
|
|
|
30
30
|
* Determines the position of the button on the screen.
|
|
31
31
|
*/
|
|
32
32
|
declare enum FloatingButtonLocation {
|
|
33
|
-
MIDDLE_RIGHT = "
|
|
34
|
-
BOTTOM_RIGHT = "
|
|
35
|
-
MIDDLE_LEFT = "
|
|
36
|
-
BOTTOM_LEFT = "
|
|
33
|
+
MIDDLE_RIGHT = "middle-right",
|
|
34
|
+
BOTTOM_RIGHT = "bottom-right",
|
|
35
|
+
MIDDLE_LEFT = "middle-left",
|
|
36
|
+
BOTTOM_LEFT = "bottom-left",
|
|
37
37
|
}
|
|
38
38
|
type FloatingButtonBackgroundColor = Extract<ColorNames, 'background-primary' | 'background-secondary' | 'background-tertiary' | 'background-dark' | 'background-light'>;
|
|
39
39
|
/**
|
|
@@ -92,6 +92,10 @@ type FloatingButtonProps = {
|
|
|
92
92
|
* Accessible label for the button, used by screen readers.
|
|
93
93
|
*/
|
|
94
94
|
ariaLabel: string;
|
|
95
|
+
/**
|
|
96
|
+
* Preview mode: uses absolute positioning instead of fixed
|
|
97
|
+
*/
|
|
98
|
+
previewMode?: boolean;
|
|
95
99
|
};
|
|
96
100
|
//#endregion
|
|
97
101
|
export { FloatingButtonBackgroundColor, FloatingButtonLocation, FloatingButtonMode, FloatingButtonProps, FloatingButtonShow, FloatingButtonVariant };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColorNames } from "../../
|
|
1
|
+
import { ColorNames } from "../../src/models/colorsConfig.js";
|
|
2
2
|
|
|
3
3
|
//#region src/components/FloatingButton/types/types.d.ts
|
|
4
4
|
|
|
@@ -30,10 +30,10 @@ declare enum FloatingButtonShow {
|
|
|
30
30
|
* Determines the position of the button on the screen.
|
|
31
31
|
*/
|
|
32
32
|
declare enum FloatingButtonLocation {
|
|
33
|
-
MIDDLE_RIGHT = "
|
|
34
|
-
BOTTOM_RIGHT = "
|
|
35
|
-
MIDDLE_LEFT = "
|
|
36
|
-
BOTTOM_LEFT = "
|
|
33
|
+
MIDDLE_RIGHT = "middle-right",
|
|
34
|
+
BOTTOM_RIGHT = "bottom-right",
|
|
35
|
+
MIDDLE_LEFT = "middle-left",
|
|
36
|
+
BOTTOM_LEFT = "bottom-left",
|
|
37
37
|
}
|
|
38
38
|
type FloatingButtonBackgroundColor = Extract<ColorNames, 'background-primary' | 'background-secondary' | 'background-tertiary' | 'background-dark' | 'background-light'>;
|
|
39
39
|
/**
|
|
@@ -92,6 +92,10 @@ type FloatingButtonProps = {
|
|
|
92
92
|
* Accessible label for the button, used by screen readers.
|
|
93
93
|
*/
|
|
94
94
|
ariaLabel: string;
|
|
95
|
+
/**
|
|
96
|
+
* Preview mode: uses absolute positioning instead of fixed
|
|
97
|
+
*/
|
|
98
|
+
previewMode?: boolean;
|
|
95
99
|
};
|
|
96
100
|
//#endregion
|
|
97
101
|
export { FloatingButtonBackgroundColor, FloatingButtonLocation, FloatingButtonMode, FloatingButtonProps, FloatingButtonShow, FloatingButtonVariant };
|
|
@@ -30,10 +30,10 @@ let FloatingButtonShow = /* @__PURE__ */ function(FloatingButtonShow$1) {
|
|
|
30
30
|
* Determines the position of the button on the screen.
|
|
31
31
|
*/
|
|
32
32
|
let FloatingButtonLocation = /* @__PURE__ */ function(FloatingButtonLocation$1) {
|
|
33
|
-
FloatingButtonLocation$1["MIDDLE_RIGHT"] = "
|
|
34
|
-
FloatingButtonLocation$1["BOTTOM_RIGHT"] = "
|
|
35
|
-
FloatingButtonLocation$1["MIDDLE_LEFT"] = "
|
|
36
|
-
FloatingButtonLocation$1["BOTTOM_LEFT"] = "
|
|
33
|
+
FloatingButtonLocation$1["MIDDLE_RIGHT"] = "middle-right";
|
|
34
|
+
FloatingButtonLocation$1["BOTTOM_RIGHT"] = "bottom-right";
|
|
35
|
+
FloatingButtonLocation$1["MIDDLE_LEFT"] = "middle-left";
|
|
36
|
+
FloatingButtonLocation$1["BOTTOM_LEFT"] = "bottom-left";
|
|
37
37
|
return FloatingButtonLocation$1;
|
|
38
38
|
}({});
|
|
39
39
|
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_theme = require('../
|
|
3
|
-
const require_Stack = require('../Stack/Stack.cjs');
|
|
4
|
-
require('../Stack/index.cjs');
|
|
2
|
+
const require_theme = require('../tokens/theme/theme.cjs');
|
|
5
3
|
const require_resolveTheme = require('../utils/resolveTheme.cjs');
|
|
6
4
|
const require_PromptButton_types_index = require('../PromptButton/types/index.cjs');
|
|
7
5
|
require('../PromptButton/index.cjs');
|
|
@@ -13,29 +11,31 @@ require('../ChatFooter/index.cjs');
|
|
|
13
11
|
const require_index = require('../ChatHeader/types/index.cjs');
|
|
14
12
|
const require_ChatHeader = require('../ChatHeader/ChatHeader.cjs');
|
|
15
13
|
require('../ChatHeader/index.cjs');
|
|
14
|
+
const require_useSnapCalculator = require('./hooks/useSnapCalculator.cjs');
|
|
15
|
+
const require_ModalSheet = require('./components/ModalSheet.cjs');
|
|
16
16
|
const require_index$1 = require('./components/index.cjs');
|
|
17
17
|
const require_useScrollToBottom = require('./hooks/useScrollToBottom.cjs');
|
|
18
|
+
const require_useSnapSetup = require('./hooks/useSnapSetup.cjs');
|
|
19
|
+
const require_useChatSuggestions = require('./hooks/useChatSuggestions.cjs');
|
|
18
20
|
const require_WelcomeMessage = require('../WelcomeMessage/WelcomeMessage.cjs');
|
|
21
|
+
const require_useFilteredChatMessages = require('./hooks/useFilteredChatMessages.cjs');
|
|
19
22
|
let react = require("react");
|
|
20
23
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
24
|
+
let framer_motion = require("framer-motion");
|
|
21
25
|
|
|
22
26
|
//#region src/components/FloatingChat/FloatingChat.tsx
|
|
23
|
-
const FloatingChat = ({ id, className, style, testId, theme = require_theme.Theme.GLOBAL_CUSTOM, salesAgentData, floatingChatConfig, lookAndFeelConfig, isCXButtonSwitchEnabled, onClose, onToggleCXButton }) => {
|
|
27
|
+
const FloatingChat = ({ id, className, style, testId, theme = require_theme.Theme.GLOBAL_CUSTOM, salesAgentData, floatingChatConfig, lookAndFeelConfig, isCXButtonSwitchEnabled, isFloatingChatOpen, onClose, onToggleCXButton }) => {
|
|
24
28
|
const finalTheme = require_resolveTheme.resolveTheme(theme);
|
|
25
29
|
const [query, setQuery] = (0, react.useState)("");
|
|
26
30
|
const chatMessagesRef = (0, react.useRef)(null);
|
|
27
|
-
const { headerBackgroundColor, headerMode, welcomeMessageIconColor, showVerifiedBuyer, userQueryInputEnabled, showEnviveLogo, ignoreFirstModelResponse, neverShowSingleProductCards, welcomeMessageTitle, welcomeMessageText, chatFooterTextFieldPlaceholderText } = floatingChatConfig;
|
|
31
|
+
const { headerBackgroundColor, headerMode, welcomeMessageIconColor, showVerifiedBuyer, userQueryInputEnabled = true, showEnviveLogo, ignoreFirstModelResponse, neverShowSingleProductCards, welcomeMessageTitle, welcomeMessageText, chatFooterTextFieldPlaceholderText } = floatingChatConfig;
|
|
28
32
|
const { agentName, chatHeaderLogoDarkSrc, chatHeaderLogoLightSrc } = lookAndFeelConfig;
|
|
29
33
|
const { messages, isResponseStreaming, isPendingResponse, suggestions, onSuggestionClicked, onTypedMessageSubmitted } = salesAgentData;
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
setAnswerSuggestions(suggestions.filter((suggestion) => suggestion.isAnswer).map((suggestion) => suggestion.content));
|
|
36
|
-
setGeneralSuggestions(suggestions.filter((suggestion) => !suggestion.isAnswer).map((suggestion) => suggestion.content));
|
|
37
|
-
}
|
|
38
|
-
}, [suggestions]);
|
|
34
|
+
const { answerSuggestions, generalSuggestions, showAnswerSuggestions, setAnswerSuggestions, setGeneralSuggestions } = require_useChatSuggestions.useChatSuggestions({
|
|
35
|
+
suggestions,
|
|
36
|
+
isPendingResponse,
|
|
37
|
+
isResponseStreaming
|
|
38
|
+
});
|
|
39
39
|
const handleToggleCXButton = (item) => {
|
|
40
40
|
if (item === require_index.ChatHeaderOptions.LIVE_SUPPORT) {
|
|
41
41
|
onToggleCXButton?.();
|
|
@@ -53,6 +53,13 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
|
|
|
53
53
|
],
|
|
54
54
|
scrollThreshold: 30
|
|
55
55
|
});
|
|
56
|
+
const { modalSheetControl, maxSwipeableViewHeight, isOpen, isMobile, snaps, initialSnap, shouldAutoExpand, currentSnapPercentage, handleSnapChange, animationKey, mobileHeaderHeight, shouldShowHeader, shouldShowScrolled, isFullView, isPartialView } = require_useSnapSetup.useSnapSetup({ isFloatingChatOpen });
|
|
57
|
+
const { filteredMessages, hasFilteredMessages, handlePreviousDiscussions } = require_useFilteredChatMessages.useFilteredChatMessages({
|
|
58
|
+
messages,
|
|
59
|
+
isMobile,
|
|
60
|
+
currentSnapPercentage,
|
|
61
|
+
modalSheetControl
|
|
62
|
+
});
|
|
56
63
|
const header = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ChatHeader.ChatHeader, {
|
|
57
64
|
logoDark: chatHeaderLogoDarkSrc,
|
|
58
65
|
logoLight: chatHeaderLogoLightSrc,
|
|
@@ -67,32 +74,62 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
|
|
|
67
74
|
variant: headerMode,
|
|
68
75
|
headerBgColor: headerBackgroundColor
|
|
69
76
|
});
|
|
70
|
-
const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
77
|
+
const mobileHeader = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(framer_motion.motion.div, {
|
|
78
|
+
style: {
|
|
79
|
+
maxHeight: mobileHeaderHeight,
|
|
80
|
+
overflow: "hidden"
|
|
81
|
+
},
|
|
82
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ChatHeader.ChatHeader, {
|
|
83
|
+
logoDark: chatHeaderLogoDarkSrc,
|
|
84
|
+
logoLight: chatHeaderLogoLightSrc,
|
|
74
85
|
theme: finalTheme,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
promptSuggestions: isPendingResponse || isResponseStreaming || generalSuggestions.length === 0 ? ["Loading suggestions 1...", "Loading suggestions 2..."] : generalSuggestions,
|
|
84
|
-
handleButtonClick: (buttonText) => {
|
|
85
|
-
const suggestion = suggestions.find((s) => s.content === buttonText && !s.isAnswer);
|
|
86
|
-
if (suggestion) onSuggestionClicked(suggestion);
|
|
87
|
-
setAnswerSuggestions([]);
|
|
88
|
-
setGeneralSuggestions([]);
|
|
89
|
-
},
|
|
90
|
-
disabled: isPendingResponse || isResponseStreaming,
|
|
91
|
-
disabledInput: !userQueryInputEnabled,
|
|
92
|
-
isLoadingPromptSuggestions: isPendingResponse || isResponseStreaming || generalSuggestions.length === 0,
|
|
93
|
-
hideEnviveWatermark: !showEnviveLogo
|
|
86
|
+
variant: headerMode,
|
|
87
|
+
headerBgColor: headerBackgroundColor,
|
|
88
|
+
showLogo: true,
|
|
89
|
+
showCXToggle: isCXButtonSwitchEnabled,
|
|
90
|
+
centralizeCXToggle: true,
|
|
91
|
+
selectedOption: require_index.ChatHeaderOptions.ASSISTANT,
|
|
92
|
+
onToggle: handleToggleCXButton,
|
|
93
|
+
onClose
|
|
94
94
|
})
|
|
95
95
|
});
|
|
96
|
+
const handler = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ChatHeader.ChatHeader, {
|
|
97
|
+
theme: finalTheme,
|
|
98
|
+
variant: headerMode,
|
|
99
|
+
headerBgColor: headerBackgroundColor,
|
|
100
|
+
showHandle: true,
|
|
101
|
+
handleState: isFullView ? require_index.HandleState.OPEN : require_index.HandleState.CLOSED,
|
|
102
|
+
handleAnimationKey: animationKey,
|
|
103
|
+
showMainContent: false,
|
|
104
|
+
selectedOption: require_index.ChatHeaderOptions.ASSISTANT,
|
|
105
|
+
onToggle: handleToggleCXButton,
|
|
106
|
+
onClose
|
|
107
|
+
});
|
|
108
|
+
const footer = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ChatFooter.ChatFooter, {
|
|
109
|
+
theme: finalTheme,
|
|
110
|
+
isScrolled: isMobile ? shouldShowScrolled : false,
|
|
111
|
+
onChange: setQuery,
|
|
112
|
+
onSubmit: () => {
|
|
113
|
+
onTypedMessageSubmitted({
|
|
114
|
+
query,
|
|
115
|
+
userTyped: true
|
|
116
|
+
});
|
|
117
|
+
setAnswerSuggestions([]);
|
|
118
|
+
setGeneralSuggestions([]);
|
|
119
|
+
},
|
|
120
|
+
textFieldPlaceholderText: chatFooterTextFieldPlaceholderText,
|
|
121
|
+
promptSuggestions: isPendingResponse || isResponseStreaming || generalSuggestions.length === 0 ? ["Loading suggestions 1...", "Loading suggestions 2..."] : generalSuggestions,
|
|
122
|
+
handleButtonClick: (buttonText) => {
|
|
123
|
+
const suggestion = suggestions.find((s) => s.content === buttonText && !s.isAnswer);
|
|
124
|
+
if (suggestion) onSuggestionClicked(suggestion);
|
|
125
|
+
setAnswerSuggestions([]);
|
|
126
|
+
setGeneralSuggestions([]);
|
|
127
|
+
},
|
|
128
|
+
disabled: isPendingResponse || isResponseStreaming,
|
|
129
|
+
disabledInput: !userQueryInputEnabled,
|
|
130
|
+
isLoadingPromptSuggestions: isPendingResponse || isResponseStreaming || generalSuggestions.length === 0,
|
|
131
|
+
hideEnviveWatermark: !showEnviveLogo
|
|
132
|
+
});
|
|
96
133
|
const welcomeMessage = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_WelcomeMessage.WelcomeMessage, {
|
|
97
134
|
sparkleIconColor: welcomeMessageIconColor,
|
|
98
135
|
title: welcomeMessageTitle,
|
|
@@ -104,11 +141,14 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
|
|
|
104
141
|
ref: chatMessagesRef,
|
|
105
142
|
isLoading: isPendingResponse && !isResponseStreaming,
|
|
106
143
|
agentName,
|
|
107
|
-
messages,
|
|
144
|
+
messages: filteredMessages,
|
|
145
|
+
hasFilteredMessages,
|
|
146
|
+
handlePreviousDiscussions,
|
|
108
147
|
isResponseStreaming,
|
|
109
148
|
ignoreFirstModelResponse,
|
|
110
149
|
neverShowSingleProductCards,
|
|
111
|
-
showVerifiedBuyer
|
|
150
|
+
showVerifiedBuyer,
|
|
151
|
+
isPartialView
|
|
112
152
|
});
|
|
113
153
|
const answerSuggestionsComponent = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_PromptCarousel.PromptCarousel, {
|
|
114
154
|
className: "envive-tw-flex envive-tw-justify-end envive-tw-p-4 [&>div>div]:envive-tw-items-end",
|
|
@@ -123,7 +163,7 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
|
|
|
123
163
|
setGeneralSuggestions([]);
|
|
124
164
|
}
|
|
125
165
|
});
|
|
126
|
-
|
|
166
|
+
const desktopLayout = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index$1.FloatingChatComponents.Layout, {
|
|
127
167
|
id,
|
|
128
168
|
className,
|
|
129
169
|
style,
|
|
@@ -136,6 +176,33 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
|
|
|
136
176
|
answerSuggestions: showAnswerSuggestions ? answerSuggestionsComponent : void 0,
|
|
137
177
|
scrollToBottomButton: showScrollButton ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index$1.FloatingChatComponents.ScrollToBottomButton, { onClick: scrollToBottom }) : void 0
|
|
138
178
|
});
|
|
179
|
+
const mobileLayout = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index$1.FloatingChatComponents.Layout, {
|
|
180
|
+
id,
|
|
181
|
+
className,
|
|
182
|
+
style,
|
|
183
|
+
testId,
|
|
184
|
+
theme: finalTheme,
|
|
185
|
+
header: shouldShowHeader ? mobileHeader : void 0,
|
|
186
|
+
footer,
|
|
187
|
+
welcomeMessage,
|
|
188
|
+
chatMessages,
|
|
189
|
+
answerSuggestions: showAnswerSuggestions ? answerSuggestionsComponent : void 0,
|
|
190
|
+
scrollToBottomButton: showScrollButton ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index$1.FloatingChatComponents.ScrollToBottomButton, { onClick: scrollToBottom }) : void 0
|
|
191
|
+
});
|
|
192
|
+
return isMobile ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ModalSheet.ModalSheet, {
|
|
193
|
+
animationKey,
|
|
194
|
+
open: isOpen,
|
|
195
|
+
height: maxSwipeableViewHeight,
|
|
196
|
+
handler,
|
|
197
|
+
unit: require_useSnapCalculator.Unit.PERCENT,
|
|
198
|
+
snaps,
|
|
199
|
+
initSnap: initialSnap,
|
|
200
|
+
onSnap: handleSnapChange,
|
|
201
|
+
onClose,
|
|
202
|
+
controlRef: modalSheetControl,
|
|
203
|
+
disableDrag: shouldAutoExpand,
|
|
204
|
+
children: mobileLayout
|
|
205
|
+
}) : desktopLayout;
|
|
139
206
|
};
|
|
140
207
|
|
|
141
208
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingChatProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingChat/FloatingChat.d.ts
|
|
5
5
|
declare const FloatingChat: ({
|
|
@@ -12,8 +12,9 @@ declare const FloatingChat: ({
|
|
|
12
12
|
floatingChatConfig,
|
|
13
13
|
lookAndFeelConfig,
|
|
14
14
|
isCXButtonSwitchEnabled,
|
|
15
|
+
isFloatingChatOpen,
|
|
15
16
|
onClose,
|
|
16
17
|
onToggleCXButton
|
|
17
|
-
}: FloatingChatProps) =>
|
|
18
|
+
}: FloatingChatProps) => react_jsx_runtime28.JSX.Element;
|
|
18
19
|
//#endregion
|
|
19
20
|
export { FloatingChat };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingChatProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingChat/FloatingChat.d.ts
|
|
5
5
|
declare const FloatingChat: ({
|
|
@@ -12,8 +12,9 @@ declare const FloatingChat: ({
|
|
|
12
12
|
floatingChatConfig,
|
|
13
13
|
lookAndFeelConfig,
|
|
14
14
|
isCXButtonSwitchEnabled,
|
|
15
|
+
isFloatingChatOpen,
|
|
15
16
|
onClose,
|
|
16
17
|
onToggleCXButton
|
|
17
|
-
}: FloatingChatProps) =>
|
|
18
|
+
}: FloatingChatProps) => react_jsx_runtime23.JSX.Element;
|
|
18
19
|
//#endregion
|
|
19
20
|
export { FloatingChat };
|