@envive-ai/react-toolkit-v3 0.3.43 → 0.3.44

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 (164) 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 +1 -1
  6. package/dist/Carousel/Carousel.d.cts +2 -2
  7. package/dist/Carousel/Carousel.d.ts +2 -2
  8. package/dist/Carousel/Carousel.js +1 -1
  9. package/dist/Carousel/components/Container.cjs +3 -3
  10. package/dist/Carousel/components/Container.js +3 -3
  11. package/dist/Carousel/components/Item.cjs +4 -1
  12. package/dist/Carousel/components/Item.js +4 -1
  13. package/dist/ChatFooter/ChatFooter.cjs +1 -1
  14. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  15. package/dist/ChatFooter/ChatFooter.js +1 -1
  16. package/dist/ChatFooter/components/Layout.cjs +2 -2
  17. package/dist/ChatFooter/components/Layout.js +2 -2
  18. package/dist/ChatFooter/components/index.d.cts +5 -5
  19. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  20. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  21. package/dist/ChatHeader/components/Handle.cjs +2 -2
  22. package/dist/ChatHeader/components/Handle.js +2 -2
  23. package/dist/ChatHeader/components/Toggle.cjs +3 -3
  24. package/dist/ChatHeader/components/Toggle.js +3 -3
  25. package/dist/ChatPreview/ChatPreview.cjs +1 -1
  26. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  27. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  28. package/dist/ChatPreview/ChatPreview.js +1 -1
  29. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
  30. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  31. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  32. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
  33. package/dist/ChatPreviewComparison/components/Headline.cjs +2 -2
  34. package/dist/ChatPreviewComparison/components/Headline.js +2 -2
  35. package/dist/ChatPreviewComparison/components/Layout.cjs +4 -4
  36. package/dist/ChatPreviewComparison/components/Layout.js +4 -4
  37. package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
  38. package/dist/ChatPreviewComparison/components/Message.js +2 -2
  39. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  40. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  41. package/dist/Container/Container.d.cts +56 -56
  42. package/dist/Container/Container.d.ts +223 -223
  43. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  44. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  45. package/dist/Disclaimer/components/Container.cjs +2 -2
  46. package/dist/Disclaimer/components/Container.js +2 -2
  47. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  48. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  49. package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
  50. package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
  51. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
  52. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
  53. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  54. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  55. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  56. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  57. package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
  58. package/dist/FloatingChat/components/ChatMessages.js +1 -1
  59. package/dist/FloatingChat/components/Layout.cjs +3 -3
  60. package/dist/FloatingChat/components/Layout.js +3 -3
  61. package/dist/FloatingChat/components/ResultsGridView.cjs +1 -1
  62. package/dist/FloatingChat/components/ResultsGridView.js +1 -1
  63. package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +1 -1
  64. package/dist/FloatingChat/components/SalesAgentBadgeContent.js +1 -1
  65. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +1 -1
  66. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +1 -1
  67. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +22 -5
  68. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +5 -3
  69. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +5 -3
  70. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +23 -6
  71. package/dist/FullPageSalesAgent/components/Layout.cjs +15 -7
  72. package/dist/FullPageSalesAgent/components/Layout.js +15 -7
  73. package/dist/Image/Image.d.cts +2 -2
  74. package/dist/Image/Image.d.ts +2 -2
  75. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  76. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  77. package/dist/ImageGallery/components/Layout.cjs +1 -1
  78. package/dist/ImageGallery/components/Layout.js +1 -1
  79. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  80. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  81. package/dist/Message/components/LinkButton.cjs +1 -1
  82. package/dist/Message/components/LinkButton.js +1 -1
  83. package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
  84. package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
  85. package/dist/ProductCard/ProductCard.cjs +2 -2
  86. package/dist/ProductCard/ProductCard.d.cts +2 -2
  87. package/dist/ProductCard/ProductCard.d.ts +2 -2
  88. package/dist/ProductCard/ProductCard.js +2 -2
  89. package/dist/PromptButton/PromptButton.d.cts +2 -2
  90. package/dist/PromptButton/PromptButton.d.ts +2 -2
  91. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  92. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  93. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +1 -1
  94. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +1 -1
  95. package/dist/PromptCarousel/PromptCarousel.cjs +3 -3
  96. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  97. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  98. package/dist/PromptCarousel/PromptCarousel.js +3 -3
  99. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  100. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  101. package/dist/ReviewCard/components/Container.cjs +2 -2
  102. package/dist/ReviewCard/components/Container.js +2 -2
  103. package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
  104. package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
  105. package/dist/ReviewCard/components/index.d.cts +6 -6
  106. package/dist/ReviewCard/components/index.d.ts +6 -6
  107. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  108. package/dist/SalesAgentProductCard/components/Container.cjs +16 -12
  109. package/dist/SalesAgentProductCard/components/Container.js +16 -12
  110. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  111. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.cjs +3 -0
  112. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.js +3 -0
  113. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.cjs +3 -3
  114. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.js +3 -3
  115. package/dist/SocialProof/SocialProof.cjs +1 -1
  116. package/dist/SocialProof/SocialProof.d.cts +2 -2
  117. package/dist/SocialProof/SocialProof.d.ts +2 -2
  118. package/dist/SocialProof/SocialProof.js +1 -1
  119. package/dist/SocialProof/components/Headline.cjs +3 -3
  120. package/dist/SocialProof/components/Headline.js +3 -3
  121. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
  122. package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
  123. package/dist/SocialProof/components/LayoutSingle.cjs +1 -1
  124. package/dist/SocialProof/components/LayoutSingle.js +1 -1
  125. package/dist/SocialProof/components/Subheadline.cjs +1 -1
  126. package/dist/SocialProof/components/Subheadline.js +1 -1
  127. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  128. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  129. package/dist/Stack/Stack.d.cts +2 -2
  130. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
  131. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  132. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  133. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
  134. package/dist/Tokens/index.cjs +1 -1
  135. package/dist/Tokens/index.js +1 -1
  136. package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
  137. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  138. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  139. package/dist/TypingAnimation/TypingAnimation.js +1 -1
  140. package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
  141. package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
  142. package/dist/Typography/Typography.d.cts +4 -4
  143. package/dist/Typography/Typography.d.ts +4 -4
  144. package/dist/WelcomeMessage/components/Container.cjs +2 -2
  145. package/dist/WelcomeMessage/components/Container.js +2 -2
  146. package/dist/WidgetTextField/WidgetTextField.cjs +4 -4
  147. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  148. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  149. package/dist/WidgetTextField/WidgetTextField.js +1 -1
  150. package/dist/WidgetTextField/components/Container.cjs +2 -2
  151. package/dist/WidgetTextField/components/Container.js +2 -2
  152. package/dist/WidgetTextField/components/Icon.cjs +1 -1
  153. package/dist/WidgetTextField/components/Icon.js +1 -1
  154. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  155. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  156. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  157. package/package.json +1 -1
  158. package/src/components/Carousel/components/Container.tsx +1 -1
  159. package/src/components/Carousel/components/Item.tsx +1 -1
  160. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +38 -4
  161. package/src/components/FullPageSalesAgent/components/Layout.tsx +7 -0
  162. package/src/components/SalesAgentProductCard/components/Container.tsx +15 -5
  163. package/src/components/SalesAgentProductCard/hooks/useGetContainerProperties.ts +11 -1
  164. package/src/components/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.ts +8 -4
@@ -1,5 +1,5 @@
1
1
  import { FloatingButtonProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingButton/FloatingButton.d.ts
5
5
  declare const FloatingButton: ({
@@ -19,6 +19,6 @@ declare const FloatingButton: ({
19
19
  ariaLabel,
20
20
  previewMode,
21
21
  containerRef
22
- }: FloatingButtonProps) => react_jsx_runtime31.JSX.Element;
22
+ }: FloatingButtonProps) => react_jsx_runtime13.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingButton };
@@ -1,5 +1,5 @@
1
1
  import { FloatingButtonProps } from "./types/types.js";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingButton/FloatingButton.d.ts
5
5
  declare const FloatingButton: ({
@@ -19,6 +19,6 @@ declare const FloatingButton: ({
19
19
  ariaLabel,
20
20
  previewMode,
21
21
  containerRef
22
- }: FloatingButtonProps) => react_jsx_runtime29.JSX.Element;
22
+ }: FloatingButtonProps) => react_jsx_runtime23.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingButton };
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 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_runtime29.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime22.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_runtime30 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_runtime30.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingChat };
@@ -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_resolveTheme = require('../../utils/resolveTheme.cjs');
3
- const require_utils_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
4
3
  const require_Carousel = require('../../Carousel/Carousel.cjs');
4
+ const require_utils_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
5
5
  const require_functions = require('../utils/functions.cjs');
6
6
  const require_types = require('../../SalesAgentProductCard/types/types.cjs');
7
7
  const require_SalesAgentProductCard = require('../../SalesAgentProductCard/SalesAgentProductCard.cjs');
@@ -1,6 +1,6 @@
1
1
  import { resolveTheme } from "../../utils/resolveTheme.js";
2
- import { useCheckIsMobile } from "../../utils/useCheckIsMobile.js";
3
2
  import { Carousel } from "../../Carousel/Carousel.js";
3
+ import { useCheckIsMobile } from "../../utils/useCheckIsMobile.js";
4
4
  import { getProductCarouselDisplayInfo } from "../utils/functions.js";
5
5
  import { SalesAgentProductCardVariant } from "../../SalesAgentProductCard/types/types.js";
6
6
  import { SalesAgentProductCard } from "../../SalesAgentProductCard/SalesAgentProductCard.js";
@@ -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');
@@ -35,7 +35,7 @@ let __envive_ai_react_hooks_application_models = require("@envive-ai/react-hooks
35
35
  let __envive_ai_react_hooks_contexts_salesAgentContext = require("@envive-ai/react-hooks/contexts/salesAgentContext");
36
36
 
37
37
  //#region src/components/FullPageSalesAgent/FullPageSalesAgent.tsx
38
- const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatingChatConfig, lookAndFeelConfig, widgetConfig, hardcopyContent, voiceInputEnabled }) => {
38
+ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatingChatConfig, lookAndFeelConfig, widgetConfig, hardcopyContent, voiceInputEnabled, debugBar }) => {
39
39
  const resolvedTheme = require_resolveTheme.resolveTheme(theme);
40
40
  const salesAgentData = (0, __envive_ai_react_hooks_contexts_salesAgentContext.useSalesAgent)(__envive_ai_react_hooks_hooks_WidgetInteraction_types.WidgetInteractionComponent.FULL_PAGE_SALES_AGENT);
41
41
  const [query, setQuery] = (0, react.useState)("");
@@ -43,19 +43,20 @@ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatin
43
43
  const { messageClasses } = require_useGetMessagesStyles.useGetMessagesStyles();
44
44
  const { isMobile } = require_useIsMobile.useIsMobile();
45
45
  const { trackWidgetInteraction } = (0, __envive_ai_react_hooks_hooks_WidgetInteraction.useWidgetInteraction)();
46
+ const { trackEvent } = (0, __envive_ai_react_hooks_contexts_amplitudeContext.useAmplitude)();
46
47
  const { onDrag, onHover, onMouseDown, onMouseUp, onTouchStart, onTouchEnd } = require_usePromptCarouselAnalytics.usePromptCarouselAnalytics(__envive_ai_react_hooks_hooks_WidgetInteraction_types.WidgetInteractionComponent.FULL_PAGE_SALES_AGENT, (text) => text);
47
- const getOverlaySuggestionId = (0, react.useCallback)((text) => {
48
+ const getOverlayStringId = (0, react.useCallback)((text) => {
48
49
  const rawValues = hardcopyContent?.rawValues;
49
50
  if (rawValues) for (const raw of Object.values(rawValues)) {
50
51
  const found = (Array.isArray(raw) ? raw : [raw]).find((s) => s.value === text);
51
52
  if (found) return found.id;
52
53
  }
53
- return text;
54
54
  }, [hardcopyContent?.rawValues]);
55
+ const getOverlaySuggestionId = (0, react.useCallback)((text) => getOverlayStringId(text) ?? text, [getOverlayStringId]);
55
56
  const { onDrag: onOverlayDrag, onHover: onOverlayHover, onMouseDown: onOverlayMouseDown, onMouseUp: onOverlayMouseUp, onTouchStart: onOverlayTouchStart, onTouchEnd: onOverlayTouchEnd } = require_usePromptCarouselAnalytics.usePromptCarouselAnalytics(__envive_ai_react_hooks_hooks_WidgetInteraction_types.WidgetInteractionComponent.FULL_PAGE_SALES_AGENT, getOverlaySuggestionId);
56
57
  const setListeningToSpeech = require_react.useSetAtom(__envive_ai_react_hooks_atoms_chat.listeningToSpeechAtom);
57
58
  const { ignoreFirstModelResponse, neverShowSingleProductCards, showVerifiedBuyer, showEnviveLogo } = floatingChatConfig;
58
- const { headerContainer, autoHeight, sparkleColor = "var(--envive-colors-accent-primary)", suggestionButtonType = require_PromptButton_types_index.PromptButtonVariant.LIGHT, useBackgroundImage, mobileBackgroundImage, desktopBackgroundImage, backgroundColor } = widgetConfig;
59
+ const { headerContainer, autoHeight, sparkleColor = "var(--envive-colors-accent-primary)", suggestionButtonType = require_PromptButton_types_index.PromptButtonVariant.LIGHT, useBackgroundImage, mobileBackgroundImage, desktopBackgroundImage, backgroundColor, chatBackgroundColor } = widgetConfig;
59
60
  const backgroundStyle = (0, react.useMemo)(() => {
60
61
  if (useBackgroundImage) {
61
62
  const imageUrl = isMobile ? mobileBackgroundImage ?? desktopBackgroundImage : desktopBackgroundImage ?? mobileBackgroundImage;
@@ -74,6 +75,9 @@ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatin
74
75
  backgroundColor,
75
76
  isMobile
76
77
  ]);
78
+ const chatBackgroundStyle = (0, react.useMemo)(() => {
79
+ if (chatBackgroundColor) return { backgroundColor: chatBackgroundColor };
80
+ }, [chatBackgroundColor]);
77
81
  const { agentName } = lookAndFeelConfig;
78
82
  const { chatFooterTextFieldPlaceholderText, disclaimerText, welcomeOverlayTitle, welcomeOverlayAnimatedPlaceholder, welcomeOverlayPromptSuggestions, welcomeOverlayProductCarouselTitle, welcomeOverlayProductIds } = hardcopyContent?.values ?? {};
79
83
  const overlayTitle = Array.isArray(welcomeOverlayTitle) && welcomeOverlayTitle.length > 0 ? welcomeOverlayTitle[0] : welcomeOverlayTitle;
@@ -164,6 +168,14 @@ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatin
164
168
  widget_interaction_data: { suggestion_clicked: { suggestion_id: getOverlaySuggestionId(buttonText) } }
165
169
  }
166
170
  });
171
+ trackEvent({
172
+ eventName: __envive_ai_react_hooks_contexts_amplitudeContext.EnviveMetricsEventName.WidgetTextClicked,
173
+ eventProps: {
174
+ response_id: hardcopyContent?.responseId,
175
+ string_id: getOverlayStringId(buttonText),
176
+ text: buttonText
177
+ }
178
+ });
167
179
  onTypedMessageSubmitted({
168
180
  query: buttonText,
169
181
  userTyped: false,
@@ -175,7 +187,10 @@ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatin
175
187
  setShowOverlay(false);
176
188
  }, [
177
189
  getOverlaySuggestionId,
190
+ getOverlayStringId,
178
191
  trackWidgetInteraction,
192
+ trackEvent,
193
+ hardcopyContent?.responseId,
179
194
  onTypedMessageSubmitted,
180
195
  setListeningToSpeech,
181
196
  setAnswerSuggestions,
@@ -293,10 +308,12 @@ const FullPageSalesAgent = ({ theme = require_theme.Theme.GLOBAL_CUSTOM, floatin
293
308
  chatMessages: middleContent,
294
309
  answerSuggestions: showAnswerSuggestions && !isResultsView ? answerSuggestionsComponent : void 0,
295
310
  scrollToBottomButton: !isResultsView && showScrollButton ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.FloatingChatComponents.ScrollToBottomButton, { onClick: handleScrollToBottom }) : void 0,
311
+ chatBackgroundStyle,
296
312
  disclaimer: isResultsView ? null : disclaimer,
297
313
  headerContainer,
298
314
  autoHeight,
299
315
  scrollContainerRef,
316
+ debugBar,
300
317
  overlay: overlayEnabled && showOverlay ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_WelcomeOverlay.WelcomeOverlay, {
301
318
  show: showOverlay,
302
319
  theme: resolvedTheme,
@@ -1,5 +1,5 @@
1
1
  import { Theme } from "../tokens/theme/theme.cjs";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 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
 
@@ -11,6 +11,7 @@ interface FullPageSalesAgentProps {
11
11
  widgetConfig: FullPageSalesAgentWidgetV3Config;
12
12
  hardcopyContent: HardcopyResponse;
13
13
  voiceInputEnabled?: boolean;
14
+ debugBar?: React.ReactNode;
14
15
  }
15
16
  declare const FullPageSalesAgent: ({
16
17
  theme,
@@ -18,7 +19,8 @@ declare const FullPageSalesAgent: ({
18
19
  lookAndFeelConfig,
19
20
  widgetConfig,
20
21
  hardcopyContent,
21
- voiceInputEnabled
22
- }: FullPageSalesAgentProps) => react_jsx_runtime5.JSX.Element;
22
+ voiceInputEnabled,
23
+ debugBar
24
+ }: FullPageSalesAgentProps) => react_jsx_runtime23.JSX.Element;
23
25
  //#endregion
24
26
  export { FullPageSalesAgent };
@@ -1,5 +1,5 @@
1
1
  import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 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
 
@@ -11,6 +11,7 @@ interface FullPageSalesAgentProps {
11
11
  widgetConfig: FullPageSalesAgentWidgetV3Config;
12
12
  hardcopyContent: HardcopyResponse;
13
13
  voiceInputEnabled?: boolean;
14
+ debugBar?: React.ReactNode;
14
15
  }
15
16
  declare const FullPageSalesAgent: ({
16
17
  theme,
@@ -18,7 +19,8 @@ declare const FullPageSalesAgent: ({
18
19
  lookAndFeelConfig,
19
20
  widgetConfig,
20
21
  hardcopyContent,
21
- voiceInputEnabled
22
- }: FullPageSalesAgentProps) => react_jsx_runtime21.JSX.Element;
22
+ voiceInputEnabled,
23
+ debugBar
24
+ }: FullPageSalesAgentProps) => react_jsx_runtime26.JSX.Element;
23
25
  //#endregion
24
26
  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";
@@ -26,7 +26,7 @@ import { useGetMessagesStyles } from "./hooks/useGetMessagesStyles.js";
26
26
  import { useCallback, useMemo, useRef, useState } from "react";
27
27
  import { jsx } from "react/jsx-runtime";
28
28
  import { listeningToSpeechAtom } from "@envive-ai/react-hooks/atoms/chat";
29
- import { EnviveMetricsEventName } from "@envive-ai/react-hooks/contexts/amplitudeContext";
29
+ import { EnviveMetricsEventName, useAmplitude } from "@envive-ai/react-hooks/contexts/amplitudeContext";
30
30
  import { useWidgetInteraction } from "@envive-ai/react-hooks/hooks/WidgetInteraction";
31
31
  import { WidgetInteractionComponent, WidgetInteractionType } from "@envive-ai/react-hooks/hooks/WidgetInteraction/types";
32
32
  import { LayoutGroup, motion } from "framer-motion";
@@ -34,7 +34,7 @@ import { ChatElementDisplayLocationV3 } from "@envive-ai/react-hooks/application
34
34
  import { useSalesAgent } from "@envive-ai/react-hooks/contexts/salesAgentContext";
35
35
 
36
36
  //#region src/components/FullPageSalesAgent/FullPageSalesAgent.tsx
37
- const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, lookAndFeelConfig, widgetConfig, hardcopyContent, voiceInputEnabled }) => {
37
+ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, lookAndFeelConfig, widgetConfig, hardcopyContent, voiceInputEnabled, debugBar }) => {
38
38
  const resolvedTheme = resolveTheme(theme);
39
39
  const salesAgentData = useSalesAgent(WidgetInteractionComponent.FULL_PAGE_SALES_AGENT);
40
40
  const [query, setQuery] = useState("");
@@ -42,19 +42,20 @@ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, l
42
42
  const { messageClasses } = useGetMessagesStyles();
43
43
  const { isMobile } = useIsMobile();
44
44
  const { trackWidgetInteraction } = useWidgetInteraction();
45
+ const { trackEvent } = useAmplitude();
45
46
  const { onDrag, onHover, onMouseDown, onMouseUp, onTouchStart, onTouchEnd } = usePromptCarouselAnalytics(WidgetInteractionComponent.FULL_PAGE_SALES_AGENT, (text) => text);
46
- const getOverlaySuggestionId = useCallback((text) => {
47
+ const getOverlayStringId = useCallback((text) => {
47
48
  const rawValues = hardcopyContent?.rawValues;
48
49
  if (rawValues) for (const raw of Object.values(rawValues)) {
49
50
  const found = (Array.isArray(raw) ? raw : [raw]).find((s) => s.value === text);
50
51
  if (found) return found.id;
51
52
  }
52
- return text;
53
53
  }, [hardcopyContent?.rawValues]);
54
+ const getOverlaySuggestionId = useCallback((text) => getOverlayStringId(text) ?? text, [getOverlayStringId]);
54
55
  const { onDrag: onOverlayDrag, onHover: onOverlayHover, onMouseDown: onOverlayMouseDown, onMouseUp: onOverlayMouseUp, onTouchStart: onOverlayTouchStart, onTouchEnd: onOverlayTouchEnd } = usePromptCarouselAnalytics(WidgetInteractionComponent.FULL_PAGE_SALES_AGENT, getOverlaySuggestionId);
55
56
  const setListeningToSpeech = useSetAtom(listeningToSpeechAtom);
56
57
  const { ignoreFirstModelResponse, neverShowSingleProductCards, showVerifiedBuyer, showEnviveLogo } = floatingChatConfig;
57
- const { headerContainer, autoHeight, sparkleColor = "var(--envive-colors-accent-primary)", suggestionButtonType = PromptButtonVariant.LIGHT, useBackgroundImage, mobileBackgroundImage, desktopBackgroundImage, backgroundColor } = widgetConfig;
58
+ const { headerContainer, autoHeight, sparkleColor = "var(--envive-colors-accent-primary)", suggestionButtonType = PromptButtonVariant.LIGHT, useBackgroundImage, mobileBackgroundImage, desktopBackgroundImage, backgroundColor, chatBackgroundColor } = widgetConfig;
58
59
  const backgroundStyle = useMemo(() => {
59
60
  if (useBackgroundImage) {
60
61
  const imageUrl = isMobile ? mobileBackgroundImage ?? desktopBackgroundImage : desktopBackgroundImage ?? mobileBackgroundImage;
@@ -73,6 +74,9 @@ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, l
73
74
  backgroundColor,
74
75
  isMobile
75
76
  ]);
77
+ const chatBackgroundStyle = useMemo(() => {
78
+ if (chatBackgroundColor) return { backgroundColor: chatBackgroundColor };
79
+ }, [chatBackgroundColor]);
76
80
  const { agentName } = lookAndFeelConfig;
77
81
  const { chatFooterTextFieldPlaceholderText, disclaimerText, welcomeOverlayTitle, welcomeOverlayAnimatedPlaceholder, welcomeOverlayPromptSuggestions, welcomeOverlayProductCarouselTitle, welcomeOverlayProductIds } = hardcopyContent?.values ?? {};
78
82
  const overlayTitle = Array.isArray(welcomeOverlayTitle) && welcomeOverlayTitle.length > 0 ? welcomeOverlayTitle[0] : welcomeOverlayTitle;
@@ -163,6 +167,14 @@ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, l
163
167
  widget_interaction_data: { suggestion_clicked: { suggestion_id: getOverlaySuggestionId(buttonText) } }
164
168
  }
165
169
  });
170
+ trackEvent({
171
+ eventName: EnviveMetricsEventName.WidgetTextClicked,
172
+ eventProps: {
173
+ response_id: hardcopyContent?.responseId,
174
+ string_id: getOverlayStringId(buttonText),
175
+ text: buttonText
176
+ }
177
+ });
166
178
  onTypedMessageSubmitted({
167
179
  query: buttonText,
168
180
  userTyped: false,
@@ -174,7 +186,10 @@ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, l
174
186
  setShowOverlay(false);
175
187
  }, [
176
188
  getOverlaySuggestionId,
189
+ getOverlayStringId,
177
190
  trackWidgetInteraction,
191
+ trackEvent,
192
+ hardcopyContent?.responseId,
178
193
  onTypedMessageSubmitted,
179
194
  setListeningToSpeech,
180
195
  setAnswerSuggestions,
@@ -292,10 +307,12 @@ const FullPageSalesAgent = ({ theme = Theme.GLOBAL_CUSTOM, floatingChatConfig, l
292
307
  chatMessages: middleContent,
293
308
  answerSuggestions: showAnswerSuggestions && !isResultsView ? answerSuggestionsComponent : void 0,
294
309
  scrollToBottomButton: !isResultsView && showScrollButton ? /* @__PURE__ */ jsx(FloatingChatComponents.ScrollToBottomButton, { onClick: handleScrollToBottom }) : void 0,
310
+ chatBackgroundStyle,
295
311
  disclaimer: isResultsView ? null : disclaimer,
296
312
  headerContainer,
297
313
  autoHeight,
298
314
  scrollContainerRef,
315
+ debugBar,
299
316
  overlay: overlayEnabled && showOverlay ? /* @__PURE__ */ jsx(WelcomeOverlay, {
300
317
  show: showOverlay,
301
318
  theme: resolvedTheme,
@@ -12,7 +12,7 @@ let classnames = require("classnames");
12
12
  classnames = require_rolldown_runtime.__toESM(classnames);
13
13
 
14
14
  //#region src/components/FullPageSalesAgent/components/Layout.tsx
15
- const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions, scrollToBottomButton, disclaimer, headerContainer, autoHeight, scrollContainerRef, overlay, backgroundStyle }) => {
15
+ const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions, scrollToBottomButton, disclaimer, headerContainer, autoHeight, scrollContainerRef, overlay, backgroundStyle, chatBackgroundStyle, debugBar }) => {
16
16
  const hasWelcomeMessage = (0, react.isValidElement)(welcomeMessage);
17
17
  const hasAnswerSuggestions = (0, react.isValidElement)(answerSuggestions);
18
18
  const { isMobile } = require_useIsMobile.useIsMobile();
@@ -39,18 +39,26 @@ const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions
39
39
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
40
40
  direction: "column",
41
41
  gap: "0",
42
+ style: { ...chatBackgroundStyle },
42
43
  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
44
  children: [chatMessages, answerSuggestions]
44
45
  })]
45
46
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
46
47
  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
48
+ children: [
49
+ scrollToBottomButton && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
50
+ className: "envive-tw-h-[0px]",
51
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
52
+ className: "envive-tw-ml-auto envive-tw-table envive-tw-translate-x-[-30px] envive-tw-translate-y-[-50px]",
53
+ children: scrollToBottomButton
54
+ })
55
+ }),
56
+ footer,
57
+ debugBar && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
58
+ className: "envive-debug-bar",
59
+ children: debugBar
52
60
  })
53
- }), footer]
61
+ ]
54
62
  })]
55
63
  });
56
64
  };
@@ -10,7 +10,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
10
10
  import classNames from "classnames";
11
11
 
12
12
  //#region src/components/FullPageSalesAgent/components/Layout.tsx
13
- const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions, scrollToBottomButton, disclaimer, headerContainer, autoHeight, scrollContainerRef, overlay, backgroundStyle }) => {
13
+ const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions, scrollToBottomButton, disclaimer, headerContainer, autoHeight, scrollContainerRef, overlay, backgroundStyle, chatBackgroundStyle, debugBar }) => {
14
14
  const hasWelcomeMessage = isValidElement(welcomeMessage);
15
15
  const hasAnswerSuggestions = isValidElement(answerSuggestions);
16
16
  const { isMobile } = useIsMobile();
@@ -37,18 +37,26 @@ const Layout = ({ theme, welcomeMessage, footer, chatMessages, answerSuggestions
37
37
  }), /* @__PURE__ */ jsxs(Stack, {
38
38
  direction: "column",
39
39
  gap: "0",
40
+ style: { ...chatBackgroundStyle },
40
41
  className: classNames((!hasWelcomeMessage || hasWelcomeMessage && theme === Theme.STANDARD) && !hasAnswerSuggestions && "envive-tw-pb-4", isMobile ? "envive-tw-pt-4" : "envive-tw-pt-6"),
41
42
  children: [chatMessages, answerSuggestions]
42
43
  })]
43
44
  }), /* @__PURE__ */ jsxs("div", {
44
45
  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
46
+ children: [
47
+ scrollToBottomButton && /* @__PURE__ */ jsx("div", {
48
+ className: "envive-tw-h-[0px]",
49
+ children: /* @__PURE__ */ 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
+ }),
54
+ footer,
55
+ debugBar && /* @__PURE__ */ jsx("div", {
56
+ className: "envive-debug-bar",
57
+ children: debugBar
50
58
  })
51
- }), footer]
59
+ ]
52
60
  })]
53
61
  });
54
62
  };
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 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_runtime0.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime27.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_runtime18 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_runtime18.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_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 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_runtime20.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime25.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_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 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_runtime20.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime22.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";
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime6 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -9,6 +9,6 @@ declare const MarkdownProcessor: ({
9
9
  textVariant,
10
10
  onLinkClick,
11
11
  theme
12
- }: MarkdownProcessorProps) => react_jsx_runtime6.JSX.Element;
12
+ }: MarkdownProcessorProps) => react_jsx_runtime26.JSX.Element;
13
13
  //#endregion
14
14
  export { MarkdownProcessor };
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.js";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -9,6 +9,6 @@ declare const MarkdownProcessor: ({
9
9
  textVariant,
10
10
  onLinkClick,
11
11
  theme
12
- }: MarkdownProcessorProps) => react_jsx_runtime22.JSX.Element;
12
+ }: MarkdownProcessorProps) => react_jsx_runtime25.JSX.Element;
13
13
  //#endregion
14
14
  export { MarkdownProcessor };