@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
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/SendMinimalist.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
-
const SvgSendMinimalist = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
14
|
-
clipPath: "url(#clip0_20768_8540)",
|
|
15
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
16
|
-
fillRule: "evenodd",
|
|
17
|
-
clipRule: "evenodd",
|
|
18
|
-
d: "M22 12L15.551 6.37803L15.8719 6L22.7753 11.9747L23 12.1692L22.77 12.3572L15.8666 18L15.5563 17.613L22 12.3572L2.00043 12.3297L2.00004 11.8318L22 12Z",
|
|
19
|
-
fill: "#666666",
|
|
20
|
-
stroke: "#B3B8B8"
|
|
21
|
-
})
|
|
22
|
-
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
23
|
-
id: "clip0_20768_8540",
|
|
24
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
|
25
|
-
width: 24,
|
|
26
|
-
height: 24,
|
|
27
|
-
fill: "white"
|
|
28
|
-
})
|
|
29
|
-
}) })]
|
|
30
|
-
});
|
|
31
|
-
var SendMinimalist_default = SvgSendMinimalist;
|
|
32
|
-
|
|
33
|
-
//#endregion
|
|
34
|
-
exports.SendMinimalist_default = SendMinimalist_default;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/SendMinimalist.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
-
const SvgSendMinimalist = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
14
|
-
clipPath: "url(#clip0_20768_8540)",
|
|
15
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
16
|
-
fillRule: "evenodd",
|
|
17
|
-
clipRule: "evenodd",
|
|
18
|
-
d: "M22 12L15.551 6.37803L15.8719 6L22.7753 11.9747L23 12.1692L22.77 12.3572L15.8666 18L15.5563 17.613L22 12.3572L2.00043 12.3297L2.00004 11.8318L22 12Z",
|
|
19
|
-
fill: "#666666",
|
|
20
|
-
stroke: "#B3B8B8"
|
|
21
|
-
})
|
|
22
|
-
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
23
|
-
id: "clip0_20768_8540",
|
|
24
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
|
25
|
-
width: 24,
|
|
26
|
-
height: 24,
|
|
27
|
-
fill: "white"
|
|
28
|
-
})
|
|
29
|
-
}) })]
|
|
30
|
-
});
|
|
31
|
-
var SendMinimalist_default = SvgSendMinimalist;
|
|
32
|
-
|
|
33
|
-
//#endregion
|
|
34
|
-
export { SendMinimalist_default };
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/SendModern.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
-
const SvgSendModern = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: [
|
|
14
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
|
15
|
-
width: 24,
|
|
16
|
-
height: 24,
|
|
17
|
-
rx: 12,
|
|
18
|
-
fill: "#ECECEC"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
21
|
-
clipPath: "url(#clip0_20768_8536)",
|
|
22
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
-
fillRule: "evenodd",
|
|
24
|
-
clipRule: "evenodd",
|
|
25
|
-
d: "M11.8318 5.14753L6.37803 11.449L6 11.1281L11.9747 4.22471L12.1692 4L12.3572 4.23003L18 11.1334L17.613 11.4437L12.3297 4.98005L12.3297 20L11.8318 20L11.8318 5.14753Z",
|
|
26
|
-
fill: "#B3B8B8"
|
|
27
|
-
})
|
|
28
|
-
}),
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
30
|
-
id: "clip0_20768_8536",
|
|
31
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
|
32
|
-
width: 16,
|
|
33
|
-
height: 16,
|
|
34
|
-
fill: "white",
|
|
35
|
-
transform: "translate(4 20) rotate(-90)"
|
|
36
|
-
})
|
|
37
|
-
}) })
|
|
38
|
-
]
|
|
39
|
-
});
|
|
40
|
-
var SendModern_default = SvgSendModern;
|
|
41
|
-
|
|
42
|
-
//#endregion
|
|
43
|
-
exports.SendModern_default = SendModern_default;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/SendModern.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
-
const SvgSendModern = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: [
|
|
14
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
|
15
|
-
width: 24,
|
|
16
|
-
height: 24,
|
|
17
|
-
rx: 12,
|
|
18
|
-
fill: "#ECECEC"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
21
|
-
clipPath: "url(#clip0_20768_8536)",
|
|
22
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
-
fillRule: "evenodd",
|
|
24
|
-
clipRule: "evenodd",
|
|
25
|
-
d: "M11.8318 5.14753L6.37803 11.449L6 11.1281L11.9747 4.22471L12.1692 4L12.3572 4.23003L18 11.1334L17.613 11.4437L12.3297 4.98005L12.3297 20L11.8318 20L11.8318 5.14753Z",
|
|
26
|
-
fill: "#B3B8B8"
|
|
27
|
-
})
|
|
28
|
-
}),
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", {
|
|
30
|
-
id: "clip0_20768_8536",
|
|
31
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
|
32
|
-
width: 16,
|
|
33
|
-
height: 16,
|
|
34
|
-
fill: "white",
|
|
35
|
-
transform: "translate(4 20) rotate(-90)"
|
|
36
|
-
})
|
|
37
|
-
}) })
|
|
38
|
-
]
|
|
39
|
-
});
|
|
40
|
-
var SendModern_default = SvgSendModern;
|
|
41
|
-
|
|
42
|
-
//#endregion
|
|
43
|
-
export { SendModern_default };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/SendStandard.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
-
const SvgSendStandard = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
-
d: "M20.8158 3.53348C20.3572 3.06288 19.6786 2.88756 19.0459 3.07211L4.29066 7.3629C3.62306 7.54837 3.14986 8.0808 3.02239 8.75717C2.89217 9.44554 3.34703 10.3194 3.94127 10.6848L8.55491 13.5204C9.0281 13.8111 9.63885 13.7382 10.0304 13.3432L15.3135 8.02728C15.5795 7.75045 16.0196 7.75045 16.2856 8.02728C16.5515 8.29487 16.5515 8.72857 16.2856 9.00539L10.9933 14.3223C10.6008 14.7163 10.5275 15.3299 10.8163 15.8061L13.6353 20.466C13.9655 21.0196 14.534 21.3333 15.1576 21.3333C15.231 21.3333 15.3135 21.3333 15.3869 21.3241C16.1022 21.2318 16.6707 20.7428 16.8817 20.0507L21.2559 5.31439C21.4485 4.68692 21.2743 4.00409 20.8158 3.53348Z",
|
|
15
|
-
fill: "#B3B8B8"
|
|
16
|
-
})
|
|
17
|
-
});
|
|
18
|
-
var SendStandard_default = SvgSendStandard;
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
exports.SendStandard_default = SendStandard_default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/SendStandard.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
-
const SvgSendStandard = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
-
d: "M20.8158 3.53348C20.3572 3.06288 19.6786 2.88756 19.0459 3.07211L4.29066 7.3629C3.62306 7.54837 3.14986 8.0808 3.02239 8.75717C2.89217 9.44554 3.34703 10.3194 3.94127 10.6848L8.55491 13.5204C9.0281 13.8111 9.63885 13.7382 10.0304 13.3432L15.3135 8.02728C15.5795 7.75045 16.0196 7.75045 16.2856 8.02728C16.5515 8.29487 16.5515 8.72857 16.2856 9.00539L10.9933 14.3223C10.6008 14.7163 10.5275 15.3299 10.8163 15.8061L13.6353 20.466C13.9655 21.0196 14.534 21.3333 15.1576 21.3333C15.231 21.3333 15.3135 21.3333 15.3869 21.3241C16.1022 21.2318 16.6707 20.7428 16.8817 20.0507L21.2559 5.31439C21.4485 4.68692 21.2743 4.00409 20.8158 3.53348Z",
|
|
15
|
-
fill: "#B3B8B8"
|
|
16
|
-
})
|
|
17
|
-
});
|
|
18
|
-
var SendStandard_default = SvgSendStandard;
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
export { SendStandard_default };
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/Sparkles.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
-
const SvgSparkles = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "currentColor",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: [
|
|
14
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
-
d: "M8.18658 5.99609L9.47499 9.34597C9.68451 9.89072 9.78927 10.1631 9.95218 10.3922C10.0966 10.5953 10.274 10.7727 10.477 10.9171C10.7061 11.08 10.9785 11.1847 11.5233 11.3943L14.8732 12.6827L11.5233 13.9711C10.9785 14.1806 10.7061 14.2854 10.477 14.4483C10.274 14.5927 10.0966 14.7701 9.95218 14.9731C9.78927 15.2022 9.68451 15.4746 9.47499 16.0194L8.18658 19.3693L6.89816 16.0194C6.68864 15.4746 6.58388 15.2022 6.42097 14.9731C6.27659 14.7701 6.09917 14.5927 5.89612 14.4483C5.66701 14.2854 5.39463 14.1806 4.84988 13.9711L1.5 12.6827L4.84987 11.3943C5.39463 11.1847 5.66701 11.08 5.89612 10.9171C6.09917 10.7727 6.27659 10.5953 6.42097 10.3922C6.58388 10.1631 6.68864 9.89072 6.89816 9.34597L8.18658 5.99609Z",
|
|
16
|
-
fill: "currentColor",
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
strokeWidth: 1.11443,
|
|
19
|
-
strokeLinecap: "round",
|
|
20
|
-
strokeLinejoin: "round"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
-
d: "M19.6402 14.3135L20.2844 15.9884C20.3891 16.2608 20.4415 16.397 20.523 16.5115C20.5952 16.6131 20.6839 16.7018 20.7854 16.774C20.8999 16.8554 21.0361 16.9078 21.3085 17.0126L22.9835 17.6568L21.3085 18.301C21.0361 18.4057 20.8999 18.4581 20.7854 18.5396C20.6839 18.6118 20.5952 18.7005 20.523 18.802C20.4415 18.9166 20.3891 19.0527 20.2844 19.3251L19.6402 21.0001L18.996 19.3251C18.8912 19.0527 18.8388 18.9166 18.7574 18.802C18.6852 18.7005 18.5965 18.6118 18.4949 18.5396C18.3804 18.4581 18.2442 18.4057 17.9718 18.301L16.2969 17.6568L17.9718 17.0126C18.2442 16.9078 18.3804 16.8554 18.4949 16.774C18.5965 16.7018 18.6852 16.6131 18.7574 16.5115C18.8388 16.397 18.8912 16.2608 18.996 15.9884L19.6402 14.3135Z",
|
|
24
|
-
fill: "currentColor",
|
|
25
|
-
stroke: "currentColor",
|
|
26
|
-
strokeWidth: 1.11443,
|
|
27
|
-
strokeLinecap: "round",
|
|
28
|
-
strokeLinejoin: "round"
|
|
29
|
-
}),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
31
|
-
d: "M17.0913 3L17.7355 4.67494C17.8403 4.94732 17.8927 5.0835 17.9741 5.19806C18.0463 5.29959 18.135 5.38829 18.2366 5.46049C18.3511 5.54194 18.4873 5.59432 18.7597 5.69908L20.4346 6.34329L18.7597 6.9875C18.4873 7.09226 18.3511 7.14464 18.2366 7.22609C18.135 7.29829 18.0463 7.38699 17.9741 7.48852C17.8927 7.60308 17.8403 7.73927 17.7355 8.01165L17.0913 9.68658L16.4471 8.01165C16.3424 7.73927 16.29 7.60308 16.2085 7.48852C16.1363 7.38699 16.0476 7.29829 15.9461 7.22609C15.8315 7.14464 15.6954 7.09226 15.423 6.9875L13.748 6.34329L15.423 5.69908C15.6954 5.59432 15.8315 5.54194 15.9461 5.46049C16.0476 5.38829 16.1363 5.29959 16.2085 5.19806C16.29 5.0835 16.3424 4.94731 16.4471 4.67494L17.0913 3Z",
|
|
32
|
-
fill: "currentColor",
|
|
33
|
-
stroke: "currentColor",
|
|
34
|
-
strokeWidth: 1.11443,
|
|
35
|
-
strokeLinecap: "round",
|
|
36
|
-
strokeLinejoin: "round"
|
|
37
|
-
})
|
|
38
|
-
]
|
|
39
|
-
});
|
|
40
|
-
var Sparkles_default = SvgSparkles;
|
|
41
|
-
|
|
42
|
-
//#endregion
|
|
43
|
-
exports.Sparkles_default = Sparkles_default;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/Sparkles.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
-
const SvgSparkles = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "currentColor",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: [
|
|
14
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
-
d: "M8.18658 5.99609L9.47499 9.34597C9.68451 9.89072 9.78927 10.1631 9.95218 10.3922C10.0966 10.5953 10.274 10.7727 10.477 10.9171C10.7061 11.08 10.9785 11.1847 11.5233 11.3943L14.8732 12.6827L11.5233 13.9711C10.9785 14.1806 10.7061 14.2854 10.477 14.4483C10.274 14.5927 10.0966 14.7701 9.95218 14.9731C9.78927 15.2022 9.68451 15.4746 9.47499 16.0194L8.18658 19.3693L6.89816 16.0194C6.68864 15.4746 6.58388 15.2022 6.42097 14.9731C6.27659 14.7701 6.09917 14.5927 5.89612 14.4483C5.66701 14.2854 5.39463 14.1806 4.84988 13.9711L1.5 12.6827L4.84987 11.3943C5.39463 11.1847 5.66701 11.08 5.89612 10.9171C6.09917 10.7727 6.27659 10.5953 6.42097 10.3922C6.58388 10.1631 6.68864 9.89072 6.89816 9.34597L8.18658 5.99609Z",
|
|
16
|
-
fill: "currentColor",
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
strokeWidth: 1.11443,
|
|
19
|
-
strokeLinecap: "round",
|
|
20
|
-
strokeLinejoin: "round"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
-
d: "M19.6402 14.3135L20.2844 15.9884C20.3891 16.2608 20.4415 16.397 20.523 16.5115C20.5952 16.6131 20.6839 16.7018 20.7854 16.774C20.8999 16.8554 21.0361 16.9078 21.3085 17.0126L22.9835 17.6568L21.3085 18.301C21.0361 18.4057 20.8999 18.4581 20.7854 18.5396C20.6839 18.6118 20.5952 18.7005 20.523 18.802C20.4415 18.9166 20.3891 19.0527 20.2844 19.3251L19.6402 21.0001L18.996 19.3251C18.8912 19.0527 18.8388 18.9166 18.7574 18.802C18.6852 18.7005 18.5965 18.6118 18.4949 18.5396C18.3804 18.4581 18.2442 18.4057 17.9718 18.301L16.2969 17.6568L17.9718 17.0126C18.2442 16.9078 18.3804 16.8554 18.4949 16.774C18.5965 16.7018 18.6852 16.6131 18.7574 16.5115C18.8388 16.397 18.8912 16.2608 18.996 15.9884L19.6402 14.3135Z",
|
|
24
|
-
fill: "currentColor",
|
|
25
|
-
stroke: "currentColor",
|
|
26
|
-
strokeWidth: 1.11443,
|
|
27
|
-
strokeLinecap: "round",
|
|
28
|
-
strokeLinejoin: "round"
|
|
29
|
-
}),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
31
|
-
d: "M17.0913 3L17.7355 4.67494C17.8403 4.94732 17.8927 5.0835 17.9741 5.19806C18.0463 5.29959 18.135 5.38829 18.2366 5.46049C18.3511 5.54194 18.4873 5.59432 18.7597 5.69908L20.4346 6.34329L18.7597 6.9875C18.4873 7.09226 18.3511 7.14464 18.2366 7.22609C18.135 7.29829 18.0463 7.38699 17.9741 7.48852C17.8927 7.60308 17.8403 7.73927 17.7355 8.01165L17.0913 9.68658L16.4471 8.01165C16.3424 7.73927 16.29 7.60308 16.2085 7.48852C16.1363 7.38699 16.0476 7.29829 15.9461 7.22609C15.8315 7.14464 15.6954 7.09226 15.423 6.9875L13.748 6.34329L15.423 5.69908C15.6954 5.59432 15.8315 5.54194 15.9461 5.46049C16.0476 5.38829 16.1363 5.29959 16.2085 5.19806C16.29 5.0835 16.3424 4.94731 16.4471 4.67494L17.0913 3Z",
|
|
32
|
-
fill: "currentColor",
|
|
33
|
-
stroke: "currentColor",
|
|
34
|
-
strokeWidth: 1.11443,
|
|
35
|
-
strokeLinecap: "round",
|
|
36
|
-
strokeLinejoin: "round"
|
|
37
|
-
})
|
|
38
|
-
]
|
|
39
|
-
});
|
|
40
|
-
var Sparkles_default = SvgSparkles;
|
|
41
|
-
|
|
42
|
-
//#endregion
|
|
43
|
-
export { Sparkles_default };
|
package/dist/icons/dist/Star.cjs
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/Star.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
-
const SvgStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
-
width: 12,
|
|
8
|
-
height: 11,
|
|
9
|
-
viewBox: "0 0 12 11",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
-
fillRule: "evenodd",
|
|
15
|
-
clipRule: "evenodd",
|
|
16
|
-
d: "M6.30784 0.538651C6.25614 0.414332 6.13471 0.333328 6.00007 0.333328C5.86543 0.333328 5.74401 0.414332 5.6923 0.538651L4.3598 3.74236L0.901132 4.01964C0.766918 4.0304 0.652358 4.12084 0.61075 4.2489C0.569143 4.37695 0.608661 4.51746 0.710917 4.60506L3.34606 6.86234L2.54098 10.2374C2.50974 10.3684 2.56036 10.5053 2.66929 10.5844C2.77822 10.6636 2.92406 10.6694 3.03897 10.5992L6.00007 8.79059L8.96117 10.5992C9.07608 10.6694 9.22192 10.6636 9.33085 10.5844C9.43978 10.5053 9.4904 10.3684 9.45916 10.2374L8.65408 6.86234L11.2892 4.60506C11.3915 4.51746 11.431 4.37695 11.3894 4.2489C11.3478 4.12084 11.2332 4.0304 11.099 4.01964L7.64034 3.74236L6.30784 0.538651Z",
|
|
17
|
-
fill: "#FFA033"
|
|
18
|
-
})
|
|
19
|
-
});
|
|
20
|
-
var Star_default = SvgStar;
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
exports.Star_default = Star_default;
|
package/dist/icons/dist/Star.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/Star.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
-
const SvgStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
-
width: 12,
|
|
8
|
-
height: 11,
|
|
9
|
-
viewBox: "0 0 12 11",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
-
fillRule: "evenodd",
|
|
15
|
-
clipRule: "evenodd",
|
|
16
|
-
d: "M6.30784 0.538651C6.25614 0.414332 6.13471 0.333328 6.00007 0.333328C5.86543 0.333328 5.74401 0.414332 5.6923 0.538651L4.3598 3.74236L0.901132 4.01964C0.766918 4.0304 0.652358 4.12084 0.61075 4.2489C0.569143 4.37695 0.608661 4.51746 0.710917 4.60506L3.34606 6.86234L2.54098 10.2374C2.50974 10.3684 2.56036 10.5053 2.66929 10.5844C2.77822 10.6636 2.92406 10.6694 3.03897 10.5992L6.00007 8.79059L8.96117 10.5992C9.07608 10.6694 9.22192 10.6636 9.33085 10.5844C9.43978 10.5053 9.4904 10.3684 9.45916 10.2374L8.65408 6.86234L11.2892 4.60506C11.3915 4.51746 11.431 4.37695 11.3894 4.2489C11.3478 4.12084 11.2332 4.0304 11.099 4.01964L7.64034 3.74236L6.30784 0.538651Z",
|
|
17
|
-
fill: "#FFA033"
|
|
18
|
-
})
|
|
19
|
-
});
|
|
20
|
-
var Star_default = SvgStar;
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
export { Star_default };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/VectorUpRight.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
-
const SvgVectorUpRight = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
-
width: 8,
|
|
8
|
-
height: 9,
|
|
9
|
-
viewBox: "0 0 8 9",
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.29797 0.65625V1.99969H5.70944L0.378906 7.33028L1.42304 8.37423L6.65656 2.94681V5.35828H8V1.46476C8 1.01823 7.63802 0.65625 7.19149 0.65625L3.29797 0.65625Z" })
|
|
13
|
-
});
|
|
14
|
-
var VectorUpRight_default = SvgVectorUpRight;
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
|
-
exports.VectorUpRight_default = VectorUpRight_default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/VectorUpRight.js
|
|
5
|
-
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
-
const SvgVectorUpRight = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
-
width: 8,
|
|
8
|
-
height: 9,
|
|
9
|
-
viewBox: "0 0 8 9",
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.29797 0.65625V1.99969H5.70944L0.378906 7.33028L1.42304 8.37423L6.65656 2.94681V5.35828H8V1.46476C8 1.01823 7.63802 0.65625 7.19149 0.65625L3.29797 0.65625Z" })
|
|
13
|
-
});
|
|
14
|
-
var VectorUpRight_default = SvgVectorUpRight;
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
|
-
export { VectorUpRight_default };
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region ../icons/dist/_virtual/rolldown_runtime.js
|
|
3
|
-
var __create = Object.create;
|
|
4
|
-
var __defProp = Object.defineProperty;
|
|
5
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
-
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
12
|
-
key = keys[i];
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
14
|
-
get: ((k) => from[k]).bind(null, key),
|
|
15
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
21
|
-
value: mod,
|
|
22
|
-
enumerable: true
|
|
23
|
-
}) : target, mod));
|
|
24
|
-
|
|
25
|
-
//#endregion
|
|
26
|
-
exports.__commonJSMin = __commonJSMin;
|
|
27
|
-
exports.__toESM = __toESM;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
//#region ../icons/dist/_virtual/rolldown_runtime.js
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
-
key = keys[i];
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
13
|
-
get: ((k) => from[k]).bind(null, key),
|
|
14
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
20
|
-
value: mod,
|
|
21
|
-
enumerable: true
|
|
22
|
-
}) : target, mod));
|
|
23
|
-
|
|
24
|
-
//#endregion
|
|
25
|
-
export { __commonJSMin, __toESM };
|