@envive-ai/react-toolkit-v3 0.3.17 → 0.3.18

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 (103) 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.cjs +6 -5
  6. package/dist/Carousel/Carousel.d.cts +3 -2
  7. package/dist/Carousel/Carousel.d.ts +1 -0
  8. package/dist/Carousel/Carousel.js +6 -5
  9. package/dist/Carousel/types/types.d.cts +5 -0
  10. package/dist/Carousel/types/types.d.ts +5 -0
  11. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  12. package/dist/ChatFooter/components/index.d.cts +2 -2
  13. package/dist/ChatFooter/components/index.d.ts +5 -5
  14. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  15. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  16. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  17. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  18. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  19. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  20. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  21. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  22. package/dist/Container/Container.d.cts +179 -179
  23. package/dist/Container/Container.d.ts +179 -179
  24. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  25. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  26. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  27. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  28. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  29. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  30. package/dist/FloatingChat/FloatingChat.cjs +10 -1
  31. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  32. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  33. package/dist/FloatingChat/FloatingChat.js +11 -2
  34. package/dist/FloatingChat/components/AgentMessage.cjs +7 -2
  35. package/dist/FloatingChat/components/AgentMessage.js +7 -2
  36. package/dist/FloatingChat/components/ChatMessages.cjs +3 -2
  37. package/dist/FloatingChat/components/ChatMessages.js +3 -2
  38. package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +59 -0
  39. package/dist/FloatingChat/components/SalesAgentBadgeContent.js +56 -0
  40. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +14 -5
  41. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +14 -5
  42. package/dist/FloatingChat/utils/functions.cjs +13 -1
  43. package/dist/FloatingChat/utils/functions.js +11 -1
  44. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +10 -5
  45. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  46. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +10 -5
  47. package/dist/FullPageSalesAgent/components/Layout.cjs +1 -2
  48. package/dist/FullPageSalesAgent/components/Layout.js +1 -2
  49. package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.cjs +4 -1
  50. package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.js +4 -1
  51. package/dist/Image/Image.d.cts +2 -2
  52. package/dist/Image/Image.d.ts +2 -2
  53. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  54. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  55. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  56. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  57. package/dist/ProductCard/ProductCard.d.cts +2 -2
  58. package/dist/ProductCard/ProductCard.d.ts +2 -2
  59. package/dist/PromptButton/PromptButton.d.cts +2 -2
  60. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  61. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  62. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  63. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  64. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  65. package/dist/ReviewCard/components/index.d.cts +6 -6
  66. package/dist/ReviewCard/components/index.d.ts +2 -2
  67. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  68. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  69. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  70. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  71. package/dist/SocialProof/SocialProof.d.ts +2 -2
  72. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  73. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  74. package/dist/Stack/Stack.d.cts +2 -2
  75. package/dist/Stack/Stack.d.ts +2 -2
  76. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  77. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  78. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  79. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  80. package/dist/Typography/Typography.d.cts +4 -4
  81. package/dist/Typography/Typography.d.ts +4 -4
  82. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  83. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  84. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  85. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  86. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  87. package/dist/styles.css +1 -1
  88. package/package.json +1 -1
  89. package/src/components/Carousel/Carousel.tsx +11 -8
  90. package/src/components/Carousel/types/types.ts +5 -0
  91. package/src/components/FloatingChat/FloatingChat.tsx +18 -1
  92. package/src/components/FloatingChat/components/AgentMessage.tsx +8 -0
  93. package/src/components/FloatingChat/components/ChatMessages.tsx +3 -0
  94. package/src/components/FloatingChat/components/ModalSheet.tsx +1 -1
  95. package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +86 -0
  96. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +18 -7
  97. package/src/components/FloatingChat/components/index.ts +0 -1
  98. package/src/components/FloatingChat/hooks/useFilteredChatMessages.ts +1 -1
  99. package/src/components/FloatingChat/utils/functions.ts +19 -0
  100. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +10 -6
  101. package/src/components/FullPageSalesAgent/components/Layout.tsx +1 -2
  102. package/src/components/FullPageSalesAgent/hooks/useContainerResizerObserver.ts +1 -0
  103. package/src/mocks/productCardMocks.ts +955 -0
@@ -1,13 +1,13 @@
1
1
  import { AnimatedTextProps } from "./types/types.cjs";
2
- import * as react184 from "react";
2
+ import * as react181 from "react";
3
3
 
4
4
  //#region src/components/AnimatedText/AnimatedText.d.ts
5
- declare const AnimatedText: react184.MemoExoticComponent<({
5
+ declare const AnimatedText: react181.MemoExoticComponent<({
6
6
  sequence,
7
7
  typingDuration,
8
8
  transition,
9
9
  loop,
10
10
  getNodeWrapper
11
- }: AnimatedTextProps) => react184.ReactNode>;
11
+ }: AnimatedTextProps) => react181.ReactNode>;
12
12
  //#endregion
13
13
  export { AnimatedText };
@@ -1,13 +1,13 @@
1
1
  import { AnimatedTextProps } from "./types/types.js";
2
- import * as react184 from "react";
2
+ import * as react178 from "react";
3
3
 
4
4
  //#region src/components/AnimatedText/AnimatedText.d.ts
5
- declare const AnimatedText: react184.MemoExoticComponent<({
5
+ declare const AnimatedText: react178.MemoExoticComponent<({
6
6
  sequence,
7
7
  typingDuration,
8
8
  transition,
9
9
  loop,
10
10
  getNodeWrapper
11
- }: AnimatedTextProps) => react184.ReactNode>;
11
+ }: AnimatedTextProps) => react178.ReactNode>;
12
12
  //#endregion
13
13
  export { AnimatedText };
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime32 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime33 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_runtime32.JSX.Element;
8
+ }) => react_jsx_runtime33.JSX.Element;
9
9
  //#endregion
10
10
  export { CssVariablesEditorComponent };
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime35 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime31 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_runtime35.JSX.Element;
8
+ }) => react_jsx_runtime31.JSX.Element;
9
9
  //#endregion
10
10
  export { CssVariablesEditorComponent };
@@ -5,17 +5,18 @@ const require_resolveTheme = require('../utils/resolveTheme.cjs');
5
5
  let react_jsx_runtime = require("react/jsx-runtime");
6
6
 
7
7
  //#region src/components/Carousel/Carousel.tsx
8
- const Carousel = ({ id, testId, style, className, elements, badgeLabel, theme = require_theme.Theme.GLOBAL_CUSTOM, hideNavigation = false }) => {
8
+ const Carousel = ({ id, testId, style, className, elements, badgeLabel, badgeContent, theme = require_theme.Theme.GLOBAL_CUSTOM, hideNavigation = false }) => {
9
9
  const finalTheme = require_resolveTheme.resolveTheme(theme);
10
+ const badgeComponent = badgeContent ?? (badgeLabel ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.CarouselComponents.Badge, {
11
+ label: badgeLabel,
12
+ theme: finalTheme
13
+ }) : null);
10
14
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.CarouselComponents.Container, {
11
15
  id,
12
16
  testId,
13
17
  style,
14
18
  className,
15
- badge: badgeLabel && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.CarouselComponents.Badge, {
16
- label: badgeLabel,
17
- theme: finalTheme
18
- }),
19
+ badge: badgeComponent,
19
20
  next: !hideNavigation && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.CarouselComponents.Next, {}),
20
21
  previous: !hideNavigation && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.CarouselComponents.Previous, {}),
21
22
  children: elements.map((element, index) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.CarouselComponents.Item, { children: element }, `carousel-item-${String(index)}`))
@@ -1,5 +1,5 @@
1
1
  import { CarouselProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Carousel/Carousel.d.ts
5
5
  declare const Carousel: ({
@@ -9,8 +9,9 @@ declare const Carousel: ({
9
9
  className,
10
10
  elements,
11
11
  badgeLabel,
12
+ badgeContent,
12
13
  theme,
13
14
  hideNavigation
14
- }: CarouselProps) => react_jsx_runtime27.JSX.Element;
15
+ }: CarouselProps) => react_jsx_runtime35.JSX.Element;
15
16
  //#endregion
16
17
  export { Carousel };
@@ -9,6 +9,7 @@ declare const Carousel: ({
9
9
  className,
10
10
  elements,
11
11
  badgeLabel,
12
+ badgeContent,
12
13
  theme,
13
14
  hideNavigation
14
15
  }: CarouselProps) => react_jsx_runtime36.JSX.Element;
@@ -4,17 +4,18 @@ import { resolveTheme } from "../utils/resolveTheme.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Carousel/Carousel.tsx
7
- const Carousel = ({ id, testId, style, className, elements, badgeLabel, theme = Theme.GLOBAL_CUSTOM, hideNavigation = false }) => {
7
+ const Carousel = ({ id, testId, style, className, elements, badgeLabel, badgeContent, theme = Theme.GLOBAL_CUSTOM, hideNavigation = false }) => {
8
8
  const finalTheme = resolveTheme(theme);
9
+ const badgeComponent = badgeContent ?? (badgeLabel ? /* @__PURE__ */ jsx(CarouselComponents.Badge, {
10
+ label: badgeLabel,
11
+ theme: finalTheme
12
+ }) : null);
9
13
  return /* @__PURE__ */ jsx(CarouselComponents.Container, {
10
14
  id,
11
15
  testId,
12
16
  style,
13
17
  className,
14
- badge: badgeLabel && /* @__PURE__ */ jsx(CarouselComponents.Badge, {
15
- label: badgeLabel,
16
- theme: finalTheme
17
- }),
18
+ badge: badgeComponent,
18
19
  next: !hideNavigation && /* @__PURE__ */ jsx(CarouselComponents.Next, {}),
19
20
  previous: !hideNavigation && /* @__PURE__ */ jsx(CarouselComponents.Previous, {}),
20
21
  children: elements.map((element, index) => /* @__PURE__ */ jsx(CarouselComponents.Item, { children: element }, `carousel-item-${String(index)}`))
@@ -45,6 +45,11 @@ type CarouselProps = {
45
45
  * If empty, the badge will not be rendered.
46
46
  */
47
47
  badgeLabel?: string;
48
+ /**
49
+ * Custom badge content. When provided, takes precedence over badgeLabel.
50
+ * Use for custom layouts (e.g. "Most Relevant" + "Explore All" button).
51
+ */
52
+ badgeContent?: React.ReactNode;
48
53
  };
49
54
  //#endregion
50
55
  export { CarouselProps };
@@ -45,6 +45,11 @@ type CarouselProps = {
45
45
  * If empty, the badge will not be rendered.
46
46
  */
47
47
  badgeLabel?: string;
48
+ /**
49
+ * Custom badge content. When provided, takes precedence over badgeLabel.
50
+ * Use for custom layouts (e.g. "Most Relevant" + "Explore All" button).
51
+ */
52
+ badgeContent?: React.ReactNode;
48
53
  };
49
54
  //#endregion
50
55
  export { CarouselProps };
@@ -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_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_runtime34.JSX.Element;
23
+ }: ChatFooterProps) => react_jsx_runtime35.JSX.Element;
24
24
  //#endregion
25
25
  export { ChatFooter };
@@ -1,7 +1,7 @@
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";
4
+ import * as react178 from "react";
5
5
  import * as react_jsx_runtime29 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/ChatFooter/components/index.d.ts
@@ -23,7 +23,7 @@ declare const ChatFooterComponents: {
23
23
  }: {
24
24
  className?: string;
25
25
  style?: React.CSSProperties;
26
- }) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
26
+ }) => react178.ReactElement<react178.SVGProps<SVGSVGElement>, string | react178.JSXElementConstructor<any>>;
27
27
  PromptSuggestions: ({
28
28
  theme,
29
29
  suggestions,
@@ -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 react181 from "react";
5
- import * as react_jsx_runtime32 from "react/jsx-runtime";
4
+ import * as react180 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_runtime32.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
- }) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
26
+ }) => react180.ReactElement<react180.SVGProps<SVGSVGElement>, string | react180.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_runtime32.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.cjs";
2
- import * as react_jsx_runtime34 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_runtime34.JSX.Element;
24
+ }: ChatHeaderProps) => react_jsx_runtime32.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_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime29 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_runtime28.JSX.Element;
24
+ }: ChatHeaderProps) => react_jsx_runtime29.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_runtime28 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_runtime28.JSX.Element;
10
+ }: ChatPreviewProps) => react_jsx_runtime24.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_runtime30 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_runtime30.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_runtime25 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_runtime25.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_runtime20 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_runtime20.JSX.Element;
10
+ }: ChatPreviewComparisonProps) => react_jsx_runtime28.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_runtime33 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_runtime33.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_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 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_runtime24.JSX.Element;
18
+ }: ChatPreviewLoadingProps) => react_jsx_runtime30.JSX.Element;
19
19
  //#endregion
20
20
  export { ChatPreviewLoading };