@envive-ai/react-toolkit-v3 0.3.19 → 0.3.21

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 (117) hide show
  1. package/dist/AnimatedText/AnimatedText.d.cts +3 -3
  2. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  3. package/dist/Carousel/Carousel.d.cts +2 -2
  4. package/dist/Carousel/Carousel.d.ts +2 -2
  5. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  6. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  7. package/dist/ChatFooter/components/index.d.cts +5 -5
  8. package/dist/ChatFooter/components/index.d.ts +5 -5
  9. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  10. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  11. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  12. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  13. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  14. package/dist/ChatPreviewComparison/components/Layout.cjs +2 -2
  15. package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
  16. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  17. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  18. package/dist/Container/Container.d.cts +175 -175
  19. package/dist/Container/Container.d.ts +175 -175
  20. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  21. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  22. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  23. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  24. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  25. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  26. package/dist/FloatingChat/FloatingChat.cjs +25 -22
  27. package/dist/FloatingChat/FloatingChat.d.cts +4 -3
  28. package/dist/FloatingChat/FloatingChat.d.ts +4 -3
  29. package/dist/FloatingChat/FloatingChat.js +26 -23
  30. package/dist/FloatingChat/components/AgentMessage.cjs +2 -8
  31. package/dist/FloatingChat/components/AgentMessage.js +2 -8
  32. package/dist/FloatingChat/components/ProductResultsModal.cjs +62 -0
  33. package/dist/FloatingChat/components/ProductResultsModal.js +60 -0
  34. package/dist/FloatingChat/components/ResultsGridView.cjs +17 -3
  35. package/dist/FloatingChat/components/ResultsGridView.js +15 -4
  36. package/dist/FloatingChat/components/SlideChatContent.cjs +3 -2
  37. package/dist/FloatingChat/components/SlideChatContent.js +4 -3
  38. package/dist/FloatingChat/components/index.cjs +2 -0
  39. package/dist/FloatingChat/components/index.js +2 -0
  40. package/dist/FloatingChat/hooks/useProductResultsView.cjs +14 -1
  41. package/dist/FloatingChat/hooks/useProductResultsView.js +15 -2
  42. package/dist/FloatingChat/hooks/useSnapSetup.cjs +2 -2
  43. package/dist/FloatingChat/types/types.d.cts +4 -0
  44. package/dist/FloatingChat/types/types.d.ts +4 -0
  45. package/dist/FloatingChat/utils/functions.cjs +24 -16
  46. package/dist/FloatingChat/utils/functions.js +24 -17
  47. package/dist/FloatingChat/utils/trackProductCardInteraction.cjs +18 -0
  48. package/dist/FloatingChat/utils/trackProductCardInteraction.js +17 -0
  49. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +29 -7
  50. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  51. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +29 -7
  52. package/dist/FullPageSalesAgent/components/Layout.cjs +2 -1
  53. package/dist/FullPageSalesAgent/components/Layout.js +2 -1
  54. package/dist/FullPageSalesAgent/hooks/useIsMobile.cjs +2 -2
  55. package/dist/Image/Image.d.cts +2 -2
  56. package/dist/Image/Image.d.ts +2 -2
  57. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  58. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  59. package/dist/ImageGallery/components/Layout.cjs +2 -2
  60. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  61. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  62. package/dist/ProductCard/ProductCard.d.cts +2 -2
  63. package/dist/ProductCard/ProductCard.d.ts +2 -2
  64. package/dist/PromptButton/PromptButton.d.cts +2 -2
  65. package/dist/PromptButton/PromptButton.d.ts +2 -2
  66. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  67. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  68. package/dist/PromptButtonCarouselWithImage/components/Layout.cjs +2 -2
  69. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +2 -2
  70. package/dist/PromptCarousel/PromptCarousel.cjs +2 -2
  71. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  72. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  73. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  74. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  75. package/dist/ReviewCard/components/index.d.cts +6 -6
  76. package/dist/ReviewCard/components/index.d.ts +6 -6
  77. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  78. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  79. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  80. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  81. package/dist/SocialProof/SocialProof.cjs +2 -2
  82. package/dist/SocialProof/SocialProof.d.cts +2 -2
  83. package/dist/SocialProof/SocialProof.d.ts +2 -2
  84. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +2 -2
  85. package/dist/SocialProof/components/LayoutSingle.cjs +2 -2
  86. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  87. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  88. package/dist/Stack/Stack.d.cts +2 -2
  89. package/dist/Stack/Stack.d.ts +2 -2
  90. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  91. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  92. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  93. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  94. package/dist/Typography/Typography.d.cts +4 -4
  95. package/dist/Typography/Typography.d.ts +4 -4
  96. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  97. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  98. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  99. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  100. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  101. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  102. package/dist/styles.css +1 -1
  103. package/dist/utils/useCheckIsMobile.d.cts +9 -0
  104. package/dist/utils/useCheckIsMobile.d.ts +9 -0
  105. package/package.json +5 -1
  106. package/src/components/FloatingChat/FloatingChat.tsx +35 -34
  107. package/src/components/FloatingChat/components/AgentMessage.tsx +2 -12
  108. package/src/components/FloatingChat/components/ProductResultsModal.tsx +87 -0
  109. package/src/components/FloatingChat/components/ResultsGridView.tsx +26 -2
  110. package/src/components/FloatingChat/components/SlideChatContent.tsx +9 -1
  111. package/src/components/FloatingChat/components/index.ts +2 -0
  112. package/src/components/FloatingChat/hooks/useProductResultsView.ts +26 -2
  113. package/src/components/FloatingChat/types/types.ts +4 -0
  114. package/src/components/FloatingChat/utils/functions.ts +34 -19
  115. package/src/components/FloatingChat/utils/trackProductCardInteraction.ts +26 -0
  116. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +54 -5
  117. package/src/components/FullPageSalesAgent/components/Layout.tsx +7 -1
@@ -1,13 +1,13 @@
1
1
  import { AnimatedTextProps } from "./types/types.cjs";
2
- import * as react8 from "react";
2
+ import * as react10 from "react";
3
3
 
4
4
  //#region src/components/AnimatedText/AnimatedText.d.ts
5
- declare const AnimatedText: react8.MemoExoticComponent<({
5
+ declare const AnimatedText: react10.MemoExoticComponent<({
6
6
  sequence,
7
7
  typingDuration,
8
8
  transition,
9
9
  loop,
10
10
  getNodeWrapper
11
- }: AnimatedTextProps) => react8.ReactNode>;
11
+ }: AnimatedTextProps) => react10.ReactNode>;
12
12
  //#endregion
13
13
  export { AnimatedText };
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime16 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 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_runtime16.JSX.Element;
8
+ }) => react_jsx_runtime0.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_runtime24 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Carousel/Carousel.d.ts
5
5
  declare const Carousel: ({
@@ -12,6 +12,6 @@ declare const Carousel: ({
12
12
  badgeContent,
13
13
  theme,
14
14
  hideNavigation
15
- }: CarouselProps) => react_jsx_runtime26.JSX.Element;
15
+ }: CarouselProps) => react_jsx_runtime24.JSX.Element;
16
16
  //#endregion
17
17
  export { Carousel };
@@ -1,5 +1,5 @@
1
1
  import { CarouselProps } from "./types/types.js";
2
- import * as react_jsx_runtime33 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Carousel/Carousel.d.ts
5
5
  declare const Carousel: ({
@@ -12,6 +12,6 @@ declare const Carousel: ({
12
12
  badgeContent,
13
13
  theme,
14
14
  hideNavigation
15
- }: CarouselProps) => react_jsx_runtime33.JSX.Element;
15
+ }: CarouselProps) => react_jsx_runtime27.JSX.Element;
16
16
  //#endregion
17
17
  export { Carousel };
@@ -1,5 +1,5 @@
1
1
  import { ChatFooterProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatFooter/ChatFooter.d.ts
5
5
  declare const ChatFooter: ({
@@ -20,6 +20,6 @@ declare const ChatFooter: ({
20
20
  isLoadingPromptSuggestions,
21
21
  disabledInput,
22
22
  parentWidget
23
- }: ChatFooterProps) => react_jsx_runtime21.JSX.Element;
23
+ }: ChatFooterProps) => react_jsx_runtime29.JSX.Element;
24
24
  //#endregion
25
25
  export { ChatFooter };
@@ -1,5 +1,5 @@
1
1
  import { ChatFooterProps } from "./types/types.js";
2
- import * as react_jsx_runtime32 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ChatFooter/ChatFooter.d.ts
5
5
  declare const ChatFooter: ({
@@ -20,6 +20,6 @@ declare const ChatFooter: ({
20
20
  isLoadingPromptSuggestions,
21
21
  disabledInput,
22
22
  parentWidget
23
- }: ChatFooterProps) => react_jsx_runtime32.JSX.Element;
23
+ }: ChatFooterProps) => react_jsx_runtime35.JSX.Element;
24
24
  //#endregion
25
25
  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 react5 from "react";
5
- import * as react_jsx_runtime19 from "react/jsx-runtime";
4
+ import * as react12 from "react";
5
+ import * as react_jsx_runtime27 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_runtime19.JSX.Element;
20
+ }: LayoutProps) => react_jsx_runtime27.JSX.Element;
21
21
  EnviveLogo: ({
22
22
  style
23
23
  }: {
24
24
  className?: string;
25
25
  style?: React.CSSProperties;
26
- }) => react5.ReactElement<react5.SVGProps<SVGSVGElement>, string | react5.JSXElementConstructor<any>>;
26
+ }) => react12.ReactElement<react12.SVGProps<SVGSVGElement>, string | react12.JSXElementConstructor<any>>;
27
27
  PromptSuggestions: ({
28
28
  theme,
29
29
  suggestions,
@@ -32,7 +32,7 @@ declare const ChatFooterComponents: {
32
32
  style,
33
33
  disabled,
34
34
  parentWidget
35
- }: PromptSuggestionsProps) => react_jsx_runtime19.JSX.Element;
35
+ }: PromptSuggestionsProps) => react_jsx_runtime27.JSX.Element;
36
36
  TextField: ({
37
37
  theme,
38
38
  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 react10 from "react";
5
- import * as react_jsx_runtime30 from "react/jsx-runtime";
4
+ import * as react181 from "react";
5
+ import * as react_jsx_runtime33 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_runtime30.JSX.Element;
20
+ }: LayoutProps) => react_jsx_runtime33.JSX.Element;
21
21
  EnviveLogo: ({
22
22
  style
23
23
  }: {
24
24
  className?: string;
25
25
  style?: React.CSSProperties;
26
- }) => react10.ReactElement<react10.SVGProps<SVGSVGElement>, string | react10.JSXElementConstructor<any>>;
26
+ }) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
27
27
  PromptSuggestions: ({
28
28
  theme,
29
29
  suggestions,
@@ -32,7 +32,7 @@ declare const ChatFooterComponents: {
32
32
  style,
33
33
  disabled,
34
34
  parentWidget
35
- }: PromptSuggestionsProps) => react_jsx_runtime30.JSX.Element;
35
+ }: PromptSuggestionsProps) => react_jsx_runtime33.JSX.Element;
36
36
  TextField: ({
37
37
  theme,
38
38
  placeholder,
@@ -1,5 +1,5 @@
1
1
  import { ChatHeaderProps } from "./types/index.js";
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/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_runtime29.JSX.Element;
24
+ }: ChatHeaderProps) => react_jsx_runtime31.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_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime33 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_runtime31.JSX.Element;
10
+ }: ChatPreviewProps) => react_jsx_runtime33.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_runtime34 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime29 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_runtime34.JSX.Element;
10
+ }: ChatPreviewProps) => react_jsx_runtime29.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_runtime30 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime35 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_runtime30.JSX.Element;
10
+ }: ChatPreviewComparisonProps) => react_jsx_runtime35.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_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 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_runtime28.JSX.Element;
10
+ }: ChatPreviewComparisonProps) => react_jsx_runtime24.JSX.Element;
11
11
  //#endregion
12
12
  export { ChatPreviewComparison };
@@ -9,7 +9,7 @@ const require_Container = require('../../Container/Container.cjs');
9
9
  require('../../Container/index.cjs');
10
10
  const require_Stack = require('../../Stack/Stack.cjs');
11
11
  require('../../Stack/index.cjs');
12
- const require_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
12
+ const require_utils_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
13
13
  const require_useGetContentSize = require('../../utils/useGetContentSize.cjs');
14
14
  const require_types = require('../../ImageGallery/types/types.cjs');
15
15
  const require_functions = require('../../SocialProof/utils/functions.cjs');
@@ -19,7 +19,7 @@ let react_jsx_runtime = require("react/jsx-runtime");
19
19
 
20
20
  //#region src/components/ChatPreviewComparison/components/Layout.tsx
21
21
  const Layout = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, headline, message, promptCarousel, widgetTextField, images, hideImage = false, hideTextField = false }) => {
22
- const { isMobile, viewportWidth } = require_useCheckIsMobile.useCheckIsMobile();
22
+ const { isMobile, viewportWidth } = require_utils_useCheckIsMobile.useCheckIsMobile();
23
23
  const isTablet = !isMobile && viewportWidth !== void 0 && viewportWidth < require_breakpoints.screensBreakpointsVariables.lg;
24
24
  const finalTheme = require_resolveTheme.resolveTheme(theme);
25
25
  const isPortrait = require_utils.getCSSVariable(`--${require_aspectRatio.AspectRatioCSSVar.GlobalCustom}`) === "3/4";
@@ -4,14 +4,14 @@ require('../../Tokens/index.cjs');
4
4
  const require_resolveTheme = require('../../utils/resolveTheme.cjs');
5
5
  const require_index = require('../../Typography/types/index.cjs');
6
6
  require('../../Typography/index.cjs');
7
- const require_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
7
+ const require_utils_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
8
8
  let react = require("react");
9
9
  let react_jsx_runtime = require("react/jsx-runtime");
10
10
 
11
11
  //#region src/components/ChatPreviewComparison/components/Message.tsx
12
12
  const MarkdownProcessor = (0, react.lazy)(async () => ({ default: (await Promise.resolve().then(() => require("../../MarkdownProcessor/MarkdownProcessor.cjs"))).MarkdownProcessor }));
13
13
  const Message = ({ messageText, theme = require_theme.Theme.GLOBAL_CUSTOM, onLinkClick }) => {
14
- const { isMobile } = require_useCheckIsMobile.useCheckIsMobile();
14
+ const { isMobile } = require_utils_useCheckIsMobile.useCheckIsMobile();
15
15
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react.Suspense, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(MarkdownProcessor, {
16
16
  content: messageText,
17
17
  clampParagraphs: require_resolveTheme.resolveTheme(theme) === require_theme.Theme.STANDARD && isMobile ? 7 : 3,
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewLoadingProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime34 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_runtime25.JSX.Element;
18
+ }: ChatPreviewLoadingProps) => react_jsx_runtime34.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_runtime32 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_runtime32.JSX.Element;
19
19
  //#endregion
20
20
  export { ChatPreviewLoading };