@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
|
@@ -2,12 +2,15 @@ import '@testing-library/jest-dom';
|
|
|
2
2
|
import { beforeEach, describe, expect, it, vi } from 'vitest';
|
|
3
3
|
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
|
|
4
4
|
import { SocialProof } from '../SocialProof';
|
|
5
|
-
import { DynamicLayout } from '../types/types';
|
|
5
|
+
import { DynamicLayout, PageVariant } from '../types/types';
|
|
6
6
|
import { ImageGalleryLayout } from '../../ImageGallery/types/types';
|
|
7
7
|
import { PromptButtonVariant } from '../../PromptButton/types';
|
|
8
8
|
import { PromptCarouselRows } from '../../PromptCarousel/types/types';
|
|
9
9
|
import { WidgetWrapperVariant } from '../../WidgetWrapper/types/types';
|
|
10
10
|
import { Theme } from '../../Tokens';
|
|
11
|
+
import { SOCIAL_PROOF_COUNT_KEY } from '../hooks';
|
|
12
|
+
|
|
13
|
+
const COUNT_KEY_MOCK = 'test-social-proof';
|
|
11
14
|
|
|
12
15
|
const mockUseCheckIsMobile = vi.fn(() => ({ isMobile: false, viewportWidth: 1024 }));
|
|
13
16
|
vi.mock('../../utils/useCheckIsMobile', () => ({
|
|
@@ -26,12 +29,35 @@ vi.mock('src/components/utils/useGetContentSize', () => ({
|
|
|
26
29
|
}),
|
|
27
30
|
}));
|
|
28
31
|
|
|
32
|
+
const localStorageMock = (() => {
|
|
33
|
+
let store: Record<string, string> = {};
|
|
34
|
+
return {
|
|
35
|
+
getItem: (key: string) => store[key] || null,
|
|
36
|
+
setItem: (key: string, value: string) => {
|
|
37
|
+
store[key] = value.toString();
|
|
38
|
+
},
|
|
39
|
+
removeItem: (key: string) => {
|
|
40
|
+
delete store[key];
|
|
41
|
+
},
|
|
42
|
+
clear: () => {
|
|
43
|
+
store = {};
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
})();
|
|
47
|
+
|
|
48
|
+
Object.defineProperty(window, 'localStorage', {
|
|
49
|
+
value: localStorageMock,
|
|
50
|
+
});
|
|
51
|
+
|
|
29
52
|
describe('SocialProof', () => {
|
|
30
53
|
const defaultProps = {
|
|
31
|
-
baseProps: {
|
|
54
|
+
baseProps: {
|
|
55
|
+
id: 'test-social-proof',
|
|
56
|
+
pageVariant: PageVariant.PageVisit,
|
|
57
|
+
countKey: COUNT_KEY_MOCK,
|
|
58
|
+
},
|
|
32
59
|
widgetContentProps: {
|
|
33
60
|
titleLabel: 'Shopping Assistant',
|
|
34
|
-
numberOfCustomersText: '114 customers',
|
|
35
61
|
customerQueryText: 'asked which products are best for gifting...',
|
|
36
62
|
primaryButtonText: 'This is a prompt button',
|
|
37
63
|
secondaryButtonTitleText: 'What else are customers asking?',
|
|
@@ -61,14 +87,37 @@ describe('SocialProof', () => {
|
|
|
61
87
|
beforeEach(() => {
|
|
62
88
|
vi.clearAllMocks();
|
|
63
89
|
mockUseCheckIsMobile.mockReturnValue({ isMobile: false, viewportWidth: 1024 });
|
|
90
|
+
localStorageMock.clear();
|
|
64
91
|
});
|
|
65
92
|
|
|
66
93
|
describe('Basic rendering', () => {
|
|
67
|
-
it('should render with default props', () => {
|
|
94
|
+
it('should render with default props', async () => {
|
|
68
95
|
render(<SocialProof {...defaultProps} />);
|
|
69
|
-
|
|
96
|
+
// Customer count should be between 100-200 and formatted as "{number} customers"
|
|
97
|
+
const customerCountText = screen.getByText(/\d+ customers/);
|
|
98
|
+
expect(customerCountText).toBeInTheDocument();
|
|
99
|
+
const match = customerCountText.textContent?.match(/(\d+)/);
|
|
100
|
+
if (match) {
|
|
101
|
+
const count = parseInt(match[1], 10);
|
|
102
|
+
expect(count).toBeGreaterThanOrEqual(100);
|
|
103
|
+
expect(count).toBeLessThanOrEqual(200);
|
|
104
|
+
}
|
|
70
105
|
expect(screen.getByText('asked which products are best for gifting...')).toBeInTheDocument();
|
|
71
106
|
expect(screen.getByText('This is a prompt button')).toBeInTheDocument();
|
|
107
|
+
|
|
108
|
+
// Verify persistence of customer count in localStorage:
|
|
109
|
+
await waitFor(() => {
|
|
110
|
+
const storedData = localStorageMock.getItem(SOCIAL_PROOF_COUNT_KEY);
|
|
111
|
+
expect(storedData).not.toBeNull();
|
|
112
|
+
if (storedData) {
|
|
113
|
+
const customerCountMap = JSON.parse(storedData);
|
|
114
|
+
expect(customerCountMap).toHaveProperty(PageVariant.PageVisit);
|
|
115
|
+
expect(customerCountMap[PageVariant.PageVisit]).toHaveProperty(COUNT_KEY_MOCK);
|
|
116
|
+
const storedCount = customerCountMap[PageVariant.PageVisit][COUNT_KEY_MOCK];
|
|
117
|
+
expect(storedCount).toBeGreaterThanOrEqual(100);
|
|
118
|
+
expect(storedCount).toBeLessThanOrEqual(200);
|
|
119
|
+
}
|
|
120
|
+
});
|
|
72
121
|
});
|
|
73
122
|
|
|
74
123
|
it('should apply id attribute when provided', () => {
|
|
@@ -124,7 +173,7 @@ describe('SocialProof', () => {
|
|
|
124
173
|
widgetStyleProps={{ imageGalleryLayout: ImageGalleryLayout.FOUR_GRID }}
|
|
125
174
|
/>,
|
|
126
175
|
);
|
|
127
|
-
expect(screen.getByText(
|
|
176
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
128
177
|
expect(screen.getByText('This is a prompt button')).toBeInTheDocument();
|
|
129
178
|
});
|
|
130
179
|
|
|
@@ -135,7 +184,7 @@ describe('SocialProof', () => {
|
|
|
135
184
|
widgetStyleProps={{ imageGalleryLayout: ImageGalleryLayout.FOUR_HORIZONTAL }}
|
|
136
185
|
/>,
|
|
137
186
|
);
|
|
138
|
-
expect(screen.getByText(
|
|
187
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
139
188
|
expect(screen.getByText('This is a prompt button')).toBeInTheDocument();
|
|
140
189
|
});
|
|
141
190
|
|
|
@@ -146,7 +195,7 @@ describe('SocialProof', () => {
|
|
|
146
195
|
widgetStyleProps={{ imageGalleryLayout: ImageGalleryLayout.SINGLE }}
|
|
147
196
|
/>,
|
|
148
197
|
);
|
|
149
|
-
expect(screen.getByText(
|
|
198
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
150
199
|
expect(screen.getByText('This is a prompt button')).toBeInTheDocument();
|
|
151
200
|
});
|
|
152
201
|
|
|
@@ -158,7 +207,7 @@ describe('SocialProof', () => {
|
|
|
158
207
|
widgetStyleProps={{ imageGalleryLayout: ImageGalleryLayout.FOUR_GRID }}
|
|
159
208
|
/>,
|
|
160
209
|
);
|
|
161
|
-
expect(screen.getByText(
|
|
210
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
162
211
|
expect(screen.getByText('This is a prompt button')).toBeInTheDocument();
|
|
163
212
|
});
|
|
164
213
|
|
|
@@ -172,7 +221,7 @@ describe('SocialProof', () => {
|
|
|
172
221
|
}}
|
|
173
222
|
/>,
|
|
174
223
|
);
|
|
175
|
-
expect(screen.getByText(
|
|
224
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
176
225
|
expect(screen.getByText('This is a prompt button')).toBeInTheDocument();
|
|
177
226
|
});
|
|
178
227
|
});
|
|
@@ -199,7 +248,7 @@ describe('SocialProof', () => {
|
|
|
199
248
|
widgetStyleProps={{ hideImage: false, imageGalleryLayout: ImageGalleryLayout.FOUR_GRID }}
|
|
200
249
|
/>,
|
|
201
250
|
);
|
|
202
|
-
expect(screen.getByText(
|
|
251
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
203
252
|
});
|
|
204
253
|
|
|
205
254
|
it('should hide textfield when hideTextField is true', () => {
|
|
@@ -311,7 +360,7 @@ describe('SocialProof', () => {
|
|
|
311
360
|
widgetStyleProps={{ theme, imageGalleryLayout: ImageGalleryLayout.FOUR_GRID }}
|
|
312
361
|
/>,
|
|
313
362
|
);
|
|
314
|
-
expect(screen.getByText(
|
|
363
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
315
364
|
unmount();
|
|
316
365
|
});
|
|
317
366
|
});
|
|
@@ -331,7 +380,7 @@ describe('SocialProof', () => {
|
|
|
331
380
|
widgetStyleProps={{ variant, imageGalleryLayout: ImageGalleryLayout.FOUR_GRID }}
|
|
332
381
|
/>,
|
|
333
382
|
);
|
|
334
|
-
expect(screen.getByText(
|
|
383
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
335
384
|
unmount();
|
|
336
385
|
});
|
|
337
386
|
});
|
|
@@ -416,7 +465,7 @@ describe('SocialProof', () => {
|
|
|
416
465
|
}}
|
|
417
466
|
/>,
|
|
418
467
|
);
|
|
419
|
-
expect(screen.getByText(
|
|
468
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
420
469
|
});
|
|
421
470
|
|
|
422
471
|
it('should render with dynamicLayout WIDE', () => {
|
|
@@ -429,7 +478,7 @@ describe('SocialProof', () => {
|
|
|
429
478
|
}}
|
|
430
479
|
/>,
|
|
431
480
|
);
|
|
432
|
-
expect(screen.getByText(
|
|
481
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
433
482
|
});
|
|
434
483
|
});
|
|
435
484
|
|
|
@@ -450,7 +499,7 @@ describe('SocialProof', () => {
|
|
|
450
499
|
widgetEventProps={{ handleTextFieldClick: vi.fn() }}
|
|
451
500
|
/>,
|
|
452
501
|
);
|
|
453
|
-
expect(screen.getByText(
|
|
502
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
454
503
|
});
|
|
455
504
|
|
|
456
505
|
it('should render with empty secondaryButtonTexts array', () => {
|
|
@@ -463,7 +512,7 @@ describe('SocialProof', () => {
|
|
|
463
512
|
}}
|
|
464
513
|
/>,
|
|
465
514
|
);
|
|
466
|
-
expect(screen.getByText(
|
|
515
|
+
expect(screen.getByText(/\d+ customers/)).toBeInTheDocument();
|
|
467
516
|
});
|
|
468
517
|
});
|
|
469
518
|
});
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import { PageVariant } from '../types/types';
|
|
3
|
+
|
|
4
|
+
const RANDOM_NUMBER_MIN = 100;
|
|
5
|
+
const RANDOM_NUMBER_MAX = 200;
|
|
6
|
+
export const SOCIAL_PROOF_COUNT_KEY = 'v3_social_proof_values';
|
|
7
|
+
|
|
8
|
+
type SocialProofCount = Record<string, Record<string, number>>;
|
|
9
|
+
|
|
10
|
+
interface UseSocialProofCountParams {
|
|
11
|
+
pageVariant?: PageVariant;
|
|
12
|
+
countKey?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export const useSocialProofCount = ({
|
|
17
|
+
pageVariant,
|
|
18
|
+
countKey,
|
|
19
|
+
id,
|
|
20
|
+
}: UseSocialProofCountParams): string => {
|
|
21
|
+
const [customerCount, setCustomerCount] = useState<number>(() =>
|
|
22
|
+
Math.floor(Math.random() * (RANDOM_NUMBER_MAX - RANDOM_NUMBER_MIN + 1) + RANDOM_NUMBER_MIN),
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
useEffect(() => {
|
|
26
|
+
const variant = pageVariant || PageVariant.PageVisit;
|
|
27
|
+
const key = countKey || id || 'default';
|
|
28
|
+
|
|
29
|
+
try {
|
|
30
|
+
const storedData = localStorage.getItem(SOCIAL_PROOF_COUNT_KEY);
|
|
31
|
+
let customerCountMap: SocialProofCount = {};
|
|
32
|
+
|
|
33
|
+
if (storedData) {
|
|
34
|
+
try {
|
|
35
|
+
customerCountMap = JSON.parse(storedData) as SocialProofCount;
|
|
36
|
+
} catch (parseError) {
|
|
37
|
+
console.warn('Failed to parse social proof count from localStorage:', parseError);
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
if (customerCountMap[variant]?.[key]) {
|
|
43
|
+
setCustomerCount(customerCountMap[variant][key]);
|
|
44
|
+
} else {
|
|
45
|
+
const randomCount = Math.floor(
|
|
46
|
+
Math.random() * (RANDOM_NUMBER_MAX - RANDOM_NUMBER_MIN + 1) + RANDOM_NUMBER_MIN,
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
if (!customerCountMap[variant]) {
|
|
50
|
+
customerCountMap[variant] = {};
|
|
51
|
+
}
|
|
52
|
+
customerCountMap[variant][key] = randomCount;
|
|
53
|
+
|
|
54
|
+
try {
|
|
55
|
+
localStorage.setItem(SOCIAL_PROOF_COUNT_KEY, JSON.stringify(customerCountMap));
|
|
56
|
+
setCustomerCount(randomCount);
|
|
57
|
+
} catch (storageError) {
|
|
58
|
+
console.warn('Failed to save social proof count to localStorage:', storageError);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
} catch (error) {
|
|
62
|
+
console.warn('Error managing social proof count:', error);
|
|
63
|
+
}
|
|
64
|
+
}, [pageVariant, countKey, id]);
|
|
65
|
+
|
|
66
|
+
return `${customerCount} customers`;
|
|
67
|
+
};
|
|
@@ -9,6 +9,12 @@ export enum DynamicLayout {
|
|
|
9
9
|
WIDE = 'wide',
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
export enum PageVariant {
|
|
13
|
+
PLP = 'PLP',
|
|
14
|
+
PDP = 'PDP',
|
|
15
|
+
PageVisit = 'PageVisit',
|
|
16
|
+
}
|
|
17
|
+
|
|
12
18
|
/**
|
|
13
19
|
* Base props for the SocialProof component container.
|
|
14
20
|
*
|
|
@@ -34,6 +40,18 @@ export type BaseProps = {
|
|
|
34
40
|
* Inline styles to apply to the container.
|
|
35
41
|
*/
|
|
36
42
|
style?: React.CSSProperties;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Page variant for localStorage persistence of customer counts (PLP, PDP, or PageVisit).
|
|
46
|
+
*/
|
|
47
|
+
pageVariant?: PageVariant;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Specific identifier for the pageVariant (e.g., productId for PDP, plpId for PLP, category for PageVisit).
|
|
51
|
+
* Used as the key for localStorage persistence.
|
|
52
|
+
* Falls back to the `id` prop if not provided.
|
|
53
|
+
*/
|
|
54
|
+
countKey?: string;
|
|
37
55
|
};
|
|
38
56
|
|
|
39
57
|
/**
|
|
@@ -53,12 +71,6 @@ export type WidgetContentProps = {
|
|
|
53
71
|
*/
|
|
54
72
|
titleLabel: string;
|
|
55
73
|
|
|
56
|
-
/**
|
|
57
|
-
* Text displaying the number of customers (e.g., "114 customers").
|
|
58
|
-
* Displayed in the headline section.
|
|
59
|
-
*/
|
|
60
|
-
numberOfCustomersText?: string;
|
|
61
|
-
|
|
62
74
|
/**
|
|
63
75
|
* Text displaying what customers asked (e.g., "asked which products are best for gifting...").
|
|
64
76
|
* Displayed in the headline section alongside the customer count.
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { CamelCasedPropertiesDeep } from "../utilityTypes/camelCasedPropertiesDeep.cjs";
|
|
2
|
-
import { ApiPageResponseAttributes, ApiProductSearchFilterResponseAttributes, ApiReviewResponseAttributes, ApiSearchResponseAttributes, ApiTextResponseAttributes } from "./responseGenerics.cjs";
|
|
3
|
-
import { FormType, FulfillmentDisplayStatus, ProductSearchResponseAttributes, ResponseCategory, ResponseProductAttributes } from "@spiffy-ai/commerce-api-client";
|
|
4
|
-
|
|
5
|
-
//#region ../hooks/dist/application/models/api/response.d.ts
|
|
6
|
-
|
|
7
|
-
type AcceptableFormFieldType = 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
8
|
-
interface OrderItemInfo$1 {
|
|
9
|
-
itemTitle: string;
|
|
10
|
-
itemPrice: number;
|
|
11
|
-
itemQuantity: number;
|
|
12
|
-
orderItemId: string;
|
|
13
|
-
image?: string;
|
|
14
|
-
inTransitAt?: string;
|
|
15
|
-
deliveredAt?: string;
|
|
16
|
-
estimatedDeliveryAt?: string;
|
|
17
|
-
fulfillmentDisplayStatus?: FulfillmentDisplayStatus;
|
|
18
|
-
trackingUrl?: string;
|
|
19
|
-
}
|
|
20
|
-
interface OrderResponseAttributes$1 {
|
|
21
|
-
category: ResponseCategory.Order;
|
|
22
|
-
attributes: {
|
|
23
|
-
orderId: string;
|
|
24
|
-
orderNumber: string;
|
|
25
|
-
createdAt: string;
|
|
26
|
-
latestEventDate: string;
|
|
27
|
-
lineItems: OrderItemInfo$1[];
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
interface TextResponseAttributes {
|
|
31
|
-
category: ResponseCategory.Text;
|
|
32
|
-
attributes: CamelCasedPropertiesDeep<ApiTextResponseAttributes>;
|
|
33
|
-
}
|
|
34
|
-
interface ProductResponseAttributes {
|
|
35
|
-
category: ResponseCategory.Product;
|
|
36
|
-
attributes: CamelCasedPropertiesDeep<ResponseProductAttributes & {
|
|
37
|
-
filters?: {
|
|
38
|
-
[key: string]: string[];
|
|
39
|
-
};
|
|
40
|
-
}>;
|
|
41
|
-
}
|
|
42
|
-
interface SearchResponseAttributes {
|
|
43
|
-
category: ResponseCategory.Text;
|
|
44
|
-
attributes: CamelCasedPropertiesDeep<ApiSearchResponseAttributes>;
|
|
45
|
-
}
|
|
46
|
-
interface SearchProductResponseAttributes {
|
|
47
|
-
category: ResponseCategory.ProductSearch;
|
|
48
|
-
attributes: CamelCasedPropertiesDeep<ProductSearchResponseAttributes>;
|
|
49
|
-
}
|
|
50
|
-
interface SearchProductFilterAttributes {
|
|
51
|
-
category: ResponseCategory.ProductSearchFilter;
|
|
52
|
-
attributes: CamelCasedPropertiesDeep<ApiProductSearchFilterResponseAttributes>;
|
|
53
|
-
}
|
|
54
|
-
interface ReviewResponseAttributes {
|
|
55
|
-
category: ResponseCategory.Review;
|
|
56
|
-
attributes: CamelCasedPropertiesDeep<ApiReviewResponseAttributes>;
|
|
57
|
-
}
|
|
58
|
-
interface PageResponseAttributes {
|
|
59
|
-
category: ResponseCategory.Page;
|
|
60
|
-
attributes: CamelCasedPropertiesDeep<ApiPageResponseAttributes>;
|
|
61
|
-
}
|
|
62
|
-
//#endregion
|
|
63
|
-
export { AcceptableFormFieldType, OrderResponseAttributes$1, PageResponseAttributes, ProductResponseAttributes, ReviewResponseAttributes, SearchProductFilterAttributes, SearchProductResponseAttributes, SearchResponseAttributes, TextResponseAttributes };
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { CamelCasedPropertiesDeep } from "../utilityTypes/camelCasedPropertiesDeep.js";
|
|
2
|
-
import { ApiPageResponseAttributes, ApiProductSearchFilterResponseAttributes, ApiReviewResponseAttributes, ApiSearchResponseAttributes, ApiTextResponseAttributes } from "./responseGenerics.js";
|
|
3
|
-
import { FormType, FulfillmentDisplayStatus, ProductSearchResponseAttributes, ResponseCategory, ResponseProductAttributes } from "@spiffy-ai/commerce-api-client";
|
|
4
|
-
|
|
5
|
-
//#region ../hooks/dist/application/models/api/response.d.ts
|
|
6
|
-
|
|
7
|
-
type AcceptableFormFieldType = 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
8
|
-
interface OrderItemInfo$1 {
|
|
9
|
-
itemTitle: string;
|
|
10
|
-
itemPrice: number;
|
|
11
|
-
itemQuantity: number;
|
|
12
|
-
orderItemId: string;
|
|
13
|
-
image?: string;
|
|
14
|
-
inTransitAt?: string;
|
|
15
|
-
deliveredAt?: string;
|
|
16
|
-
estimatedDeliveryAt?: string;
|
|
17
|
-
fulfillmentDisplayStatus?: FulfillmentDisplayStatus;
|
|
18
|
-
trackingUrl?: string;
|
|
19
|
-
}
|
|
20
|
-
interface OrderResponseAttributes$1 {
|
|
21
|
-
category: ResponseCategory.Order;
|
|
22
|
-
attributes: {
|
|
23
|
-
orderId: string;
|
|
24
|
-
orderNumber: string;
|
|
25
|
-
createdAt: string;
|
|
26
|
-
latestEventDate: string;
|
|
27
|
-
lineItems: OrderItemInfo$1[];
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
interface TextResponseAttributes {
|
|
31
|
-
category: ResponseCategory.Text;
|
|
32
|
-
attributes: CamelCasedPropertiesDeep<ApiTextResponseAttributes>;
|
|
33
|
-
}
|
|
34
|
-
interface ProductResponseAttributes {
|
|
35
|
-
category: ResponseCategory.Product;
|
|
36
|
-
attributes: CamelCasedPropertiesDeep<ResponseProductAttributes & {
|
|
37
|
-
filters?: {
|
|
38
|
-
[key: string]: string[];
|
|
39
|
-
};
|
|
40
|
-
}>;
|
|
41
|
-
}
|
|
42
|
-
interface SearchResponseAttributes {
|
|
43
|
-
category: ResponseCategory.Text;
|
|
44
|
-
attributes: CamelCasedPropertiesDeep<ApiSearchResponseAttributes>;
|
|
45
|
-
}
|
|
46
|
-
interface SearchProductResponseAttributes {
|
|
47
|
-
category: ResponseCategory.ProductSearch;
|
|
48
|
-
attributes: CamelCasedPropertiesDeep<ProductSearchResponseAttributes>;
|
|
49
|
-
}
|
|
50
|
-
interface SearchProductFilterAttributes {
|
|
51
|
-
category: ResponseCategory.ProductSearchFilter;
|
|
52
|
-
attributes: CamelCasedPropertiesDeep<ApiProductSearchFilterResponseAttributes>;
|
|
53
|
-
}
|
|
54
|
-
interface ReviewResponseAttributes {
|
|
55
|
-
category: ResponseCategory.Review;
|
|
56
|
-
attributes: CamelCasedPropertiesDeep<ApiReviewResponseAttributes>;
|
|
57
|
-
}
|
|
58
|
-
interface PageResponseAttributes {
|
|
59
|
-
category: ResponseCategory.Page;
|
|
60
|
-
attributes: CamelCasedPropertiesDeep<ApiPageResponseAttributes>;
|
|
61
|
-
}
|
|
62
|
-
//#endregion
|
|
63
|
-
export { AcceptableFormFieldType, OrderResponseAttributes$1, PageResponseAttributes, ProductResponseAttributes, ReviewResponseAttributes, SearchProductFilterAttributes, SearchProductResponseAttributes, SearchResponseAttributes, TextResponseAttributes };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
//#region ../hooks/dist/application/models/api/responseGenerics.d.ts
|
|
2
|
-
|
|
3
|
-
//#region src/application/models/api/responseGenerics.d.ts
|
|
4
|
-
interface ApiReviewRichInformation {
|
|
5
|
-
cons?: string[];
|
|
6
|
-
pros?: string[];
|
|
7
|
-
review_date?: string;
|
|
8
|
-
reviewer_title?: string;
|
|
9
|
-
product_familiarity?: 'IVE_TESTED_IT' | 'I_OWN_IT';
|
|
10
|
-
}
|
|
11
|
-
interface ApiTextResponseAttributes {
|
|
12
|
-
content: string;
|
|
13
|
-
}
|
|
14
|
-
interface ApiSearchResponseAttributes {
|
|
15
|
-
search_term: string;
|
|
16
|
-
selected_filters?: string[];
|
|
17
|
-
filters?: {
|
|
18
|
-
[key: string]: string[];
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
interface ApiProductSearchFilterResponseAttributes {
|
|
22
|
-
filter_name: string;
|
|
23
|
-
}
|
|
24
|
-
interface ApiReviewResponseAttributes {
|
|
25
|
-
id?: string;
|
|
26
|
-
product_id?: string;
|
|
27
|
-
title?: string;
|
|
28
|
-
reviewer?: string;
|
|
29
|
-
review?: string;
|
|
30
|
-
stars?: number;
|
|
31
|
-
rich_information?: ApiReviewRichInformation;
|
|
32
|
-
onClick?: () => void;
|
|
33
|
-
}
|
|
34
|
-
interface ApiPageResponseAttributes {
|
|
35
|
-
id?: string;
|
|
36
|
-
title?: string;
|
|
37
|
-
description?: string;
|
|
38
|
-
url?: string;
|
|
39
|
-
}
|
|
40
|
-
//#endregion
|
|
41
|
-
export { ApiPageResponseAttributes, ApiProductSearchFilterResponseAttributes, ApiReviewResponseAttributes, ApiSearchResponseAttributes, ApiTextResponseAttributes };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
//#region ../hooks/dist/application/models/api/responseGenerics.d.ts
|
|
2
|
-
|
|
3
|
-
//#region src/application/models/api/responseGenerics.d.ts
|
|
4
|
-
interface ApiReviewRichInformation {
|
|
5
|
-
cons?: string[];
|
|
6
|
-
pros?: string[];
|
|
7
|
-
review_date?: string;
|
|
8
|
-
reviewer_title?: string;
|
|
9
|
-
product_familiarity?: 'IVE_TESTED_IT' | 'I_OWN_IT';
|
|
10
|
-
}
|
|
11
|
-
interface ApiTextResponseAttributes {
|
|
12
|
-
content: string;
|
|
13
|
-
}
|
|
14
|
-
interface ApiSearchResponseAttributes {
|
|
15
|
-
search_term: string;
|
|
16
|
-
selected_filters?: string[];
|
|
17
|
-
filters?: {
|
|
18
|
-
[key: string]: string[];
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
interface ApiProductSearchFilterResponseAttributes {
|
|
22
|
-
filter_name: string;
|
|
23
|
-
}
|
|
24
|
-
interface ApiReviewResponseAttributes {
|
|
25
|
-
id?: string;
|
|
26
|
-
product_id?: string;
|
|
27
|
-
title?: string;
|
|
28
|
-
reviewer?: string;
|
|
29
|
-
review?: string;
|
|
30
|
-
stars?: number;
|
|
31
|
-
rich_information?: ApiReviewRichInformation;
|
|
32
|
-
onClick?: () => void;
|
|
33
|
-
}
|
|
34
|
-
interface ApiPageResponseAttributes {
|
|
35
|
-
id?: string;
|
|
36
|
-
title?: string;
|
|
37
|
-
description?: string;
|
|
38
|
-
url?: string;
|
|
39
|
-
}
|
|
40
|
-
//#endregion
|
|
41
|
-
export { ApiPageResponseAttributes, ApiProductSearchFilterResponseAttributes, ApiReviewResponseAttributes, ApiSearchResponseAttributes, ApiTextResponseAttributes };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CamelCasedPropertiesDeep } from "../utilityTypes/camelCasedPropertiesDeep.cjs";
|
|
2
|
-
import { Suggestion } from "@spiffy-ai/commerce-api-client";
|
|
3
|
-
|
|
4
|
-
//#region ../hooks/dist/application/models/api/suggestion.d.ts
|
|
5
|
-
//#region src/application/models/api/suggestion.d.ts
|
|
6
|
-
interface Suggestion$1 extends CamelCasedPropertiesDeep<Suggestion> {}
|
|
7
|
-
//#endregion
|
|
8
|
-
|
|
9
|
-
//#endregion
|
|
10
|
-
export { Suggestion$1 };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CamelCasedPropertiesDeep } from "../utilityTypes/camelCasedPropertiesDeep.js";
|
|
2
|
-
import { Suggestion } from "@spiffy-ai/commerce-api-client";
|
|
3
|
-
|
|
4
|
-
//#region ../hooks/dist/application/models/api/suggestion.d.ts
|
|
5
|
-
//#region src/application/models/api/suggestion.d.ts
|
|
6
|
-
interface Suggestion$1 extends CamelCasedPropertiesDeep<Suggestion> {}
|
|
7
|
-
//#endregion
|
|
8
|
-
|
|
9
|
-
//#endregion
|
|
10
|
-
export { Suggestion$1 };
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { CamelCasedPropertiesDeep } from "../utilityTypes/camelCasedPropertiesDeep.cjs";
|
|
2
|
-
import { FormType, PDPAttributes, PLPAttributes, PageVisitCategory, QueryTypedAttributes, SearchAttributes, SuggestionClickedAttributes, UserEvent, UserEventCategory } from "@spiffy-ai/commerce-api-client";
|
|
3
|
-
|
|
4
|
-
//#region ../hooks/dist/application/models/api/userEvent.d.ts
|
|
5
|
-
//#region src/application/models/api/userEvent.d.ts
|
|
6
|
-
interface PDPAttributes$1 extends CamelCasedPropertiesDeep<PDPAttributes> {}
|
|
7
|
-
interface PLPAttributes$1 extends CamelCasedPropertiesDeep<PLPAttributes> {}
|
|
8
|
-
interface SearchAttributes$1 extends CamelCasedPropertiesDeep<SearchAttributes> {}
|
|
9
|
-
interface QueryTypedAttributes$1 extends CamelCasedPropertiesDeep<QueryTypedAttributes> {}
|
|
10
|
-
interface FormSubmittedAttributes$1 {
|
|
11
|
-
filledSchema: Record<string, unknown>;
|
|
12
|
-
formResponseId: string;
|
|
13
|
-
formType: FormType;
|
|
14
|
-
}
|
|
15
|
-
interface PageVisitAttributes {
|
|
16
|
-
url: string;
|
|
17
|
-
pageVisitCategory: PageVisitCategory;
|
|
18
|
-
}
|
|
19
|
-
interface SuggestionClickedAttributes$1 extends CamelCasedPropertiesDeep<SuggestionClickedAttributes> {
|
|
20
|
-
content?: string;
|
|
21
|
-
}
|
|
22
|
-
interface PDPUserEvent {
|
|
23
|
-
category: UserEventCategory.PdpVisit | UserEventCategory.AddToCart;
|
|
24
|
-
attributes: PDPAttributes$1;
|
|
25
|
-
}
|
|
26
|
-
interface PLPUserEvent {
|
|
27
|
-
category: UserEventCategory.PlpVisit;
|
|
28
|
-
attributes: PLPAttributes$1;
|
|
29
|
-
}
|
|
30
|
-
interface QueryTypedUserEvent {
|
|
31
|
-
category: UserEventCategory.QueryTyped;
|
|
32
|
-
attributes: QueryTypedAttributes$1;
|
|
33
|
-
}
|
|
34
|
-
interface SearchUserEvent {
|
|
35
|
-
category: UserEventCategory.Search;
|
|
36
|
-
attributes: SearchAttributes$1;
|
|
37
|
-
}
|
|
38
|
-
interface SuggestionsClickedUserEvent {
|
|
39
|
-
category: UserEventCategory.SuggestionClicked;
|
|
40
|
-
attributes: SuggestionClickedAttributes$1;
|
|
41
|
-
}
|
|
42
|
-
interface AppLoadedUserEvent {
|
|
43
|
-
category: UserEventCategory.AppLoaded;
|
|
44
|
-
}
|
|
45
|
-
interface AppUnloadedEvent {
|
|
46
|
-
category: UserEventCategory.AppUnloaded;
|
|
47
|
-
}
|
|
48
|
-
interface PageVisitEvent {
|
|
49
|
-
category: UserEventCategory.PageVisit;
|
|
50
|
-
attributes: PageVisitAttributes;
|
|
51
|
-
}
|
|
52
|
-
interface FormSubmitted {
|
|
53
|
-
category: UserEventCategory.FormSubmitted;
|
|
54
|
-
attributes: FormSubmittedAttributes$1;
|
|
55
|
-
}
|
|
56
|
-
type UserEvent$1 = CamelCasedPropertiesDeep<Pick<UserEvent, 'event_id' | 'category' | 'created_at'>> & (SuggestionsClickedUserEvent | AppLoadedUserEvent | PDPUserEvent | QueryTypedUserEvent | SearchUserEvent | AppUnloadedEvent | PLPUserEvent | PageVisitEvent | FormSubmitted);
|
|
57
|
-
//#endregion
|
|
58
|
-
|
|
59
|
-
//#endregion
|
|
60
|
-
export { UserEvent$1 };
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { CamelCasedPropertiesDeep } from "../utilityTypes/camelCasedPropertiesDeep.js";
|
|
2
|
-
import { FormType, PDPAttributes, PLPAttributes, PageVisitCategory, QueryTypedAttributes, SearchAttributes, SuggestionClickedAttributes, UserEvent, UserEventCategory } from "@spiffy-ai/commerce-api-client";
|
|
3
|
-
|
|
4
|
-
//#region ../hooks/dist/application/models/api/userEvent.d.ts
|
|
5
|
-
//#region src/application/models/api/userEvent.d.ts
|
|
6
|
-
interface PDPAttributes$1 extends CamelCasedPropertiesDeep<PDPAttributes> {}
|
|
7
|
-
interface PLPAttributes$1 extends CamelCasedPropertiesDeep<PLPAttributes> {}
|
|
8
|
-
interface SearchAttributes$1 extends CamelCasedPropertiesDeep<SearchAttributes> {}
|
|
9
|
-
interface QueryTypedAttributes$1 extends CamelCasedPropertiesDeep<QueryTypedAttributes> {}
|
|
10
|
-
interface FormSubmittedAttributes$1 {
|
|
11
|
-
filledSchema: Record<string, unknown>;
|
|
12
|
-
formResponseId: string;
|
|
13
|
-
formType: FormType;
|
|
14
|
-
}
|
|
15
|
-
interface PageVisitAttributes {
|
|
16
|
-
url: string;
|
|
17
|
-
pageVisitCategory: PageVisitCategory;
|
|
18
|
-
}
|
|
19
|
-
interface SuggestionClickedAttributes$1 extends CamelCasedPropertiesDeep<SuggestionClickedAttributes> {
|
|
20
|
-
content?: string;
|
|
21
|
-
}
|
|
22
|
-
interface PDPUserEvent {
|
|
23
|
-
category: UserEventCategory.PdpVisit | UserEventCategory.AddToCart;
|
|
24
|
-
attributes: PDPAttributes$1;
|
|
25
|
-
}
|
|
26
|
-
interface PLPUserEvent {
|
|
27
|
-
category: UserEventCategory.PlpVisit;
|
|
28
|
-
attributes: PLPAttributes$1;
|
|
29
|
-
}
|
|
30
|
-
interface QueryTypedUserEvent {
|
|
31
|
-
category: UserEventCategory.QueryTyped;
|
|
32
|
-
attributes: QueryTypedAttributes$1;
|
|
33
|
-
}
|
|
34
|
-
interface SearchUserEvent {
|
|
35
|
-
category: UserEventCategory.Search;
|
|
36
|
-
attributes: SearchAttributes$1;
|
|
37
|
-
}
|
|
38
|
-
interface SuggestionsClickedUserEvent {
|
|
39
|
-
category: UserEventCategory.SuggestionClicked;
|
|
40
|
-
attributes: SuggestionClickedAttributes$1;
|
|
41
|
-
}
|
|
42
|
-
interface AppLoadedUserEvent {
|
|
43
|
-
category: UserEventCategory.AppLoaded;
|
|
44
|
-
}
|
|
45
|
-
interface AppUnloadedEvent {
|
|
46
|
-
category: UserEventCategory.AppUnloaded;
|
|
47
|
-
}
|
|
48
|
-
interface PageVisitEvent {
|
|
49
|
-
category: UserEventCategory.PageVisit;
|
|
50
|
-
attributes: PageVisitAttributes;
|
|
51
|
-
}
|
|
52
|
-
interface FormSubmitted {
|
|
53
|
-
category: UserEventCategory.FormSubmitted;
|
|
54
|
-
attributes: FormSubmittedAttributes$1;
|
|
55
|
-
}
|
|
56
|
-
type UserEvent$1 = CamelCasedPropertiesDeep<Pick<UserEvent, 'event_id' | 'category' | 'created_at'>> & (SuggestionsClickedUserEvent | AppLoadedUserEvent | PDPUserEvent | QueryTypedUserEvent | SearchUserEvent | AppUnloadedEvent | PLPUserEvent | PageVisitEvent | FormSubmitted);
|
|
57
|
-
//#endregion
|
|
58
|
-
|
|
59
|
-
//#endregion
|
|
60
|
-
export { UserEvent$1 };
|