@envive-ai/react-hooks 0.3.8 → 0.3.10
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/_virtual/rolldown_runtime.cjs +0 -2
- package/dist/application/commerce-api.cjs +1 -1
- package/dist/application/commerce-api.js +1 -1
- package/dist/application/models/chatElementDisplayLocationV3.cjs +3 -1
- package/dist/application/models/chatElementDisplayLocationV3.d.cts +3 -1
- package/dist/application/models/chatElementDisplayLocationV3.d.ts +3 -1
- package/dist/application/models/chatElementDisplayLocationV3.js +3 -1
- package/dist/application/models/variantInfo/variantInfo.cjs +2 -2
- package/dist/application/models/variantInfo/variantInfo.d.cts +2 -2
- package/dist/application/models/variantInfo/variantInfo.d.ts +2 -2
- package/dist/application/models/variantInfo/variantInfo.js +2 -2
- package/dist/application/utils/widgetTextRequestToApiRequest.cjs +2 -1
- package/dist/application/utils/widgetTextRequestToApiRequest.js +2 -1
- package/dist/atoms/app/index.d.cts +7 -7
- package/dist/atoms/app/index.d.ts +7 -7
- package/dist/atoms/app/variant.d.cts +6 -6
- package/dist/atoms/app/variant.d.ts +6 -6
- package/dist/atoms/chat/chatState.d.cts +17 -17
- package/dist/atoms/chat/chatState.d.ts +18 -18
- package/dist/atoms/chat/form.d.cts +2 -2
- package/dist/atoms/chat/form.d.ts +2 -2
- package/dist/atoms/chat/index.cjs +7 -1
- package/dist/atoms/chat/index.d.cts +5 -4
- package/dist/atoms/chat/index.d.ts +5 -4
- package/dist/atoms/chat/index.js +3 -2
- package/dist/atoms/chat/lastMessage.d.cts +2 -2
- package/dist/atoms/chat/lastMessage.d.ts +2 -2
- package/dist/atoms/chat/messageQueue.cjs +1 -0
- package/dist/atoms/chat/messageQueue.d.cts +31 -0
- package/dist/atoms/chat/messageQueue.d.ts +31 -0
- package/dist/atoms/chat/messageQueue.js +1 -1
- package/dist/atoms/chat/performanceMetrics.d.cts +6 -6
- package/dist/atoms/chat/performanceMetrics.d.ts +6 -6
- package/dist/atoms/chat/renderedWidgetRefs.d.cts +2 -2
- package/dist/atoms/chat/renderedWidgetRefs.d.ts +2 -2
- package/dist/atoms/chat/replies.d.cts +2 -2
- package/dist/atoms/chat/replies.d.ts +3 -3
- package/dist/atoms/chat/suggestions.d.cts +2 -2
- package/dist/atoms/chat/suggestions.d.ts +2 -2
- package/dist/atoms/globalSearch/globalSearch.d.cts +5 -5
- package/dist/atoms/globalSearch/globalSearch.d.ts +5 -5
- package/dist/atoms/org/customerService.d.cts +6 -6
- package/dist/atoms/org/customerService.d.ts +6 -6
- package/dist/atoms/org/graphqlConfig.d.cts +4 -4
- package/dist/atoms/org/graphqlConfig.d.ts +4 -4
- package/dist/atoms/org/index.cjs +2 -2
- package/dist/atoms/org/index.js +2 -2
- package/dist/atoms/org/newOrgConfigAtom.d.cts +2 -2
- package/dist/atoms/org/newOrgConfigAtom.d.ts +2 -2
- package/dist/atoms/org/orgAnalyticsConfig.d.cts +5 -5
- package/dist/atoms/org/orgAnalyticsConfig.d.ts +5 -5
- package/dist/atoms/search/chatSearch.cjs +1 -1
- package/dist/atoms/search/chatSearch.d.cts +17 -17
- package/dist/atoms/search/chatSearch.d.ts +17 -17
- package/dist/atoms/search/chatSearch.js +1 -1
- package/dist/atoms/search/searchAPI.cjs +1 -1
- package/dist/atoms/search/searchAPI.d.cts +13 -13
- package/dist/atoms/search/searchAPI.d.ts +13 -13
- package/dist/atoms/search/searchAPI.js +1 -1
- package/dist/atoms/search/types.d.ts +1 -1
- package/dist/atoms/search/utils.d.cts +1 -1
- package/dist/atoms/search/utils.d.ts +1 -1
- package/dist/atoms/widget/chatPreviewLoading.d.cts +2 -2
- package/dist/atoms/widget/chatPreviewLoading.d.ts +2 -2
- package/dist/contexts/enviveContext/WindowChatToggleBinder.cjs +66 -0
- package/dist/contexts/enviveContext/WindowChatToggleBinder.js +65 -0
- package/dist/contexts/enviveContext/enviveContext.cjs +5 -4
- package/dist/contexts/enviveContext/enviveContext.js +6 -5
- package/dist/contexts/enviveContext/types.d.cts +1 -1
- package/dist/contexts/enviveContext/types.d.ts +1 -1
- package/dist/contexts/graphqlContext/graphqlContext.cjs +6 -7
- package/dist/contexts/graphqlContext/graphqlContext.js +2 -3
- package/dist/contexts/graphqlContext/mockV3Config.cjs +57 -61
- package/dist/contexts/graphqlContext/mockV3Config.js +14 -19
- package/dist/contexts/newOrgConfigContext/newOrgConfigContext.cjs +1 -1
- package/dist/contexts/newOrgConfigContext/newOrgConfigContext.js +1 -1
- package/dist/contexts/pageContext/mapping.cjs +9 -1
- package/dist/contexts/pageContext/mapping.js +9 -1
- package/dist/contexts/pageContext/pageContext.cjs +8 -3
- package/dist/contexts/pageContext/pageContext.d.cts +2 -1
- package/dist/contexts/pageContext/pageContext.d.ts +2 -1
- package/dist/contexts/pageContext/pageContext.js +8 -3
- package/dist/contexts/pageContext/types.d.cts +11 -3
- package/dist/contexts/pageContext/types.d.ts +11 -3
- package/dist/contexts/salesAgentContext/chatAPI.cjs +13 -5
- package/dist/contexts/salesAgentContext/chatAPI.d.cts +4 -3
- package/dist/contexts/salesAgentContext/chatAPI.d.ts +4 -3
- package/dist/contexts/salesAgentContext/chatAPI.js +13 -5
- package/dist/contexts/salesAgentContext/salesAgentContext.cjs +7 -3
- package/dist/contexts/salesAgentContext/salesAgentContext.js +8 -4
- package/dist/contexts/salesAgentContext/salesAgentService.cjs +1 -1
- package/dist/contexts/salesAgentContext/salesAgentService.js +1 -1
- package/dist/contexts/searchContext/searchContext.cjs +1 -1
- package/dist/contexts/searchContext/searchContext.js +1 -1
- package/dist/contexts/systemSettingsContext/systemSettingsContext.d.cts +2 -2
- package/dist/contexts/types.d.cts +1 -1
- package/dist/contexts/types.d.ts +1 -1
- package/dist/contexts/typesV3.cjs +1 -1
- package/dist/contexts/typesV3.d.cts +9 -4
- package/dist/contexts/typesV3.d.ts +11 -6
- package/dist/contexts/typesV3.js +1 -1
- package/dist/contexts/widgetConfigContext/widgetConfigContext.cjs +2 -1
- package/dist/contexts/widgetConfigContext/widgetConfigContext.js +2 -1
- package/dist/hooks/GrabAndScroll/useGrabAndScroll.d.cts +2 -2
- package/dist/hooks/Search/useSearch.cjs +2 -2
- package/dist/hooks/Search/useSearch.js +2 -2
- package/dist/hooks/Search/useSearchInput.cjs +1 -1
- package/dist/hooks/Search/useSearchInput.js +1 -1
- package/dist/hooks/utils.d.cts +1 -1
- package/dist/services/amplitudeService/amplitudeService.cjs +41 -1
- package/dist/services/amplitudeService/amplitudeService.d.cts +2 -1
- package/dist/services/amplitudeService/amplitudeService.d.ts +2 -1
- package/dist/services/amplitudeService/amplitudeService.js +41 -1
- package/package.json +1 -1
- package/src/application/models/chatElementDisplayLocationV3.ts +2 -0
- package/src/application/models/variantInfo/variantInfo.ts +1 -1
- package/src/application/utils/widgetTextRequestToApiRequest.ts +2 -0
- package/src/atoms/chat/index.ts +1 -0
- package/src/contexts/enviveContext/WindowChatToggleBinder.tsx +66 -0
- package/src/contexts/enviveContext/enviveContext.tsx +3 -1
- package/src/contexts/graphqlContext/mockV3Config.ts +4 -0
- package/src/contexts/pageContext/mapping.ts +16 -1
- package/src/contexts/pageContext/pageContext.tsx +12 -3
- package/src/contexts/pageContext/types.ts +16 -1
- package/src/contexts/salesAgentContext/chatAPI.ts +16 -4
- package/src/contexts/salesAgentContext/salesAgentContext.tsx +8 -3
- package/src/contexts/typesV3.ts +9 -2
- package/src/contexts/widgetConfigContext/widgetConfigContext.tsx +4 -0
- package/src/services/amplitudeService/amplitudeService.ts +56 -0
- package/dist/_virtual/rolldown_runtime.js +0 -29
- package/dist/node_modules/classnames/index.cjs +0 -52
- package/dist/node_modules/classnames/index.js +0 -49
- package/dist/packages/components-v3/dist/ChatHeader/ChatHeader.cjs +0 -2
- package/dist/packages/components-v3/dist/ChatHeader/ChatHeader.js +0 -4
- package/dist/packages/components-v3/dist/ChatHeader/components/CloseButton.cjs +0 -16
- package/dist/packages/components-v3/dist/ChatHeader/components/CloseButton.js +0 -17
- package/dist/packages/components-v3/dist/ChatHeader/components/Handle.cjs +0 -6
- package/dist/packages/components-v3/dist/ChatHeader/components/Handle.js +0 -8
- package/dist/packages/components-v3/dist/ChatHeader/components/Layout.cjs +0 -4
- package/dist/packages/components-v3/dist/ChatHeader/components/Layout.js +0 -6
- package/dist/packages/components-v3/dist/ChatHeader/components/Logo.cjs +0 -3
- package/dist/packages/components-v3/dist/ChatHeader/components/Logo.js +0 -5
- package/dist/packages/components-v3/dist/ChatHeader/components/Toggle.cjs +0 -7
- package/dist/packages/components-v3/dist/ChatHeader/components/Toggle.js +0 -9
- package/dist/packages/components-v3/dist/ChatHeader/components/ToggleItem.cjs +0 -6
- package/dist/packages/components-v3/dist/ChatHeader/components/ToggleItem.js +0 -8
- package/dist/packages/components-v3/dist/ChatHeader/components/index.cjs +0 -6
- package/dist/packages/components-v3/dist/ChatHeader/components/index.js +0 -8
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetCloseButtonProperties.cjs +0 -22
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetCloseButtonProperties.js +0 -23
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetHandleProperties.cjs +0 -58
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetHandleProperties.js +0 -59
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +0 -8
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetLayoutProperties.js +0 -9
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +0 -3
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleProperties.cjs +0 -12
- package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleProperties.js +0 -13
- package/dist/packages/components-v3/dist/ChatHeader/index.cjs +0 -2
- package/dist/packages/components-v3/dist/ChatHeader/index.js +0 -4
- package/dist/packages/components-v3/dist/ChatHeader/types/index.cjs +0 -11
- package/dist/packages/components-v3/dist/ChatHeader/types/index.js +0 -10
- package/dist/packages/components-v3/dist/ChatPreviewLoading/components/Skeleton.cjs +0 -1
- package/dist/packages/components-v3/dist/ChatPreviewLoading/components/Skeleton.js +0 -3
- package/dist/packages/components-v3/dist/Container/Container.cjs +0 -27
- package/dist/packages/components-v3/dist/Container/Container.js +0 -27
- package/dist/packages/components-v3/dist/Container/hooks/useGetCenterContentProperties.cjs +0 -14
- package/dist/packages/components-v3/dist/Container/hooks/useGetCenterContentProperties.js +0 -13
- package/dist/packages/components-v3/dist/Container/hooks/useGetFluidProperties.cjs +0 -14
- package/dist/packages/components-v3/dist/Container/hooks/useGetFluidProperties.js +0 -13
- package/dist/packages/components-v3/dist/Container/index.cjs +0 -1
- package/dist/packages/components-v3/dist/Container/index.js +0 -3
- package/dist/packages/components-v3/dist/DesignTokens/components/utils.cjs +0 -16
- package/dist/packages/components-v3/dist/DesignTokens/components/utils.js +0 -15
- package/dist/packages/components-v3/dist/FloatingButton/FloatingButton.cjs +0 -2
- package/dist/packages/components-v3/dist/FloatingButton/FloatingButton.js +0 -4
- package/dist/packages/components-v3/dist/FloatingButton/components/Button.cjs +0 -9
- package/dist/packages/components-v3/dist/FloatingButton/components/Button.js +0 -10
- package/dist/packages/components-v3/dist/FloatingButton/components/Container.cjs +0 -9
- package/dist/packages/components-v3/dist/FloatingButton/components/Container.js +0 -10
- package/dist/packages/components-v3/dist/FloatingButton/components/Icon.cjs +0 -3
- package/dist/packages/components-v3/dist/FloatingButton/components/Icon.js +0 -5
- package/dist/packages/components-v3/dist/FloatingButton/components/Wrapper.cjs +0 -9
- package/dist/packages/components-v3/dist/FloatingButton/components/Wrapper.js +0 -10
- package/dist/packages/components-v3/dist/FloatingButton/components/index.cjs +0 -4
- package/dist/packages/components-v3/dist/FloatingButton/components/index.js +0 -6
- package/dist/packages/components-v3/dist/FloatingButton/index.cjs +0 -2
- package/dist/packages/components-v3/dist/FloatingButton/index.js +0 -4
- package/dist/packages/components-v3/dist/FloatingButton/types/types.cjs +0 -17
- package/dist/packages/components-v3/dist/FloatingButton/types/types.js +0 -16
- package/dist/packages/components-v3/dist/Image/Image.cjs +0 -16
- package/dist/packages/components-v3/dist/Image/Image.js +0 -17
- package/dist/packages/components-v3/dist/Image/hooks/useGetAccessibilityProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useGetAccessibilityProperties.js +0 -3
- package/dist/packages/components-v3/dist/Image/hooks/useGetAspectRatioProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useGetAspectRatioProperties.js +0 -3
- package/dist/packages/components-v3/dist/Image/hooks/useGetObjectFitProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useGetObjectFitProperties.js +0 -3
- package/dist/packages/components-v3/dist/Image/hooks/useGetRoundedProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useGetRoundedProperties.js +0 -3
- package/dist/packages/components-v3/dist/Image/hooks/useGetSkeletonProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useGetSkeletonProperties.js +0 -3
- package/dist/packages/components-v3/dist/Image/hooks/useGetWidthProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useGetWidthProperties.js +0 -3
- package/dist/packages/components-v3/dist/Image/hooks/useHandleImageLoading.cjs +0 -1
- package/dist/packages/components-v3/dist/Image/hooks/useHandleImageLoading.js +0 -3
- package/dist/packages/components-v3/dist/ImageGallery/ImageGallery.cjs +0 -2
- package/dist/packages/components-v3/dist/ImageGallery/ImageGallery.js +0 -4
- package/dist/packages/components-v3/dist/ImageGallery/components/ImageItem.cjs +0 -2
- package/dist/packages/components-v3/dist/ImageGallery/components/ImageItem.js +0 -4
- package/dist/packages/components-v3/dist/ImageGallery/components/Layout.cjs +0 -15
- package/dist/packages/components-v3/dist/ImageGallery/components/Layout.js +0 -16
- package/dist/packages/components-v3/dist/ImageGallery/components/NormalLayout.cjs +0 -4
- package/dist/packages/components-v3/dist/ImageGallery/components/NormalLayout.js +0 -4
- package/dist/packages/components-v3/dist/ImageGallery/components/OverlappedLayout.cjs +0 -1
- package/dist/packages/components-v3/dist/ImageGallery/components/OverlappedLayout.js +0 -3
- package/dist/packages/components-v3/dist/ImageGallery/components/index.cjs +0 -4
- package/dist/packages/components-v3/dist/ImageGallery/components/index.js +0 -6
- package/dist/packages/components-v3/dist/ImageGallery/hooks/useGetContainerProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/ImageGallery/hooks/useGetContainerProperties.js +0 -3
- package/dist/packages/components-v3/dist/ImageGallery/index.cjs +0 -2
- package/dist/packages/components-v3/dist/ImageGallery/index.js +0 -4
- package/dist/packages/components-v3/dist/ImageGallery/types/types.cjs +0 -13
- package/dist/packages/components-v3/dist/ImageGallery/types/types.js +0 -12
- package/dist/packages/components-v3/dist/PromptButton/PromptButton.cjs +0 -48
- package/dist/packages/components-v3/dist/PromptButton/PromptButton.js +0 -48
- package/dist/packages/components-v3/dist/PromptButton/components/Icon.cjs +0 -11
- package/dist/packages/components-v3/dist/PromptButton/components/Icon.js +0 -10
- package/dist/packages/components-v3/dist/PromptButton/components/Label.cjs +0 -20
- package/dist/packages/components-v3/dist/PromptButton/components/Label.js +0 -19
- package/dist/packages/components-v3/dist/PromptButton/components/Layout.cjs +0 -40
- package/dist/packages/components-v3/dist/PromptButton/components/Layout.js +0 -40
- package/dist/packages/components-v3/dist/PromptButton/components/Loading.cjs +0 -13
- package/dist/packages/components-v3/dist/PromptButton/components/Loading.js +0 -13
- package/dist/packages/components-v3/dist/PromptButton/components/index.cjs +0 -16
- package/dist/packages/components-v3/dist/PromptButton/components/index.js +0 -16
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBackgroundColorsProperties.cjs +0 -18
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBackgroundColorsProperties.js +0 -18
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBoldTextProperties.cjs +0 -13
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBoldTextProperties.js +0 -12
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBorderColorsProperties.cjs +0 -18
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBorderColorsProperties.js +0 -18
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetIconColorsProperties.cjs +0 -32
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetIconColorsProperties.js +0 -32
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetLayoutBaseProperties.cjs +0 -16
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetLayoutBaseProperties.js +0 -16
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetTextColorsProperties.cjs +0 -19
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetTextColorsProperties.js +0 -19
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetVariantColorsProperties.cjs +0 -29
- package/dist/packages/components-v3/dist/PromptButton/hooks/useGetVariantColorsProperties.js +0 -29
- package/dist/packages/components-v3/dist/PromptButton/index.cjs +0 -2
- package/dist/packages/components-v3/dist/PromptButton/index.js +0 -4
- package/dist/packages/components-v3/dist/PromptButton/types/index.cjs +0 -13
- package/dist/packages/components-v3/dist/PromptButton/types/index.js +0 -12
- package/dist/packages/components-v3/dist/PromptButton/utils/functions.cjs +0 -10
- package/dist/packages/components-v3/dist/PromptButton/utils/functions.js +0 -10
- package/dist/packages/components-v3/dist/PromptCarousel/PromptCarousel.cjs +0 -12
- package/dist/packages/components-v3/dist/PromptCarousel/PromptCarousel.js +0 -14
- package/dist/packages/components-v3/dist/PromptCarousel/components/BlockScrollContainer.cjs +0 -9
- package/dist/packages/components-v3/dist/PromptCarousel/components/BlockScrollContainer.js +0 -10
- package/dist/packages/components-v3/dist/PromptCarousel/components/ButtonContainerRow.cjs +0 -11
- package/dist/packages/components-v3/dist/PromptCarousel/components/ButtonContainerRow.js +0 -12
- package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithBlockScroll.cjs +0 -4
- package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithBlockScroll.js +0 -6
- package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithRowScroll.cjs +0 -4
- package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithRowScroll.js +0 -6
- package/dist/packages/components-v3/dist/PromptCarousel/components/index.cjs +0 -3
- package/dist/packages/components-v3/dist/PromptCarousel/components/index.js +0 -5
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/index.cjs +0 -5
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/index.js +0 -7
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useButtonScrollPosition.cjs +0 -1
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useButtonScrollPosition.js +0 -3
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselAnimation.cjs +0 -3
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselAnimation.js +0 -5
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselButtons.cjs +0 -1
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselButtons.js +0 -3
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselRefs.cjs +0 -1
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselRefs.js +0 -3
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useHorizontalScrollAnimation.cjs +0 -1
- package/dist/packages/components-v3/dist/PromptCarousel/hooks/useHorizontalScrollAnimation.js +0 -3
- package/dist/packages/components-v3/dist/PromptCarousel/index.cjs +0 -2
- package/dist/packages/components-v3/dist/PromptCarousel/index.js +0 -4
- package/dist/packages/components-v3/dist/PromptCarousel/types/types.cjs +0 -19
- package/dist/packages/components-v3/dist/PromptCarousel/types/types.js +0 -17
- package/dist/packages/components-v3/dist/SocialProof/SocialProof.cjs +0 -10
- package/dist/packages/components-v3/dist/SocialProof/SocialProof.js +0 -12
- package/dist/packages/components-v3/dist/SocialProof/components/Headline.cjs +0 -53
- package/dist/packages/components-v3/dist/SocialProof/components/Headline.js +0 -54
- package/dist/packages/components-v3/dist/SocialProof/components/ImageGallery.cjs +0 -5
- package/dist/packages/components-v3/dist/SocialProof/components/ImageGallery.js +0 -7
- package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourGrid.cjs +0 -6
- package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourGrid.js +0 -8
- package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourHorizontal.cjs +0 -16
- package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourHorizontal.js +0 -17
- package/dist/packages/components-v3/dist/SocialProof/components/LayoutSingle.cjs +0 -8
- package/dist/packages/components-v3/dist/SocialProof/components/LayoutSingle.js +0 -10
- package/dist/packages/components-v3/dist/SocialProof/components/Skeleton.cjs +0 -1
- package/dist/packages/components-v3/dist/SocialProof/components/Skeleton.js +0 -3
- package/dist/packages/components-v3/dist/SocialProof/components/Subheadline.cjs +0 -8
- package/dist/packages/components-v3/dist/SocialProof/components/Subheadline.js +0 -10
- package/dist/packages/components-v3/dist/SocialProof/components/Textfield.cjs +0 -3
- package/dist/packages/components-v3/dist/SocialProof/components/Textfield.js +0 -5
- package/dist/packages/components-v3/dist/SocialProof/components/index.cjs +0 -8
- package/dist/packages/components-v3/dist/SocialProof/components/index.js +0 -10
- package/dist/packages/components-v3/dist/SocialProof/hooks/index.cjs +0 -1
- package/dist/packages/components-v3/dist/SocialProof/hooks/index.js +0 -3
- package/dist/packages/components-v3/dist/SocialProof/hooks/useSocialProofCount.cjs +0 -1
- package/dist/packages/components-v3/dist/SocialProof/hooks/useSocialProofCount.js +0 -3
- package/dist/packages/components-v3/dist/SocialProof/index.cjs +0 -4
- package/dist/packages/components-v3/dist/SocialProof/index.js +0 -6
- package/dist/packages/components-v3/dist/SocialProof/types/types.cjs +0 -11
- package/dist/packages/components-v3/dist/SocialProof/types/types.js +0 -10
- package/dist/packages/components-v3/dist/SocialProof/utils/functions.cjs +0 -1
- package/dist/packages/components-v3/dist/SocialProof/utils/functions.js +0 -3
- package/dist/packages/components-v3/dist/Stack/Stack.cjs +0 -36
- package/dist/packages/components-v3/dist/Stack/Stack.js +0 -36
- package/dist/packages/components-v3/dist/Stack/hooks/useFormatStackChildren.cjs +0 -27
- package/dist/packages/components-v3/dist/Stack/hooks/useFormatStackChildren.js +0 -26
- package/dist/packages/components-v3/dist/Stack/hooks/useGetAlignProperties.cjs +0 -20
- package/dist/packages/components-v3/dist/Stack/hooks/useGetAlignProperties.js +0 -19
- package/dist/packages/components-v3/dist/Stack/hooks/useGetDirectionProperties.cjs +0 -19
- package/dist/packages/components-v3/dist/Stack/hooks/useGetDirectionProperties.js +0 -18
- package/dist/packages/components-v3/dist/Stack/hooks/useGetGapProperties.cjs +0 -16
- package/dist/packages/components-v3/dist/Stack/hooks/useGetGapProperties.js +0 -15
- package/dist/packages/components-v3/dist/Stack/hooks/useGetJustifyProperties.cjs +0 -21
- package/dist/packages/components-v3/dist/Stack/hooks/useGetJustifyProperties.js +0 -20
- package/dist/packages/components-v3/dist/Stack/hooks/useGetStyleProperties.cjs +0 -38
- package/dist/packages/components-v3/dist/Stack/hooks/useGetStyleProperties.js +0 -38
- package/dist/packages/components-v3/dist/Stack/hooks/useGetWrapProperties.cjs +0 -13
- package/dist/packages/components-v3/dist/Stack/hooks/useGetWrapProperties.js +0 -12
- package/dist/packages/components-v3/dist/Stack/index.cjs +0 -1
- package/dist/packages/components-v3/dist/Stack/index.js +0 -3
- package/dist/packages/components-v3/dist/Stack/utils/constants.cjs +0 -42
- package/dist/packages/components-v3/dist/Stack/utils/constants.js +0 -41
- package/dist/packages/components-v3/dist/Title/Title.cjs +0 -11
- package/dist/packages/components-v3/dist/Title/Title.js +0 -12
- package/dist/packages/components-v3/dist/Title/components/Image.cjs +0 -2
- package/dist/packages/components-v3/dist/Title/components/Image.js +0 -4
- package/dist/packages/components-v3/dist/Title/components/Label.cjs +0 -3
- package/dist/packages/components-v3/dist/Title/components/Label.js +0 -5
- package/dist/packages/components-v3/dist/Title/components/Layout.cjs +0 -11
- package/dist/packages/components-v3/dist/Title/components/Layout.js +0 -12
- package/dist/packages/components-v3/dist/Title/components/index.cjs +0 -3
- package/dist/packages/components-v3/dist/Title/components/index.js +0 -5
- package/dist/packages/components-v3/dist/Title/index.cjs +0 -1
- package/dist/packages/components-v3/dist/Title/index.js +0 -3
- package/dist/packages/components-v3/dist/Tokens/index.cjs +0 -11
- package/dist/packages/components-v3/dist/Tokens/index.js +0 -13
- package/dist/packages/components-v3/dist/Typography/Typography.cjs +0 -43
- package/dist/packages/components-v3/dist/Typography/Typography.js +0 -43
- package/dist/packages/components-v3/dist/Typography/hooks/useGetAccessibilityAttributes.cjs +0 -31
- package/dist/packages/components-v3/dist/Typography/hooks/useGetAccessibilityAttributes.js +0 -30
- package/dist/packages/components-v3/dist/Typography/hooks/useGetAlignProperties.cjs +0 -20
- package/dist/packages/components-v3/dist/Typography/hooks/useGetAlignProperties.js +0 -19
- package/dist/packages/components-v3/dist/Typography/hooks/useGetColorProperties.cjs +0 -21
- package/dist/packages/components-v3/dist/Typography/hooks/useGetColorProperties.js +0 -20
- package/dist/packages/components-v3/dist/Typography/hooks/useGetNoWrapProperties.cjs +0 -13
- package/dist/packages/components-v3/dist/Typography/hooks/useGetNoWrapProperties.js +0 -12
- package/dist/packages/components-v3/dist/Typography/hooks/useGetNumberOfLinesProperties.cjs +0 -22
- package/dist/packages/components-v3/dist/Typography/hooks/useGetNumberOfLinesProperties.js +0 -21
- package/dist/packages/components-v3/dist/Typography/hooks/useGetVariantProperties.cjs +0 -62
- package/dist/packages/components-v3/dist/Typography/hooks/useGetVariantProperties.js +0 -61
- package/dist/packages/components-v3/dist/Typography/index.cjs +0 -2
- package/dist/packages/components-v3/dist/Typography/index.js +0 -4
- package/dist/packages/components-v3/dist/Typography/types/index.cjs +0 -47
- package/dist/packages/components-v3/dist/Typography/types/index.js +0 -44
- package/dist/packages/components-v3/dist/Typography/utils/utils.cjs +0 -12
- package/dist/packages/components-v3/dist/Typography/utils/utils.js +0 -10
- package/dist/packages/components-v3/dist/WelcomeMessage/WelcomeMessage.cjs +0 -2
- package/dist/packages/components-v3/dist/WelcomeMessage/WelcomeMessage.js +0 -4
- package/dist/packages/components-v3/dist/WelcomeMessage/components/Container.cjs +0 -14
- package/dist/packages/components-v3/dist/WelcomeMessage/components/Container.js +0 -15
- package/dist/packages/components-v3/dist/WelcomeMessage/components/SparkleIcon.cjs +0 -3
- package/dist/packages/components-v3/dist/WelcomeMessage/components/SparkleIcon.js +0 -5
- package/dist/packages/components-v3/dist/WelcomeMessage/components/Text.cjs +0 -3
- package/dist/packages/components-v3/dist/WelcomeMessage/components/Text.js +0 -5
- package/dist/packages/components-v3/dist/WelcomeMessage/components/Title.cjs +0 -3
- package/dist/packages/components-v3/dist/WelcomeMessage/components/Title.js +0 -5
- package/dist/packages/components-v3/dist/WelcomeMessage/components/index.cjs +0 -4
- package/dist/packages/components-v3/dist/WelcomeMessage/components/index.js +0 -6
- package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetContainerProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetContainerProperties.js +0 -3
- package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetSparkleIconProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetSparkleIconProperties.js +0 -3
- package/dist/packages/components-v3/dist/WelcomeMessage/index.cjs +0 -2
- package/dist/packages/components-v3/dist/WelcomeMessage/index.js +0 -4
- package/dist/packages/components-v3/dist/WelcomeMessage/types/types.cjs +0 -14
- package/dist/packages/components-v3/dist/WelcomeMessage/types/types.js +0 -14
- package/dist/packages/components-v3/dist/WidgetTextField/WidgetTextField.cjs +0 -2
- package/dist/packages/components-v3/dist/WidgetTextField/WidgetTextField.js +0 -4
- package/dist/packages/components-v3/dist/WidgetTextField/components/Container.cjs +0 -14
- package/dist/packages/components-v3/dist/WidgetTextField/components/Container.js +0 -15
- package/dist/packages/components-v3/dist/WidgetTextField/components/FakeTextInput.cjs +0 -3
- package/dist/packages/components-v3/dist/WidgetTextField/components/FakeTextInput.js +0 -5
- package/dist/packages/components-v3/dist/WidgetTextField/components/Icon.cjs +0 -7
- package/dist/packages/components-v3/dist/WidgetTextField/components/Icon.js +0 -9
- package/dist/packages/components-v3/dist/WidgetTextField/components/Skeleton.cjs +0 -10
- package/dist/packages/components-v3/dist/WidgetTextField/components/Skeleton.js +0 -11
- package/dist/packages/components-v3/dist/WidgetTextField/components/index.cjs +0 -4
- package/dist/packages/components-v3/dist/WidgetTextField/components/index.js +0 -6
- package/dist/packages/components-v3/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/WidgetTextField/hooks/useGetContainerProperties.js +0 -3
- package/dist/packages/components-v3/dist/WidgetTextField/index.cjs +0 -1
- package/dist/packages/components-v3/dist/WidgetTextField/index.js +0 -3
- package/dist/packages/components-v3/dist/WidgetWrapper/WidgetWrapper.cjs +0 -12
- package/dist/packages/components-v3/dist/WidgetWrapper/WidgetWrapper.js +0 -13
- package/dist/packages/components-v3/dist/WidgetWrapper/hooks/useGetWrapperProperties.cjs +0 -1
- package/dist/packages/components-v3/dist/WidgetWrapper/hooks/useGetWrapperProperties.js +0 -3
- package/dist/packages/components-v3/dist/WidgetWrapper/index.cjs +0 -2
- package/dist/packages/components-v3/dist/WidgetWrapper/index.js +0 -4
- package/dist/packages/components-v3/dist/WidgetWrapper/types/types.cjs +0 -13
- package/dist/packages/components-v3/dist/WidgetWrapper/types/types.js +0 -12
- package/dist/packages/components-v3/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.cjs +0 -8
- package/dist/packages/components-v3/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.js +0 -10
- package/dist/packages/components-v3/dist/packages/components-v3/src/models/colorsConfig.cjs +0 -26
- package/dist/packages/components-v3/dist/packages/components-v3/src/models/colorsConfig.js +0 -25
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/aspectRatio/aspectRatio.cjs +0 -16
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/aspectRatio/aspectRatio.js +0 -17
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/breakpoints/breakpoints.cjs +0 -25
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/breakpoints/breakpoints.js +0 -23
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/colors/colors.cjs +0 -51
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/colors/colors.js +0 -51
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/radius/radius.cjs +0 -64
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/radius/radius.js +0 -65
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/theme/theme.cjs +0 -18
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/theme/theme.js +0 -16
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontFamily.cjs +0 -25
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontFamily.js +0 -25
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontSize.cjs +0 -37
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontSize.js +0 -38
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontWeight.cjs +0 -17
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontWeight.js +0 -18
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/letterSpacing.cjs +0 -15
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/letterSpacing.js +0 -16
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/lineHeight.cjs +0 -31
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/lineHeight.js +0 -32
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/typography.cjs +0 -5
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/typography.js +0 -7
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/utils.cjs +0 -7
- package/dist/packages/components-v3/dist/packages/components-v3/tokens/utils.js +0 -6
- package/dist/packages/components-v3/dist/utils/CustomIcon.cjs +0 -2
- package/dist/packages/components-v3/dist/utils/CustomIcon.js +0 -4
- package/dist/packages/components-v3/dist/utils/resolveTheme.cjs +0 -13
- package/dist/packages/components-v3/dist/utils/resolveTheme.js +0 -13
- package/dist/packages/components-v3/dist/utils/useCheckIsMobile.cjs +0 -1
- package/dist/packages/components-v3/dist/utils/useCheckIsMobile.js +0 -3
- package/dist/packages/components-v3/dist/utils/useGetContentSize.cjs +0 -1
- package/dist/packages/components-v3/dist/utils/useGetContentSize.js +0 -3
- package/dist/packages/components-v3/dist/utils/useResponsiveValue.cjs +0 -57
- package/dist/packages/components-v3/dist/utils/useResponsiveValue.js +0 -56
- package/dist/packages/icons/dist/FourPointStar.cjs +0 -23
- package/dist/packages/icons/dist/FourPointStar.js +0 -23
- package/dist/packages/icons/dist/IconCloseRounded.cjs +0 -22
- package/dist/packages/icons/dist/IconCloseRounded.js +0 -22
- package/dist/packages/icons/dist/IconCloseSharp.cjs +0 -31
- package/dist/packages/icons/dist/IconCloseSharp.js +0 -31
- package/dist/packages/icons/dist/IconCloseTransparent.cjs +0 -24
- package/dist/packages/icons/dist/IconCloseTransparent.js +0 -24
- package/dist/packages/icons/dist/MagnifyingGlass.cjs +0 -8
- package/dist/packages/icons/dist/MagnifyingGlass.js +0 -9
- package/dist/packages/icons/dist/MagnifyingThin.cjs +0 -8
- package/dist/packages/icons/dist/MagnifyingThin.js +0 -9
- package/dist/packages/icons/dist/SendMinimalist.cjs +0 -8
- package/dist/packages/icons/dist/SendMinimalist.js +0 -9
- package/dist/packages/icons/dist/SendModern.cjs +0 -8
- package/dist/packages/icons/dist/SendModern.js +0 -9
- package/dist/packages/icons/dist/SendStandard.cjs +0 -8
- package/dist/packages/icons/dist/SendStandard.js +0 -9
- package/dist/packages/icons/dist/Sparkles.cjs +0 -8
- package/dist/packages/icons/dist/Sparkles.js +0 -9
- package/dist/packages/icons/dist/_virtual/rolldown_runtime.cjs +0 -28
- package/dist/packages/icons/dist/_virtual/rolldown_runtime.js +0 -26
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -697
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -697
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -44
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -44
- package/dist/packages/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1529
- package/dist/packages/icons/dist/node_modules/react/cjs/react.development.js +0 -1529
- package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -330
- package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.js +0 -330
- package/dist/packages/icons/dist/node_modules/react/index.cjs +0 -14
- package/dist/packages/icons/dist/node_modules/react/index.js +0 -14
- package/dist/packages/icons/dist/node_modules/react/jsx-runtime.cjs +0 -14
- package/dist/packages/icons/dist/node_modules/react/jsx-runtime.js +0 -14
package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_index = require('../index.cjs');
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js
|
|
5
|
-
/**
|
|
6
|
-
* @license React
|
|
7
|
-
* react-jsx-runtime.production.min.js
|
|
8
|
-
*
|
|
9
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the MIT license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*/
|
|
14
|
-
var require_react_jsx_runtime_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports$1) => {
|
|
15
|
-
var f = require_index.require_react(), k = Symbol.for("react.element"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = {
|
|
16
|
-
key: !0,
|
|
17
|
-
ref: !0,
|
|
18
|
-
__self: !0,
|
|
19
|
-
__source: !0
|
|
20
|
-
};
|
|
21
|
-
function q(c, a, g) {
|
|
22
|
-
var b, d = {}, e = null, h = null;
|
|
23
|
-
void 0 !== g && (e = "" + g);
|
|
24
|
-
void 0 !== a.key && (e = "" + a.key);
|
|
25
|
-
void 0 !== a.ref && (h = a.ref);
|
|
26
|
-
for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
|
|
27
|
-
if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
|
|
28
|
-
return {
|
|
29
|
-
$$typeof: k,
|
|
30
|
-
type: c,
|
|
31
|
-
key: e,
|
|
32
|
-
ref: h,
|
|
33
|
-
props: d,
|
|
34
|
-
_owner: n.current
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
exports$1.jsx = q;
|
|
38
|
-
exports$1.jsxs = q;
|
|
39
|
-
}));
|
|
40
|
-
var react_jsx_runtime_production_min_default = require_react_jsx_runtime_production_min();
|
|
41
|
-
|
|
42
|
-
//#endregion
|
|
43
|
-
exports.require_react_jsx_runtime_production_min = require_react_jsx_runtime_production_min;
|
|
44
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhY3QtanN4LXJ1bnRpbWUucHJvZHVjdGlvbi5taW4uY2pzIiwibmFtZXMiOlsicmVxdWlyZV9yZWFjdCJdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2ljb25zL2Rpc3Qvbm9kZV9tb2R1bGVzL3JlYWN0L2Nqcy9yZWFjdC1qc3gtcnVudGltZS5wcm9kdWN0aW9uLm1pbi5qcyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBfX2NvbW1vbkpTTWluIH0gZnJvbSBcIi4uLy4uLy4uL192aXJ0dWFsL3JvbGxkb3duX3J1bnRpbWUuanNcIjtcbmltcG9ydCB7IHJlcXVpcmVfcmVhY3QgfSBmcm9tIFwiLi4vaW5kZXguanNcIjtcblxuLy8jcmVnaW9uIC4uLy4uL25vZGVfbW9kdWxlcy9yZWFjdC9janMvcmVhY3QtanN4LXJ1bnRpbWUucHJvZHVjdGlvbi5taW4uanNcbi8qKlxuKiBAbGljZW5zZSBSZWFjdFxuKiByZWFjdC1qc3gtcnVudGltZS5wcm9kdWN0aW9uLm1pbi5qc1xuKlxuKiBDb3B5cmlnaHQgKGMpIEZhY2Vib29rLCBJbmMuIGFuZCBpdHMgYWZmaWxpYXRlcy5cbipcbiogVGhpcyBzb3VyY2UgY29kZSBpcyBsaWNlbnNlZCB1bmRlciB0aGUgTUlUIGxpY2Vuc2UgZm91bmQgaW4gdGhlXG4qIExJQ0VOU0UgZmlsZSBpbiB0aGUgcm9vdCBkaXJlY3Rvcnkgb2YgdGhpcyBzb3VyY2UgdHJlZS5cbiovXG52YXIgcmVxdWlyZV9yZWFjdF9qc3hfcnVudGltZV9wcm9kdWN0aW9uX21pbiA9IC8qIEBfX1BVUkVfXyAqLyBfX2NvbW1vbkpTTWluKCgoZXhwb3J0cykgPT4ge1xuXHR2YXIgZiA9IHJlcXVpcmVfcmVhY3QoKSwgayA9IFN5bWJvbC5mb3IoXCJyZWFjdC5lbGVtZW50XCIpLCBsID0gU3ltYm9sLmZvcihcInJlYWN0LmZyYWdtZW50XCIpLCBtID0gT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eSwgbiA9IGYuX19TRUNSRVRfSU5URVJOQUxTX0RPX05PVF9VU0VfT1JfWU9VX1dJTExfQkVfRklSRUQuUmVhY3RDdXJyZW50T3duZXIsIHAgPSB7XG5cdFx0a2V5OiAhMCxcblx0XHRyZWY6ICEwLFxuXHRcdF9fc2VsZjogITAsXG5cdFx0X19zb3VyY2U6ICEwXG5cdH07XG5cdGZ1bmN0aW9uIHEoYywgYSwgZykge1xuXHRcdHZhciBiLCBkID0ge30sIGUgPSBudWxsLCBoID0gbnVsbDtcblx0XHR2b2lkIDAgIT09IGcgJiYgKGUgPSBcIlwiICsgZyk7XG5cdFx0dm9pZCAwICE9PSBhLmtleSAmJiAoZSA9IFwiXCIgKyBhLmtleSk7XG5cdFx0dm9pZCAwICE9PSBhLnJlZiAmJiAoaCA9IGEucmVmKTtcblx0XHRmb3IgKGIgaW4gYSkgbS5jYWxsKGEsIGIpICYmICFwLmhhc093blByb3BlcnR5KGIpICYmIChkW2JdID0gYVtiXSk7XG5cdFx0aWYgKGMgJiYgYy5kZWZhdWx0UHJvcHMpIGZvciAoYiBpbiBhID0gYy5kZWZhdWx0UHJvcHMsIGEpIHZvaWQgMCA9PT0gZFtiXSAmJiAoZFtiXSA9IGFbYl0pO1xuXHRcdHJldHVybiB7XG5cdFx0XHQkJHR5cGVvZjogayxcblx0XHRcdHR5cGU6IGMsXG5cdFx0XHRrZXk6IGUsXG5cdFx0XHRyZWY6IGgsXG5cdFx0XHRwcm9wczogZCxcblx0XHRcdF9vd25lcjogbi5jdXJyZW50XG5cdFx0fTtcblx0fVxuXHRleHBvcnRzLmpzeCA9IHE7XG5cdGV4cG9ydHMuanN4cyA9IHE7XG59KSk7XG5cbi8vI2VuZHJlZ2lvblxuZXhwb3J0IGRlZmF1bHQgcmVxdWlyZV9yZWFjdF9qc3hfcnVudGltZV9wcm9kdWN0aW9uX21pbigpO1xuXG5leHBvcnQgeyByZXF1aXJlX3JlYWN0X2pzeF9ydW50aW1lX3Byb2R1Y3Rpb25fbWluIH07Il0sInhfZ29vZ2xlX2lnbm9yZUxpc3QiOlswXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7QUFhQSxJQUFJLDJDQUEyRCx5REFBZ0IsY0FBWTtDQUMxRixJQUFJLElBQUlBLDZCQUFlLEVBQUUsSUFBSSxPQUFPLElBQUksZ0JBQWdCLEVBQW9DLElBQUksT0FBTyxVQUFVLGdCQUFnQixJQUFJLEVBQUUsbURBQW1ELG1CQUFtQixJQUFJO0VBQ2hOLEtBQUssQ0FBQztFQUNOLEtBQUssQ0FBQztFQUNOLFFBQVEsQ0FBQztFQUNULFVBQVUsQ0FBQztFQUNYO0NBQ0QsU0FBUyxFQUFFLEdBQUcsR0FBRyxHQUFHO0VBQ25CLElBQUksR0FBRyxJQUFJLEVBQUUsRUFBRSxJQUFJLE1BQU0sSUFBSTtBQUM3QixPQUFLLE1BQU0sTUFBTSxJQUFJLEtBQUs7QUFDMUIsT0FBSyxNQUFNLEVBQUUsUUFBUSxJQUFJLEtBQUssRUFBRTtBQUNoQyxPQUFLLE1BQU0sRUFBRSxRQUFRLElBQUksRUFBRTtBQUMzQixPQUFLLEtBQUssRUFBRyxHQUFFLEtBQUssR0FBRyxFQUFFLElBQUksQ0FBQyxFQUFFLGVBQWUsRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFO0FBQy9ELE1BQUksS0FBSyxFQUFFLGFBQWMsTUFBSyxLQUFLLElBQUksRUFBRSxjQUFjLEVBQUcsTUFBSyxNQUFNLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRTtBQUN2RixTQUFPO0dBQ04sVUFBVTtHQUNWLE1BQU07R0FDTixLQUFLO0dBQ0wsS0FBSztHQUNMLE9BQU87R0FDUCxRQUFRLEVBQUU7R0FDVjs7QUFFRixXQUFRLE1BQU07QUFDZCxXQUFRLE9BQU87R0FDYjtBQUdILCtDQUFlLDBDQUEwQyJ9
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { __commonJSMin } from "../../../_virtual/rolldown_runtime.js";
|
|
2
|
-
import { require_react } from "../index.js";
|
|
3
|
-
|
|
4
|
-
//#region ../icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js
|
|
5
|
-
/**
|
|
6
|
-
* @license React
|
|
7
|
-
* react-jsx-runtime.production.min.js
|
|
8
|
-
*
|
|
9
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the MIT license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*/
|
|
14
|
-
var require_react_jsx_runtime_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
15
|
-
var f = require_react(), k = Symbol.for("react.element"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = {
|
|
16
|
-
key: !0,
|
|
17
|
-
ref: !0,
|
|
18
|
-
__self: !0,
|
|
19
|
-
__source: !0
|
|
20
|
-
};
|
|
21
|
-
function q(c, a, g) {
|
|
22
|
-
var b, d = {}, e = null, h = null;
|
|
23
|
-
void 0 !== g && (e = "" + g);
|
|
24
|
-
void 0 !== a.key && (e = "" + a.key);
|
|
25
|
-
void 0 !== a.ref && (h = a.ref);
|
|
26
|
-
for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
|
|
27
|
-
if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
|
|
28
|
-
return {
|
|
29
|
-
$$typeof: k,
|
|
30
|
-
type: c,
|
|
31
|
-
key: e,
|
|
32
|
-
ref: h,
|
|
33
|
-
props: d,
|
|
34
|
-
_owner: n.current
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
exports.jsx = q;
|
|
38
|
-
exports.jsxs = q;
|
|
39
|
-
}));
|
|
40
|
-
var react_jsx_runtime_production_min_default = require_react_jsx_runtime_production_min();
|
|
41
|
-
|
|
42
|
-
//#endregion
|
|
43
|
-
export { require_react_jsx_runtime_production_min };
|
|
44
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhY3QtanN4LXJ1bnRpbWUucHJvZHVjdGlvbi5taW4uanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vaWNvbnMvZGlzdC9ub2RlX21vZHVsZXMvcmVhY3QvY2pzL3JlYWN0LWpzeC1ydW50aW1lLnByb2R1Y3Rpb24ubWluLmpzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IF9fY29tbW9uSlNNaW4gfSBmcm9tIFwiLi4vLi4vLi4vX3ZpcnR1YWwvcm9sbGRvd25fcnVudGltZS5qc1wiO1xuaW1wb3J0IHsgcmVxdWlyZV9yZWFjdCB9IGZyb20gXCIuLi9pbmRleC5qc1wiO1xuXG4vLyNyZWdpb24gLi4vLi4vbm9kZV9tb2R1bGVzL3JlYWN0L2Nqcy9yZWFjdC1qc3gtcnVudGltZS5wcm9kdWN0aW9uLm1pbi5qc1xuLyoqXG4qIEBsaWNlbnNlIFJlYWN0XG4qIHJlYWN0LWpzeC1ydW50aW1lLnByb2R1Y3Rpb24ubWluLmpzXG4qXG4qIENvcHlyaWdodCAoYykgRmFjZWJvb2ssIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVzLlxuKlxuKiBUaGlzIHNvdXJjZSBjb2RlIGlzIGxpY2Vuc2VkIHVuZGVyIHRoZSBNSVQgbGljZW5zZSBmb3VuZCBpbiB0aGVcbiogTElDRU5TRSBmaWxlIGluIHRoZSByb290IGRpcmVjdG9yeSBvZiB0aGlzIHNvdXJjZSB0cmVlLlxuKi9cbnZhciByZXF1aXJlX3JlYWN0X2pzeF9ydW50aW1lX3Byb2R1Y3Rpb25fbWluID0gLyogQF9fUFVSRV9fICovIF9fY29tbW9uSlNNaW4oKChleHBvcnRzKSA9PiB7XG5cdHZhciBmID0gcmVxdWlyZV9yZWFjdCgpLCBrID0gU3ltYm9sLmZvcihcInJlYWN0LmVsZW1lbnRcIiksIGwgPSBTeW1ib2wuZm9yKFwicmVhY3QuZnJhZ21lbnRcIiksIG0gPSBPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LCBuID0gZi5fX1NFQ1JFVF9JTlRFUk5BTFNfRE9fTk9UX1VTRV9PUl9ZT1VfV0lMTF9CRV9GSVJFRC5SZWFjdEN1cnJlbnRPd25lciwgcCA9IHtcblx0XHRrZXk6ICEwLFxuXHRcdHJlZjogITAsXG5cdFx0X19zZWxmOiAhMCxcblx0XHRfX3NvdXJjZTogITBcblx0fTtcblx0ZnVuY3Rpb24gcShjLCBhLCBnKSB7XG5cdFx0dmFyIGIsIGQgPSB7fSwgZSA9IG51bGwsIGggPSBudWxsO1xuXHRcdHZvaWQgMCAhPT0gZyAmJiAoZSA9IFwiXCIgKyBnKTtcblx0XHR2b2lkIDAgIT09IGEua2V5ICYmIChlID0gXCJcIiArIGEua2V5KTtcblx0XHR2b2lkIDAgIT09IGEucmVmICYmIChoID0gYS5yZWYpO1xuXHRcdGZvciAoYiBpbiBhKSBtLmNhbGwoYSwgYikgJiYgIXAuaGFzT3duUHJvcGVydHkoYikgJiYgKGRbYl0gPSBhW2JdKTtcblx0XHRpZiAoYyAmJiBjLmRlZmF1bHRQcm9wcykgZm9yIChiIGluIGEgPSBjLmRlZmF1bHRQcm9wcywgYSkgdm9pZCAwID09PSBkW2JdICYmIChkW2JdID0gYVtiXSk7XG5cdFx0cmV0dXJuIHtcblx0XHRcdCQkdHlwZW9mOiBrLFxuXHRcdFx0dHlwZTogYyxcblx0XHRcdGtleTogZSxcblx0XHRcdHJlZjogaCxcblx0XHRcdHByb3BzOiBkLFxuXHRcdFx0X293bmVyOiBuLmN1cnJlbnRcblx0XHR9O1xuXHR9XG5cdGV4cG9ydHMuanN4ID0gcTtcblx0ZXhwb3J0cy5qc3hzID0gcTtcbn0pKTtcblxuLy8jZW5kcmVnaW9uXG5leHBvcnQgZGVmYXVsdCByZXF1aXJlX3JlYWN0X2pzeF9ydW50aW1lX3Byb2R1Y3Rpb25fbWluKCk7XG5cbmV4cG9ydCB7IHJlcXVpcmVfcmVhY3RfanN4X3J1bnRpbWVfcHJvZHVjdGlvbl9taW4gfTsiXSwieF9nb29nbGVfaWdub3JlTGlzdCI6WzBdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OztBQWFBLElBQUksMkNBQTJELGdDQUFnQixZQUFZO0NBQzFGLElBQUksSUFBSSxlQUFlLEVBQUUsSUFBSSxPQUFPLElBQUksZ0JBQWdCLEVBQW9DLElBQUksT0FBTyxVQUFVLGdCQUFnQixJQUFJLEVBQUUsbURBQW1ELG1CQUFtQixJQUFJO0VBQ2hOLEtBQUssQ0FBQztFQUNOLEtBQUssQ0FBQztFQUNOLFFBQVEsQ0FBQztFQUNULFVBQVUsQ0FBQztFQUNYO0NBQ0QsU0FBUyxFQUFFLEdBQUcsR0FBRyxHQUFHO0VBQ25CLElBQUksR0FBRyxJQUFJLEVBQUUsRUFBRSxJQUFJLE1BQU0sSUFBSTtBQUM3QixPQUFLLE1BQU0sTUFBTSxJQUFJLEtBQUs7QUFDMUIsT0FBSyxNQUFNLEVBQUUsUUFBUSxJQUFJLEtBQUssRUFBRTtBQUNoQyxPQUFLLE1BQU0sRUFBRSxRQUFRLElBQUksRUFBRTtBQUMzQixPQUFLLEtBQUssRUFBRyxHQUFFLEtBQUssR0FBRyxFQUFFLElBQUksQ0FBQyxFQUFFLGVBQWUsRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFO0FBQy9ELE1BQUksS0FBSyxFQUFFLGFBQWMsTUFBSyxLQUFLLElBQUksRUFBRSxjQUFjLEVBQUcsTUFBSyxNQUFNLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRTtBQUN2RixTQUFPO0dBQ04sVUFBVTtHQUNWLE1BQU07R0FDTixLQUFLO0dBQ0wsS0FBSztHQUNMLE9BQU87R0FDUCxRQUFRLEVBQUU7R0FDVjs7QUFFRixTQUFRLE1BQU07QUFDZCxTQUFRLE9BQU87R0FDYjtBQUdILCtDQUFlLDBDQUEwQyJ9
|