@envive-ai/react-toolkit-v3 0.3.5 → 0.3.7

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 (544) 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/CSSVariablesEditor/hooks/useGetCssVariablesOptions.cjs +3 -3
  6. package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.js +3 -3
  7. package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.cjs +1 -1
  8. package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.js +1 -1
  9. package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.cjs +10 -10
  10. package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.js +10 -10
  11. package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.cjs +9 -9
  12. package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.js +9 -9
  13. package/dist/CSSVariablesEditor/utils/functions.cjs +2 -2
  14. package/dist/CSSVariablesEditor/utils/functions.js +2 -2
  15. package/dist/Carousel/Carousel.cjs +1 -1
  16. package/dist/Carousel/Carousel.d.cts +2 -2
  17. package/dist/Carousel/Carousel.d.ts +2 -2
  18. package/dist/Carousel/Carousel.js +1 -1
  19. package/dist/Carousel/components/ArrowIcon.cjs +3 -2
  20. package/dist/Carousel/components/ArrowIcon.js +2 -2
  21. package/dist/Carousel/hooks/useGetBadgeProperties.cjs +1 -1
  22. package/dist/Carousel/hooks/useGetBadgeProperties.js +1 -1
  23. package/dist/Carousel/types/types.d.cts +1 -1
  24. package/dist/Carousel/types/types.d.ts +1 -1
  25. package/dist/ChatFooter/ChatFooter.cjs +1 -1
  26. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  27. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  28. package/dist/ChatFooter/ChatFooter.js +1 -1
  29. package/dist/ChatFooter/components/EnviveLogo.cjs +3 -2
  30. package/dist/ChatFooter/components/EnviveLogo.js +2 -2
  31. package/dist/ChatFooter/components/Layout.d.cts +1 -1
  32. package/dist/ChatFooter/components/Layout.d.ts +1 -1
  33. package/dist/ChatFooter/components/PromptSuggestions.d.cts +1 -1
  34. package/dist/ChatFooter/components/PromptSuggestions.d.ts +1 -1
  35. package/dist/ChatFooter/components/index.d.cts +5 -5
  36. package/dist/ChatFooter/components/index.d.ts +5 -5
  37. package/dist/ChatFooter/hooks/useGetChatScrollProperties.cjs +1 -1
  38. package/dist/ChatFooter/hooks/useGetChatScrollProperties.js +1 -1
  39. package/dist/ChatFooter/hooks/useGetContainerProperties.cjs +3 -3
  40. package/dist/ChatFooter/hooks/useGetContainerProperties.js +3 -3
  41. package/dist/ChatFooter/types/types.d.cts +1 -1
  42. package/dist/ChatFooter/types/types.d.ts +1 -1
  43. package/dist/ChatHeader/ChatHeader.cjs +4 -3
  44. package/dist/ChatHeader/ChatHeader.d.cts +3 -2
  45. package/dist/ChatHeader/ChatHeader.d.ts +3 -2
  46. package/dist/ChatHeader/ChatHeader.js +4 -3
  47. package/dist/ChatHeader/components/CloseButton.cjs +10 -7
  48. package/dist/ChatHeader/components/CloseButton.js +7 -7
  49. package/dist/ChatHeader/components/Handle.cjs +27 -1
  50. package/dist/ChatHeader/components/Handle.js +27 -1
  51. package/dist/ChatHeader/components/Toggle.cjs +1 -1
  52. package/dist/ChatHeader/components/Toggle.js +1 -1
  53. package/dist/ChatHeader/hooks/useGetCloseButtonProperties.cjs +1 -1
  54. package/dist/ChatHeader/hooks/useGetCloseButtonProperties.js +1 -1
  55. package/dist/ChatHeader/hooks/useGetHandleProperties.cjs +1 -1
  56. package/dist/ChatHeader/hooks/useGetHandleProperties.js +1 -1
  57. package/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +2 -2
  58. package/dist/ChatHeader/hooks/useGetLayoutProperties.js +2 -2
  59. package/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +1 -1
  60. package/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +1 -1
  61. package/dist/ChatHeader/hooks/useGetToggleProperties.cjs +1 -1
  62. package/dist/ChatHeader/hooks/useGetToggleProperties.js +1 -1
  63. package/dist/ChatHeader/hooks/useToggleLogoSelector.cjs +1 -1
  64. package/dist/ChatHeader/hooks/useToggleLogoSelector.js +1 -1
  65. package/dist/ChatHeader/types/index.d.cts +4 -2
  66. package/dist/ChatHeader/types/index.d.ts +4 -2
  67. package/dist/ChatPreview/ChatPreview.cjs +1 -1
  68. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  69. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  70. package/dist/ChatPreview/ChatPreview.js +1 -1
  71. package/dist/ChatPreview/types/types.d.cts +1 -1
  72. package/dist/ChatPreview/types/types.d.ts +1 -1
  73. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
  74. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  75. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  76. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
  77. package/dist/ChatPreviewComparison/components/Headline.cjs +1 -1
  78. package/dist/ChatPreviewComparison/components/Headline.js +1 -1
  79. package/dist/ChatPreviewComparison/components/Layout.cjs +3 -3
  80. package/dist/ChatPreviewComparison/components/Layout.js +3 -3
  81. package/dist/ChatPreviewComparison/components/Message.cjs +1 -1
  82. package/dist/ChatPreviewComparison/components/Message.js +1 -1
  83. package/dist/ChatPreviewComparison/types/types.d.cts +1 -1
  84. package/dist/ChatPreviewComparison/types/types.d.ts +1 -1
  85. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  86. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  87. package/dist/Container/Container.d.cts +174 -174
  88. package/dist/Container/Container.d.ts +174 -174
  89. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  90. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  91. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  92. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +3 -2
  93. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +2 -2
  94. package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
  95. package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.js +1 -1
  96. package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.cjs +1 -1
  97. package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.js +1 -1
  98. package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
  99. package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.js +1 -1
  100. package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.cjs +1 -1
  101. package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.js +1 -1
  102. package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.cjs +1 -1
  103. package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.js +1 -1
  104. package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.cjs +1 -1
  105. package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.js +1 -1
  106. package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.cjs +1 -1
  107. package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.js +1 -1
  108. package/dist/DocumentRetrievalCard/index.cjs +1 -1
  109. package/dist/DocumentRetrievalCard/index.d.cts +1 -1
  110. package/dist/DocumentRetrievalCard/index.d.ts +1 -1
  111. package/dist/DocumentRetrievalCard/index.js +1 -1
  112. package/dist/DocumentRetrievalCard/types/index.d.cts +1 -1
  113. package/dist/DocumentRetrievalCard/types/index.d.ts +1 -1
  114. package/dist/DocumentRetrievalCard/utils/functions.cjs +1 -1
  115. package/dist/DocumentRetrievalCard/utils/functions.js +1 -1
  116. package/dist/FloatingButton/FloatingButton.cjs +2 -1
  117. package/dist/FloatingButton/FloatingButton.d.cts +4 -3
  118. package/dist/FloatingButton/FloatingButton.d.ts +4 -3
  119. package/dist/FloatingButton/FloatingButton.js +2 -1
  120. package/dist/FloatingButton/components/Container.cjs +2 -2
  121. package/dist/FloatingButton/components/Container.js +2 -2
  122. package/dist/FloatingButton/components/Icon.cjs +3 -2
  123. package/dist/FloatingButton/components/Icon.js +2 -2
  124. package/dist/FloatingButton/hooks/useGetButtonProperties.cjs +1 -1
  125. package/dist/FloatingButton/hooks/useGetButtonProperties.js +1 -1
  126. package/dist/FloatingButton/hooks/useGetContainerProperties.cjs +2 -2
  127. package/dist/FloatingButton/hooks/useGetContainerProperties.js +2 -2
  128. package/dist/FloatingButton/types/types.cjs +4 -4
  129. package/dist/FloatingButton/types/types.d.cts +9 -5
  130. package/dist/FloatingButton/types/types.d.ts +9 -5
  131. package/dist/FloatingButton/types/types.js +4 -4
  132. package/dist/FloatingChat/FloatingChat.cjs +107 -40
  133. package/dist/FloatingChat/FloatingChat.d.cts +3 -2
  134. package/dist/FloatingChat/FloatingChat.d.ts +3 -2
  135. package/dist/FloatingChat/FloatingChat.js +109 -42
  136. package/dist/FloatingChat/components/AgentMessage.cjs +4 -3
  137. package/dist/FloatingChat/components/AgentMessage.js +4 -3
  138. package/dist/FloatingChat/components/ChatMessages.cjs +60 -42
  139. package/dist/FloatingChat/components/ChatMessages.js +59 -41
  140. package/dist/FloatingChat/components/Layout.cjs +3 -3
  141. package/dist/FloatingChat/components/Layout.js +3 -3
  142. package/dist/FloatingChat/components/ModalSheet.cjs +184 -0
  143. package/dist/FloatingChat/components/ModalSheet.js +182 -0
  144. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +3 -2
  145. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +3 -2
  146. package/dist/FloatingChat/components/ScrollToBottomButton.cjs +3 -2
  147. package/dist/FloatingChat/components/ScrollToBottomButton.js +2 -2
  148. package/dist/FloatingChat/components/index.cjs +1 -0
  149. package/dist/FloatingChat/components/index.js +1 -0
  150. package/dist/FloatingChat/hooks/useChatSuggestions.cjs +25 -0
  151. package/dist/FloatingChat/hooks/useChatSuggestions.js +24 -0
  152. package/dist/FloatingChat/hooks/useFilteredChatMessages.cjs +24 -0
  153. package/dist/FloatingChat/hooks/useFilteredChatMessages.js +23 -0
  154. package/dist/FloatingChat/hooks/usePreventScroll.cjs +117 -0
  155. package/dist/FloatingChat/hooks/usePreventScroll.js +116 -0
  156. package/dist/FloatingChat/hooks/useSnapCalculator.cjs +37 -0
  157. package/dist/FloatingChat/hooks/useSnapCalculator.js +35 -0
  158. package/dist/FloatingChat/hooks/useSnapControl.cjs +82 -0
  159. package/dist/FloatingChat/hooks/useSnapControl.js +81 -0
  160. package/dist/FloatingChat/hooks/useSnapSetup.cjs +59 -0
  161. package/dist/FloatingChat/hooks/useSnapSetup.js +58 -0
  162. package/dist/FloatingChat/types/types.d.cts +7 -3
  163. package/dist/FloatingChat/types/types.d.ts +7 -4
  164. package/dist/Image/Image.d.cts +2 -2
  165. package/dist/Image/Image.d.ts +2 -2
  166. package/dist/ImageGallery/ImageGallery.cjs +1 -1
  167. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  168. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  169. package/dist/ImageGallery/ImageGallery.js +1 -1
  170. package/dist/ImageGallery/components/Layout.cjs +1 -1
  171. package/dist/ImageGallery/components/Layout.js +1 -1
  172. package/dist/ImageGallery/types/types.d.cts +1 -1
  173. package/dist/ImageGallery/types/types.d.ts +1 -1
  174. package/dist/ImageGallery/utils/functions.cjs +1 -1
  175. package/dist/ImageGallery/utils/functions.js +1 -1
  176. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  177. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  178. package/dist/Message/components/LinkButton.cjs +3 -2
  179. package/dist/Message/components/LinkButton.js +2 -2
  180. package/dist/Message/hooks/useLatencyAnimation.cjs +19 -13
  181. package/dist/Message/hooks/useLatencyAnimation.js +13 -13
  182. package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
  183. package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
  184. package/dist/OrderLookupCard/hooks/useGetContainerProperties.cjs +1 -1
  185. package/dist/OrderLookupCard/hooks/useGetContainerProperties.js +1 -1
  186. package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.cjs +1 -1
  187. package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.js +1 -1
  188. package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.cjs +1 -1
  189. package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.js +1 -1
  190. package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.cjs +1 -1
  191. package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.js +1 -1
  192. package/dist/OrderLookupCard/types/index.d.cts +1 -1
  193. package/dist/OrderLookupCard/types/index.d.ts +1 -1
  194. package/dist/PromptButton/PromptButton.cjs +4 -3
  195. package/dist/PromptButton/PromptButton.d.cts +2 -2
  196. package/dist/PromptButton/PromptButton.d.ts +2 -2
  197. package/dist/PromptButton/PromptButton.js +3 -3
  198. package/dist/PromptButton/hooks/useGetIconColorsProperties.cjs +1 -1
  199. package/dist/PromptButton/hooks/useGetIconColorsProperties.js +1 -1
  200. package/dist/PromptButton/types/index.d.cts +1 -1
  201. package/dist/PromptButton/types/index.d.ts +1 -1
  202. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.cjs +1 -1
  203. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  204. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  205. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.js +1 -1
  206. package/dist/PromptButtonCarouselWithImage/types/types.d.cts +1 -1
  207. package/dist/PromptButtonCarouselWithImage/types/types.d.ts +1 -1
  208. package/dist/PromptCarousel/PromptCarousel.cjs +1 -2
  209. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  210. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  211. package/dist/PromptCarousel/PromptCarousel.js +1 -2
  212. package/dist/PromptCarousel/types/types.d.cts +1 -1
  213. package/dist/PromptCarousel/types/types.d.ts +1 -1
  214. package/dist/ReviewCard/ReviewCard.cjs +1 -1
  215. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  216. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  217. package/dist/ReviewCard/ReviewCard.js +1 -1
  218. package/dist/ReviewCard/components/Container.d.cts +1 -1
  219. package/dist/ReviewCard/components/Container.d.ts +1 -1
  220. package/dist/ReviewCard/components/Rating.d.cts +1 -1
  221. package/dist/ReviewCard/components/Rating.d.ts +1 -1
  222. package/dist/ReviewCard/components/ReadMoreButton.cjs +4 -3
  223. package/dist/ReviewCard/components/ReadMoreButton.d.cts +1 -1
  224. package/dist/ReviewCard/components/ReadMoreButton.d.ts +1 -1
  225. package/dist/ReviewCard/components/ReadMoreButton.js +3 -3
  226. package/dist/ReviewCard/components/StarIcon.cjs +3 -2
  227. package/dist/ReviewCard/components/StarIcon.js +2 -2
  228. package/dist/ReviewCard/components/VerifiedBuyer.cjs +3 -2
  229. package/dist/ReviewCard/components/VerifiedBuyer.js +2 -2
  230. package/dist/ReviewCard/components/index.d.cts +7 -7
  231. package/dist/ReviewCard/components/index.d.ts +7 -7
  232. package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
  233. package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.js +1 -1
  234. package/dist/ReviewCard/hooks/useGetBorderProperties.cjs +1 -1
  235. package/dist/ReviewCard/hooks/useGetBorderProperties.js +1 -1
  236. package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
  237. package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.js +1 -1
  238. package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.cjs +1 -1
  239. package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.js +1 -1
  240. package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.cjs +1 -1
  241. package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.js +1 -1
  242. package/dist/ReviewCard/hooks/useGetStarIconProperties.cjs +1 -1
  243. package/dist/ReviewCard/hooks/useGetStarIconProperties.js +1 -1
  244. package/dist/ReviewCard/types/types.d.cts +1 -1
  245. package/dist/ReviewCard/types/types.d.ts +1 -1
  246. package/dist/SalesAgentProductCard/SalesAgentProductCard.cjs +1 -1
  247. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  248. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  249. package/dist/SalesAgentProductCard/SalesAgentProductCard.js +1 -1
  250. package/dist/SalesAgentProductCard/components/Container.cjs +1 -1
  251. package/dist/SalesAgentProductCard/components/Container.d.cts +1 -1
  252. package/dist/SalesAgentProductCard/components/Container.d.ts +1 -1
  253. package/dist/SalesAgentProductCard/components/Container.js +1 -1
  254. package/dist/SalesAgentProductCard/components/ProductName.cjs +1 -1
  255. package/dist/SalesAgentProductCard/components/ProductName.d.cts +1 -1
  256. package/dist/SalesAgentProductCard/components/ProductName.d.ts +1 -1
  257. package/dist/SalesAgentProductCard/components/ProductName.js +1 -1
  258. package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
  259. package/dist/SalesAgentProductCard/components/Rate.d.cts +1 -1
  260. package/dist/SalesAgentProductCard/components/Rate.d.ts +1 -1
  261. package/dist/SalesAgentProductCard/components/Rate.js +1 -1
  262. package/dist/SalesAgentProductCard/components/StarIcon.cjs +3 -2
  263. package/dist/SalesAgentProductCard/components/StarIcon.js +2 -2
  264. package/dist/SalesAgentProductCard/components/index.d.cts +9 -9
  265. package/dist/SalesAgentProductCard/components/index.d.ts +9 -9
  266. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.cjs +1 -1
  267. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.js +1 -1
  268. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.cjs +1 -1
  269. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.js +1 -1
  270. package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.cjs +1 -1
  271. package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.js +1 -1
  272. package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.cjs +1 -1
  273. package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.js +1 -1
  274. package/dist/SalesAgentProductCard/types/types.d.cts +1 -1
  275. package/dist/SalesAgentProductCard/types/types.d.ts +1 -1
  276. package/dist/SocialProof/SocialProof.cjs +10 -3
  277. package/dist/SocialProof/SocialProof.d.cts +2 -2
  278. package/dist/SocialProof/SocialProof.d.ts +2 -2
  279. package/dist/SocialProof/SocialProof.js +10 -3
  280. package/dist/SocialProof/components/Headline.cjs +1 -1
  281. package/dist/SocialProof/components/Headline.js +1 -1
  282. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
  283. package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
  284. package/dist/SocialProof/components/Subheadline.cjs +1 -1
  285. package/dist/SocialProof/components/Subheadline.js +1 -1
  286. package/dist/SocialProof/components/Textfield.cjs +1 -1
  287. package/dist/SocialProof/components/Textfield.js +1 -1
  288. package/dist/SocialProof/hooks/index.cjs +1 -0
  289. package/dist/SocialProof/hooks/index.js +3 -0
  290. package/dist/SocialProof/hooks/useSocialProofCount.cjs +48 -0
  291. package/dist/SocialProof/hooks/useSocialProofCount.d.cts +15 -0
  292. package/dist/SocialProof/hooks/useSocialProofCount.d.ts +15 -0
  293. package/dist/SocialProof/hooks/useSocialProofCount.js +46 -0
  294. package/dist/SocialProof/index.cjs +5 -1
  295. package/dist/SocialProof/index.d.cts +3 -2
  296. package/dist/SocialProof/index.d.ts +3 -2
  297. package/dist/SocialProof/index.js +4 -2
  298. package/dist/SocialProof/types/types.cjs +8 -1
  299. package/dist/SocialProof/types/types.d.cts +17 -7
  300. package/dist/SocialProof/types/types.d.ts +17 -7
  301. package/dist/SocialProof/types/types.js +7 -1
  302. package/dist/SocialProof/utils/functions.cjs +1 -1
  303. package/dist/SocialProof/utils/functions.js +1 -1
  304. package/dist/Stack/Stack.d.cts +2 -2
  305. package/dist/Stack/Stack.d.ts +2 -2
  306. package/dist/TextField/TextField.cjs +1 -1
  307. package/dist/TextField/TextField.js +1 -1
  308. package/dist/TextField/hooks/useGetContainerProperties.cjs +1 -1
  309. package/dist/TextField/hooks/useGetContainerProperties.js +1 -1
  310. package/dist/TextField/types/index.d.cts +1 -1
  311. package/dist/TextField/types/index.d.ts +1 -1
  312. package/dist/TextField/utils/getInputClasses.cjs +1 -1
  313. package/dist/TextField/utils/getInputClasses.js +1 -1
  314. package/dist/TextField/utils/getSendIconElement.cjs +13 -9
  315. package/dist/TextField/utils/getSendIconElement.js +9 -9
  316. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
  317. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  318. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  319. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
  320. package/dist/TitledPromptCarousel/types/index.d.cts +1 -1
  321. package/dist/TitledPromptCarousel/types/index.d.ts +1 -1
  322. package/dist/Tokens/index.cjs +13 -13
  323. package/dist/Tokens/index.d.cts +13 -13
  324. package/dist/Tokens/index.d.ts +13 -13
  325. package/dist/Tokens/index.js +13 -13
  326. package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
  327. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  328. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  329. package/dist/TypingAnimation/TypingAnimation.js +1 -1
  330. package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
  331. package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
  332. package/dist/TypingAnimation/types/index.d.cts +1 -1
  333. package/dist/TypingAnimation/types/index.d.ts +1 -1
  334. package/dist/Typography/Typography.d.cts +4 -4
  335. package/dist/Typography/Typography.d.ts +4 -4
  336. package/dist/WelcomeMessage/WelcomeMessage.cjs +1 -1
  337. package/dist/WelcomeMessage/WelcomeMessage.js +1 -1
  338. package/dist/WelcomeMessage/components/SparkleIcon.cjs +3 -2
  339. package/dist/WelcomeMessage/components/SparkleIcon.js +2 -2
  340. package/dist/WelcomeMessage/hooks/useGetContainerProperties.cjs +1 -1
  341. package/dist/WelcomeMessage/hooks/useGetContainerProperties.js +1 -1
  342. package/dist/WelcomeMessage/types/types.cjs +1 -1
  343. package/dist/WelcomeMessage/types/types.d.cts +1 -1
  344. package/dist/WelcomeMessage/types/types.d.ts +1 -1
  345. package/dist/WelcomeMessage/types/types.js +1 -1
  346. package/dist/WidgetTextField/WidgetTextField.cjs +1 -1
  347. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  348. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  349. package/dist/WidgetTextField/WidgetTextField.js +1 -1
  350. package/dist/WidgetTextField/components/Icon.cjs +11 -8
  351. package/dist/WidgetTextField/components/Icon.js +8 -8
  352. package/dist/WidgetTextField/components/Skeleton.cjs +1 -1
  353. package/dist/WidgetTextField/components/Skeleton.js +1 -1
  354. package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +1 -1
  355. package/dist/WidgetTextField/hooks/useGetContainerProperties.js +1 -1
  356. package/dist/WidgetTextField/types/types.d.cts +1 -1
  357. package/dist/WidgetTextField/types/types.d.ts +1 -1
  358. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  359. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  360. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  361. package/dist/styles.css +1 -1
  362. package/dist/utils/resolveTheme.cjs +1 -1
  363. package/dist/utils/resolveTheme.js +1 -1
  364. package/dist/utils/useCheckIsMobile.cjs +1 -1
  365. package/dist/utils/useCheckIsMobile.js +1 -1
  366. package/dist/utils/useResponsiveValue.cjs +1 -1
  367. package/dist/utils/useResponsiveValue.d.cts +1 -1
  368. package/dist/utils/useResponsiveValue.d.ts +1 -1
  369. package/dist/utils/useResponsiveValue.js +1 -1
  370. package/package.json +1 -1
  371. package/src/components/ChatFooter/hooks/useGetContainerProperties.ts +2 -2
  372. package/src/components/ChatHeader/ChatHeader.tsx +2 -0
  373. package/src/components/ChatHeader/components/Handle.tsx +29 -1
  374. package/src/components/ChatHeader/types/index.ts +3 -0
  375. package/src/components/FloatingButton/FloatingButton.tsx +2 -0
  376. package/src/components/FloatingButton/components/Container.tsx +3 -0
  377. package/src/components/FloatingButton/hooks/useGetContainerProperties.ts +2 -1
  378. package/src/components/FloatingButton/types/types.ts +9 -4
  379. package/src/components/FloatingChat/FloatingChat.tsx +160 -59
  380. package/src/components/FloatingChat/components/AgentMessage.tsx +3 -0
  381. package/src/components/FloatingChat/components/ChatMessages.tsx +25 -0
  382. package/src/components/FloatingChat/components/Layout.tsx +2 -2
  383. package/src/components/FloatingChat/components/ModalSheet.tsx +288 -0
  384. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +7 -2
  385. package/src/components/FloatingChat/components/index.ts +3 -0
  386. package/src/components/FloatingChat/hooks/useChatSuggestions.ts +49 -0
  387. package/src/components/FloatingChat/hooks/useFilteredChatMessages.ts +43 -0
  388. package/src/components/FloatingChat/hooks/usePreventScroll.ts +207 -0
  389. package/src/components/FloatingChat/hooks/useSnapCalculator.ts +41 -0
  390. package/src/components/FloatingChat/hooks/useSnapControl.ts +131 -0
  391. package/src/components/FloatingChat/hooks/useSnapSetup.ts +106 -0
  392. package/src/components/FloatingChat/types/types.ts +4 -0
  393. package/src/components/PromptCarousel/PromptCarousel.tsx +0 -1
  394. package/src/components/SocialProof/SocialProof.tsx +8 -2
  395. package/src/components/SocialProof/__tests__/SocialProof.test.tsx +66 -17
  396. package/src/components/SocialProof/hooks/index.ts +2 -0
  397. package/src/components/SocialProof/hooks/useSocialProofCount.ts +67 -0
  398. package/src/components/SocialProof/index.ts +2 -1
  399. package/src/components/SocialProof/types/types.ts +18 -6
  400. package/dist/hooks/dist/application/models/api/response.d.cts +0 -63
  401. package/dist/hooks/dist/application/models/api/response.d.ts +0 -63
  402. package/dist/hooks/dist/application/models/api/responseGenerics.d.cts +0 -41
  403. package/dist/hooks/dist/application/models/api/responseGenerics.d.ts +0 -41
  404. package/dist/hooks/dist/application/models/api/suggestion.d.cts +0 -10
  405. package/dist/hooks/dist/application/models/api/suggestion.d.ts +0 -10
  406. package/dist/hooks/dist/application/models/api/userEvent.d.cts +0 -60
  407. package/dist/hooks/dist/application/models/api/userEvent.d.ts +0 -60
  408. package/dist/hooks/dist/application/models/message.d.cts +0 -108
  409. package/dist/hooks/dist/application/models/message.d.ts +0 -108
  410. package/dist/hooks/dist/application/models/utilityTypes/camelCase.d.cts +0 -71
  411. package/dist/hooks/dist/application/models/utilityTypes/camelCase.d.ts +0 -71
  412. package/dist/hooks/dist/application/models/utilityTypes/camelCasedPropertiesDeep.d.cts +0 -58
  413. package/dist/hooks/dist/application/models/utilityTypes/camelCasedPropertiesDeep.d.ts +0 -58
  414. package/dist/hooks/dist/application/models/utilityTypes/internal.d.cts +0 -22
  415. package/dist/hooks/dist/application/models/utilityTypes/internal.d.ts +0 -22
  416. package/dist/hooks/dist/application/models/utilityTypes/splitWords.d.cts +0 -31
  417. package/dist/hooks/dist/application/models/utilityTypes/splitWords.d.ts +0 -31
  418. package/dist/hooks/dist/application/models/utilityTypes/trim.d.cts +0 -30
  419. package/dist/hooks/dist/application/models/utilityTypes/trim.d.ts +0 -30
  420. package/dist/hooks/dist/application/models/utilityTypes/unknownArray.d.cts +0 -30
  421. package/dist/hooks/dist/application/models/utilityTypes/unknownArray.d.ts +0 -30
  422. package/dist/hooks/dist/contexts/salesAgentContext/chatAPI.d.cts +0 -23
  423. package/dist/hooks/dist/contexts/salesAgentContext/chatAPI.d.ts +0 -23
  424. package/dist/hooks/dist/contexts/salesAgentContext/index.d.ts +0 -3
  425. package/dist/hooks/dist/contexts/salesAgentContext/salesAgentContext.d.cts +0 -18
  426. package/dist/hooks/dist/contexts/salesAgentContext/salesAgentContext.d.ts +0 -18
  427. package/dist/hooks/dist/contexts/typesV3.d.cts +0 -81
  428. package/dist/hooks/dist/contexts/typesV3.d.ts +0 -81
  429. package/dist/icons/dist/ArrowUp.cjs +0 -28
  430. package/dist/icons/dist/ArrowUp.js +0 -28
  431. package/dist/icons/dist/Checkmark.cjs +0 -31
  432. package/dist/icons/dist/Checkmark.js +0 -31
  433. package/dist/icons/dist/ChevronDown.cjs +0 -23
  434. package/dist/icons/dist/ChevronDown.js +0 -23
  435. package/dist/icons/dist/Document.cjs +0 -18
  436. package/dist/icons/dist/Document.js +0 -18
  437. package/dist/icons/dist/EnviveWatermark.cjs +0 -39
  438. package/dist/icons/dist/EnviveWatermark.js +0 -39
  439. package/dist/icons/dist/FourPointStar.cjs +0 -22
  440. package/dist/icons/dist/FourPointStar.js +0 -22
  441. package/dist/icons/dist/IconCloseRounded.cjs +0 -21
  442. package/dist/icons/dist/IconCloseRounded.js +0 -21
  443. package/dist/icons/dist/IconCloseSharp.cjs +0 -30
  444. package/dist/icons/dist/IconCloseSharp.js +0 -30
  445. package/dist/icons/dist/IconCloseTransparent.cjs +0 -23
  446. package/dist/icons/dist/IconCloseTransparent.js +0 -23
  447. package/dist/icons/dist/LatencyIconEmptyStep.cjs +0 -17
  448. package/dist/icons/dist/LatencyIconEmptyStep.js +0 -17
  449. package/dist/icons/dist/LatencyIconStep1.cjs +0 -43
  450. package/dist/icons/dist/LatencyIconStep1.js +0 -43
  451. package/dist/icons/dist/LatencyIconStep2.cjs +0 -32
  452. package/dist/icons/dist/LatencyIconStep2.js +0 -32
  453. package/dist/icons/dist/LatencyIconStep3.cjs +0 -25
  454. package/dist/icons/dist/LatencyIconStep3.js +0 -25
  455. package/dist/icons/dist/LatencyIconStep4.cjs +0 -25
  456. package/dist/icons/dist/LatencyIconStep4.js +0 -25
  457. package/dist/icons/dist/LatencyIconStep5.cjs +0 -32
  458. package/dist/icons/dist/LatencyIconStep5.js +0 -32
  459. package/dist/icons/dist/Send.cjs +0 -21
  460. package/dist/icons/dist/Send.js +0 -21
  461. package/dist/icons/dist/SendMinimalist.cjs +0 -34
  462. package/dist/icons/dist/SendMinimalist.js +0 -34
  463. package/dist/icons/dist/SendModern.cjs +0 -43
  464. package/dist/icons/dist/SendModern.js +0 -43
  465. package/dist/icons/dist/SendStandard.cjs +0 -21
  466. package/dist/icons/dist/SendStandard.js +0 -21
  467. package/dist/icons/dist/Sparkles.cjs +0 -43
  468. package/dist/icons/dist/Sparkles.js +0 -43
  469. package/dist/icons/dist/Star.cjs +0 -23
  470. package/dist/icons/dist/Star.js +0 -23
  471. package/dist/icons/dist/VectorUpRight.cjs +0 -17
  472. package/dist/icons/dist/VectorUpRight.js +0 -17
  473. package/dist/icons/dist/_virtual/rolldown_runtime.cjs +0 -27
  474. package/dist/icons/dist/_virtual/rolldown_runtime.js +0 -25
  475. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -696
  476. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -696
  477. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -43
  478. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -43
  479. package/dist/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1528
  480. package/dist/icons/dist/node_modules/react/cjs/react.development.js +0 -1528
  481. package/dist/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -329
  482. package/dist/icons/dist/node_modules/react/cjs/react.production.min.js +0 -329
  483. package/dist/icons/dist/node_modules/react/index.cjs +0 -13
  484. package/dist/icons/dist/node_modules/react/index.js +0 -13
  485. package/dist/icons/dist/node_modules/react/jsx-runtime.cjs +0 -13
  486. package/dist/icons/dist/node_modules/react/jsx-runtime.js +0 -13
  487. /package/dist/{components-v3/src → src}/models/colorsConfig.cjs +0 -0
  488. /package/dist/{components-v3/src → src}/models/colorsConfig.d.cts +0 -0
  489. /package/dist/{components-v3/src → src}/models/colorsConfig.d.ts +0 -0
  490. /package/dist/{components-v3/src → src}/models/colorsConfig.js +0 -0
  491. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.cjs +0 -0
  492. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.d.cts +0 -0
  493. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.d.ts +0 -0
  494. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.js +0 -0
  495. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.cjs +0 -0
  496. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.d.cts +0 -0
  497. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.d.ts +0 -0
  498. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.js +0 -0
  499. /package/dist/{components-v3/tokens → tokens}/colors/colors.cjs +0 -0
  500. /package/dist/{components-v3/tokens → tokens}/colors/colors.d.cts +0 -0
  501. /package/dist/{components-v3/tokens → tokens}/colors/colors.d.ts +0 -0
  502. /package/dist/{components-v3/tokens → tokens}/colors/colors.js +0 -0
  503. /package/dist/{components-v3/tokens → tokens}/montion/motion.cjs +0 -0
  504. /package/dist/{components-v3/tokens → tokens}/montion/motion.d.cts +0 -0
  505. /package/dist/{components-v3/tokens → tokens}/montion/motion.d.ts +0 -0
  506. /package/dist/{components-v3/tokens → tokens}/montion/motion.js +0 -0
  507. /package/dist/{components-v3/tokens → tokens}/radius/radius.cjs +0 -0
  508. /package/dist/{components-v3/tokens → tokens}/radius/radius.d.cts +0 -0
  509. /package/dist/{components-v3/tokens → tokens}/radius/radius.d.ts +0 -0
  510. /package/dist/{components-v3/tokens → tokens}/radius/radius.js +0 -0
  511. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.cjs +0 -0
  512. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.d.cts +0 -0
  513. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.d.ts +0 -0
  514. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.js +0 -0
  515. /package/dist/{components-v3/tokens → tokens}/theme/theme.cjs +0 -0
  516. /package/dist/{components-v3/tokens → tokens}/theme/theme.d.cts +0 -0
  517. /package/dist/{components-v3/tokens → tokens}/theme/theme.d.ts +0 -0
  518. /package/dist/{components-v3/tokens → tokens}/theme/theme.js +0 -0
  519. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.cjs +0 -0
  520. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.d.cts +0 -0
  521. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.d.ts +0 -0
  522. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.js +0 -0
  523. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.cjs +0 -0
  524. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.d.cts +0 -0
  525. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.d.ts +0 -0
  526. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.js +0 -0
  527. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.cjs +0 -0
  528. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.d.cts +0 -0
  529. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.d.ts +0 -0
  530. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.js +0 -0
  531. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.cjs +0 -0
  532. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.d.cts +0 -0
  533. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.d.ts +0 -0
  534. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.js +0 -0
  535. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.cjs +0 -0
  536. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.d.cts +0 -0
  537. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.d.ts +0 -0
  538. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.js +0 -0
  539. /package/dist/{components-v3/tokens → tokens}/typography/typography.cjs +0 -0
  540. /package/dist/{components-v3/tokens → tokens}/typography/typography.d.cts +0 -0
  541. /package/dist/{components-v3/tokens → tokens}/typography/typography.d.ts +0 -0
  542. /package/dist/{components-v3/tokens → tokens}/typography/typography.js +0 -0
  543. /package/dist/{components-v3/tokens → tokens}/utils.cjs +0 -0
  544. /package/dist/{components-v3/tokens → tokens}/utils.js +0 -0
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { useMemo } from "react";
3
3
 
4
4
  //#region src/components/SalesAgentProductCard/hooks/useGetProductNameProperties.ts
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../../tokens/theme/theme.cjs');
3
3
  let react = require("react");
4
4
 
5
5
  //#region src/components/SalesAgentProductCard/hooks/useGetStarIconProperties.ts
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { useMemo } from "react";
3
3
 
4
4
  //#region src/components/SalesAgentProductCard/hooks/useGetStarIconProperties.ts
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.cjs";
1
+ import { Theme } from "../../tokens/theme/theme.cjs";
2
2
  import { ImageAspectRatio } from "../../Image/types/index.cjs";
3
3
 
4
4
  //#region src/components/SalesAgentProductCard/types/types.d.ts
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { ImageAspectRatio } from "../../Image/types/index.js";
3
3
 
4
4
  //#region src/components/SalesAgentProductCard/types/types.d.ts
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../tokens/theme/theme.cjs');
3
3
  const require_resolveTheme = require('../utils/resolveTheme.cjs');
4
4
  require('../Tokens/index.cjs');
5
5
  const require_PromptButton_types_index = require('../PromptButton/types/index.cjs');
@@ -12,13 +12,20 @@ require('../WidgetWrapper/index.cjs');
12
12
  const require_WidgetWrapperWithTitle = require('../WidgetWrapperWithTitle/WidgetWrapperWithTitle.cjs');
13
13
  const require_types$1 = require('../ImageGallery/types/types.cjs');
14
14
  const require_index = require('./components/index.cjs');
15
+ const require_useSocialProofCount = require('./hooks/useSocialProofCount.cjs');
16
+ require('./hooks/index.cjs');
15
17
  let react_jsx_runtime = require("react/jsx-runtime");
16
18
 
17
19
  //#region src/components/SocialProof/SocialProof.tsx
18
20
  const SocialProof = ({ baseProps, widgetContentProps, widgetStyleProps, widgetEventProps }) => {
19
- const { id, testId, className, style } = baseProps ?? {};
21
+ const { id, testId, className, style, pageVariant, countKey } = baseProps ?? {};
20
22
  const { theme = require_theme.Theme.GLOBAL_CUSTOM, variant = require_types.WidgetWrapperVariant.CARD_WITH_BORDER, hexCardColor, promptCarouselRows = require_PromptCarousel_types_types.PromptCarouselRows.TWO_ON_MOBILE_ONE_ON_DESKTOP, hideImage, imageGalleryLayout, hideTextField, primaryButtonVariant = require_PromptButton_types_index.PromptButtonVariant.DARK, secondaryButtonVariant = require_PromptButton_types_index.PromptButtonVariant.LIGHT, hideLogo, dynamicLayout } = widgetStyleProps ?? {};
21
- const { numberOfCustomersText, customerQueryText, primaryButtonText, secondaryButtonTitleText, secondaryButtonTexts, textFieldPlaceholderText, images, logoSrc, titleLabel } = widgetContentProps ?? {};
23
+ const { customerQueryText, primaryButtonText, secondaryButtonTitleText, secondaryButtonTexts, textFieldPlaceholderText, images, logoSrc, titleLabel } = widgetContentProps ?? {};
24
+ const numberOfCustomersText = require_useSocialProofCount.useSocialProofCount({
25
+ pageVariant,
26
+ countKey,
27
+ id
28
+ });
22
29
  const { handlePrimaryButtonClick, handleSecondaryButtonClick, handleTextFieldClick } = widgetEventProps ?? {};
23
30
  const finalTheme = require_resolveTheme.resolveTheme(theme);
24
31
  const { isMobile } = require_useCheckIsMobile.useCheckIsMobile("sm");
@@ -1,5 +1,5 @@
1
1
  import { SocialProofProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime5 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_runtime1.JSX.Element;
10
+ }: SocialProofProps) => react_jsx_runtime5.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_runtime9 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 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_runtime9.JSX.Element;
10
+ }: SocialProofProps) => react_jsx_runtime17.JSX.Element;
11
11
  //#endregion
12
12
  export { SocialProof };
@@ -1,4 +1,4 @@
1
- import { Theme } from "../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../tokens/theme/theme.js";
2
2
  import { resolveTheme } from "../utils/resolveTheme.js";
3
3
  import "../Tokens/index.js";
4
4
  import { PromptButtonVariant } from "../PromptButton/types/index.js";
@@ -11,13 +11,20 @@ import "../WidgetWrapper/index.js";
11
11
  import { WidgetWrapperWithTitle } from "../WidgetWrapperWithTitle/WidgetWrapperWithTitle.js";
12
12
  import { ImageGalleryLayout } from "../ImageGallery/types/types.js";
13
13
  import { SocialProofComponents } from "./components/index.js";
14
+ import { useSocialProofCount } from "./hooks/useSocialProofCount.js";
15
+ import "./hooks/index.js";
14
16
  import { jsx } from "react/jsx-runtime";
15
17
 
16
18
  //#region src/components/SocialProof/SocialProof.tsx
17
19
  const SocialProof = ({ baseProps, widgetContentProps, widgetStyleProps, widgetEventProps }) => {
18
- const { id, testId, className, style } = baseProps ?? {};
20
+ const { id, testId, className, style, pageVariant, countKey } = baseProps ?? {};
19
21
  const { theme = Theme.GLOBAL_CUSTOM, variant = WidgetWrapperVariant.CARD_WITH_BORDER, hexCardColor, promptCarouselRows = PromptCarouselRows.TWO_ON_MOBILE_ONE_ON_DESKTOP, hideImage, imageGalleryLayout, hideTextField, primaryButtonVariant = PromptButtonVariant.DARK, secondaryButtonVariant = PromptButtonVariant.LIGHT, hideLogo, dynamicLayout } = widgetStyleProps ?? {};
20
- const { numberOfCustomersText, customerQueryText, primaryButtonText, secondaryButtonTitleText, secondaryButtonTexts, textFieldPlaceholderText, images, logoSrc, titleLabel } = widgetContentProps ?? {};
22
+ const { customerQueryText, primaryButtonText, secondaryButtonTitleText, secondaryButtonTexts, textFieldPlaceholderText, images, logoSrc, titleLabel } = widgetContentProps ?? {};
23
+ const numberOfCustomersText = useSocialProofCount({
24
+ pageVariant,
25
+ countKey,
26
+ id
27
+ });
21
28
  const { handlePrimaryButtonClick, handleSecondaryButtonClick, handleTextFieldClick } = widgetEventProps ?? {};
22
29
  const finalTheme = resolveTheme(theme);
23
30
  const { isMobile } = useCheckIsMobile("sm");
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../../tokens/theme/theme.cjs');
3
3
  const require_Stack = require('../../Stack/Stack.cjs');
4
4
  require('../../Stack/index.cjs');
5
5
  const require_Container = require('../../Container/Container.cjs');
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { Stack } from "../../Stack/Stack.js";
3
3
  import "../../Stack/index.js";
4
4
  import { Container } from "../../Container/Container.js";
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_breakpoints = require('../../components-v3/tokens/breakpoints/breakpoints.cjs');
2
+ const require_breakpoints = require('../../tokens/breakpoints/breakpoints.cjs');
3
3
  const require_Stack = require('../../Stack/Stack.cjs');
4
4
  require('../../Stack/index.cjs');
5
5
  require('../../Tokens/index.cjs');
@@ -1,4 +1,4 @@
1
- import { screensBreakpointsVariables } from "../../components-v3/tokens/breakpoints/breakpoints.js";
1
+ import { screensBreakpointsVariables } from "../../tokens/breakpoints/breakpoints.js";
2
2
  import { Stack } from "../../Stack/Stack.js";
3
3
  import "../../Stack/index.js";
4
4
  import "../../Tokens/index.js";
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../../tokens/theme/theme.cjs');
3
3
  const require_Stack = require('../../Stack/Stack.cjs');
4
4
  require('../../Stack/index.cjs');
5
5
  const require_index = require('../../Typography/types/index.cjs');
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { Stack } from "../../Stack/Stack.js";
3
3
  import "../../Stack/index.js";
4
4
  import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../../tokens/theme/theme.cjs');
3
3
  const require_resolveTheme = require('../../utils/resolveTheme.cjs');
4
4
  const require_WidgetTextField = require('../../WidgetTextField/WidgetTextField.cjs');
5
5
  require('../../WidgetTextField/index.cjs');
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { resolveTheme } from "../../utils/resolveTheme.js";
3
3
  import { WidgetTextField } from "../../WidgetTextField/WidgetTextField.js";
4
4
  import "../../WidgetTextField/index.js";
@@ -0,0 +1 @@
1
+ const require_useSocialProofCount = require('./useSocialProofCount.cjs');
@@ -0,0 +1,3 @@
1
+ import { SOCIAL_PROOF_COUNT_KEY, useSocialProofCount } from "./useSocialProofCount.js";
2
+
3
+ export { };
@@ -0,0 +1,48 @@
1
+ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
+ const require_types = require('../types/types.cjs');
3
+ let react = require("react");
4
+
5
+ //#region src/components/SocialProof/hooks/useSocialProofCount.ts
6
+ const RANDOM_NUMBER_MIN = 100;
7
+ const RANDOM_NUMBER_MAX = 200;
8
+ const SOCIAL_PROOF_COUNT_KEY = "v3_social_proof_values";
9
+ const useSocialProofCount = ({ pageVariant, countKey, id }) => {
10
+ const [customerCount, setCustomerCount] = (0, react.useState)(() => Math.floor(Math.random() * (RANDOM_NUMBER_MAX - RANDOM_NUMBER_MIN + 1) + RANDOM_NUMBER_MIN));
11
+ (0, react.useEffect)(() => {
12
+ const variant = pageVariant || require_types.PageVariant.PageVisit;
13
+ const key = countKey || id || "default";
14
+ try {
15
+ const storedData = localStorage.getItem(SOCIAL_PROOF_COUNT_KEY);
16
+ let customerCountMap = {};
17
+ if (storedData) try {
18
+ customerCountMap = JSON.parse(storedData);
19
+ } catch (parseError) {
20
+ console.warn("Failed to parse social proof count from localStorage:", parseError);
21
+ return;
22
+ }
23
+ if (customerCountMap[variant]?.[key]) setCustomerCount(customerCountMap[variant][key]);
24
+ else {
25
+ const randomCount = Math.floor(Math.random() * (RANDOM_NUMBER_MAX - RANDOM_NUMBER_MIN + 1) + RANDOM_NUMBER_MIN);
26
+ if (!customerCountMap[variant]) customerCountMap[variant] = {};
27
+ customerCountMap[variant][key] = randomCount;
28
+ try {
29
+ localStorage.setItem(SOCIAL_PROOF_COUNT_KEY, JSON.stringify(customerCountMap));
30
+ setCustomerCount(randomCount);
31
+ } catch (storageError) {
32
+ console.warn("Failed to save social proof count to localStorage:", storageError);
33
+ }
34
+ }
35
+ } catch (error) {
36
+ console.warn("Error managing social proof count:", error);
37
+ }
38
+ }, [
39
+ pageVariant,
40
+ countKey,
41
+ id
42
+ ]);
43
+ return `${customerCount} customers`;
44
+ };
45
+
46
+ //#endregion
47
+ exports.SOCIAL_PROOF_COUNT_KEY = SOCIAL_PROOF_COUNT_KEY;
48
+ exports.useSocialProofCount = useSocialProofCount;
@@ -0,0 +1,15 @@
1
+ import { PageVariant } from "../types/types.cjs";
2
+
3
+ //#region src/components/SocialProof/hooks/useSocialProofCount.d.ts
4
+ interface UseSocialProofCountParams {
5
+ pageVariant?: PageVariant;
6
+ countKey?: string;
7
+ id?: string;
8
+ }
9
+ declare const useSocialProofCount: ({
10
+ pageVariant,
11
+ countKey,
12
+ id
13
+ }: UseSocialProofCountParams) => string;
14
+ //#endregion
15
+ export { useSocialProofCount };
@@ -0,0 +1,15 @@
1
+ import { PageVariant } from "../types/types.js";
2
+
3
+ //#region src/components/SocialProof/hooks/useSocialProofCount.d.ts
4
+ interface UseSocialProofCountParams {
5
+ pageVariant?: PageVariant;
6
+ countKey?: string;
7
+ id?: string;
8
+ }
9
+ declare const useSocialProofCount: ({
10
+ pageVariant,
11
+ countKey,
12
+ id
13
+ }: UseSocialProofCountParams) => string;
14
+ //#endregion
15
+ export { useSocialProofCount };
@@ -0,0 +1,46 @@
1
+ import { PageVariant } from "../types/types.js";
2
+ import { useEffect, useState } from "react";
3
+
4
+ //#region src/components/SocialProof/hooks/useSocialProofCount.ts
5
+ const RANDOM_NUMBER_MIN = 100;
6
+ const RANDOM_NUMBER_MAX = 200;
7
+ const SOCIAL_PROOF_COUNT_KEY = "v3_social_proof_values";
8
+ const useSocialProofCount = ({ pageVariant, countKey, id }) => {
9
+ const [customerCount, setCustomerCount] = useState(() => Math.floor(Math.random() * (RANDOM_NUMBER_MAX - RANDOM_NUMBER_MIN + 1) + RANDOM_NUMBER_MIN));
10
+ useEffect(() => {
11
+ const variant = pageVariant || PageVariant.PageVisit;
12
+ const key = countKey || id || "default";
13
+ try {
14
+ const storedData = localStorage.getItem(SOCIAL_PROOF_COUNT_KEY);
15
+ let customerCountMap = {};
16
+ if (storedData) try {
17
+ customerCountMap = JSON.parse(storedData);
18
+ } catch (parseError) {
19
+ console.warn("Failed to parse social proof count from localStorage:", parseError);
20
+ return;
21
+ }
22
+ if (customerCountMap[variant]?.[key]) setCustomerCount(customerCountMap[variant][key]);
23
+ else {
24
+ const randomCount = Math.floor(Math.random() * (RANDOM_NUMBER_MAX - RANDOM_NUMBER_MIN + 1) + RANDOM_NUMBER_MIN);
25
+ if (!customerCountMap[variant]) customerCountMap[variant] = {};
26
+ customerCountMap[variant][key] = randomCount;
27
+ try {
28
+ localStorage.setItem(SOCIAL_PROOF_COUNT_KEY, JSON.stringify(customerCountMap));
29
+ setCustomerCount(randomCount);
30
+ } catch (storageError) {
31
+ console.warn("Failed to save social proof count to localStorage:", storageError);
32
+ }
33
+ }
34
+ } catch (error) {
35
+ console.warn("Error managing social proof count:", error);
36
+ }
37
+ }, [
38
+ pageVariant,
39
+ countKey,
40
+ id
41
+ ]);
42
+ return `${customerCount} customers`;
43
+ };
44
+
45
+ //#endregion
46
+ export { SOCIAL_PROOF_COUNT_KEY, useSocialProofCount };
@@ -1,5 +1,9 @@
1
1
  const require_types = require('./types/types.cjs');
2
+ const require_useSocialProofCount = require('./hooks/useSocialProofCount.cjs');
3
+ require('./hooks/index.cjs');
2
4
  const require_SocialProof = require('./SocialProof.cjs');
3
5
 
4
6
  exports.DynamicLayout = require_types.DynamicLayout;
5
- exports.SocialProof = require_SocialProof.SocialProof;
7
+ exports.PageVariant = require_types.PageVariant;
8
+ exports.SocialProof = require_SocialProof.SocialProof;
9
+ exports.useSocialProofCount = require_useSocialProofCount.useSocialProofCount;
@@ -1,3 +1,4 @@
1
- import { DynamicLayout, SocialProofProps } from "./types/types.cjs";
1
+ import { DynamicLayout, PageVariant, SocialProofProps } from "./types/types.cjs";
2
2
  import { SocialProof } from "./SocialProof.cjs";
3
- export { DynamicLayout, SocialProof, type SocialProofProps };
3
+ import { useSocialProofCount } from "./hooks/useSocialProofCount.cjs";
4
+ export { DynamicLayout, PageVariant, SocialProof, type SocialProofProps, useSocialProofCount };
@@ -1,3 +1,4 @@
1
- import { DynamicLayout, SocialProofProps } from "./types/types.js";
1
+ import { DynamicLayout, PageVariant, SocialProofProps } from "./types/types.js";
2
2
  import { SocialProof } from "./SocialProof.js";
3
- export { DynamicLayout, SocialProof, type SocialProofProps };
3
+ import { useSocialProofCount } from "./hooks/useSocialProofCount.js";
4
+ export { DynamicLayout, PageVariant, SocialProof, type SocialProofProps, useSocialProofCount };
@@ -1,4 +1,6 @@
1
- import { DynamicLayout } from "./types/types.js";
1
+ import { DynamicLayout, PageVariant } from "./types/types.js";
2
+ import { useSocialProofCount } from "./hooks/useSocialProofCount.js";
3
+ import "./hooks/index.js";
2
4
  import { SocialProof } from "./SocialProof.js";
3
5
 
4
- export { DynamicLayout, SocialProof };
6
+ export { DynamicLayout, PageVariant, SocialProof, useSocialProofCount };
@@ -5,6 +5,13 @@ let DynamicLayout = /* @__PURE__ */ function(DynamicLayout$1) {
5
5
  DynamicLayout$1["WIDE"] = "wide";
6
6
  return DynamicLayout$1;
7
7
  }({});
8
+ let PageVariant = /* @__PURE__ */ function(PageVariant$1) {
9
+ PageVariant$1["PLP"] = "PLP";
10
+ PageVariant$1["PDP"] = "PDP";
11
+ PageVariant$1["PageVisit"] = "PageVisit";
12
+ return PageVariant$1;
13
+ }({});
8
14
 
9
15
  //#endregion
10
- exports.DynamicLayout = DynamicLayout;
16
+ exports.DynamicLayout = DynamicLayout;
17
+ exports.PageVariant = PageVariant;
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.cjs";
1
+ import { Theme } from "../../tokens/theme/theme.cjs";
2
2
  import { WidgetWrapperVariant } from "../../WidgetWrapper/types/types.cjs";
3
3
  import { ImageGalleryImage, ImageGalleryLayout } from "../../ImageGallery/types/types.cjs";
4
4
  import { PromptButtonVariant } from "../../PromptButton/types/index.cjs";
@@ -9,6 +9,11 @@ declare enum DynamicLayout {
9
9
  NARROW = "narrow",
10
10
  WIDE = "wide",
11
11
  }
12
+ declare enum PageVariant {
13
+ PLP = "PLP",
14
+ PDP = "PDP",
15
+ PageVisit = "PageVisit",
16
+ }
12
17
  /**
13
18
  * Base props for the SocialProof component container.
14
19
  *
@@ -31,6 +36,16 @@ type BaseProps = {
31
36
  * Inline styles to apply to the container.
32
37
  */
33
38
  style?: React.CSSProperties;
39
+ /**
40
+ * Page variant for localStorage persistence of customer counts (PLP, PDP, or PageVisit).
41
+ */
42
+ pageVariant?: PageVariant;
43
+ /**
44
+ * Specific identifier for the pageVariant (e.g., productId for PDP, plpId for PLP, category for PageVisit).
45
+ * Used as the key for localStorage persistence.
46
+ * Falls back to the `id` prop if not provided.
47
+ */
48
+ countKey?: string;
34
49
  };
35
50
  /**
36
51
  * Content props for the SocialProof component.
@@ -47,11 +62,6 @@ type WidgetContentProps = {
47
62
  * Text label displayed in the widget title.
48
63
  */
49
64
  titleLabel: string;
50
- /**
51
- * Text displaying the number of customers (e.g., "114 customers").
52
- * Displayed in the headline section.
53
- */
54
- numberOfCustomersText?: string;
55
65
  /**
56
66
  * Text displaying what customers asked (e.g., "asked which products are best for gifting...").
57
67
  * Displayed in the headline section alongside the customer count.
@@ -213,4 +223,4 @@ type SocialProofProps = {
213
223
  widgetEventProps?: WidgetEventProps;
214
224
  };
215
225
  //#endregion
216
- export { DynamicLayout, SocialProofProps };
226
+ export { DynamicLayout, PageVariant, SocialProofProps };
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { WidgetWrapperVariant } from "../../WidgetWrapper/types/types.js";
3
3
  import { ImageGalleryImage, ImageGalleryLayout } from "../../ImageGallery/types/types.js";
4
4
  import { PromptButtonVariant } from "../../PromptButton/types/index.js";
@@ -9,6 +9,11 @@ declare enum DynamicLayout {
9
9
  NARROW = "narrow",
10
10
  WIDE = "wide",
11
11
  }
12
+ declare enum PageVariant {
13
+ PLP = "PLP",
14
+ PDP = "PDP",
15
+ PageVisit = "PageVisit",
16
+ }
12
17
  /**
13
18
  * Base props for the SocialProof component container.
14
19
  *
@@ -31,6 +36,16 @@ type BaseProps = {
31
36
  * Inline styles to apply to the container.
32
37
  */
33
38
  style?: React.CSSProperties;
39
+ /**
40
+ * Page variant for localStorage persistence of customer counts (PLP, PDP, or PageVisit).
41
+ */
42
+ pageVariant?: PageVariant;
43
+ /**
44
+ * Specific identifier for the pageVariant (e.g., productId for PDP, plpId for PLP, category for PageVisit).
45
+ * Used as the key for localStorage persistence.
46
+ * Falls back to the `id` prop if not provided.
47
+ */
48
+ countKey?: string;
34
49
  };
35
50
  /**
36
51
  * Content props for the SocialProof component.
@@ -47,11 +62,6 @@ type WidgetContentProps = {
47
62
  * Text label displayed in the widget title.
48
63
  */
49
64
  titleLabel: string;
50
- /**
51
- * Text displaying the number of customers (e.g., "114 customers").
52
- * Displayed in the headline section.
53
- */
54
- numberOfCustomersText?: string;
55
65
  /**
56
66
  * Text displaying what customers asked (e.g., "asked which products are best for gifting...").
57
67
  * Displayed in the headline section alongside the customer count.
@@ -213,4 +223,4 @@ type SocialProofProps = {
213
223
  widgetEventProps?: WidgetEventProps;
214
224
  };
215
225
  //#endregion
216
- export { DynamicLayout, SocialProofProps };
226
+ export { DynamicLayout, PageVariant, SocialProofProps };
@@ -4,6 +4,12 @@ let DynamicLayout = /* @__PURE__ */ function(DynamicLayout$1) {
4
4
  DynamicLayout$1["WIDE"] = "wide";
5
5
  return DynamicLayout$1;
6
6
  }({});
7
+ let PageVariant = /* @__PURE__ */ function(PageVariant$1) {
8
+ PageVariant$1["PLP"] = "PLP";
9
+ PageVariant$1["PDP"] = "PDP";
10
+ PageVariant$1["PageVisit"] = "PageVisit";
11
+ return PageVariant$1;
12
+ }({});
7
13
 
8
14
  //#endregion
9
- export { DynamicLayout };
15
+ export { DynamicLayout, PageVariant };
@@ -1,5 +1,5 @@
1
1
  const require_utils = require('../../DesignTokens/components/utils.cjs');
2
- const require_aspectRatio = require('../../components-v3/tokens/aspectRatio/aspectRatio.cjs');
2
+ const require_aspectRatio = require('../../tokens/aspectRatio/aspectRatio.cjs');
3
3
 
4
4
  //#region src/components/SocialProof/utils/functions.ts
5
5
  const calculateWidthImageGallery = (height, numberOfImagesInRow, numberOfImagesInColumn) => {
@@ -1,5 +1,5 @@
1
1
  import { getCSSVariable } from "../../DesignTokens/components/utils.js";
2
- import { AspectRatioCSSVar } from "../../components-v3/tokens/aspectRatio/aspectRatio.js";
2
+ import { AspectRatioCSSVar } from "../../tokens/aspectRatio/aspectRatio.js";
3
3
 
4
4
  //#region src/components/SocialProof/utils/functions.ts
5
5
  const calculateWidthImageGallery = (height, numberOfImagesInRow, numberOfImagesInColumn) => {
@@ -1,10 +1,10 @@
1
1
  import { StackProps } from "./types/index.cjs";
2
- import * as react175 from "react";
2
+ import * as react2 from "react";
3
3
 
4
4
  //#region src/components/Stack/Stack.d.ts
5
5
  /**
6
6
  * Stack component for laying out children in a flexible container with gap.
7
7
  */
8
- declare const Stack: react175.ForwardRefExoticComponent<StackProps & react175.RefAttributes<HTMLDivElement>>;
8
+ declare const Stack: react2.ForwardRefExoticComponent<StackProps & react2.RefAttributes<HTMLDivElement>>;
9
9
  //#endregion
10
10
  export { Stack };
@@ -1,10 +1,10 @@
1
1
  import { StackProps } from "./types/index.js";
2
- import * as react0 from "react";
2
+ import * as react5 from "react";
3
3
 
4
4
  //#region src/components/Stack/Stack.d.ts
5
5
  /**
6
6
  * Stack component for laying out children in a flexible container with gap.
7
7
  */
8
- declare const Stack: react0.ForwardRefExoticComponent<StackProps & react0.RefAttributes<HTMLDivElement>>;
8
+ declare const Stack: react5.ForwardRefExoticComponent<StackProps & react5.RefAttributes<HTMLDivElement>>;
9
9
  //#endregion
10
10
  export { Stack };
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../tokens/theme/theme.cjs');
3
3
  const require_resolveTheme = require('../utils/resolveTheme.cjs');
4
4
  const require_index = require('./components/index.cjs');
5
5
  const require_useGetSkeletonProperties = require('./hooks/useGetSkeletonProperties.cjs');
@@ -1,4 +1,4 @@
1
- import { Theme } from "../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../tokens/theme/theme.js";
2
2
  import { resolveTheme } from "../utils/resolveTheme.js";
3
3
  import { TextFieldComponents } from "./components/index.js";
4
4
  import { useGetSkeletonProperties } from "./hooks/useGetSkeletonProperties.js";
@@ -1,5 +1,5 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_theme = require('../../components-v3/tokens/theme/theme.cjs');
2
+ const require_theme = require('../../tokens/theme/theme.cjs');
3
3
  let react = require("react");
4
4
 
5
5
  //#region src/components/TextField/hooks/useGetContainerProperties.ts
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
  import { useMemo } from "react";
3
3
 
4
4
  //#region src/components/TextField/hooks/useGetContainerProperties.ts
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.cjs";
1
+ import { Theme } from "../../tokens/theme/theme.cjs";
2
2
 
3
3
  //#region src/components/TextField/types/index.d.ts
4
4
  type TextFieldProps = {
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
 
3
3
  //#region src/components/TextField/types/index.d.ts
4
4
  type TextFieldProps = {
@@ -1,4 +1,4 @@
1
- const require_theme = require('../../components-v3/tokens/theme/theme.cjs');
1
+ const require_theme = require('../../tokens/theme/theme.cjs');
2
2
 
3
3
  //#region src/components/TextField/utils/getInputClasses.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Theme } from "../../components-v3/tokens/theme/theme.js";
1
+ import { Theme } from "../../tokens/theme/theme.js";
2
2
 
3
3
  //#region src/components/TextField/utils/getInputClasses.ts
4
4
  /**