@envive-ai/react-toolkit-v3 0.3.28 → 0.3.30

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 (191) hide show
  1. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  2. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  3. package/dist/Carousel/Carousel.cjs +1 -1
  4. package/dist/Carousel/Carousel.d.ts +2 -2
  5. package/dist/Carousel/Carousel.js +1 -1
  6. package/dist/Carousel/components/Container.cjs +2 -2
  7. package/dist/Carousel/components/Container.js +2 -2
  8. package/dist/ChatFooter/ChatFooter.cjs +1 -1
  9. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  10. package/dist/ChatFooter/ChatFooter.js +1 -1
  11. package/dist/ChatFooter/components/Layout.cjs +2 -2
  12. package/dist/ChatFooter/components/Layout.js +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/ChatHeader/components/Handle.cjs +2 -2
  17. package/dist/ChatHeader/components/Handle.js +2 -2
  18. package/dist/ChatHeader/components/Toggle.cjs +3 -3
  19. package/dist/ChatHeader/components/Toggle.js +3 -3
  20. package/dist/ChatPreview/ChatPreview.cjs +1 -1
  21. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  22. package/dist/ChatPreview/ChatPreview.js +1 -1
  23. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
  24. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  25. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  26. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
  27. package/dist/ChatPreviewComparison/components/Headline.cjs +2 -2
  28. package/dist/ChatPreviewComparison/components/Headline.js +2 -2
  29. package/dist/ChatPreviewComparison/components/Layout.cjs +4 -4
  30. package/dist/ChatPreviewComparison/components/Layout.js +4 -4
  31. package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
  32. package/dist/ChatPreviewComparison/components/Message.js +2 -2
  33. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  34. package/dist/Container/Container.d.cts +56 -56
  35. package/dist/Container/Container.d.ts +220 -220
  36. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  37. package/dist/Disclaimer/components/Container.cjs +2 -2
  38. package/dist/Disclaimer/components/Container.js +2 -2
  39. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  40. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  41. package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
  42. package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
  43. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
  44. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
  45. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  46. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  47. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  48. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  49. package/dist/FloatingChat/components/AgentMessage.cjs +1 -0
  50. package/dist/FloatingChat/components/AgentMessage.js +1 -0
  51. package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
  52. package/dist/FloatingChat/components/ChatMessages.js +1 -1
  53. package/dist/FloatingChat/components/Layout.cjs +3 -3
  54. package/dist/FloatingChat/components/Layout.js +3 -3
  55. package/dist/FloatingChat/components/ResultsGridView.cjs +1 -1
  56. package/dist/FloatingChat/components/ResultsGridView.js +1 -1
  57. package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +1 -1
  58. package/dist/FloatingChat/components/SalesAgentBadgeContent.js +1 -1
  59. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +2 -3
  60. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  61. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
  62. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +2 -3
  63. package/dist/FullPageSalesAgent/components/Layout.cjs +24 -27
  64. package/dist/FullPageSalesAgent/components/Layout.js +24 -27
  65. package/dist/FullPageSalesAgent/components/WelcomeOverlay.cjs +27 -17
  66. package/dist/FullPageSalesAgent/components/WelcomeOverlay.js +27 -17
  67. package/dist/Image/Image.d.cts +2 -2
  68. package/dist/Image/Image.d.ts +2 -2
  69. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  70. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  71. package/dist/ImageGallery/components/Layout.cjs +1 -1
  72. package/dist/ImageGallery/components/Layout.js +1 -1
  73. package/dist/MarkdownProcessor/MarkdownProcessor.cjs +7 -3
  74. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +4 -3
  75. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +4 -3
  76. package/dist/MarkdownProcessor/MarkdownProcessor.js +7 -3
  77. package/dist/MarkdownProcessor/components/MarkdownLink.cjs +3 -2
  78. package/dist/MarkdownProcessor/components/MarkdownLink.js +3 -2
  79. package/dist/MarkdownProcessor/types/types.d.cts +5 -0
  80. package/dist/MarkdownProcessor/types/types.d.ts +5 -0
  81. package/dist/MarkdownProcessor/utils/functions.cjs +2 -1
  82. package/dist/MarkdownProcessor/utils/functions.js +2 -1
  83. package/dist/Message/Message.cjs +5 -4
  84. package/dist/Message/Message.d.cts +2 -1
  85. package/dist/Message/Message.d.ts +2 -1
  86. package/dist/Message/Message.js +5 -4
  87. package/dist/Message/components/AgentContent.cjs +3 -2
  88. package/dist/Message/components/AgentContent.js +3 -2
  89. package/dist/Message/components/LinkButton.cjs +3 -3
  90. package/dist/Message/components/LinkButton.d.cts +4 -1
  91. package/dist/Message/components/LinkButton.d.ts +4 -1
  92. package/dist/Message/components/LinkButton.js +3 -3
  93. package/dist/Message/hooks/useGetLinkButtonIconProperties.cjs +4 -3
  94. package/dist/Message/hooks/useGetLinkButtonIconProperties.js +4 -3
  95. package/dist/Message/types/index.d.cts +4 -0
  96. package/dist/Message/types/index.d.ts +4 -0
  97. package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
  98. package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
  99. package/dist/ProductCard/ProductCard.cjs +2 -2
  100. package/dist/ProductCard/ProductCard.d.cts +2 -2
  101. package/dist/ProductCard/ProductCard.d.ts +2 -2
  102. package/dist/ProductCard/ProductCard.js +2 -2
  103. package/dist/PromptButton/PromptButton.d.cts +2 -2
  104. package/dist/PromptButton/PromptButton.d.ts +2 -2
  105. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  106. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  107. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +1 -1
  108. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +1 -1
  109. package/dist/PromptCarousel/PromptCarousel.cjs +3 -3
  110. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  111. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  112. package/dist/PromptCarousel/PromptCarousel.js +3 -3
  113. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  114. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  115. package/dist/ReviewCard/components/Container.cjs +2 -2
  116. package/dist/ReviewCard/components/Container.js +2 -2
  117. package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
  118. package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
  119. package/dist/ReviewCard/components/index.d.cts +4 -4
  120. package/dist/ReviewCard/components/index.d.ts +6 -6
  121. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  122. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  123. package/dist/SalesAgentProductCard/components/Container.cjs +2 -2
  124. package/dist/SalesAgentProductCard/components/Container.js +2 -2
  125. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  126. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  127. package/dist/SocialProof/SocialProof.cjs +1 -1
  128. package/dist/SocialProof/SocialProof.d.cts +2 -2
  129. package/dist/SocialProof/SocialProof.d.ts +2 -2
  130. package/dist/SocialProof/SocialProof.js +1 -1
  131. package/dist/SocialProof/components/Headline.cjs +3 -3
  132. package/dist/SocialProof/components/Headline.js +3 -3
  133. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
  134. package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
  135. package/dist/SocialProof/components/Subheadline.cjs +1 -1
  136. package/dist/SocialProof/components/Subheadline.js +1 -1
  137. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  138. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  139. package/dist/Stack/Stack.d.ts +2 -2
  140. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
  141. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  142. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  143. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
  144. package/dist/Tokens/index.cjs +1 -1
  145. package/dist/Tokens/index.js +1 -1
  146. package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
  147. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  148. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  149. package/dist/TypingAnimation/TypingAnimation.js +1 -1
  150. package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
  151. package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
  152. package/dist/Typography/Typography.d.cts +4 -4
  153. package/dist/Typography/Typography.d.ts +4 -4
  154. package/dist/WelcomeMessage/components/Container.cjs +2 -2
  155. package/dist/WelcomeMessage/components/Container.js +2 -2
  156. package/dist/WidgetTextField/WidgetTextField.cjs +4 -4
  157. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  158. package/dist/WidgetTextField/WidgetTextField.js +1 -1
  159. package/dist/WidgetTextField/components/Container.cjs +2 -2
  160. package/dist/WidgetTextField/components/Container.js +2 -2
  161. package/dist/WidgetTextField/components/Icon.cjs +1 -1
  162. package/dist/WidgetTextField/components/Icon.js +1 -1
  163. package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +3 -2
  164. package/dist/WidgetTextField/hooks/useGetContainerProperties.js +3 -2
  165. package/dist/WidgetWrapper/WidgetWrapper.cjs +8 -1
  166. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  167. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  168. package/dist/WidgetWrapper/WidgetWrapper.js +8 -1
  169. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.cjs +1 -1
  170. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  171. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  172. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.js +1 -1
  173. package/dist/styles.css +1 -1
  174. package/package.json +1 -1
  175. package/src/components/FloatingChat/components/AgentMessage.tsx +1 -0
  176. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +1 -2
  177. package/src/components/FullPageSalesAgent/components/Layout.tsx +4 -1
  178. package/src/components/FullPageSalesAgent/components/WelcomeOverlay.tsx +30 -17
  179. package/src/components/MarkdownProcessor/MarkdownProcessor.tsx +3 -2
  180. package/src/components/MarkdownProcessor/components/MarkdownLink.tsx +4 -1
  181. package/src/components/MarkdownProcessor/types/types.ts +5 -0
  182. package/src/components/MarkdownProcessor/utils/functions.tsx +4 -0
  183. package/src/components/Message/Message.tsx +4 -2
  184. package/src/components/Message/components/AgentContent.tsx +4 -0
  185. package/src/components/Message/components/LinkButton.tsx +4 -1
  186. package/src/components/Message/hooks/useGetLinkButtonIconProperties.ts +7 -3
  187. package/src/components/Message/types/index.ts +3 -0
  188. package/src/components/WidgetTextField/hooks/useGetContainerProperties.ts +2 -1
  189. package/src/components/WidgetWrapper/WidgetWrapper.tsx +10 -2
  190. package/src/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.tsx +5 -5
  191. package/src/components/utils/resolveTheme.ts +2 -2
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingChat/FloatingChat.d.ts
5
5
  declare const FloatingChat: ({
@@ -19,6 +19,6 @@ declare const FloatingChat: ({
19
19
  onSwipeClose,
20
20
  onToggleCXButton,
21
21
  setIsResultsModalOpen
22
- }: FloatingChatProps) => react_jsx_runtime8.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime3.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingChat };
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.js";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingChat/FloatingChat.d.ts
5
5
  declare const FloatingChat: ({
@@ -19,6 +19,6 @@ declare const FloatingChat: ({
19
19
  onSwipeClose,
20
20
  onToggleCXButton,
21
21
  setIsResultsModalOpen
22
- }: FloatingChatProps) => react_jsx_runtime24.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime27.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingChat };
@@ -65,6 +65,7 @@ const AgentMessage = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, agentName, ty
65
65
  };
66
66
  if (textContentMessageTypes.has(type)) return messages.map((msg) => {
67
67
  if (msg.type === __envive_ai_react_hooks_application_models.MessageType.Text && msg.metadata.content) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Message.Message, {
68
+ theme: finalTheme,
68
69
  variant: require_index.MessageVariant.AGENT,
69
70
  agentName: hideAgentName ? void 0 : agentName,
70
71
  showSparkle: isResponseStreaming || isPendingResponse,
@@ -64,6 +64,7 @@ const AgentMessage = ({ theme = Theme.GLOBAL_CUSTOM, agentName, type, messages,
64
64
  };
65
65
  if (textContentMessageTypes.has(type)) return messages.map((msg) => {
66
66
  if (msg.type === MessageType.Text && msg.metadata.content) return /* @__PURE__ */ jsx(Message, {
67
+ theme: finalTheme,
67
68
  variant: MessageVariant.AGENT,
68
69
  agentName: hideAgentName ? void 0 : agentName,
69
70
  showSparkle: isResponseStreaming || isPendingResponse,
@@ -1,11 +1,11 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
- const require_resolveTheme = require('../../utils/resolveTheme.cjs');
4
3
  const require_Stack = require('../../Stack/Stack.cjs');
5
4
  require('../../Stack/index.cjs');
6
5
  const require_index = require('../../Typography/types/index.cjs');
7
6
  const require_Typography = require('../../Typography/Typography.cjs');
8
7
  require('../../Typography/index.cjs');
8
+ const require_resolveTheme = require('../../utils/resolveTheme.cjs');
9
9
  const require_functions = require('../utils/functions.cjs');
10
10
  const require_index$1 = require('../../Message/types/index.cjs');
11
11
  const require_Message = require('../../Message/Message.cjs');
@@ -1,10 +1,10 @@
1
1
  import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
- import { resolveTheme } from "../../utils/resolveTheme.js";
3
2
  import { Stack } from "../../Stack/Stack.js";
4
3
  import "../../Stack/index.js";
5
4
  import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
6
5
  import { Typography } from "../../Typography/Typography.js";
7
6
  import "../../Typography/index.js";
7
+ import { resolveTheme } from "../../utils/resolveTheme.js";
8
8
  import { checkIfHideAgentName, getGroupableMessages } from "../utils/functions.js";
9
9
  import { MessageVariant } from "../../Message/types/index.js";
10
10
  import { Message } from "../../Message/Message.js";
@@ -1,10 +1,10 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
- const require_resolveTheme = require('../../utils/resolveTheme.cjs');
4
- const require_Container = require('../../Container/Container.cjs');
5
- require('../../Container/index.cjs');
6
3
  const require_Stack = require('../../Stack/Stack.cjs');
7
4
  require('../../Stack/index.cjs');
5
+ const require_Container = require('../../Container/Container.cjs');
6
+ require('../../Container/index.cjs');
7
+ const require_resolveTheme = require('../../utils/resolveTheme.cjs');
8
8
  let react = require("react");
9
9
  let react_jsx_runtime = require("react/jsx-runtime");
10
10
  let classnames = require("classnames");
@@ -1,9 +1,9 @@
1
1
  import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
- import { resolveTheme } from "../../utils/resolveTheme.js";
3
- import { Container } from "../../Container/Container.js";
4
- import "../../Container/index.js";
5
2
  import { Stack } from "../../Stack/Stack.js";
6
3
  import "../../Stack/index.js";
4
+ import { Container } from "../../Container/Container.js";
5
+ import "../../Container/index.js";
6
+ import { resolveTheme } from "../../utils/resolveTheme.js";
7
7
  import { isValidElement } from "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  import classNames from "classnames";
@@ -1,10 +1,10 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_resolveTheme = require('../../utils/resolveTheme.cjs');
3
2
  const require_Stack = require('../../Stack/Stack.cjs');
4
3
  require('../../Stack/index.cjs');
5
4
  const require_index = require('../../Typography/types/index.cjs');
6
5
  const require_Typography = require('../../Typography/Typography.cjs');
7
6
  require('../../Typography/index.cjs');
7
+ const require_resolveTheme = require('../../utils/resolveTheme.cjs');
8
8
  const require_types = require('../../SalesAgentProductCard/types/types.cjs');
9
9
  const require_SalesAgentProductCard = require('../../SalesAgentProductCard/SalesAgentProductCard.cjs');
10
10
  let react_jsx_runtime = require("react/jsx-runtime");
@@ -1,9 +1,9 @@
1
- import { resolveTheme } from "../../utils/resolveTheme.js";
2
1
  import { Stack } from "../../Stack/Stack.js";
3
2
  import "../../Stack/index.js";
4
3
  import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
5
4
  import { Typography } from "../../Typography/Typography.js";
6
5
  import "../../Typography/index.js";
6
+ import { resolveTheme } from "../../utils/resolveTheme.js";
7
7
  import { SalesAgentProductCardVariant } from "../../SalesAgentProductCard/types/types.js";
8
8
  import { SalesAgentProductCard } from "../../SalesAgentProductCard/SalesAgentProductCard.js";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,9 +1,9 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_Stack = require('../../Stack/Stack.cjs');
3
+ const require_ArrowIcon = require('../../Carousel/components/ArrowIcon.cjs');
3
4
  const require_index = require('../../Typography/types/index.cjs');
4
5
  const require_Typography = require('../../Typography/Typography.cjs');
5
6
  require('../../Typography/index.cjs');
6
- const require_ArrowIcon = require('../../Carousel/components/ArrowIcon.cjs');
7
7
  const require_functions = require('../utils/functions.cjs');
8
8
  let react = require("react");
9
9
  react = require_rolldown_runtime.__toESM(react);
@@ -1,8 +1,8 @@
1
1
  import { Stack } from "../../Stack/Stack.js";
2
+ import { ArrowIcon } from "../../Carousel/components/ArrowIcon.js";
2
3
  import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
3
4
  import { Typography } from "../../Typography/Typography.js";
4
5
  import "../../Typography/index.js";
5
- import { ArrowIcon } from "../../Carousel/components/ArrowIcon.js";
6
6
  import { MOST_RELEVANT_DISPLAY_LIMIT } from "../utils/functions.js";
7
7
  import React from "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,7 +1,7 @@
1
1
  const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
2
  const require_theme = require('../packages/components-v3/tokens/theme/theme.cjs');
3
- require('../Tokens/index.cjs');
4
3
  const require_resolveTheme = require('../utils/resolveTheme.cjs');
4
+ require('../Tokens/index.cjs');
5
5
  const require_react = require('../node_modules/jotai/esm/react.cjs');
6
6
  const require_usePromptCarouselAnalytics = require('../PromptCarousel/hooks/usePromptCarouselAnalytics.cjs');
7
7
  const require_PromptButton_types_index = require('../PromptButton/types/index.cjs');
@@ -294,8 +294,7 @@ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatin
294
294
  headerContainer,
295
295
  autoHeight,
296
296
  scrollContainerRef,
297
- backgroundStyle,
298
- overlay: overlayEnabled ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_WelcomeOverlay.WelcomeOverlay, {
297
+ overlay: overlayEnabled && showOverlay ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_WelcomeOverlay.WelcomeOverlay, {
299
298
  show: showOverlay,
300
299
  theme: resolvedTheme,
301
300
  suggestionButtonType,
@@ -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_runtime5 from "react/jsx-runtime";
3
3
  import { FloatingChatConfig, FullPageSalesAgentWidgetV3Config, 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
  widgetConfig,
20
20
  hardcopyContent,
21
21
  voiceInputEnabled
22
- }: FullPageSalesAgentProps) => react_jsx_runtime22.JSX.Element;
22
+ }: FullPageSalesAgentProps) => react_jsx_runtime5.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_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
3
3
  import { FloatingChatConfig, FullPageSalesAgentWidgetV3Config, 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
  widgetConfig,
20
20
  hardcopyContent,
21
21
  voiceInputEnabled
22
- }: FullPageSalesAgentProps) => react_jsx_runtime25.JSX.Element;
22
+ }: FullPageSalesAgentProps) => react_jsx_runtime31.JSX.Element;
23
23
  //#endregion
24
24
  export { FullPageSalesAgent };
@@ -1,6 +1,6 @@
1
1
  import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
2
- import "../Tokens/index.js";
3
2
  import { resolveTheme } from "../utils/resolveTheme.js";
3
+ import "../Tokens/index.js";
4
4
  import { useSetAtom } from "../node_modules/jotai/esm/react.js";
5
5
  import { usePromptCarouselAnalytics } from "../PromptCarousel/hooks/usePromptCarouselAnalytics.js";
6
6
  import { PromptButtonVariant } from "../PromptButton/types/index.js";
@@ -293,8 +293,7 @@ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, l
293
293
  headerContainer,
294
294
  autoHeight,
295
295
  scrollContainerRef,
296
- backgroundStyle,
297
- overlay: overlayEnabled ? /* @__PURE__ */ jsx(WelcomeOverlay, {
296
+ overlay: overlayEnabled && showOverlay ? /* @__PURE__ */ jsx(WelcomeOverlay, {
298
297
  show: showOverlay,
299
298
  theme: resolvedTheme,
300
299
  suggestionButtonType,
@@ -22,39 +22,36 @@ const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions
22
22
  headerContainer,
23
23
  autoHeight
24
24
  });
25
+ if (overlay) return overlay;
25
26
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
26
27
  className: (0, classnames.default)(containerClasses, "envive-tw-relative"),
27
28
  style: {
28
29
  ...containerStyles,
29
30
  ...backgroundStyle
30
31
  },
31
- children: [
32
- /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
33
- ref: scrollContainerRef,
34
- className: contentClasses,
35
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
36
- direction: "column",
37
- justify: "between",
38
- children: [welcomeMessage, disclaimer]
39
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
40
- direction: "column",
41
- gap: "0",
42
- className: (0, classnames.default)((!hasWelcomeMessage || hasWelcomeMessage && theme === require_theme.Theme.STANDARD) && !hasAnswerSuggestions && "envive-tw-pb-4", isMobile ? "envive-tw-pt-4" : "envive-tw-pt-6"),
43
- children: [chatMessages, answerSuggestions]
44
- })]
45
- }),
46
- /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
47
- className: footerContainerClasses,
48
- children: [scrollToBottomButton && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
49
- className: "envive-tw-h-[0px]",
50
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
51
- className: "envive-tw-ml-auto envive-tw-table envive-tw-translate-x-[-30px] envive-tw-translate-y-[-50px]",
52
- children: scrollToBottomButton
53
- })
54
- }), footer]
55
- }),
56
- overlay
57
- ]
32
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
33
+ ref: scrollContainerRef,
34
+ className: contentClasses,
35
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
36
+ direction: "column",
37
+ justify: "between",
38
+ children: [welcomeMessage, disclaimer]
39
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
40
+ direction: "column",
41
+ gap: "0",
42
+ className: (0, classnames.default)((!hasWelcomeMessage || hasWelcomeMessage && theme === require_theme.Theme.STANDARD) && !hasAnswerSuggestions && "envive-tw-pb-4", isMobile ? "envive-tw-pt-4" : "envive-tw-pt-6"),
43
+ children: [chatMessages, answerSuggestions]
44
+ })]
45
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
46
+ className: footerContainerClasses,
47
+ children: [scrollToBottomButton && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
48
+ className: "envive-tw-h-[0px]",
49
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
50
+ className: "envive-tw-ml-auto envive-tw-table envive-tw-translate-x-[-30px] envive-tw-translate-y-[-50px]",
51
+ children: scrollToBottomButton
52
+ })
53
+ }), footer]
54
+ })]
58
55
  });
59
56
  };
60
57
 
@@ -20,39 +20,36 @@ const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions
20
20
  headerContainer,
21
21
  autoHeight
22
22
  });
23
+ if (overlay) return overlay;
23
24
  return /* @__PURE__ */ jsxs("div", {
24
25
  className: classNames(containerClasses, "envive-tw-relative"),
25
26
  style: {
26
27
  ...containerStyles,
27
28
  ...backgroundStyle
28
29
  },
29
- children: [
30
- /* @__PURE__ */ jsxs("div", {
31
- ref: scrollContainerRef,
32
- className: contentClasses,
33
- children: [/* @__PURE__ */ jsxs(Stack, {
34
- direction: "column",
35
- justify: "between",
36
- children: [welcomeMessage, disclaimer]
37
- }), /* @__PURE__ */ jsxs(Stack, {
38
- direction: "column",
39
- gap: "0",
40
- className: classNames((!hasWelcomeMessage || hasWelcomeMessage && theme === Theme.STANDARD) && !hasAnswerSuggestions && "envive-tw-pb-4", isMobile ? "envive-tw-pt-4" : "envive-tw-pt-6"),
41
- children: [chatMessages, answerSuggestions]
42
- })]
43
- }),
44
- /* @__PURE__ */ jsxs("div", {
45
- className: footerContainerClasses,
46
- children: [scrollToBottomButton && /* @__PURE__ */ jsx("div", {
47
- className: "envive-tw-h-[0px]",
48
- children: /* @__PURE__ */ jsx("div", {
49
- className: "envive-tw-ml-auto envive-tw-table envive-tw-translate-x-[-30px] envive-tw-translate-y-[-50px]",
50
- children: scrollToBottomButton
51
- })
52
- }), footer]
53
- }),
54
- overlay
55
- ]
30
+ children: [/* @__PURE__ */ jsxs("div", {
31
+ ref: scrollContainerRef,
32
+ className: contentClasses,
33
+ children: [/* @__PURE__ */ jsxs(Stack, {
34
+ direction: "column",
35
+ justify: "between",
36
+ children: [welcomeMessage, disclaimer]
37
+ }), /* @__PURE__ */ jsxs(Stack, {
38
+ direction: "column",
39
+ gap: "0",
40
+ className: classNames((!hasWelcomeMessage || hasWelcomeMessage && theme === Theme.STANDARD) && !hasAnswerSuggestions && "envive-tw-pb-4", isMobile ? "envive-tw-pt-4" : "envive-tw-pt-6"),
41
+ children: [chatMessages, answerSuggestions]
42
+ })]
43
+ }), /* @__PURE__ */ jsxs("div", {
44
+ className: footerContainerClasses,
45
+ children: [scrollToBottomButton && /* @__PURE__ */ jsx("div", {
46
+ className: "envive-tw-h-[0px]",
47
+ children: /* @__PURE__ */ jsx("div", {
48
+ className: "envive-tw-ml-auto envive-tw-table envive-tw-translate-x-[-30px] envive-tw-translate-y-[-50px]",
49
+ children: scrollToBottomButton
50
+ })
51
+ }), footer]
52
+ })]
56
53
  });
57
54
  };
58
55
 
@@ -19,21 +19,14 @@ const WelcomeOverlay = ({ show, theme, title, promptSuggestions, productCarousel
19
19
  const { products, isLoading } = require_useWelcomeOverlayProducts.useWelcomeOverlayProducts(productIds);
20
20
  const showProductCarousel = !isLoading && products.length > 0 && !!productCarouselTitle;
21
21
  const welcomeOverlayClassNames = (0, classnames.default)([
22
+ "envive-overlay",
22
23
  "envive-tw-inset-0",
23
24
  "envive-tw-absolute",
24
25
  "envive-tw-z-20",
25
26
  "envive-tw-flex",
26
27
  "envive-tw-w-full",
27
- "envive-tw-h-full",
28
- "envive-tw-max-w-[768px]",
29
28
  "envive-tw-flex-col"
30
29
  ]);
31
- const titleClassNames = (0, classnames.default)([
32
- "envive-tw-flex",
33
- "envive-tw-flex-row",
34
- "envive-tw-gap-2",
35
- "envive-tw-items-center"
36
- ]);
37
30
  const titleBoxClassNames = (0, classnames.default)([
38
31
  "envive-tw-flex",
39
32
  "envive-tw-py-4",
@@ -46,6 +39,22 @@ const WelcomeOverlay = ({ show, theme, title, promptSuggestions, productCarousel
46
39
  "envive-tw-border",
47
40
  "envive-tw-rounded-global-custom"
48
41
  ]);
42
+ const overlayContentClassNames = (0, classnames.default)([
43
+ "envive-tw-inset-0",
44
+ "envive-tw-mx-auto",
45
+ "envive-tw-flex",
46
+ "envive-tw-w-full",
47
+ "envive-tw-max-w-[768px]",
48
+ "envive-tw-flex-1",
49
+ "envive-tw-flex-col",
50
+ "envive-tw-gap-6",
51
+ "envive-tw-overflow-y-auto",
52
+ "envive-tw-overflow-x-hidden",
53
+ "envive-tw-px-4",
54
+ "envive-tw-pb-4",
55
+ "envive-tw-pt-6",
56
+ "lg:envive-tw-gap-10"
57
+ ]);
49
58
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(framer_motion.AnimatePresence, { children: show && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(framer_motion.motion.div, {
50
59
  className: welcomeOverlayClassNames,
51
60
  style: backgroundStyle,
@@ -58,18 +67,19 @@ const WelcomeOverlay = ({ show, theme, title, promptSuggestions, productCarousel
58
67
  }
59
68
  },
60
69
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
61
- className: "envive-tw-flex envive-tw-flex-1 envive-tw-flex-col envive-tw-gap-6 envive-tw-overflow-y-auto envive-tw-overflow-x-hidden envive-tw-px-4 envive-tw-pb-4 envive-tw-pt-6 lg:envive-tw-gap-10",
70
+ className: overlayContentClassNames,
62
71
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
63
72
  className: titleBoxClassNames,
64
73
  children: [
65
- /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
66
- className: titleClassNames,
67
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Typography.Typography, {
68
- variant: require_index.TypographyVariant.T3_MD,
69
- children: title
70
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_SparkleAnimation.SparkleAnimation, {
71
- color: sparkleColor,
72
- animate: false
74
+ /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Typography.Typography, {
75
+ variant: require_index.TypographyVariant.T3_MD,
76
+ as: "span",
77
+ children: [title, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
78
+ className: "envive-tw-ml-1 envive-tw-inline-block envive-tw-align-top",
79
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_SparkleAnimation.SparkleAnimation, {
80
+ color: sparkleColor,
81
+ animate: false
82
+ })
73
83
  })]
74
84
  }),
75
85
  chatFooter,
@@ -17,21 +17,14 @@ const WelcomeOverlay = ({ show, theme, title, promptSuggestions, productCarousel
17
17
  const { products, isLoading } = useWelcomeOverlayProducts(productIds);
18
18
  const showProductCarousel = !isLoading && products.length > 0 && !!productCarouselTitle;
19
19
  const welcomeOverlayClassNames = classNames([
20
+ "envive-overlay",
20
21
  "envive-tw-inset-0",
21
22
  "envive-tw-absolute",
22
23
  "envive-tw-z-20",
23
24
  "envive-tw-flex",
24
25
  "envive-tw-w-full",
25
- "envive-tw-h-full",
26
- "envive-tw-max-w-[768px]",
27
26
  "envive-tw-flex-col"
28
27
  ]);
29
- const titleClassNames = classNames([
30
- "envive-tw-flex",
31
- "envive-tw-flex-row",
32
- "envive-tw-gap-2",
33
- "envive-tw-items-center"
34
- ]);
35
28
  const titleBoxClassNames = classNames([
36
29
  "envive-tw-flex",
37
30
  "envive-tw-py-4",
@@ -44,6 +37,22 @@ const WelcomeOverlay = ({ show, theme, title, promptSuggestions, productCarousel
44
37
  "envive-tw-border",
45
38
  "envive-tw-rounded-global-custom"
46
39
  ]);
40
+ const overlayContentClassNames = classNames([
41
+ "envive-tw-inset-0",
42
+ "envive-tw-mx-auto",
43
+ "envive-tw-flex",
44
+ "envive-tw-w-full",
45
+ "envive-tw-max-w-[768px]",
46
+ "envive-tw-flex-1",
47
+ "envive-tw-flex-col",
48
+ "envive-tw-gap-6",
49
+ "envive-tw-overflow-y-auto",
50
+ "envive-tw-overflow-x-hidden",
51
+ "envive-tw-px-4",
52
+ "envive-tw-pb-4",
53
+ "envive-tw-pt-6",
54
+ "lg:envive-tw-gap-10"
55
+ ]);
47
56
  return /* @__PURE__ */ jsx(AnimatePresence, { children: show && /* @__PURE__ */ jsx(motion.div, {
48
57
  className: welcomeOverlayClassNames,
49
58
  style: backgroundStyle,
@@ -56,18 +65,19 @@ const WelcomeOverlay = ({ show, theme, title, promptSuggestions, productCarousel
56
65
  }
57
66
  },
58
67
  children: /* @__PURE__ */ jsxs("div", {
59
- className: "envive-tw-flex envive-tw-flex-1 envive-tw-flex-col envive-tw-gap-6 envive-tw-overflow-y-auto envive-tw-overflow-x-hidden envive-tw-px-4 envive-tw-pb-4 envive-tw-pt-6 lg:envive-tw-gap-10",
68
+ className: overlayContentClassNames,
60
69
  children: [/* @__PURE__ */ jsxs("div", {
61
70
  className: titleBoxClassNames,
62
71
  children: [
63
- /* @__PURE__ */ jsxs("div", {
64
- className: titleClassNames,
65
- children: [/* @__PURE__ */ jsx(Typography, {
66
- variant: TypographyVariant.T3_MD,
67
- children: title
68
- }), /* @__PURE__ */ jsx(SparkleAnimation, {
69
- color: sparkleColor,
70
- animate: false
72
+ /* @__PURE__ */ jsxs(Typography, {
73
+ variant: TypographyVariant.T3_MD,
74
+ as: "span",
75
+ children: [title, /* @__PURE__ */ jsx("span", {
76
+ className: "envive-tw-ml-1 envive-tw-inline-block envive-tw-align-top",
77
+ children: /* @__PURE__ */ jsx(SparkleAnimation, {
78
+ color: sparkleColor,
79
+ animate: false
80
+ })
71
81
  })]
72
82
  }),
73
83
  chatFooter,
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "./types/index.cjs";
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/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_runtime12.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime6.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_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 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_runtime19.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime26.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_runtime10 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 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_runtime10.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime4.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_runtime13 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_runtime13.JSX.Element;
44
44
  //#endregion
45
45
  export { ImageGallery };
@@ -1,7 +1,7 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
- const require_Container = require('../../Container/Container.cjs');
4
3
  const require_useResponsiveValue = require('../../utils/useResponsiveValue.cjs');
4
+ const require_Container = require('../../Container/Container.cjs');
5
5
  const require_utils_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
6
6
  const require_types = require('../types/types.cjs');
7
7
  const require_useGetContainerProperties = require('../hooks/useGetContainerProperties.cjs');
@@ -1,6 +1,6 @@
1
1
  import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
- import { Container } from "../../Container/Container.js";
3
2
  import { useResponsiveValue } from "../../utils/useResponsiveValue.js";
3
+ import { Container } from "../../Container/Container.js";
4
4
  import { useCheckIsMobile } from "../../utils/useCheckIsMobile.js";
5
5
  import { ImageGalleryLayout } from "../types/types.js";
6
6
  import { useGetContainerProperties } from "../hooks/useGetContainerProperties.js";
@@ -7,14 +7,17 @@ let react_markdown = require("react-markdown");
7
7
  react_markdown = require_rolldown_runtime.__toESM(react_markdown);
8
8
 
9
9
  //#region src/components/MarkdownProcessor/MarkdownProcessor.tsx
10
- const MarkdownProcessor = ({ content, clampParagraphs = void 0, textColor, textVariant, onLinkClick }) => {
10
+ const MarkdownProcessor = ({ content, clampParagraphs = void 0, textColor, textVariant, onLinkClick, theme }) => {
11
11
  const processedContent = content.replace(/<br\s*[\\/]?>/gi, "\n\n");
12
12
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_markdown.default, {
13
13
  components: (0, react.useMemo)(() => ({
14
14
  li: require_index.MarkdownProcessorComponents.MarkdownListItem,
15
15
  ul: require_index.MarkdownProcessorComponents.MarkdownUnorderedList,
16
16
  ol: require_index.MarkdownProcessorComponents.MarkdownOrderedList,
17
- a: require_functions.createMarkdownLinkComponent({ onLinkClick }),
17
+ a: require_functions.createMarkdownLinkComponent({
18
+ onLinkClick,
19
+ theme
20
+ }),
18
21
  p: require_functions.createMarkdownParagraphComponent({
19
22
  clampParagraphs,
20
23
  textColor,
@@ -24,7 +27,8 @@ const MarkdownProcessor = ({ content, clampParagraphs = void 0, textColor, textV
24
27
  clampParagraphs,
25
28
  textColor,
26
29
  textVariant,
27
- onLinkClick
30
+ onLinkClick,
31
+ theme
28
32
  ]),
29
33
  children: processedContent
30
34
  });
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -7,7 +7,8 @@ declare const MarkdownProcessor: ({
7
7
  clampParagraphs,
8
8
  textColor,
9
9
  textVariant,
10
- onLinkClick
11
- }: MarkdownProcessorProps) => react_jsx_runtime14.JSX.Element;
10
+ onLinkClick,
11
+ theme
12
+ }: MarkdownProcessorProps) => react_jsx_runtime10.JSX.Element;
12
13
  //#endregion
13
14
  export { MarkdownProcessor };