@envive-ai/react-toolkit-v3 0.3.10 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/AnimatedText/AnimatedText.d.cts +3 -3
  2. package/dist/AnimatedText/AnimatedText.d.ts +3 -3
  3. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  4. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  5. package/dist/Carousel/Carousel.d.cts +2 -2
  6. package/dist/Carousel/Carousel.d.ts +2 -2
  7. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  8. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  9. package/dist/ChatFooter/components/index.d.cts +5 -5
  10. package/dist/ChatFooter/components/index.d.ts +5 -5
  11. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  12. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  13. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  14. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  15. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  16. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  17. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  18. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  19. package/dist/Container/Container.d.cts +175 -175
  20. package/dist/Container/Container.d.ts +4 -4
  21. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  22. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  23. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  24. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  25. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  26. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  27. package/dist/FloatingChat/FloatingChat.cjs +5 -3
  28. package/dist/FloatingChat/FloatingChat.d.cts +3 -2
  29. package/dist/FloatingChat/FloatingChat.d.ts +1 -0
  30. package/dist/FloatingChat/FloatingChat.js +5 -3
  31. package/dist/FloatingChat/components/Layout.cjs +5 -1
  32. package/dist/FloatingChat/components/Layout.js +5 -1
  33. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +1 -0
  34. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +1 -0
  35. package/dist/FloatingChat/types/types.d.cts +4 -0
  36. package/dist/FloatingChat/types/types.d.ts +4 -0
  37. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +131 -0
  38. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +24 -0
  39. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +24 -0
  40. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +130 -0
  41. package/dist/FullPageSalesAgent/components/Layout.cjs +53 -0
  42. package/dist/FullPageSalesAgent/components/Layout.js +51 -0
  43. package/dist/FullPageSalesAgent/components/index.cjs +7 -0
  44. package/dist/FullPageSalesAgent/components/index.js +7 -0
  45. package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.cjs +23 -0
  46. package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.js +22 -0
  47. package/dist/FullPageSalesAgent/hooks/useGetContainerStyles.cjs +16 -0
  48. package/dist/FullPageSalesAgent/hooks/useGetContainerStyles.js +16 -0
  49. package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.cjs +16 -0
  50. package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.js +16 -0
  51. package/dist/FullPageSalesAgent/hooks/useGetScrollContentStyles.cjs +19 -0
  52. package/dist/FullPageSalesAgent/hooks/useGetScrollContentStyles.js +17 -0
  53. package/dist/FullPageSalesAgent/hooks/useIsMobile.cjs +7 -0
  54. package/dist/FullPageSalesAgent/hooks/useIsMobile.js +7 -0
  55. package/dist/FullPageSalesAgent/index.cjs +3 -0
  56. package/dist/FullPageSalesAgent/index.d.cts +2 -0
  57. package/dist/FullPageSalesAgent/index.d.ts +2 -0
  58. package/dist/FullPageSalesAgent/index.js +3 -0
  59. package/dist/Image/Image.d.cts +2 -2
  60. package/dist/Image/Image.d.ts +2 -2
  61. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  62. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  63. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  64. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  65. package/dist/Message/hooks/useVariantStyleProperties.cjs +1 -1
  66. package/dist/Message/hooks/useVariantStyleProperties.js +1 -1
  67. package/dist/ProductCard/ProductCard.d.cts +2 -2
  68. package/dist/ProductCard/ProductCard.d.ts +2 -2
  69. package/dist/PromptButton/PromptButton.d.cts +2 -2
  70. package/dist/PromptButton/PromptButton.d.ts +2 -2
  71. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  72. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  73. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  74. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  75. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  76. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  77. package/dist/ReviewCard/components/index.d.cts +6 -6
  78. package/dist/ReviewCard/components/index.d.ts +4 -4
  79. package/dist/SalesAgentProductCard/SalesAgentProductCard.cjs +2 -1
  80. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +3 -2
  81. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +3 -2
  82. package/dist/SalesAgentProductCard/SalesAgentProductCard.js +2 -1
  83. package/dist/SalesAgentProductCard/components/Container.cjs +7 -5
  84. package/dist/SalesAgentProductCard/components/Container.d.cts +2 -1
  85. package/dist/SalesAgentProductCard/components/Container.d.ts +2 -1
  86. package/dist/SalesAgentProductCard/components/Container.js +7 -5
  87. package/dist/SalesAgentProductCard/components/index.d.cts +9 -8
  88. package/dist/SalesAgentProductCard/components/index.d.ts +9 -8
  89. package/dist/SalesAgentProductCard/types/types.d.cts +4 -0
  90. package/dist/SalesAgentProductCard/types/types.d.ts +4 -0
  91. package/dist/SocialProof/SocialProof.d.cts +2 -2
  92. package/dist/SocialProof/SocialProof.d.ts +2 -2
  93. package/dist/Stack/Stack.d.ts +2 -2
  94. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  95. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  96. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  97. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  98. package/dist/Typography/Typography.d.cts +4 -4
  99. package/dist/Typography/Typography.d.ts +4 -4
  100. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  101. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  102. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  103. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  104. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  105. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  106. package/dist/styles.css +1 -1
  107. package/package.json +5 -1
  108. package/src/components/FloatingChat/FloatingChat.tsx +7 -1
  109. package/src/components/FloatingChat/components/Layout.tsx +3 -0
  110. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +4 -3
  111. package/src/components/FloatingChat/types/types.ts +4 -0
  112. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +199 -0
  113. package/src/components/FullPageSalesAgent/components/Layout.tsx +81 -0
  114. package/src/components/FullPageSalesAgent/components/index.ts +5 -0
  115. package/src/components/FullPageSalesAgent/hooks/useContainerResizerObserver.ts +33 -0
  116. package/src/components/FullPageSalesAgent/hooks/useGetContainerStyles.ts +24 -0
  117. package/src/components/FullPageSalesAgent/hooks/useGetFooterStyles.ts +17 -0
  118. package/src/components/FullPageSalesAgent/hooks/useGetScrollContentStyles.ts +17 -0
  119. package/src/components/FullPageSalesAgent/hooks/useIsMobile.ts +3 -0
  120. package/src/components/FullPageSalesAgent/index.ts +1 -0
  121. package/src/components/Message/hooks/useVariantStyleProperties.ts +1 -1
  122. package/src/components/SalesAgentProductCard/SalesAgentProductCard.tsx +2 -0
  123. package/src/components/SalesAgentProductCard/components/Container.tsx +16 -9
  124. package/src/components/SalesAgentProductCard/types/types.ts +4 -0
@@ -1,13 +1,13 @@
1
1
  import { AnimatedTextProps } from "./types/types.cjs";
2
- import * as react184 from "react";
2
+ import * as react13 from "react";
3
3
 
4
4
  //#region src/components/AnimatedText/AnimatedText.d.ts
5
- declare const AnimatedText: react184.MemoExoticComponent<({
5
+ declare const AnimatedText: react13.MemoExoticComponent<({
6
6
  sequence,
7
7
  typingDuration,
8
8
  transition,
9
9
  loop,
10
10
  getNodeWrapper
11
- }: AnimatedTextProps) => react184.ReactNode>;
11
+ }: AnimatedTextProps) => react13.ReactNode>;
12
12
  //#endregion
13
13
  export { AnimatedText };
@@ -1,13 +1,13 @@
1
1
  import { AnimatedTextProps } from "./types/types.js";
2
- import * as react181 from "react";
2
+ import * as react184 from "react";
3
3
 
4
4
  //#region src/components/AnimatedText/AnimatedText.d.ts
5
- declare const AnimatedText: react181.MemoExoticComponent<({
5
+ declare const AnimatedText: react184.MemoExoticComponent<({
6
6
  sequence,
7
7
  typingDuration,
8
8
  transition,
9
9
  loop,
10
10
  getNodeWrapper
11
- }: AnimatedTextProps) => react181.ReactNode>;
11
+ }: AnimatedTextProps) => react184.ReactNode>;
12
12
  //#endregion
13
13
  export { AnimatedText };
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime33 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
4
4
  declare const CssVariablesEditorComponent: ({
5
5
  selectedMerchantName
6
6
  }: {
7
7
  selectedMerchantName: string;
8
- }) => react_jsx_runtime33.JSX.Element;
8
+ }) => react_jsx_runtime29.JSX.Element;
9
9
  //#endregion
10
10
  export { CssVariablesEditorComponent };
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime29 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime34 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
4
4
  declare const CssVariablesEditorComponent: ({
5
5
  selectedMerchantName
6
6
  }: {
7
7
  selectedMerchantName: string;
8
- }) => react_jsx_runtime29.JSX.Element;
8
+ }) => react_jsx_runtime34.JSX.Element;
9
9
  //#endregion
10
10
  export { CssVariablesEditorComponent };
@@ -1,5 +1,5 @@
1
1
  import { CarouselProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Carousel/Carousel.d.ts
5
5
  declare const Carousel: ({
@@ -11,6 +11,6 @@ declare const Carousel: ({
11
11
  badgeLabel,
12
12
  theme,
13
13
  hideNavigation
14
- }: CarouselProps) => react_jsx_runtime26.JSX.Element;
14
+ }: CarouselProps) => react_jsx_runtime25.JSX.Element;
15
15
  //#endregion
16
16
  export { Carousel };
@@ -1,5 +1,5 @@
1
1
  import { CarouselProps } from "./types/types.js";
2
- import * as react_jsx_runtime30 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Carousel/Carousel.d.ts
5
5
  declare const Carousel: ({
@@ -11,6 +11,6 @@ declare const Carousel: ({
11
11
  badgeLabel,
12
12
  theme,
13
13
  hideNavigation
14
- }: CarouselProps) => react_jsx_runtime30.JSX.Element;
14
+ }: CarouselProps) => react_jsx_runtime25.JSX.Element;
15
15
  //#endregion
16
16
  export { Carousel };
@@ -1,5 +1,5 @@
1
1
  import { ChatFooterProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatFooter/ChatFooter.d.ts
5
5
  declare const ChatFooter: ({
@@ -18,6 +18,6 @@ declare const ChatFooter: ({
18
18
  disabled,
19
19
  isLoadingPromptSuggestions,
20
20
  disabledInput
21
- }: ChatFooterProps) => react_jsx_runtime29.JSX.Element;
21
+ }: ChatFooterProps) => react_jsx_runtime31.JSX.Element;
22
22
  //#endregion
23
23
  export { ChatFooter };
@@ -1,5 +1,5 @@
1
1
  import { ChatFooterProps } from "./types/types.js";
2
- import * as react_jsx_runtime34 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatFooter/ChatFooter.d.ts
5
5
  declare const ChatFooter: ({
@@ -18,6 +18,6 @@ declare const ChatFooter: ({
18
18
  disabled,
19
19
  isLoadingPromptSuggestions,
20
20
  disabledInput
21
- }: ChatFooterProps) => react_jsx_runtime34.JSX.Element;
21
+ }: ChatFooterProps) => react_jsx_runtime31.JSX.Element;
22
22
  //#endregion
23
23
  export { ChatFooter };
@@ -1,8 +1,8 @@
1
1
  import { LayoutProps } from "./Layout.cjs";
2
2
  import { PromptSuggestionsProps } from "./PromptSuggestions.cjs";
3
3
  import { TextFieldProps } from "../../TextField/types/index.cjs";
4
- import * as react181 from "react";
5
- import * as react_jsx_runtime27 from "react/jsx-runtime";
4
+ import * as react10 from "react";
5
+ import * as react_jsx_runtime32 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/ChatFooter/components/index.d.ts
8
8
  declare const ChatFooterComponents: {
@@ -17,13 +17,13 @@ declare const ChatFooterComponents: {
17
17
  testId,
18
18
  className,
19
19
  style
20
- }: LayoutProps) => react_jsx_runtime27.JSX.Element;
20
+ }: LayoutProps) => react_jsx_runtime32.JSX.Element;
21
21
  EnviveLogo: ({
22
22
  style
23
23
  }: {
24
24
  className?: string;
25
25
  style?: React.CSSProperties;
26
- }) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
26
+ }) => react10.ReactElement<react10.SVGProps<SVGSVGElement>, string | react10.JSXElementConstructor<any>>;
27
27
  PromptSuggestions: ({
28
28
  theme,
29
29
  suggestions,
@@ -31,7 +31,7 @@ declare const ChatFooterComponents: {
31
31
  className,
32
32
  style,
33
33
  disabled
34
- }: PromptSuggestionsProps) => react_jsx_runtime27.JSX.Element;
34
+ }: PromptSuggestionsProps) => react_jsx_runtime32.JSX.Element;
35
35
  TextField: ({
36
36
  theme,
37
37
  placeholder,
@@ -1,8 +1,8 @@
1
1
  import { LayoutProps } from "./Layout.js";
2
2
  import { PromptSuggestionsProps } from "./PromptSuggestions.js";
3
3
  import { TextFieldProps } from "../../TextField/types/index.js";
4
- import * as react183 from "react";
5
- import * as react_jsx_runtime32 from "react/jsx-runtime";
4
+ import * as react181 from "react";
5
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/ChatFooter/components/index.d.ts
8
8
  declare const ChatFooterComponents: {
@@ -17,13 +17,13 @@ declare const ChatFooterComponents: {
17
17
  testId,
18
18
  className,
19
19
  style
20
- }: LayoutProps) => react_jsx_runtime32.JSX.Element;
20
+ }: LayoutProps) => react_jsx_runtime29.JSX.Element;
21
21
  EnviveLogo: ({
22
22
  style
23
23
  }: {
24
24
  className?: string;
25
25
  style?: React.CSSProperties;
26
- }) => react183.ReactElement<react183.SVGProps<SVGSVGElement>, string | react183.JSXElementConstructor<any>>;
26
+ }) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
27
27
  PromptSuggestions: ({
28
28
  theme,
29
29
  suggestions,
@@ -31,7 +31,7 @@ declare const ChatFooterComponents: {
31
31
  className,
32
32
  style,
33
33
  disabled
34
- }: PromptSuggestionsProps) => react_jsx_runtime32.JSX.Element;
34
+ }: PromptSuggestionsProps) => react_jsx_runtime29.JSX.Element;
35
35
  TextField: ({
36
36
  theme,
37
37
  placeholder,
@@ -1,5 +1,5 @@
1
1
  import { ChatHeaderProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime32 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatHeader/ChatHeader.d.ts
5
5
  declare const ChatHeader: ({
@@ -21,6 +21,6 @@ declare const ChatHeader: ({
21
21
  headerBgColor,
22
22
  onClose,
23
23
  onToggle
24
- }: ChatHeaderProps) => react_jsx_runtime32.JSX.Element;
24
+ }: ChatHeaderProps) => react_jsx_runtime22.JSX.Element;
25
25
  //#endregion
26
26
  export { ChatHeader };
@@ -1,5 +1,5 @@
1
1
  import { ChatHeaderProps } from "./types/index.js";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime32 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatHeader/ChatHeader.d.ts
5
5
  declare const ChatHeader: ({
@@ -21,6 +21,6 @@ declare const ChatHeader: ({
21
21
  headerBgColor,
22
22
  onClose,
23
23
  onToggle
24
- }: ChatHeaderProps) => react_jsx_runtime24.JSX.Element;
24
+ }: ChatHeaderProps) => react_jsx_runtime32.JSX.Element;
25
25
  //#endregion
26
26
  export { ChatHeader };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime30 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatPreview/ChatPreview.d.ts
5
5
  declare const ChatPreview: ({
@@ -7,6 +7,6 @@ declare const ChatPreview: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: ChatPreviewProps) => react_jsx_runtime30.JSX.Element;
10
+ }: ChatPreviewProps) => react_jsx_runtime23.JSX.Element;
11
11
  //#endregion
12
12
  export { ChatPreview };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewProps } from "./types/types.js";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatPreview/ChatPreview.d.ts
5
5
  declare const ChatPreview: ({
@@ -7,6 +7,6 @@ declare const ChatPreview: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: ChatPreviewProps) => react_jsx_runtime25.JSX.Element;
10
+ }: ChatPreviewProps) => react_jsx_runtime24.JSX.Element;
11
11
  //#endregion
12
12
  export { ChatPreview };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewComparisonProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatPreviewComparison/ChatPreviewComparison.d.ts
5
5
  declare const ChatPreviewComparison: ({
@@ -7,6 +7,6 @@ declare const ChatPreviewComparison: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: ChatPreviewComparisonProps) => react_jsx_runtime21.JSX.Element;
10
+ }: ChatPreviewComparisonProps) => react_jsx_runtime28.JSX.Element;
11
11
  //#endregion
12
12
  export { ChatPreviewComparison };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewComparisonProps } from "./types/types.js";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime33 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatPreviewComparison/ChatPreviewComparison.d.ts
5
5
  declare const ChatPreviewComparison: ({
@@ -7,6 +7,6 @@ declare const ChatPreviewComparison: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: ChatPreviewComparisonProps) => react_jsx_runtime31.JSX.Element;
10
+ }: ChatPreviewComparisonProps) => react_jsx_runtime33.JSX.Element;
11
11
  //#endregion
12
12
  export { ChatPreviewComparison };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewLoadingProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
5
5
  declare const ChatPreviewLoading: ({
@@ -15,6 +15,6 @@ declare const ChatPreviewLoading: ({
15
15
  hideLogo,
16
16
  logoSrc,
17
17
  titleLabel
18
- }: ChatPreviewLoadingProps) => react_jsx_runtime18.JSX.Element;
18
+ }: ChatPreviewLoadingProps) => react_jsx_runtime21.JSX.Element;
19
19
  //#endregion
20
20
  export { ChatPreviewLoading };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewLoadingProps } from "./types/types.js";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
5
5
  declare const ChatPreviewLoading: ({
@@ -15,6 +15,6 @@ declare const ChatPreviewLoading: ({
15
15
  hideLogo,
16
16
  logoSrc,
17
17
  titleLabel
18
- }: ChatPreviewLoadingProps) => react_jsx_runtime27.JSX.Element;
18
+ }: ChatPreviewLoadingProps) => react_jsx_runtime28.JSX.Element;
19
19
  //#endregion
20
20
  export { ChatPreviewLoading };