@envive-ai/react-toolkit-v3 0.3.13 → 0.3.14

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 (104) 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.ts +2 -2
  4. package/dist/Carousel/Carousel.d.cts +2 -2
  5. package/dist/Carousel/Carousel.d.ts +2 -2
  6. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  7. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  8. package/dist/ChatFooter/components/index.d.cts +3 -3
  9. package/dist/ChatFooter/components/index.d.ts +5 -5
  10. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  11. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  12. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  13. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  14. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  15. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +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 +173 -173
  19. package/dist/Container/Container.d.ts +173 -173
  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 +7 -3
  27. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  28. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  29. package/dist/FloatingChat/FloatingChat.js +7 -3
  30. package/dist/FloatingChat/components/AgentMessage.cjs +2 -2
  31. package/dist/FloatingChat/components/AgentMessage.js +2 -2
  32. package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
  33. package/dist/FloatingChat/components/ChatMessages.js +1 -1
  34. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  35. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
  36. package/dist/Image/Image.d.cts +2 -2
  37. package/dist/Image/Image.d.ts +2 -2
  38. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  39. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  40. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  41. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  42. package/dist/Message/components/AgentHeader.cjs +6 -2
  43. package/dist/Message/components/AgentHeader.js +6 -2
  44. package/dist/Message/components/index.cjs +1 -1
  45. package/dist/Message/components/index.js +1 -1
  46. package/dist/ProductCard/ProductCard.d.cts +2 -2
  47. package/dist/ProductCard/ProductCard.d.ts +2 -2
  48. package/dist/PromptButton/PromptButton.d.cts +2 -2
  49. package/dist/PromptButton/PromptButton.d.ts +2 -2
  50. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  51. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  52. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  53. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  54. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  55. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  56. package/dist/ReviewCard/components/index.d.cts +6 -6
  57. package/dist/ReviewCard/components/index.d.ts +6 -6
  58. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  59. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  60. package/dist/SalesAgentProductCard/components/index.d.cts +6 -6
  61. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  62. package/dist/SocialProof/SocialProof.d.cts +2 -2
  63. package/dist/SocialProof/SocialProof.d.ts +2 -2
  64. package/dist/SparkleAnimation/SparkleAnimation.cjs +107 -0
  65. package/dist/SparkleAnimation/SparkleAnimation.d.cts +15 -0
  66. package/dist/SparkleAnimation/SparkleAnimation.d.ts +15 -0
  67. package/dist/SparkleAnimation/SparkleAnimation.js +105 -0
  68. package/dist/SparkleAnimation/index.cjs +5 -0
  69. package/dist/SparkleAnimation/index.d.cts +3 -0
  70. package/dist/SparkleAnimation/index.d.ts +3 -0
  71. package/dist/SparkleAnimation/index.js +4 -0
  72. package/dist/SparkleAnimation/types.cjs +12 -0
  73. package/dist/SparkleAnimation/types.d.cts +9 -0
  74. package/dist/SparkleAnimation/types.d.ts +9 -0
  75. package/dist/SparkleAnimation/types.js +11 -0
  76. package/dist/Stack/Stack.d.cts +2 -2
  77. package/dist/Stack/Stack.d.ts +2 -2
  78. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  79. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  80. package/dist/TypingAnimation/TypingAnimation.cjs +3 -1
  81. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  82. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  83. package/dist/TypingAnimation/TypingAnimation.js +3 -1
  84. package/dist/TypingAnimation/types/index.d.cts +8 -0
  85. package/dist/TypingAnimation/types/index.d.ts +8 -0
  86. package/dist/Typography/Typography.d.ts +4 -4
  87. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  88. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  89. package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +1 -1
  90. package/dist/WidgetTextField/hooks/useGetContainerProperties.js +1 -1
  91. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  92. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  93. package/dist/styles.css +1 -1
  94. package/package.json +5 -1
  95. package/src/components/FloatingChat/FloatingChat.tsx +6 -0
  96. package/src/components/FloatingChat/components/AgentMessage.tsx +3 -1
  97. package/src/components/FloatingChat/components/ChatMessages.tsx +1 -1
  98. package/src/components/Message/components/AgentHeader.tsx +7 -2
  99. package/src/components/SparkleAnimation/SparkleAnimation.tsx +102 -0
  100. package/src/components/SparkleAnimation/index.ts +2 -0
  101. package/src/components/SparkleAnimation/types.ts +6 -0
  102. package/src/components/TypingAnimation/TypingAnimation.tsx +4 -0
  103. package/src/components/TypingAnimation/types/index.ts +10 -0
  104. package/src/components/WidgetTextField/hooks/useGetContainerProperties.ts +1 -1
@@ -64,6 +64,7 @@ const ChatMessages = forwardRef(({ theme = Theme.GLOBAL_CUSTOM, className, agent
64
64
  type,
65
65
  messages: assistantMessages,
66
66
  isResponseStreaming: isResponseStreaming && isLastMessageTurn,
67
+ isPendingResponse: isLoading && isLastMessageTurn,
67
68
  neverShowSingleProductCards,
68
69
  showVerifiedBuyer,
69
70
  isPartialView,
@@ -76,7 +77,6 @@ const ChatMessages = forwardRef(({ theme = Theme.GLOBAL_CUSTOM, className, agent
76
77
  }),
77
78
  isLoading && /* @__PURE__ */ jsx(Message, {
78
79
  isLoading: true,
79
- agentName,
80
80
  variant: MessageVariant.AGENT
81
81
  })
82
82
  ]
@@ -1,5 +1,5 @@
1
1
  import { Theme } from "../tokens/theme/theme.cjs";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
  import { FloatingChatConfig, LookAndFeelConfig } from "@envive-ai/react-hooks/contexts/typesV3";
4
4
  import { HardcopyResponse } from "@envive-ai/react-hooks/contexts/hardcopyContext";
5
5
 
@@ -19,6 +19,6 @@ declare const FullPageSalesAgent: ({
19
19
  hardcopyContent,
20
20
  headerContainer,
21
21
  autoHeight
22
- }: FullPageSalesAgentProps) => react_jsx_runtime22.JSX.Element;
22
+ }: FullPageSalesAgentProps) => react_jsx_runtime25.JSX.Element;
23
23
  //#endregion
24
24
  export { FullPageSalesAgent };
@@ -1,5 +1,5 @@
1
1
  import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
3
3
  import { FloatingChatConfig, LookAndFeelConfig } from "@envive-ai/react-hooks/contexts/typesV3";
4
4
  import { HardcopyResponse } from "@envive-ai/react-hooks/contexts/hardcopyContext";
5
5
 
@@ -19,6 +19,6 @@ declare const FullPageSalesAgent: ({
19
19
  hardcopyContent,
20
20
  headerContainer,
21
21
  autoHeight
22
- }: FullPageSalesAgentProps) => react_jsx_runtime23.JSX.Element;
22
+ }: FullPageSalesAgentProps) => react_jsx_runtime16.JSX.Element;
23
23
  //#endregion
24
24
  export { FullPageSalesAgent };
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Image/Image.d.ts
5
5
 
@@ -25,6 +25,6 @@ declare const Image: ({
25
25
  role,
26
26
  "aria-hidden": ariaHidden,
27
27
  ...rest
28
- }: ImageProps) => react_jsx_runtime25.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime22.JSX.Element;
29
29
  //#endregion
30
30
  export { Image };
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "./types/index.js";
2
- import * as react_jsx_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Image/Image.d.ts
5
5
 
@@ -25,6 +25,6 @@ declare const Image: ({
25
25
  role,
26
26
  "aria-hidden": ariaHidden,
27
27
  ...rest
28
- }: ImageProps) => react_jsx_runtime20.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime22.JSX.Element;
29
29
  //#endregion
30
30
  export { Image };
@@ -1,5 +1,5 @@
1
1
  import { ImageGalleryProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ImageGallery/ImageGallery.d.ts
5
5
 
@@ -40,6 +40,6 @@ declare const ImageGallery: ({
40
40
  "aria-describedby": ariaDescribedBy,
41
41
  role,
42
42
  "aria-hidden": ariaHidden
43
- }: ImageGalleryProps) => react_jsx_runtime18.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime20.JSX.Element;
44
44
  //#endregion
45
45
  export { ImageGallery };
@@ -1,5 +1,5 @@
1
1
  import { ImageGalleryProps } from "./types/types.js";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ImageGallery/ImageGallery.d.ts
5
5
 
@@ -40,6 +40,6 @@ declare const ImageGallery: ({
40
40
  "aria-describedby": ariaDescribedBy,
41
41
  role,
42
42
  "aria-hidden": ariaHidden
43
- }: ImageGalleryProps) => react_jsx_runtime21.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime30.JSX.Element;
44
44
  //#endregion
45
45
  export { ImageGallery };
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime17 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -7,6 +7,6 @@ declare const MarkdownProcessor: ({
7
7
  clampParagraphs,
8
8
  textColor,
9
9
  textVariant
10
- }: MarkdownProcessorProps) => react_jsx_runtime17.JSX.Element;
10
+ }: MarkdownProcessorProps) => react_jsx_runtime19.JSX.Element;
11
11
  //#endregion
12
12
  export { MarkdownProcessor };
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.js";
2
- import * as react_jsx_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -7,6 +7,6 @@ declare const MarkdownProcessor: ({
7
7
  clampParagraphs,
8
8
  textColor,
9
9
  textVariant
10
- }: MarkdownProcessorProps) => react_jsx_runtime18.JSX.Element;
10
+ }: MarkdownProcessorProps) => react_jsx_runtime27.JSX.Element;
11
11
  //#endregion
12
12
  export { MarkdownProcessor };
@@ -4,7 +4,8 @@ require('../../Stack/index.cjs');
4
4
  const require_index = require('../../Typography/types/index.cjs');
5
5
  const require_Typography = require('../../Typography/Typography.cjs');
6
6
  require('../../Typography/index.cjs');
7
- const require_SparkleIcon = require('./SparkleIcon.cjs');
7
+ const require_SparkleAnimation = require('../../SparkleAnimation/SparkleAnimation.cjs');
8
+ require('../../SparkleAnimation/index.cjs');
8
9
  let react_jsx_runtime = require("react/jsx-runtime");
9
10
 
10
11
  //#region src/components/Message/components/AgentHeader.tsx
@@ -20,7 +21,10 @@ const AgentHeader = ({ agentName, isLoading, showSparkle }) => {
20
21
  variant: require_index.TypographyVariant.H3_MD,
21
22
  color: require_index.TypographyColor.TEXT_PRIMARY,
22
23
  children: agentName
23
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_SparkleIcon.SparkleIcon, { isLoading: isLoading || showSparkle })]
24
+ }), (isLoading || showSparkle) && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_SparkleAnimation.SparkleAnimation, {
25
+ color: "var(--envive-colors-accent-primary)",
26
+ animate: true
27
+ })]
24
28
  });
25
29
  };
26
30
 
@@ -3,7 +3,8 @@ import "../../Stack/index.js";
3
3
  import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
4
4
  import { Typography } from "../../Typography/Typography.js";
5
5
  import "../../Typography/index.js";
6
- import { SparkleIcon } from "./SparkleIcon.js";
6
+ import { SparkleAnimation } from "../../SparkleAnimation/SparkleAnimation.js";
7
+ import "../../SparkleAnimation/index.js";
7
8
  import { jsx, jsxs } from "react/jsx-runtime";
8
9
 
9
10
  //#region src/components/Message/components/AgentHeader.tsx
@@ -19,7 +20,10 @@ const AgentHeader = ({ agentName, isLoading, showSparkle }) => {
19
20
  variant: TypographyVariant.H3_MD,
20
21
  color: TypographyColor.TEXT_PRIMARY,
21
22
  children: agentName
22
- }), /* @__PURE__ */ jsx(SparkleIcon, { isLoading: isLoading || showSparkle })]
23
+ }), (isLoading || showSparkle) && /* @__PURE__ */ jsx(SparkleAnimation, {
24
+ color: "var(--envive-colors-accent-primary)",
25
+ animate: true
26
+ })]
23
27
  });
24
28
  };
25
29
 
@@ -1,10 +1,10 @@
1
1
  const require_LinkButton = require('./LinkButton.cjs');
2
2
  const require_Layout = require('./Layout.cjs');
3
- const require_SparkleIcon = require('./SparkleIcon.cjs');
4
3
  const require_AgentHeader = require('./AgentHeader.cjs');
5
4
  const require_LoadingSkeleton = require('./LoadingSkeleton.cjs');
6
5
  const require_AgentContent = require('./AgentContent.cjs');
7
6
  const require_UserContent = require('./UserContent.cjs');
7
+ const require_SparkleIcon = require('./SparkleIcon.cjs');
8
8
 
9
9
  //#region src/components/Message/components/index.ts
10
10
  const MessageComponents = {
@@ -1,10 +1,10 @@
1
1
  import { LinkButton } from "./LinkButton.js";
2
2
  import { Layout } from "./Layout.js";
3
- import { SparkleIcon } from "./SparkleIcon.js";
4
3
  import { AgentHeader } from "./AgentHeader.js";
5
4
  import { LoadingSkeleton } from "./LoadingSkeleton.js";
6
5
  import { AgentContent } from "./AgentContent.js";
7
6
  import { UserContent } from "./UserContent.js";
7
+ import { SparkleIcon } from "./SparkleIcon.js";
8
8
 
9
9
  //#region src/components/Message/components/index.ts
10
10
  const MessageComponents = {
@@ -1,5 +1,5 @@
1
1
  import { ProductCardProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ProductCard/ProductCard.d.ts
5
5
  declare const ProductCard: ({
@@ -18,6 +18,6 @@ declare const ProductCard: ({
18
18
  loop,
19
19
  onSelect,
20
20
  onInputClick
21
- }: ProductCardProps) => react_jsx_runtime2.JSX.Element;
21
+ }: ProductCardProps) => react_jsx_runtime17.JSX.Element;
22
22
  //#endregion
23
23
  export { ProductCard };
@@ -1,5 +1,5 @@
1
1
  import { ProductCardProps } from "./types/index.js";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ProductCard/ProductCard.d.ts
5
5
  declare const ProductCard: ({
@@ -18,6 +18,6 @@ declare const ProductCard: ({
18
18
  loop,
19
19
  onSelect,
20
20
  onInputClick
21
- }: ProductCardProps) => react_jsx_runtime19.JSX.Element;
21
+ }: ProductCardProps) => react_jsx_runtime15.JSX.Element;
22
22
  //#endregion
23
23
  export { ProductCard };
@@ -1,5 +1,5 @@
1
1
  import { PromptButtonProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime36 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/PromptButton/PromptButton.d.ts
5
5
  declare const PromptButton: ({
@@ -16,6 +16,6 @@ declare const PromptButton: ({
16
16
  onClick,
17
17
  ariaLabel,
18
18
  ariaDescribedBy
19
- }: PromptButtonProps) => react_jsx_runtime1.JSX.Element;
19
+ }: PromptButtonProps) => react_jsx_runtime36.JSX.Element;
20
20
  //#endregion
21
21
  export { PromptButton };
@@ -1,5 +1,5 @@
1
1
  import { PromptButtonProps } from "./types/index.js";
2
- import * as react_jsx_runtime17 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/PromptButton/PromptButton.d.ts
5
5
  declare const PromptButton: ({
@@ -16,6 +16,6 @@ declare const PromptButton: ({
16
16
  onClick,
17
17
  ariaLabel,
18
18
  ariaDescribedBy
19
- }: PromptButtonProps) => react_jsx_runtime17.JSX.Element;
19
+ }: PromptButtonProps) => react_jsx_runtime7.JSX.Element;
20
20
  //#endregion
21
21
  export { PromptButton };
@@ -1,5 +1,5 @@
1
1
  import { PromptButtonCarouselWithImageProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime34 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts
5
5
  declare const PromptButtonCarouselWithImage: ({
@@ -18,6 +18,6 @@ declare const PromptButtonCarouselWithImage: ({
18
18
  handlePromptButtonClick,
19
19
  textFieldPlaceholder,
20
20
  handleTextFieldClick
21
- }: PromptButtonCarouselWithImageProps) => react_jsx_runtime5.JSX.Element;
21
+ }: PromptButtonCarouselWithImageProps) => react_jsx_runtime34.JSX.Element;
22
22
  //#endregion
23
23
  export { PromptButtonCarouselWithImage };
@@ -1,5 +1,5 @@
1
1
  import { PromptButtonCarouselWithImageProps } from "./types/types.js";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts
5
5
  declare const PromptButtonCarouselWithImage: ({
@@ -18,6 +18,6 @@ declare const PromptButtonCarouselWithImage: ({
18
18
  handlePromptButtonClick,
19
19
  textFieldPlaceholder,
20
20
  handleTextFieldClick
21
- }: PromptButtonCarouselWithImageProps) => react_jsx_runtime11.JSX.Element;
21
+ }: PromptButtonCarouselWithImageProps) => react_jsx_runtime4.JSX.Element;
22
22
  //#endregion
23
23
  export { PromptButtonCarouselWithImage };
@@ -1,5 +1,5 @@
1
1
  import { PromptCarouselProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/PromptCarousel/PromptCarousel.d.ts
5
5
  declare const PromptCarousel: ({
@@ -19,6 +19,6 @@ declare const PromptCarousel: ({
19
19
  "aria-labelledby": ariaLabelledBy,
20
20
  "aria-describedby": ariaDescribedBy,
21
21
  role
22
- }: PromptCarouselProps) => react_jsx_runtime4.JSX.Element;
22
+ }: PromptCarouselProps) => react_jsx_runtime35.JSX.Element;
23
23
  //#endregion
24
24
  export { PromptCarousel };
@@ -1,5 +1,5 @@
1
1
  import { PromptCarouselProps } from "./types/types.js";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/PromptCarousel/PromptCarousel.d.ts
5
5
  declare const PromptCarousel: ({
@@ -19,6 +19,6 @@ declare const PromptCarousel: ({
19
19
  "aria-labelledby": ariaLabelledBy,
20
20
  "aria-describedby": ariaDescribedBy,
21
21
  role
22
- }: PromptCarouselProps) => react_jsx_runtime12.JSX.Element;
22
+ }: PromptCarouselProps) => react_jsx_runtime6.JSX.Element;
23
23
  //#endregion
24
24
  export { PromptCarousel };
@@ -1,5 +1,5 @@
1
1
  import { ReviewCardProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ReviewCard/ReviewCard.d.ts
5
5
 
@@ -25,6 +25,6 @@ declare const ReviewCard: ({
25
25
  readMoreLabel,
26
26
  readLessLabel,
27
27
  verifiedBuyerLabel
28
- }: ReviewCardProps) => react_jsx_runtime13.JSX.Element;
28
+ }: ReviewCardProps) => react_jsx_runtime11.JSX.Element;
29
29
  //#endregion
30
30
  export { ReviewCard };
@@ -1,5 +1,5 @@
1
1
  import { ReviewCardProps } from "./types/types.js";
2
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ReviewCard/ReviewCard.d.ts
5
5
 
@@ -25,6 +25,6 @@ declare const ReviewCard: ({
25
25
  readMoreLabel,
26
26
  readLessLabel,
27
27
  verifiedBuyerLabel
28
- }: ReviewCardProps) => react_jsx_runtime13.JSX.Element;
28
+ }: ReviewCardProps) => react_jsx_runtime17.JSX.Element;
29
29
  //#endregion
30
30
  export { ReviewCard };
@@ -2,8 +2,8 @@ import { Theme } from "../../tokens/theme/theme.cjs";
2
2
  import { ContainerProps } from "./Container.cjs";
3
3
  import { RatingProps } from "./Rating.cjs";
4
4
  import { ReadMoreButtonProps } from "./ReadMoreButton.cjs";
5
- import * as react7 from "react";
6
- import * as react_jsx_runtime14 from "react/jsx-runtime";
5
+ import * as react5 from "react";
6
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
7
7
 
8
8
  //#region src/components/ReviewCard/components/index.d.ts
9
9
  declare const ReviewCardComponents: {
@@ -31,12 +31,12 @@ declare const ReviewCardComponents: {
31
31
  verifiedBuyerLabel?: string;
32
32
  className?: string;
33
33
  style?: React.CSSProperties;
34
- }) => react_jsx_runtime14.JSX.Element;
34
+ }) => react_jsx_runtime12.JSX.Element;
35
35
  Rating: ({
36
36
  rating,
37
37
  theme,
38
38
  style
39
- }: RatingProps) => react_jsx_runtime14.JSX.Element;
39
+ }: RatingProps) => react_jsx_runtime12.JSX.Element;
40
40
  StarIcon: ({
41
41
  theme,
42
42
  style,
@@ -45,7 +45,7 @@ declare const ReviewCardComponents: {
45
45
  theme: Theme;
46
46
  style?: React.CSSProperties;
47
47
  className?: string;
48
- }) => react7.ReactElement<react7.SVGProps<SVGSVGElement>, string | react7.JSXElementConstructor<any>>;
48
+ }) => react5.ReactElement<react5.SVGProps<SVGSVGElement>, string | react5.JSXElementConstructor<any>>;
49
49
  ReviewText: ({
50
50
  reviewText,
51
51
  isExpanded,
@@ -56,7 +56,7 @@ declare const ReviewCardComponents: {
56
56
  isExpanded: boolean;
57
57
  className?: string;
58
58
  style?: React.CSSProperties;
59
- }) => react_jsx_runtime14.JSX.Element;
59
+ }) => react_jsx_runtime12.JSX.Element;
60
60
  ReadMoreButton: ({
61
61
  isExpanded,
62
62
  onToggle,
@@ -2,8 +2,8 @@ import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
2
  import { ContainerProps } from "./Container.js";
3
3
  import { RatingProps } from "./Rating.js";
4
4
  import { ReadMoreButtonProps } from "./ReadMoreButton.js";
5
- import * as react7 from "react";
6
- import * as react_jsx_runtime14 from "react/jsx-runtime";
5
+ import * as react4 from "react";
6
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
7
7
 
8
8
  //#region src/components/ReviewCard/components/index.d.ts
9
9
  declare const ReviewCardComponents: {
@@ -31,12 +31,12 @@ declare const ReviewCardComponents: {
31
31
  verifiedBuyerLabel?: string;
32
32
  className?: string;
33
33
  style?: React.CSSProperties;
34
- }) => react_jsx_runtime14.JSX.Element;
34
+ }) => react_jsx_runtime18.JSX.Element;
35
35
  Rating: ({
36
36
  rating,
37
37
  theme,
38
38
  style
39
- }: RatingProps) => react_jsx_runtime14.JSX.Element;
39
+ }: RatingProps) => react_jsx_runtime18.JSX.Element;
40
40
  StarIcon: ({
41
41
  theme,
42
42
  style,
@@ -45,7 +45,7 @@ declare const ReviewCardComponents: {
45
45
  theme: Theme;
46
46
  style?: React.CSSProperties;
47
47
  className?: string;
48
- }) => react7.ReactElement<react7.SVGProps<SVGSVGElement>, string | react7.JSXElementConstructor<any>>;
48
+ }) => react4.ReactElement<react4.SVGProps<SVGSVGElement>, string | react4.JSXElementConstructor<any>>;
49
49
  ReviewText: ({
50
50
  reviewText,
51
51
  isExpanded,
@@ -56,7 +56,7 @@ declare const ReviewCardComponents: {
56
56
  isExpanded: boolean;
57
57
  className?: string;
58
58
  style?: React.CSSProperties;
59
- }) => react_jsx_runtime14.JSX.Element;
59
+ }) => react_jsx_runtime18.JSX.Element;
60
60
  ReadMoreButton: ({
61
61
  isExpanded,
62
62
  onToggle,
@@ -1,5 +1,5 @@
1
1
  import { SalesAgentProductCardProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SalesAgentProductCard/SalesAgentProductCard.d.ts
5
5
 
@@ -30,6 +30,6 @@ declare const SalesAgentProductCard: ({
30
30
  url,
31
31
  target,
32
32
  onClick
33
- }: SalesAgentProductCardProps) => react_jsx_runtime11.JSX.Element;
33
+ }: SalesAgentProductCardProps) => react_jsx_runtime10.JSX.Element;
34
34
  //#endregion
35
35
  export { SalesAgentProductCard };
@@ -1,5 +1,5 @@
1
1
  import { SalesAgentProductCardProps } from "./types/types.js";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SalesAgentProductCard/SalesAgentProductCard.d.ts
5
5
 
@@ -30,6 +30,6 @@ declare const SalesAgentProductCard: ({
30
30
  url,
31
31
  target,
32
32
  onClick
33
- }: SalesAgentProductCardProps) => react_jsx_runtime4.JSX.Element;
33
+ }: SalesAgentProductCardProps) => react_jsx_runtime14.JSX.Element;
34
34
  //#endregion
35
35
  export { SalesAgentProductCard };
@@ -5,7 +5,7 @@ import { PriceProps } from "./Price.cjs";
5
5
  import { RateProps } from "./Rate.cjs";
6
6
  import { ProductImageProps } from "./ProductImage.cjs";
7
7
  import * as react2 from "react";
8
- import * as react_jsx_runtime6 from "react/jsx-runtime";
8
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
9
9
 
10
10
  //#region src/components/SalesAgentProductCard/components/index.d.ts
11
11
  declare const SalesAgentProductCardComponents: {
@@ -23,24 +23,24 @@ declare const SalesAgentProductCardComponents: {
23
23
  url,
24
24
  target,
25
25
  onClick
26
- }: ContainerProps) => react_jsx_runtime6.JSX.Element;
26
+ }: ContainerProps) => react_jsx_runtime5.JSX.Element;
27
27
  ProductName: ({
28
28
  label,
29
29
  theme,
30
30
  style,
31
31
  className
32
- }: ProductNameProps) => react_jsx_runtime6.JSX.Element;
32
+ }: ProductNameProps) => react_jsx_runtime5.JSX.Element;
33
33
  Price: ({
34
34
  previousPrice,
35
35
  currentPrice,
36
36
  pricePrefix,
37
37
  forceShowCurrentPriceSpace
38
- }: PriceProps) => react_jsx_runtime6.JSX.Element;
38
+ }: PriceProps) => react_jsx_runtime5.JSX.Element;
39
39
  Rate: ({
40
40
  rate,
41
41
  numberOfReviews,
42
42
  theme
43
- }: RateProps) => react_jsx_runtime6.JSX.Element;
43
+ }: RateProps) => react_jsx_runtime5.JSX.Element;
44
44
  ProductImage: ({
45
45
  src,
46
46
  alt,
@@ -48,7 +48,7 @@ declare const SalesAgentProductCardComponents: {
48
48
  aspectRatio,
49
49
  className,
50
50
  ...props
51
- }: ProductImageProps) => react_jsx_runtime6.JSX.Element;
51
+ }: ProductImageProps) => react_jsx_runtime5.JSX.Element;
52
52
  StarIcon: ({
53
53
  theme,
54
54
  style
@@ -4,8 +4,8 @@ import { ProductNameProps } from "./ProductName.js";
4
4
  import { PriceProps } from "./Price.js";
5
5
  import { RateProps } from "./Rate.js";
6
6
  import { ProductImageProps } from "./ProductImage.js";
7
- import * as react4 from "react";
8
- import * as react_jsx_runtime5 from "react/jsx-runtime";
7
+ import * as react1 from "react";
8
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
9
9
 
10
10
  //#region src/components/SalesAgentProductCard/components/index.d.ts
11
11
  declare const SalesAgentProductCardComponents: {
@@ -23,24 +23,24 @@ declare const SalesAgentProductCardComponents: {
23
23
  url,
24
24
  target,
25
25
  onClick
26
- }: ContainerProps) => react_jsx_runtime5.JSX.Element;
26
+ }: ContainerProps) => react_jsx_runtime9.JSX.Element;
27
27
  ProductName: ({
28
28
  label,
29
29
  theme,
30
30
  style,
31
31
  className
32
- }: ProductNameProps) => react_jsx_runtime5.JSX.Element;
32
+ }: ProductNameProps) => react_jsx_runtime9.JSX.Element;
33
33
  Price: ({
34
34
  previousPrice,
35
35
  currentPrice,
36
36
  pricePrefix,
37
37
  forceShowCurrentPriceSpace
38
- }: PriceProps) => react_jsx_runtime5.JSX.Element;
38
+ }: PriceProps) => react_jsx_runtime9.JSX.Element;
39
39
  Rate: ({
40
40
  rate,
41
41
  numberOfReviews,
42
42
  theme
43
- }: RateProps) => react_jsx_runtime5.JSX.Element;
43
+ }: RateProps) => react_jsx_runtime9.JSX.Element;
44
44
  ProductImage: ({
45
45
  src,
46
46
  alt,
@@ -48,14 +48,14 @@ declare const SalesAgentProductCardComponents: {
48
48
  aspectRatio,
49
49
  className,
50
50
  ...props
51
- }: ProductImageProps) => react_jsx_runtime5.JSX.Element;
51
+ }: ProductImageProps) => react_jsx_runtime9.JSX.Element;
52
52
  StarIcon: ({
53
53
  theme,
54
54
  style
55
55
  }: {
56
56
  theme: Theme;
57
57
  style?: React.CSSProperties;
58
- }) => react4.ReactElement<react4.SVGProps<SVGSVGElement>, string | react4.JSXElementConstructor<any>>;
58
+ }) => react1.ReactElement<react1.SVGProps<SVGSVGElement>, string | react1.JSXElementConstructor<any>>;
59
59
  };
60
60
  //#endregion
61
61
  export { SalesAgentProductCardComponents };
@@ -1,5 +1,5 @@
1
1
  import { SocialProofProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SocialProof/SocialProof.d.ts
5
5
  declare const SocialProof: ({
@@ -7,6 +7,6 @@ declare const SocialProof: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: SocialProofProps) => react_jsx_runtime0.JSX.Element;
10
+ }: SocialProofProps) => react_jsx_runtime4.JSX.Element;
11
11
  //#endregion
12
12
  export { SocialProof };
@@ -1,5 +1,5 @@
1
1
  import { SocialProofProps } from "./types/types.js";
2
- import * as react_jsx_runtime10 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SocialProof/SocialProof.d.ts
5
5
  declare const SocialProof: ({
@@ -7,6 +7,6 @@ declare const SocialProof: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: SocialProofProps) => react_jsx_runtime10.JSX.Element;
10
+ }: SocialProofProps) => react_jsx_runtime8.JSX.Element;
11
11
  //#endregion
12
12
  export { SocialProof };