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

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 (476) 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 +1 -1
  40. package/dist/ChatFooter/hooks/useGetContainerProperties.js +1 -1
  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 +1 -1
  44. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  45. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  46. package/dist/ChatHeader/ChatHeader.js +1 -1
  47. package/dist/ChatHeader/components/CloseButton.cjs +10 -7
  48. package/dist/ChatHeader/components/CloseButton.js +7 -7
  49. package/dist/ChatHeader/components/Toggle.cjs +1 -1
  50. package/dist/ChatHeader/components/Toggle.js +1 -1
  51. package/dist/ChatHeader/hooks/useGetCloseButtonProperties.cjs +1 -1
  52. package/dist/ChatHeader/hooks/useGetCloseButtonProperties.js +1 -1
  53. package/dist/ChatHeader/hooks/useGetHandleProperties.cjs +1 -1
  54. package/dist/ChatHeader/hooks/useGetHandleProperties.js +1 -1
  55. package/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +2 -2
  56. package/dist/ChatHeader/hooks/useGetLayoutProperties.js +2 -2
  57. package/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +1 -1
  58. package/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +1 -1
  59. package/dist/ChatHeader/hooks/useGetToggleProperties.cjs +1 -1
  60. package/dist/ChatHeader/hooks/useGetToggleProperties.js +1 -1
  61. package/dist/ChatHeader/hooks/useToggleLogoSelector.cjs +1 -1
  62. package/dist/ChatHeader/hooks/useToggleLogoSelector.js +1 -1
  63. package/dist/ChatHeader/types/index.d.cts +2 -2
  64. package/dist/ChatHeader/types/index.d.ts +2 -2
  65. package/dist/ChatPreview/ChatPreview.cjs +1 -1
  66. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  67. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  68. package/dist/ChatPreview/ChatPreview.js +1 -1
  69. package/dist/ChatPreview/types/types.d.cts +1 -1
  70. package/dist/ChatPreview/types/types.d.ts +1 -1
  71. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
  72. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  73. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  74. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
  75. package/dist/ChatPreviewComparison/components/Headline.cjs +1 -1
  76. package/dist/ChatPreviewComparison/components/Headline.js +1 -1
  77. package/dist/ChatPreviewComparison/components/Layout.cjs +3 -3
  78. package/dist/ChatPreviewComparison/components/Layout.js +3 -3
  79. package/dist/ChatPreviewComparison/components/Message.cjs +1 -1
  80. package/dist/ChatPreviewComparison/components/Message.js +1 -1
  81. package/dist/ChatPreviewComparison/types/types.d.cts +1 -1
  82. package/dist/ChatPreviewComparison/types/types.d.ts +1 -1
  83. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  84. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  85. package/dist/Container/Container.d.cts +177 -177
  86. package/dist/Container/Container.d.ts +177 -177
  87. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  88. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  89. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  90. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  91. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +3 -2
  92. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +2 -2
  93. package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
  94. package/dist/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.js +1 -1
  95. package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.cjs +1 -1
  96. package/dist/DocumentRetrievalCard/hooks/useGetBorderProperties.js +1 -1
  97. package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
  98. package/dist/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.js +1 -1
  99. package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.cjs +1 -1
  100. package/dist/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.js +1 -1
  101. package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.cjs +1 -1
  102. package/dist/DocumentRetrievalCard/hooks/useGetIconColorProperties.js +1 -1
  103. package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.cjs +1 -1
  104. package/dist/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.js +1 -1
  105. package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.cjs +1 -1
  106. package/dist/DocumentRetrievalCard/hooks/useGetLabelTypographyProperties.js +1 -1
  107. package/dist/DocumentRetrievalCard/index.cjs +1 -1
  108. package/dist/DocumentRetrievalCard/index.d.cts +1 -1
  109. package/dist/DocumentRetrievalCard/index.d.ts +1 -1
  110. package/dist/DocumentRetrievalCard/index.js +1 -1
  111. package/dist/DocumentRetrievalCard/types/index.d.cts +1 -1
  112. package/dist/DocumentRetrievalCard/types/index.d.ts +1 -1
  113. package/dist/DocumentRetrievalCard/utils/functions.cjs +1 -1
  114. package/dist/DocumentRetrievalCard/utils/functions.js +1 -1
  115. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  116. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  117. package/dist/FloatingButton/components/Icon.cjs +3 -2
  118. package/dist/FloatingButton/components/Icon.js +2 -2
  119. package/dist/FloatingButton/hooks/useGetButtonProperties.cjs +1 -1
  120. package/dist/FloatingButton/hooks/useGetButtonProperties.js +1 -1
  121. package/dist/FloatingButton/types/types.d.cts +1 -1
  122. package/dist/FloatingButton/types/types.d.ts +1 -1
  123. package/dist/FloatingChat/FloatingChat.cjs +1 -1
  124. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  125. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  126. package/dist/FloatingChat/FloatingChat.js +1 -1
  127. package/dist/FloatingChat/components/AgentMessage.cjs +1 -1
  128. package/dist/FloatingChat/components/AgentMessage.js +1 -1
  129. package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
  130. package/dist/FloatingChat/components/ChatMessages.js +1 -1
  131. package/dist/FloatingChat/components/Layout.cjs +1 -1
  132. package/dist/FloatingChat/components/Layout.js +1 -1
  133. package/dist/FloatingChat/components/ScrollToBottomButton.cjs +3 -2
  134. package/dist/FloatingChat/components/ScrollToBottomButton.js +2 -2
  135. package/dist/FloatingChat/types/types.d.cts +3 -3
  136. package/dist/FloatingChat/types/types.d.ts +3 -4
  137. package/dist/Image/Image.d.cts +2 -2
  138. package/dist/Image/Image.d.ts +2 -2
  139. package/dist/ImageGallery/ImageGallery.cjs +1 -1
  140. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  141. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  142. package/dist/ImageGallery/ImageGallery.js +1 -1
  143. package/dist/ImageGallery/components/Layout.cjs +1 -1
  144. package/dist/ImageGallery/components/Layout.js +1 -1
  145. package/dist/ImageGallery/types/types.d.cts +1 -1
  146. package/dist/ImageGallery/types/types.d.ts +1 -1
  147. package/dist/ImageGallery/utils/functions.cjs +1 -1
  148. package/dist/ImageGallery/utils/functions.js +1 -1
  149. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  150. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  151. package/dist/Message/components/LinkButton.cjs +3 -2
  152. package/dist/Message/components/LinkButton.js +2 -2
  153. package/dist/Message/hooks/useLatencyAnimation.cjs +19 -13
  154. package/dist/Message/hooks/useLatencyAnimation.js +13 -13
  155. package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
  156. package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
  157. package/dist/OrderLookupCard/hooks/useGetContainerProperties.cjs +1 -1
  158. package/dist/OrderLookupCard/hooks/useGetContainerProperties.js +1 -1
  159. package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.cjs +1 -1
  160. package/dist/OrderLookupCard/hooks/useGetImageBorderRadiusProperties.js +1 -1
  161. package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.cjs +1 -1
  162. package/dist/OrderLookupCard/hooks/useGetStatusLabelProperties.js +1 -1
  163. package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.cjs +1 -1
  164. package/dist/OrderLookupCard/hooks/useGetTrackOrderLinkProperties.js +1 -1
  165. package/dist/OrderLookupCard/types/index.d.cts +1 -1
  166. package/dist/OrderLookupCard/types/index.d.ts +1 -1
  167. package/dist/PromptButton/PromptButton.cjs +4 -3
  168. package/dist/PromptButton/PromptButton.d.cts +2 -2
  169. package/dist/PromptButton/PromptButton.d.ts +2 -2
  170. package/dist/PromptButton/PromptButton.js +3 -3
  171. package/dist/PromptButton/hooks/useGetIconColorsProperties.cjs +1 -1
  172. package/dist/PromptButton/hooks/useGetIconColorsProperties.js +1 -1
  173. package/dist/PromptButton/types/index.d.cts +1 -1
  174. package/dist/PromptButton/types/index.d.ts +1 -1
  175. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.cjs +1 -1
  176. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  177. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  178. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.js +1 -1
  179. package/dist/PromptButtonCarouselWithImage/types/types.d.cts +1 -1
  180. package/dist/PromptButtonCarouselWithImage/types/types.d.ts +1 -1
  181. package/dist/PromptCarousel/PromptCarousel.cjs +1 -1
  182. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  183. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  184. package/dist/PromptCarousel/PromptCarousel.js +1 -1
  185. package/dist/PromptCarousel/types/types.d.cts +1 -1
  186. package/dist/PromptCarousel/types/types.d.ts +1 -1
  187. package/dist/ReviewCard/ReviewCard.cjs +1 -1
  188. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  189. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  190. package/dist/ReviewCard/ReviewCard.js +1 -1
  191. package/dist/ReviewCard/components/Container.d.cts +1 -1
  192. package/dist/ReviewCard/components/Container.d.ts +1 -1
  193. package/dist/ReviewCard/components/Rating.d.cts +1 -1
  194. package/dist/ReviewCard/components/Rating.d.ts +1 -1
  195. package/dist/ReviewCard/components/ReadMoreButton.cjs +4 -3
  196. package/dist/ReviewCard/components/ReadMoreButton.d.cts +1 -1
  197. package/dist/ReviewCard/components/ReadMoreButton.d.ts +1 -1
  198. package/dist/ReviewCard/components/ReadMoreButton.js +3 -3
  199. package/dist/ReviewCard/components/StarIcon.cjs +3 -2
  200. package/dist/ReviewCard/components/StarIcon.js +2 -2
  201. package/dist/ReviewCard/components/VerifiedBuyer.cjs +3 -2
  202. package/dist/ReviewCard/components/VerifiedBuyer.js +2 -2
  203. package/dist/ReviewCard/components/index.d.cts +7 -7
  204. package/dist/ReviewCard/components/index.d.ts +7 -7
  205. package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.cjs +1 -1
  206. package/dist/ReviewCard/hooks/useGetBackgroundColorsProperties.js +1 -1
  207. package/dist/ReviewCard/hooks/useGetBorderProperties.cjs +1 -1
  208. package/dist/ReviewCard/hooks/useGetBorderProperties.js +1 -1
  209. package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.cjs +1 -1
  210. package/dist/ReviewCard/hooks/useGetBorderRadiusProperties.js +1 -1
  211. package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.cjs +1 -1
  212. package/dist/ReviewCard/hooks/useGetRatingBackgroundProperties.js +1 -1
  213. package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.cjs +1 -1
  214. package/dist/ReviewCard/hooks/useGetReadMoreTypographyProperties.js +1 -1
  215. package/dist/ReviewCard/hooks/useGetStarIconProperties.cjs +1 -1
  216. package/dist/ReviewCard/hooks/useGetStarIconProperties.js +1 -1
  217. package/dist/ReviewCard/types/types.d.cts +1 -1
  218. package/dist/ReviewCard/types/types.d.ts +1 -1
  219. package/dist/SalesAgentProductCard/SalesAgentProductCard.cjs +1 -1
  220. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  221. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  222. package/dist/SalesAgentProductCard/SalesAgentProductCard.js +1 -1
  223. package/dist/SalesAgentProductCard/components/Container.cjs +1 -1
  224. package/dist/SalesAgentProductCard/components/Container.d.cts +1 -1
  225. package/dist/SalesAgentProductCard/components/Container.d.ts +1 -1
  226. package/dist/SalesAgentProductCard/components/Container.js +1 -1
  227. package/dist/SalesAgentProductCard/components/ProductName.cjs +1 -1
  228. package/dist/SalesAgentProductCard/components/ProductName.d.cts +1 -1
  229. package/dist/SalesAgentProductCard/components/ProductName.d.ts +1 -1
  230. package/dist/SalesAgentProductCard/components/ProductName.js +1 -1
  231. package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
  232. package/dist/SalesAgentProductCard/components/Rate.d.cts +1 -1
  233. package/dist/SalesAgentProductCard/components/Rate.d.ts +1 -1
  234. package/dist/SalesAgentProductCard/components/Rate.js +1 -1
  235. package/dist/SalesAgentProductCard/components/StarIcon.cjs +3 -2
  236. package/dist/SalesAgentProductCard/components/StarIcon.js +2 -2
  237. package/dist/SalesAgentProductCard/components/index.d.cts +9 -9
  238. package/dist/SalesAgentProductCard/components/index.d.ts +9 -9
  239. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.cjs +1 -1
  240. package/dist/SalesAgentProductCard/hooks/useGetContainerProperties.js +1 -1
  241. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.cjs +1 -1
  242. package/dist/SalesAgentProductCard/hooks/useGetProductDescriptionProperties.js +1 -1
  243. package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.cjs +1 -1
  244. package/dist/SalesAgentProductCard/hooks/useGetProductNameProperties.js +1 -1
  245. package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.cjs +1 -1
  246. package/dist/SalesAgentProductCard/hooks/useGetStarIconProperties.js +1 -1
  247. package/dist/SalesAgentProductCard/types/types.d.cts +1 -1
  248. package/dist/SalesAgentProductCard/types/types.d.ts +1 -1
  249. package/dist/SocialProof/SocialProof.cjs +1 -1
  250. package/dist/SocialProof/SocialProof.d.cts +2 -2
  251. package/dist/SocialProof/SocialProof.d.ts +2 -2
  252. package/dist/SocialProof/SocialProof.js +1 -1
  253. package/dist/SocialProof/components/Headline.cjs +1 -1
  254. package/dist/SocialProof/components/Headline.js +1 -1
  255. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
  256. package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
  257. package/dist/SocialProof/components/Subheadline.cjs +1 -1
  258. package/dist/SocialProof/components/Subheadline.js +1 -1
  259. package/dist/SocialProof/components/Textfield.cjs +1 -1
  260. package/dist/SocialProof/components/Textfield.js +1 -1
  261. package/dist/SocialProof/types/types.d.cts +1 -1
  262. package/dist/SocialProof/types/types.d.ts +1 -1
  263. package/dist/SocialProof/utils/functions.cjs +1 -1
  264. package/dist/SocialProof/utils/functions.js +1 -1
  265. package/dist/Stack/Stack.d.cts +2 -2
  266. package/dist/Stack/Stack.d.ts +2 -2
  267. package/dist/TextField/TextField.cjs +1 -1
  268. package/dist/TextField/TextField.js +1 -1
  269. package/dist/TextField/hooks/useGetContainerProperties.cjs +1 -1
  270. package/dist/TextField/hooks/useGetContainerProperties.js +1 -1
  271. package/dist/TextField/types/index.d.cts +1 -1
  272. package/dist/TextField/types/index.d.ts +1 -1
  273. package/dist/TextField/utils/getInputClasses.cjs +1 -1
  274. package/dist/TextField/utils/getInputClasses.js +1 -1
  275. package/dist/TextField/utils/getSendIconElement.cjs +13 -9
  276. package/dist/TextField/utils/getSendIconElement.js +9 -9
  277. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
  278. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  279. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  280. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
  281. package/dist/TitledPromptCarousel/types/index.d.cts +1 -1
  282. package/dist/TitledPromptCarousel/types/index.d.ts +1 -1
  283. package/dist/Tokens/index.cjs +13 -13
  284. package/dist/Tokens/index.d.cts +13 -13
  285. package/dist/Tokens/index.d.ts +13 -13
  286. package/dist/Tokens/index.js +13 -13
  287. package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
  288. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  289. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  290. package/dist/TypingAnimation/TypingAnimation.js +1 -1
  291. package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
  292. package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
  293. package/dist/TypingAnimation/types/index.d.cts +1 -1
  294. package/dist/TypingAnimation/types/index.d.ts +1 -1
  295. package/dist/Typography/Typography.d.cts +4 -4
  296. package/dist/Typography/Typography.d.ts +4 -4
  297. package/dist/WelcomeMessage/WelcomeMessage.cjs +1 -1
  298. package/dist/WelcomeMessage/WelcomeMessage.js +1 -1
  299. package/dist/WelcomeMessage/components/SparkleIcon.cjs +3 -2
  300. package/dist/WelcomeMessage/components/SparkleIcon.js +2 -2
  301. package/dist/WelcomeMessage/hooks/useGetContainerProperties.cjs +1 -1
  302. package/dist/WelcomeMessage/hooks/useGetContainerProperties.js +1 -1
  303. package/dist/WelcomeMessage/types/types.cjs +1 -1
  304. package/dist/WelcomeMessage/types/types.d.cts +1 -1
  305. package/dist/WelcomeMessage/types/types.d.ts +1 -1
  306. package/dist/WelcomeMessage/types/types.js +1 -1
  307. package/dist/WidgetTextField/WidgetTextField.cjs +1 -1
  308. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  309. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  310. package/dist/WidgetTextField/WidgetTextField.js +1 -1
  311. package/dist/WidgetTextField/components/Icon.cjs +11 -8
  312. package/dist/WidgetTextField/components/Icon.js +8 -8
  313. package/dist/WidgetTextField/components/Skeleton.cjs +1 -1
  314. package/dist/WidgetTextField/components/Skeleton.js +1 -1
  315. package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +1 -1
  316. package/dist/WidgetTextField/hooks/useGetContainerProperties.js +1 -1
  317. package/dist/WidgetTextField/types/types.d.cts +1 -1
  318. package/dist/WidgetTextField/types/types.d.ts +1 -1
  319. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  320. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  321. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  322. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  323. package/dist/utils/resolveTheme.cjs +1 -1
  324. package/dist/utils/resolveTheme.js +1 -1
  325. package/dist/utils/useCheckIsMobile.cjs +1 -1
  326. package/dist/utils/useCheckIsMobile.js +1 -1
  327. package/dist/utils/useResponsiveValue.cjs +1 -1
  328. package/dist/utils/useResponsiveValue.d.cts +1 -1
  329. package/dist/utils/useResponsiveValue.d.ts +1 -1
  330. package/dist/utils/useResponsiveValue.js +1 -1
  331. package/package.json +1 -1
  332. package/dist/hooks/dist/application/models/api/response.d.cts +0 -63
  333. package/dist/hooks/dist/application/models/api/response.d.ts +0 -63
  334. package/dist/hooks/dist/application/models/api/responseGenerics.d.cts +0 -41
  335. package/dist/hooks/dist/application/models/api/responseGenerics.d.ts +0 -41
  336. package/dist/hooks/dist/application/models/api/suggestion.d.cts +0 -10
  337. package/dist/hooks/dist/application/models/api/suggestion.d.ts +0 -10
  338. package/dist/hooks/dist/application/models/api/userEvent.d.cts +0 -60
  339. package/dist/hooks/dist/application/models/api/userEvent.d.ts +0 -60
  340. package/dist/hooks/dist/application/models/message.d.cts +0 -108
  341. package/dist/hooks/dist/application/models/message.d.ts +0 -108
  342. package/dist/hooks/dist/application/models/utilityTypes/camelCase.d.cts +0 -71
  343. package/dist/hooks/dist/application/models/utilityTypes/camelCase.d.ts +0 -71
  344. package/dist/hooks/dist/application/models/utilityTypes/camelCasedPropertiesDeep.d.cts +0 -58
  345. package/dist/hooks/dist/application/models/utilityTypes/camelCasedPropertiesDeep.d.ts +0 -58
  346. package/dist/hooks/dist/application/models/utilityTypes/internal.d.cts +0 -22
  347. package/dist/hooks/dist/application/models/utilityTypes/internal.d.ts +0 -22
  348. package/dist/hooks/dist/application/models/utilityTypes/splitWords.d.cts +0 -31
  349. package/dist/hooks/dist/application/models/utilityTypes/splitWords.d.ts +0 -31
  350. package/dist/hooks/dist/application/models/utilityTypes/trim.d.cts +0 -30
  351. package/dist/hooks/dist/application/models/utilityTypes/trim.d.ts +0 -30
  352. package/dist/hooks/dist/application/models/utilityTypes/unknownArray.d.cts +0 -30
  353. package/dist/hooks/dist/application/models/utilityTypes/unknownArray.d.ts +0 -30
  354. package/dist/hooks/dist/contexts/salesAgentContext/chatAPI.d.cts +0 -23
  355. package/dist/hooks/dist/contexts/salesAgentContext/chatAPI.d.ts +0 -23
  356. package/dist/hooks/dist/contexts/salesAgentContext/index.d.ts +0 -3
  357. package/dist/hooks/dist/contexts/salesAgentContext/salesAgentContext.d.cts +0 -18
  358. package/dist/hooks/dist/contexts/salesAgentContext/salesAgentContext.d.ts +0 -18
  359. package/dist/hooks/dist/contexts/typesV3.d.cts +0 -81
  360. package/dist/hooks/dist/contexts/typesV3.d.ts +0 -81
  361. package/dist/icons/dist/ArrowUp.cjs +0 -28
  362. package/dist/icons/dist/ArrowUp.js +0 -28
  363. package/dist/icons/dist/Checkmark.cjs +0 -31
  364. package/dist/icons/dist/Checkmark.js +0 -31
  365. package/dist/icons/dist/ChevronDown.cjs +0 -23
  366. package/dist/icons/dist/ChevronDown.js +0 -23
  367. package/dist/icons/dist/Document.cjs +0 -18
  368. package/dist/icons/dist/Document.js +0 -18
  369. package/dist/icons/dist/EnviveWatermark.cjs +0 -39
  370. package/dist/icons/dist/EnviveWatermark.js +0 -39
  371. package/dist/icons/dist/FourPointStar.cjs +0 -22
  372. package/dist/icons/dist/FourPointStar.js +0 -22
  373. package/dist/icons/dist/IconCloseRounded.cjs +0 -21
  374. package/dist/icons/dist/IconCloseRounded.js +0 -21
  375. package/dist/icons/dist/IconCloseSharp.cjs +0 -30
  376. package/dist/icons/dist/IconCloseSharp.js +0 -30
  377. package/dist/icons/dist/IconCloseTransparent.cjs +0 -23
  378. package/dist/icons/dist/IconCloseTransparent.js +0 -23
  379. package/dist/icons/dist/LatencyIconEmptyStep.cjs +0 -17
  380. package/dist/icons/dist/LatencyIconEmptyStep.js +0 -17
  381. package/dist/icons/dist/LatencyIconStep1.cjs +0 -43
  382. package/dist/icons/dist/LatencyIconStep1.js +0 -43
  383. package/dist/icons/dist/LatencyIconStep2.cjs +0 -32
  384. package/dist/icons/dist/LatencyIconStep2.js +0 -32
  385. package/dist/icons/dist/LatencyIconStep3.cjs +0 -25
  386. package/dist/icons/dist/LatencyIconStep3.js +0 -25
  387. package/dist/icons/dist/LatencyIconStep4.cjs +0 -25
  388. package/dist/icons/dist/LatencyIconStep4.js +0 -25
  389. package/dist/icons/dist/LatencyIconStep5.cjs +0 -32
  390. package/dist/icons/dist/LatencyIconStep5.js +0 -32
  391. package/dist/icons/dist/Send.cjs +0 -21
  392. package/dist/icons/dist/Send.js +0 -21
  393. package/dist/icons/dist/SendMinimalist.cjs +0 -34
  394. package/dist/icons/dist/SendMinimalist.js +0 -34
  395. package/dist/icons/dist/SendModern.cjs +0 -43
  396. package/dist/icons/dist/SendModern.js +0 -43
  397. package/dist/icons/dist/SendStandard.cjs +0 -21
  398. package/dist/icons/dist/SendStandard.js +0 -21
  399. package/dist/icons/dist/Sparkles.cjs +0 -43
  400. package/dist/icons/dist/Sparkles.js +0 -43
  401. package/dist/icons/dist/Star.cjs +0 -23
  402. package/dist/icons/dist/Star.js +0 -23
  403. package/dist/icons/dist/VectorUpRight.cjs +0 -17
  404. package/dist/icons/dist/VectorUpRight.js +0 -17
  405. package/dist/icons/dist/_virtual/rolldown_runtime.cjs +0 -27
  406. package/dist/icons/dist/_virtual/rolldown_runtime.js +0 -25
  407. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -696
  408. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -696
  409. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -43
  410. package/dist/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -43
  411. package/dist/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1528
  412. package/dist/icons/dist/node_modules/react/cjs/react.development.js +0 -1528
  413. package/dist/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -329
  414. package/dist/icons/dist/node_modules/react/cjs/react.production.min.js +0 -329
  415. package/dist/icons/dist/node_modules/react/index.cjs +0 -13
  416. package/dist/icons/dist/node_modules/react/index.js +0 -13
  417. package/dist/icons/dist/node_modules/react/jsx-runtime.cjs +0 -13
  418. package/dist/icons/dist/node_modules/react/jsx-runtime.js +0 -13
  419. /package/dist/{components-v3/src → src}/models/colorsConfig.cjs +0 -0
  420. /package/dist/{components-v3/src → src}/models/colorsConfig.d.cts +0 -0
  421. /package/dist/{components-v3/src → src}/models/colorsConfig.d.ts +0 -0
  422. /package/dist/{components-v3/src → src}/models/colorsConfig.js +0 -0
  423. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.cjs +0 -0
  424. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.d.cts +0 -0
  425. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.d.ts +0 -0
  426. /package/dist/{components-v3/tokens → tokens}/aspectRatio/aspectRatio.js +0 -0
  427. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.cjs +0 -0
  428. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.d.cts +0 -0
  429. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.d.ts +0 -0
  430. /package/dist/{components-v3/tokens → tokens}/breakpoints/breakpoints.js +0 -0
  431. /package/dist/{components-v3/tokens → tokens}/colors/colors.cjs +0 -0
  432. /package/dist/{components-v3/tokens → tokens}/colors/colors.d.cts +0 -0
  433. /package/dist/{components-v3/tokens → tokens}/colors/colors.d.ts +0 -0
  434. /package/dist/{components-v3/tokens → tokens}/colors/colors.js +0 -0
  435. /package/dist/{components-v3/tokens → tokens}/montion/motion.cjs +0 -0
  436. /package/dist/{components-v3/tokens → tokens}/montion/motion.d.cts +0 -0
  437. /package/dist/{components-v3/tokens → tokens}/montion/motion.d.ts +0 -0
  438. /package/dist/{components-v3/tokens → tokens}/montion/motion.js +0 -0
  439. /package/dist/{components-v3/tokens → tokens}/radius/radius.cjs +0 -0
  440. /package/dist/{components-v3/tokens → tokens}/radius/radius.d.cts +0 -0
  441. /package/dist/{components-v3/tokens → tokens}/radius/radius.d.ts +0 -0
  442. /package/dist/{components-v3/tokens → tokens}/radius/radius.js +0 -0
  443. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.cjs +0 -0
  444. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.d.cts +0 -0
  445. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.d.ts +0 -0
  446. /package/dist/{components-v3/tokens → tokens}/spacing/spacing.js +0 -0
  447. /package/dist/{components-v3/tokens → tokens}/theme/theme.cjs +0 -0
  448. /package/dist/{components-v3/tokens → tokens}/theme/theme.d.cts +0 -0
  449. /package/dist/{components-v3/tokens → tokens}/theme/theme.d.ts +0 -0
  450. /package/dist/{components-v3/tokens → tokens}/theme/theme.js +0 -0
  451. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.cjs +0 -0
  452. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.d.cts +0 -0
  453. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.d.ts +0 -0
  454. /package/dist/{components-v3/tokens → tokens}/typography/fontFamily.js +0 -0
  455. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.cjs +0 -0
  456. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.d.cts +0 -0
  457. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.d.ts +0 -0
  458. /package/dist/{components-v3/tokens → tokens}/typography/fontSize.js +0 -0
  459. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.cjs +0 -0
  460. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.d.cts +0 -0
  461. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.d.ts +0 -0
  462. /package/dist/{components-v3/tokens → tokens}/typography/fontWeight.js +0 -0
  463. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.cjs +0 -0
  464. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.d.cts +0 -0
  465. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.d.ts +0 -0
  466. /package/dist/{components-v3/tokens → tokens}/typography/letterSpacing.js +0 -0
  467. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.cjs +0 -0
  468. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.d.cts +0 -0
  469. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.d.ts +0 -0
  470. /package/dist/{components-v3/tokens → tokens}/typography/lineHeight.js +0 -0
  471. /package/dist/{components-v3/tokens → tokens}/typography/typography.cjs +0 -0
  472. /package/dist/{components-v3/tokens → tokens}/typography/typography.d.cts +0 -0
  473. /package/dist/{components-v3/tokens → tokens}/typography/typography.d.ts +0 -0
  474. /package/dist/{components-v3/tokens → tokens}/typography/typography.js +0 -0
  475. /package/dist/{components-v3/tokens → tokens}/utils.cjs +0 -0
  476. /package/dist/{components-v3/tokens → tokens}/utils.js +0 -0
@@ -1,5 +1,5 @@
1
1
  import { ContainerProps } from "./types/index.js";
2
- import * as react4 from "react";
2
+ import * as react15 from "react";
3
3
 
4
4
  //#region src/components/Container/Container.d.ts
5
5
 
@@ -17,15 +17,8 @@ declare const Container: ({
17
17
  fluid,
18
18
  centerContent,
19
19
  ...props
20
- }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react4.DetailedReactHTMLElement<{
21
- onChange?: react4.FormEventHandler<HTMLElement>;
22
- onSubmit?: react4.FormEventHandler<HTMLElement>;
23
- onClick?: react4.MouseEventHandler<HTMLElement>;
24
- slot?: string | undefined;
25
- title?: string | undefined;
26
- content?: string | undefined;
27
- color?: string | undefined;
28
- "aria-label"?: string | undefined;
20
+ }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react15.DetailedReactHTMLElement<{
21
+ onClick?: react15.MouseEventHandler<HTMLElement>;
29
22
  defaultChecked?: boolean | undefined;
30
23
  defaultValue?: string | number | readonly string[] | undefined;
31
24
  suppressContentEditableWarning?: boolean | undefined;
@@ -41,12 +34,15 @@ declare const Container: ({
41
34
  hidden?: boolean | undefined;
42
35
  lang?: string | undefined;
43
36
  nonce?: string | undefined;
37
+ slot?: string | undefined;
44
38
  spellCheck?: (boolean | "true" | "false") | undefined;
45
39
  tabIndex?: number | undefined;
40
+ title?: string | undefined;
46
41
  translate?: "yes" | "no" | undefined;
47
42
  radioGroup?: string | undefined;
48
- role?: react4.AriaRole | undefined;
43
+ role?: react15.AriaRole | undefined;
49
44
  about?: string | undefined;
45
+ content?: string | undefined;
50
46
  datatype?: string | undefined;
51
47
  inlist?: any;
52
48
  prefix?: string | undefined;
@@ -58,6 +54,7 @@ declare const Container: ({
58
54
  vocab?: string | undefined;
59
55
  autoCorrect?: string | undefined;
60
56
  autoSave?: string | undefined;
57
+ color?: string | undefined;
61
58
  itemProp?: string | undefined;
62
59
  itemScope?: boolean | undefined;
63
60
  itemType?: string | undefined;
@@ -100,6 +97,7 @@ declare const Container: ({
100
97
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
101
98
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
102
99
  "aria-keyshortcuts"?: string | undefined;
100
+ "aria-label"?: string | undefined;
103
101
  "aria-labelledby"?: string | undefined;
104
102
  "aria-level"?: number | undefined;
105
103
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
@@ -129,173 +127,175 @@ declare const Container: ({
129
127
  dangerouslySetInnerHTML?: {
130
128
  __html: string | TrustedHTML;
131
129
  } | undefined;
132
- onCopy?: react4.ClipboardEventHandler<HTMLElement>;
133
- onCopyCapture?: react4.ClipboardEventHandler<HTMLElement>;
134
- onCut?: react4.ClipboardEventHandler<HTMLElement>;
135
- onCutCapture?: react4.ClipboardEventHandler<HTMLElement>;
136
- onPaste?: react4.ClipboardEventHandler<HTMLElement>;
137
- onPasteCapture?: react4.ClipboardEventHandler<HTMLElement>;
138
- onCompositionEnd?: react4.CompositionEventHandler<HTMLElement>;
139
- onCompositionEndCapture?: react4.CompositionEventHandler<HTMLElement>;
140
- onCompositionStart?: react4.CompositionEventHandler<HTMLElement>;
141
- onCompositionStartCapture?: react4.CompositionEventHandler<HTMLElement>;
142
- onCompositionUpdate?: react4.CompositionEventHandler<HTMLElement>;
143
- onCompositionUpdateCapture?: react4.CompositionEventHandler<HTMLElement>;
144
- onFocus?: react4.FocusEventHandler<HTMLElement>;
145
- onFocusCapture?: react4.FocusEventHandler<HTMLElement>;
146
- onBlur?: react4.FocusEventHandler<HTMLElement>;
147
- onBlurCapture?: react4.FocusEventHandler<HTMLElement>;
148
- onChangeCapture?: react4.FormEventHandler<HTMLElement>;
149
- onBeforeInput?: react4.InputEventHandler<HTMLElement>;
150
- onBeforeInputCapture?: react4.FormEventHandler<HTMLElement>;
151
- onInput?: react4.FormEventHandler<HTMLElement>;
152
- onInputCapture?: react4.FormEventHandler<HTMLElement>;
153
- onReset?: react4.FormEventHandler<HTMLElement>;
154
- onResetCapture?: react4.FormEventHandler<HTMLElement>;
155
- onSubmitCapture?: react4.FormEventHandler<HTMLElement>;
156
- onInvalid?: react4.FormEventHandler<HTMLElement>;
157
- onInvalidCapture?: react4.FormEventHandler<HTMLElement>;
158
- onLoad?: react4.ReactEventHandler<HTMLElement>;
159
- onLoadCapture?: react4.ReactEventHandler<HTMLElement>;
160
- onError?: react4.ReactEventHandler<HTMLElement>;
161
- onErrorCapture?: react4.ReactEventHandler<HTMLElement>;
162
- onKeyDown?: react4.KeyboardEventHandler<HTMLElement>;
163
- onKeyDownCapture?: react4.KeyboardEventHandler<HTMLElement>;
164
- onKeyPress?: react4.KeyboardEventHandler<HTMLElement>;
165
- onKeyPressCapture?: react4.KeyboardEventHandler<HTMLElement>;
166
- onKeyUp?: react4.KeyboardEventHandler<HTMLElement>;
167
- onKeyUpCapture?: react4.KeyboardEventHandler<HTMLElement>;
168
- onAbort?: react4.ReactEventHandler<HTMLElement>;
169
- onAbortCapture?: react4.ReactEventHandler<HTMLElement>;
170
- onCanPlay?: react4.ReactEventHandler<HTMLElement>;
171
- onCanPlayCapture?: react4.ReactEventHandler<HTMLElement>;
172
- onCanPlayThrough?: react4.ReactEventHandler<HTMLElement>;
173
- onCanPlayThroughCapture?: react4.ReactEventHandler<HTMLElement>;
174
- onDurationChange?: react4.ReactEventHandler<HTMLElement>;
175
- onDurationChangeCapture?: react4.ReactEventHandler<HTMLElement>;
176
- onEmptied?: react4.ReactEventHandler<HTMLElement>;
177
- onEmptiedCapture?: react4.ReactEventHandler<HTMLElement>;
178
- onEncrypted?: react4.ReactEventHandler<HTMLElement>;
179
- onEncryptedCapture?: react4.ReactEventHandler<HTMLElement>;
180
- onEnded?: react4.ReactEventHandler<HTMLElement>;
181
- onEndedCapture?: react4.ReactEventHandler<HTMLElement>;
182
- onLoadedData?: react4.ReactEventHandler<HTMLElement>;
183
- onLoadedDataCapture?: react4.ReactEventHandler<HTMLElement>;
184
- onLoadedMetadata?: react4.ReactEventHandler<HTMLElement>;
185
- onLoadedMetadataCapture?: react4.ReactEventHandler<HTMLElement>;
186
- onLoadStart?: react4.ReactEventHandler<HTMLElement>;
187
- onLoadStartCapture?: react4.ReactEventHandler<HTMLElement>;
188
- onPause?: react4.ReactEventHandler<HTMLElement>;
189
- onPauseCapture?: react4.ReactEventHandler<HTMLElement>;
190
- onPlay?: react4.ReactEventHandler<HTMLElement>;
191
- onPlayCapture?: react4.ReactEventHandler<HTMLElement>;
192
- onPlaying?: react4.ReactEventHandler<HTMLElement>;
193
- onPlayingCapture?: react4.ReactEventHandler<HTMLElement>;
194
- onProgress?: react4.ReactEventHandler<HTMLElement>;
195
- onProgressCapture?: react4.ReactEventHandler<HTMLElement>;
196
- onRateChange?: react4.ReactEventHandler<HTMLElement>;
197
- onRateChangeCapture?: react4.ReactEventHandler<HTMLElement>;
198
- onSeeked?: react4.ReactEventHandler<HTMLElement>;
199
- onSeekedCapture?: react4.ReactEventHandler<HTMLElement>;
200
- onSeeking?: react4.ReactEventHandler<HTMLElement>;
201
- onSeekingCapture?: react4.ReactEventHandler<HTMLElement>;
202
- onStalled?: react4.ReactEventHandler<HTMLElement>;
203
- onStalledCapture?: react4.ReactEventHandler<HTMLElement>;
204
- onSuspend?: react4.ReactEventHandler<HTMLElement>;
205
- onSuspendCapture?: react4.ReactEventHandler<HTMLElement>;
206
- onTimeUpdate?: react4.ReactEventHandler<HTMLElement>;
207
- onTimeUpdateCapture?: react4.ReactEventHandler<HTMLElement>;
208
- onVolumeChange?: react4.ReactEventHandler<HTMLElement>;
209
- onVolumeChangeCapture?: react4.ReactEventHandler<HTMLElement>;
210
- onWaiting?: react4.ReactEventHandler<HTMLElement>;
211
- onWaitingCapture?: react4.ReactEventHandler<HTMLElement>;
212
- onAuxClick?: react4.MouseEventHandler<HTMLElement>;
213
- onAuxClickCapture?: react4.MouseEventHandler<HTMLElement>;
214
- onClickCapture?: react4.MouseEventHandler<HTMLElement>;
215
- onContextMenu?: react4.MouseEventHandler<HTMLElement>;
216
- onContextMenuCapture?: react4.MouseEventHandler<HTMLElement>;
217
- onDoubleClick?: react4.MouseEventHandler<HTMLElement>;
218
- onDoubleClickCapture?: react4.MouseEventHandler<HTMLElement>;
219
- onDrag?: react4.DragEventHandler<HTMLElement>;
220
- onDragCapture?: react4.DragEventHandler<HTMLElement>;
221
- onDragEnd?: react4.DragEventHandler<HTMLElement>;
222
- onDragEndCapture?: react4.DragEventHandler<HTMLElement>;
223
- onDragEnter?: react4.DragEventHandler<HTMLElement>;
224
- onDragEnterCapture?: react4.DragEventHandler<HTMLElement>;
225
- onDragExit?: react4.DragEventHandler<HTMLElement>;
226
- onDragExitCapture?: react4.DragEventHandler<HTMLElement>;
227
- onDragLeave?: react4.DragEventHandler<HTMLElement>;
228
- onDragLeaveCapture?: react4.DragEventHandler<HTMLElement>;
229
- onDragOver?: react4.DragEventHandler<HTMLElement>;
230
- onDragOverCapture?: react4.DragEventHandler<HTMLElement>;
231
- onDragStart?: react4.DragEventHandler<HTMLElement>;
232
- onDragStartCapture?: react4.DragEventHandler<HTMLElement>;
233
- onDrop?: react4.DragEventHandler<HTMLElement>;
234
- onDropCapture?: react4.DragEventHandler<HTMLElement>;
235
- onMouseDown?: react4.MouseEventHandler<HTMLElement>;
236
- onMouseDownCapture?: react4.MouseEventHandler<HTMLElement>;
237
- onMouseEnter?: react4.MouseEventHandler<HTMLElement>;
238
- onMouseLeave?: react4.MouseEventHandler<HTMLElement>;
239
- onMouseMove?: react4.MouseEventHandler<HTMLElement>;
240
- onMouseMoveCapture?: react4.MouseEventHandler<HTMLElement>;
241
- onMouseOut?: react4.MouseEventHandler<HTMLElement>;
242
- onMouseOutCapture?: react4.MouseEventHandler<HTMLElement>;
243
- onMouseOver?: react4.MouseEventHandler<HTMLElement>;
244
- onMouseOverCapture?: react4.MouseEventHandler<HTMLElement>;
245
- onMouseUp?: react4.MouseEventHandler<HTMLElement>;
246
- onMouseUpCapture?: react4.MouseEventHandler<HTMLElement>;
247
- onSelect?: react4.ReactEventHandler<HTMLElement>;
248
- onSelectCapture?: react4.ReactEventHandler<HTMLElement>;
249
- onTouchCancel?: react4.TouchEventHandler<HTMLElement>;
250
- onTouchCancelCapture?: react4.TouchEventHandler<HTMLElement>;
251
- onTouchEnd?: react4.TouchEventHandler<HTMLElement>;
252
- onTouchEndCapture?: react4.TouchEventHandler<HTMLElement>;
253
- onTouchMove?: react4.TouchEventHandler<HTMLElement>;
254
- onTouchMoveCapture?: react4.TouchEventHandler<HTMLElement>;
255
- onTouchStart?: react4.TouchEventHandler<HTMLElement>;
256
- onTouchStartCapture?: react4.TouchEventHandler<HTMLElement>;
257
- onPointerDown?: react4.PointerEventHandler<HTMLElement>;
258
- onPointerDownCapture?: react4.PointerEventHandler<HTMLElement>;
259
- onPointerMove?: react4.PointerEventHandler<HTMLElement>;
260
- onPointerMoveCapture?: react4.PointerEventHandler<HTMLElement>;
261
- onPointerUp?: react4.PointerEventHandler<HTMLElement>;
262
- onPointerUpCapture?: react4.PointerEventHandler<HTMLElement>;
263
- onPointerCancel?: react4.PointerEventHandler<HTMLElement>;
264
- onPointerCancelCapture?: react4.PointerEventHandler<HTMLElement>;
265
- onPointerEnter?: react4.PointerEventHandler<HTMLElement>;
266
- onPointerLeave?: react4.PointerEventHandler<HTMLElement>;
267
- onPointerOver?: react4.PointerEventHandler<HTMLElement>;
268
- onPointerOverCapture?: react4.PointerEventHandler<HTMLElement>;
269
- onPointerOut?: react4.PointerEventHandler<HTMLElement>;
270
- onPointerOutCapture?: react4.PointerEventHandler<HTMLElement>;
271
- onGotPointerCapture?: react4.PointerEventHandler<HTMLElement>;
272
- onGotPointerCaptureCapture?: react4.PointerEventHandler<HTMLElement>;
273
- onLostPointerCapture?: react4.PointerEventHandler<HTMLElement>;
274
- onLostPointerCaptureCapture?: react4.PointerEventHandler<HTMLElement>;
275
- onScroll?: react4.UIEventHandler<HTMLElement>;
276
- onScrollCapture?: react4.UIEventHandler<HTMLElement>;
277
- onScrollEnd?: react4.UIEventHandler<HTMLElement>;
278
- onScrollEndCapture?: react4.UIEventHandler<HTMLElement>;
279
- onWheel?: react4.WheelEventHandler<HTMLElement>;
280
- onWheelCapture?: react4.WheelEventHandler<HTMLElement>;
281
- onAnimationStart?: react4.AnimationEventHandler<HTMLElement>;
282
- onAnimationStartCapture?: react4.AnimationEventHandler<HTMLElement>;
283
- onAnimationEnd?: react4.AnimationEventHandler<HTMLElement>;
284
- onAnimationEndCapture?: react4.AnimationEventHandler<HTMLElement>;
285
- onAnimationIteration?: react4.AnimationEventHandler<HTMLElement>;
286
- onAnimationIterationCapture?: react4.AnimationEventHandler<HTMLElement>;
287
- onToggle?: react4.ToggleEventHandler<HTMLElement>;
288
- onBeforeToggle?: react4.ToggleEventHandler<HTMLElement>;
289
- onTransitionCancel?: react4.TransitionEventHandler<HTMLElement>;
290
- onTransitionCancelCapture?: react4.TransitionEventHandler<HTMLElement>;
291
- onTransitionEnd?: react4.TransitionEventHandler<HTMLElement>;
292
- onTransitionEndCapture?: react4.TransitionEventHandler<HTMLElement>;
293
- onTransitionRun?: react4.TransitionEventHandler<HTMLElement>;
294
- onTransitionRunCapture?: react4.TransitionEventHandler<HTMLElement>;
295
- onTransitionStart?: react4.TransitionEventHandler<HTMLElement>;
296
- onTransitionStartCapture?: react4.TransitionEventHandler<HTMLElement>;
130
+ onCopy?: react15.ClipboardEventHandler<HTMLElement>;
131
+ onCopyCapture?: react15.ClipboardEventHandler<HTMLElement>;
132
+ onCut?: react15.ClipboardEventHandler<HTMLElement>;
133
+ onCutCapture?: react15.ClipboardEventHandler<HTMLElement>;
134
+ onPaste?: react15.ClipboardEventHandler<HTMLElement>;
135
+ onPasteCapture?: react15.ClipboardEventHandler<HTMLElement>;
136
+ onCompositionEnd?: react15.CompositionEventHandler<HTMLElement>;
137
+ onCompositionEndCapture?: react15.CompositionEventHandler<HTMLElement>;
138
+ onCompositionStart?: react15.CompositionEventHandler<HTMLElement>;
139
+ onCompositionStartCapture?: react15.CompositionEventHandler<HTMLElement>;
140
+ onCompositionUpdate?: react15.CompositionEventHandler<HTMLElement>;
141
+ onCompositionUpdateCapture?: react15.CompositionEventHandler<HTMLElement>;
142
+ onFocus?: react15.FocusEventHandler<HTMLElement>;
143
+ onFocusCapture?: react15.FocusEventHandler<HTMLElement>;
144
+ onBlur?: react15.FocusEventHandler<HTMLElement>;
145
+ onBlurCapture?: react15.FocusEventHandler<HTMLElement>;
146
+ onChange?: react15.FormEventHandler<HTMLElement>;
147
+ onChangeCapture?: react15.FormEventHandler<HTMLElement>;
148
+ onBeforeInput?: react15.InputEventHandler<HTMLElement>;
149
+ onBeforeInputCapture?: react15.FormEventHandler<HTMLElement>;
150
+ onInput?: react15.FormEventHandler<HTMLElement>;
151
+ onInputCapture?: react15.FormEventHandler<HTMLElement>;
152
+ onReset?: react15.FormEventHandler<HTMLElement>;
153
+ onResetCapture?: react15.FormEventHandler<HTMLElement>;
154
+ onSubmit?: react15.FormEventHandler<HTMLElement>;
155
+ onSubmitCapture?: react15.FormEventHandler<HTMLElement>;
156
+ onInvalid?: react15.FormEventHandler<HTMLElement>;
157
+ onInvalidCapture?: react15.FormEventHandler<HTMLElement>;
158
+ onLoad?: react15.ReactEventHandler<HTMLElement>;
159
+ onLoadCapture?: react15.ReactEventHandler<HTMLElement>;
160
+ onError?: react15.ReactEventHandler<HTMLElement>;
161
+ onErrorCapture?: react15.ReactEventHandler<HTMLElement>;
162
+ onKeyDown?: react15.KeyboardEventHandler<HTMLElement>;
163
+ onKeyDownCapture?: react15.KeyboardEventHandler<HTMLElement>;
164
+ onKeyPress?: react15.KeyboardEventHandler<HTMLElement>;
165
+ onKeyPressCapture?: react15.KeyboardEventHandler<HTMLElement>;
166
+ onKeyUp?: react15.KeyboardEventHandler<HTMLElement>;
167
+ onKeyUpCapture?: react15.KeyboardEventHandler<HTMLElement>;
168
+ onAbort?: react15.ReactEventHandler<HTMLElement>;
169
+ onAbortCapture?: react15.ReactEventHandler<HTMLElement>;
170
+ onCanPlay?: react15.ReactEventHandler<HTMLElement>;
171
+ onCanPlayCapture?: react15.ReactEventHandler<HTMLElement>;
172
+ onCanPlayThrough?: react15.ReactEventHandler<HTMLElement>;
173
+ onCanPlayThroughCapture?: react15.ReactEventHandler<HTMLElement>;
174
+ onDurationChange?: react15.ReactEventHandler<HTMLElement>;
175
+ onDurationChangeCapture?: react15.ReactEventHandler<HTMLElement>;
176
+ onEmptied?: react15.ReactEventHandler<HTMLElement>;
177
+ onEmptiedCapture?: react15.ReactEventHandler<HTMLElement>;
178
+ onEncrypted?: react15.ReactEventHandler<HTMLElement>;
179
+ onEncryptedCapture?: react15.ReactEventHandler<HTMLElement>;
180
+ onEnded?: react15.ReactEventHandler<HTMLElement>;
181
+ onEndedCapture?: react15.ReactEventHandler<HTMLElement>;
182
+ onLoadedData?: react15.ReactEventHandler<HTMLElement>;
183
+ onLoadedDataCapture?: react15.ReactEventHandler<HTMLElement>;
184
+ onLoadedMetadata?: react15.ReactEventHandler<HTMLElement>;
185
+ onLoadedMetadataCapture?: react15.ReactEventHandler<HTMLElement>;
186
+ onLoadStart?: react15.ReactEventHandler<HTMLElement>;
187
+ onLoadStartCapture?: react15.ReactEventHandler<HTMLElement>;
188
+ onPause?: react15.ReactEventHandler<HTMLElement>;
189
+ onPauseCapture?: react15.ReactEventHandler<HTMLElement>;
190
+ onPlay?: react15.ReactEventHandler<HTMLElement>;
191
+ onPlayCapture?: react15.ReactEventHandler<HTMLElement>;
192
+ onPlaying?: react15.ReactEventHandler<HTMLElement>;
193
+ onPlayingCapture?: react15.ReactEventHandler<HTMLElement>;
194
+ onProgress?: react15.ReactEventHandler<HTMLElement>;
195
+ onProgressCapture?: react15.ReactEventHandler<HTMLElement>;
196
+ onRateChange?: react15.ReactEventHandler<HTMLElement>;
197
+ onRateChangeCapture?: react15.ReactEventHandler<HTMLElement>;
198
+ onSeeked?: react15.ReactEventHandler<HTMLElement>;
199
+ onSeekedCapture?: react15.ReactEventHandler<HTMLElement>;
200
+ onSeeking?: react15.ReactEventHandler<HTMLElement>;
201
+ onSeekingCapture?: react15.ReactEventHandler<HTMLElement>;
202
+ onStalled?: react15.ReactEventHandler<HTMLElement>;
203
+ onStalledCapture?: react15.ReactEventHandler<HTMLElement>;
204
+ onSuspend?: react15.ReactEventHandler<HTMLElement>;
205
+ onSuspendCapture?: react15.ReactEventHandler<HTMLElement>;
206
+ onTimeUpdate?: react15.ReactEventHandler<HTMLElement>;
207
+ onTimeUpdateCapture?: react15.ReactEventHandler<HTMLElement>;
208
+ onVolumeChange?: react15.ReactEventHandler<HTMLElement>;
209
+ onVolumeChangeCapture?: react15.ReactEventHandler<HTMLElement>;
210
+ onWaiting?: react15.ReactEventHandler<HTMLElement>;
211
+ onWaitingCapture?: react15.ReactEventHandler<HTMLElement>;
212
+ onAuxClick?: react15.MouseEventHandler<HTMLElement>;
213
+ onAuxClickCapture?: react15.MouseEventHandler<HTMLElement>;
214
+ onClickCapture?: react15.MouseEventHandler<HTMLElement>;
215
+ onContextMenu?: react15.MouseEventHandler<HTMLElement>;
216
+ onContextMenuCapture?: react15.MouseEventHandler<HTMLElement>;
217
+ onDoubleClick?: react15.MouseEventHandler<HTMLElement>;
218
+ onDoubleClickCapture?: react15.MouseEventHandler<HTMLElement>;
219
+ onDrag?: react15.DragEventHandler<HTMLElement>;
220
+ onDragCapture?: react15.DragEventHandler<HTMLElement>;
221
+ onDragEnd?: react15.DragEventHandler<HTMLElement>;
222
+ onDragEndCapture?: react15.DragEventHandler<HTMLElement>;
223
+ onDragEnter?: react15.DragEventHandler<HTMLElement>;
224
+ onDragEnterCapture?: react15.DragEventHandler<HTMLElement>;
225
+ onDragExit?: react15.DragEventHandler<HTMLElement>;
226
+ onDragExitCapture?: react15.DragEventHandler<HTMLElement>;
227
+ onDragLeave?: react15.DragEventHandler<HTMLElement>;
228
+ onDragLeaveCapture?: react15.DragEventHandler<HTMLElement>;
229
+ onDragOver?: react15.DragEventHandler<HTMLElement>;
230
+ onDragOverCapture?: react15.DragEventHandler<HTMLElement>;
231
+ onDragStart?: react15.DragEventHandler<HTMLElement>;
232
+ onDragStartCapture?: react15.DragEventHandler<HTMLElement>;
233
+ onDrop?: react15.DragEventHandler<HTMLElement>;
234
+ onDropCapture?: react15.DragEventHandler<HTMLElement>;
235
+ onMouseDown?: react15.MouseEventHandler<HTMLElement>;
236
+ onMouseDownCapture?: react15.MouseEventHandler<HTMLElement>;
237
+ onMouseEnter?: react15.MouseEventHandler<HTMLElement>;
238
+ onMouseLeave?: react15.MouseEventHandler<HTMLElement>;
239
+ onMouseMove?: react15.MouseEventHandler<HTMLElement>;
240
+ onMouseMoveCapture?: react15.MouseEventHandler<HTMLElement>;
241
+ onMouseOut?: react15.MouseEventHandler<HTMLElement>;
242
+ onMouseOutCapture?: react15.MouseEventHandler<HTMLElement>;
243
+ onMouseOver?: react15.MouseEventHandler<HTMLElement>;
244
+ onMouseOverCapture?: react15.MouseEventHandler<HTMLElement>;
245
+ onMouseUp?: react15.MouseEventHandler<HTMLElement>;
246
+ onMouseUpCapture?: react15.MouseEventHandler<HTMLElement>;
247
+ onSelect?: react15.ReactEventHandler<HTMLElement>;
248
+ onSelectCapture?: react15.ReactEventHandler<HTMLElement>;
249
+ onTouchCancel?: react15.TouchEventHandler<HTMLElement>;
250
+ onTouchCancelCapture?: react15.TouchEventHandler<HTMLElement>;
251
+ onTouchEnd?: react15.TouchEventHandler<HTMLElement>;
252
+ onTouchEndCapture?: react15.TouchEventHandler<HTMLElement>;
253
+ onTouchMove?: react15.TouchEventHandler<HTMLElement>;
254
+ onTouchMoveCapture?: react15.TouchEventHandler<HTMLElement>;
255
+ onTouchStart?: react15.TouchEventHandler<HTMLElement>;
256
+ onTouchStartCapture?: react15.TouchEventHandler<HTMLElement>;
257
+ onPointerDown?: react15.PointerEventHandler<HTMLElement>;
258
+ onPointerDownCapture?: react15.PointerEventHandler<HTMLElement>;
259
+ onPointerMove?: react15.PointerEventHandler<HTMLElement>;
260
+ onPointerMoveCapture?: react15.PointerEventHandler<HTMLElement>;
261
+ onPointerUp?: react15.PointerEventHandler<HTMLElement>;
262
+ onPointerUpCapture?: react15.PointerEventHandler<HTMLElement>;
263
+ onPointerCancel?: react15.PointerEventHandler<HTMLElement>;
264
+ onPointerCancelCapture?: react15.PointerEventHandler<HTMLElement>;
265
+ onPointerEnter?: react15.PointerEventHandler<HTMLElement>;
266
+ onPointerLeave?: react15.PointerEventHandler<HTMLElement>;
267
+ onPointerOver?: react15.PointerEventHandler<HTMLElement>;
268
+ onPointerOverCapture?: react15.PointerEventHandler<HTMLElement>;
269
+ onPointerOut?: react15.PointerEventHandler<HTMLElement>;
270
+ onPointerOutCapture?: react15.PointerEventHandler<HTMLElement>;
271
+ onGotPointerCapture?: react15.PointerEventHandler<HTMLElement>;
272
+ onGotPointerCaptureCapture?: react15.PointerEventHandler<HTMLElement>;
273
+ onLostPointerCapture?: react15.PointerEventHandler<HTMLElement>;
274
+ onLostPointerCaptureCapture?: react15.PointerEventHandler<HTMLElement>;
275
+ onScroll?: react15.UIEventHandler<HTMLElement>;
276
+ onScrollCapture?: react15.UIEventHandler<HTMLElement>;
277
+ onScrollEnd?: react15.UIEventHandler<HTMLElement>;
278
+ onScrollEndCapture?: react15.UIEventHandler<HTMLElement>;
279
+ onWheel?: react15.WheelEventHandler<HTMLElement>;
280
+ onWheelCapture?: react15.WheelEventHandler<HTMLElement>;
281
+ onAnimationStart?: react15.AnimationEventHandler<HTMLElement>;
282
+ onAnimationStartCapture?: react15.AnimationEventHandler<HTMLElement>;
283
+ onAnimationEnd?: react15.AnimationEventHandler<HTMLElement>;
284
+ onAnimationEndCapture?: react15.AnimationEventHandler<HTMLElement>;
285
+ onAnimationIteration?: react15.AnimationEventHandler<HTMLElement>;
286
+ onAnimationIterationCapture?: react15.AnimationEventHandler<HTMLElement>;
287
+ onToggle?: react15.ToggleEventHandler<HTMLElement>;
288
+ onBeforeToggle?: react15.ToggleEventHandler<HTMLElement>;
289
+ onTransitionCancel?: react15.TransitionEventHandler<HTMLElement>;
290
+ onTransitionCancelCapture?: react15.TransitionEventHandler<HTMLElement>;
291
+ onTransitionEnd?: react15.TransitionEventHandler<HTMLElement>;
292
+ onTransitionEndCapture?: react15.TransitionEventHandler<HTMLElement>;
293
+ onTransitionRun?: react15.TransitionEventHandler<HTMLElement>;
294
+ onTransitionRunCapture?: react15.TransitionEventHandler<HTMLElement>;
295
+ onTransitionStart?: react15.TransitionEventHandler<HTMLElement>;
296
+ onTransitionStartCapture?: react15.TransitionEventHandler<HTMLElement>;
297
297
  className: string;
298
- style: react4.CSSProperties;
298
+ style: react15.CSSProperties;
299
299
  id: string;
300
300
  'data-testid': string;
301
301
  }, HTMLElement>;
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime7 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
2
2
  import { Config } from "tailwindcss";
3
3
 
4
4
  //#region src/components/DesignTokens/DesignTokensComponent.d.ts
@@ -9,6 +9,6 @@ type DesignTokensProps = {
9
9
  declare const DesignTokens: ({
10
10
  selectedMerchant,
11
11
  config
12
- }: DesignTokensProps) => react_jsx_runtime7.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime15.JSX.Element;
13
13
  //#endregion
14
14
  export { DesignTokens, DesignTokensProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime4 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
2
2
  import { Config } from "tailwindcss";
3
3
 
4
4
  //#region src/components/DesignTokens/DesignTokensComponent.d.ts
@@ -9,6 +9,6 @@ type DesignTokensProps = {
9
9
  declare const DesignTokens: ({
10
10
  selectedMerchant,
11
11
  config
12
- }: DesignTokensProps) => react_jsx_runtime4.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime30.JSX.Element;
13
13
  //#endregion
14
14
  export { DesignTokens, DesignTokensProps };
@@ -1,5 +1,5 @@
1
1
  import { DocumentRetrievalCardProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts
5
5
  declare const DocumentRetrievalCard: ({
@@ -16,6 +16,6 @@ declare const DocumentRetrievalCard: ({
16
16
  onViewArticle,
17
17
  ariaLabel,
18
18
  viewArticleLabel
19
- }: DocumentRetrievalCardProps) => react_jsx_runtime20.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime18.JSX.Element;
20
20
  //#endregion
21
21
  export { DocumentRetrievalCard };
@@ -1,5 +1,5 @@
1
1
  import { DocumentRetrievalCardProps } from "./types/index.js";
2
- import * as react_jsx_runtime32 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts
5
5
  declare const DocumentRetrievalCard: ({
@@ -16,6 +16,6 @@ declare const DocumentRetrievalCard: ({
16
16
  onViewArticle,
17
17
  ariaLabel,
18
18
  viewArticleLabel
19
- }: DocumentRetrievalCardProps) => react_jsx_runtime32.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime23.JSX.Element;
20
20
  //#endregion
21
21
  export { DocumentRetrievalCard };
@@ -2,10 +2,11 @@ const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.
2
2
  const require_Stack = require('../../../../Stack/Stack.cjs');
3
3
  require('../../../../Stack/index.cjs');
4
4
  const require_CustomIcon = require('../../../../utils/CustomIcon.cjs');
5
- const require_Document = require('../../../../icons/dist/Document.cjs');
6
5
  let react_jsx_runtime = require("react/jsx-runtime");
7
6
  let classnames = require("classnames");
8
7
  classnames = require_rolldown_runtime.__toESM(classnames);
8
+ let __envive_ai_react_icons_Document = require("@envive-ai/react-icons/Document");
9
+ __envive_ai_react_icons_Document = require_rolldown_runtime.__toESM(__envive_ai_react_icons_Document);
9
10
 
10
11
  //#region src/components/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.tsx
11
12
  const Icon = ({ iconBackgroundClass, iconColorClass }) => {
@@ -15,7 +16,7 @@ const Icon = ({ iconBackgroundClass, iconColorClass }) => {
15
16
  justify: "center",
16
17
  className: (0, classnames.default)("envive-tw-inline-flex", "envive-tw-h-[25px] envive-tw-w-6 envive-tw-rounded-[20px]", iconBackgroundClass),
17
18
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_CustomIcon.CustomIcon, {
18
- IconComponent: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Document.Document_default, {}),
19
+ IconComponent: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_Document.default, {}),
19
20
  className: (0, classnames.default)("envive-tw-h-[13px] envive-tw-w-[10px]", iconColorClass)
20
21
  })
21
22
  });
@@ -1,9 +1,9 @@
1
1
  import { Stack } from "../../../../Stack/Stack.js";
2
2
  import "../../../../Stack/index.js";
3
3
  import { CustomIcon } from "../../../../utils/CustomIcon.js";
4
- import { Document_default } from "../../../../icons/dist/Document.js";
5
4
  import { jsx } from "react/jsx-runtime";
6
5
  import classNames from "classnames";
6
+ import Document from "@envive-ai/react-icons/Document";
7
7
 
8
8
  //#region src/components/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.tsx
9
9
  const Icon = ({ iconBackgroundClass, iconColorClass }) => {
@@ -13,7 +13,7 @@ const Icon = ({ iconBackgroundClass, iconColorClass }) => {
13
13
  justify: "center",
14
14
  className: classNames("envive-tw-inline-flex", "envive-tw-h-[25px] envive-tw-w-6 envive-tw-rounded-[20px]", iconBackgroundClass),
15
15
  children: /* @__PURE__ */ jsx(CustomIcon, {
16
- IconComponent: /* @__PURE__ */ jsx(Document_default, {}),
16
+ IconComponent: /* @__PURE__ */ jsx(Document, {}),
17
17
  className: classNames("envive-tw-h-[13px] envive-tw-w-[10px]", iconColorClass)
18
18
  })
19
19
  });
@@ -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/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.ts
4
4
  const useGetBackgroundColorsProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetBackgroundColorsProperties.ts
4
4
  const useGetBackgroundColorsProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetBorderProperties.ts
4
4
  const useGetBorderProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetBorderProperties.ts
4
4
  const useGetBorderProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.ts
4
4
  const useGetBorderRadiusProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetBorderRadiusProperties.ts
4
4
  const useGetBorderRadiusProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.ts
4
4
  const useGetIconBackgroundProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetIconBackgroundProperties.ts
4
4
  const useGetIconBackgroundProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetIconColorProperties.ts
4
4
  const useGetIconColorProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetIconColorProperties.ts
4
4
  const useGetIconColorProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.ts
4
4
  const useGetLabelTextCaseProperties = (theme) => {
@@ -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/DocumentRetrievalCard/hooks/useGetLabelTextCaseProperties.ts
4
4
  const useGetLabelTextCaseProperties = (theme) => {
@@ -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
  const require_index = require('../../Typography/types/index.cjs');
3
3
  require('../../Typography/index.cjs');
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
  import { TypographyVariant } from "../../Typography/types/index.js";
3
3
  import "../../Typography/index.js";
4
4