@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,329 +0,0 @@
1
- const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
2
-
3
- //#region ../icons/dist/node_modules/react/cjs/react.production.min.js
4
- /**
5
- * @license React
6
- * react.production.min.js
7
- *
8
- * Copyright (c) Facebook, Inc. and its affiliates.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */
13
- var require_react_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports$1) => {
14
- var l = Symbol.for("react.element"), n = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), q = Symbol.for("react.strict_mode"), r = Symbol.for("react.profiler"), t = Symbol.for("react.provider"), u = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), x = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), z = Symbol.iterator;
15
- function A(a) {
16
- if (null === a || "object" !== typeof a) return null;
17
- a = z && a[z] || a["@@iterator"];
18
- return "function" === typeof a ? a : null;
19
- }
20
- var B = {
21
- isMounted: function() {
22
- return !1;
23
- },
24
- enqueueForceUpdate: function() {},
25
- enqueueReplaceState: function() {},
26
- enqueueSetState: function() {}
27
- }, C = Object.assign, D = {};
28
- function E(a, b, e) {
29
- this.props = a;
30
- this.context = b;
31
- this.refs = D;
32
- this.updater = e || B;
33
- }
34
- E.prototype.isReactComponent = {};
35
- E.prototype.setState = function(a, b) {
36
- if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
37
- this.updater.enqueueSetState(this, a, b, "setState");
38
- };
39
- E.prototype.forceUpdate = function(a) {
40
- this.updater.enqueueForceUpdate(this, a, "forceUpdate");
41
- };
42
- function F() {}
43
- F.prototype = E.prototype;
44
- function G(a, b, e) {
45
- this.props = a;
46
- this.context = b;
47
- this.refs = D;
48
- this.updater = e || B;
49
- }
50
- var H = G.prototype = new F();
51
- H.constructor = G;
52
- C(H, E.prototype);
53
- H.isPureReactComponent = !0;
54
- var I = Array.isArray, J = Object.prototype.hasOwnProperty, K = { current: null }, L = {
55
- key: !0,
56
- ref: !0,
57
- __self: !0,
58
- __source: !0
59
- };
60
- function M(a, b, e) {
61
- var d, c = {}, k = null, h = null;
62
- if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
63
- var g = arguments.length - 2;
64
- if (1 === g) c.children = e;
65
- else if (1 < g) {
66
- for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
67
- c.children = f;
68
- }
69
- if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
70
- return {
71
- $$typeof: l,
72
- type: a,
73
- key: k,
74
- ref: h,
75
- props: c,
76
- _owner: K.current
77
- };
78
- }
79
- function N(a, b) {
80
- return {
81
- $$typeof: l,
82
- type: a.type,
83
- key: b,
84
- ref: a.ref,
85
- props: a.props,
86
- _owner: a._owner
87
- };
88
- }
89
- function O(a) {
90
- return "object" === typeof a && null !== a && a.$$typeof === l;
91
- }
92
- function escape(a) {
93
- var b = {
94
- "=": "=0",
95
- ":": "=2"
96
- };
97
- return "$" + a.replace(/[=:]/g, function(a$1) {
98
- return b[a$1];
99
- });
100
- }
101
- var P = /\/+/g;
102
- function Q(a, b) {
103
- return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
104
- }
105
- function R(a, b, e, d, c) {
106
- var k = typeof a;
107
- if ("undefined" === k || "boolean" === k) a = null;
108
- var h = !1;
109
- if (null === a) h = !0;
110
- else switch (k) {
111
- case "string":
112
- case "number":
113
- h = !0;
114
- break;
115
- case "object": switch (a.$$typeof) {
116
- case l:
117
- case n: h = !0;
118
- }
119
- }
120
- if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function(a$1) {
121
- return a$1;
122
- })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
123
- h = 0;
124
- d = "" === d ? "." : d + ":";
125
- if (I(a)) for (var g = 0; g < a.length; g++) {
126
- k = a[g];
127
- var f = d + Q(k, g);
128
- h += R(k, b, e, f, c);
129
- }
130
- else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done;) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);
131
- else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
132
- return h;
133
- }
134
- function S(a, b, e) {
135
- if (null == a) return a;
136
- var d = [], c = 0;
137
- R(a, d, "", "", function(a$1) {
138
- return b.call(e, a$1, c++);
139
- });
140
- return d;
141
- }
142
- function T(a) {
143
- if (-1 === a._status) {
144
- var b = a._result;
145
- b = b();
146
- b.then(function(b$1) {
147
- if (0 === a._status || -1 === a._status) a._status = 1, a._result = b$1;
148
- }, function(b$1) {
149
- if (0 === a._status || -1 === a._status) a._status = 2, a._result = b$1;
150
- });
151
- -1 === a._status && (a._status = 0, a._result = b);
152
- }
153
- if (1 === a._status) return a._result.default;
154
- throw a._result;
155
- }
156
- var U = { current: null }, V = { transition: null }, W = {
157
- ReactCurrentDispatcher: U,
158
- ReactCurrentBatchConfig: V,
159
- ReactCurrentOwner: K
160
- };
161
- function X() {
162
- throw Error("act(...) is not supported in production builds of React.");
163
- }
164
- exports$1.Children = {
165
- map: S,
166
- forEach: function(a, b, e) {
167
- S(a, function() {
168
- b.apply(this, arguments);
169
- }, e);
170
- },
171
- count: function(a) {
172
- var b = 0;
173
- S(a, function() {
174
- b++;
175
- });
176
- return b;
177
- },
178
- toArray: function(a) {
179
- return S(a, function(a$1) {
180
- return a$1;
181
- }) || [];
182
- },
183
- only: function(a) {
184
- if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
185
- return a;
186
- }
187
- };
188
- exports$1.Component = E;
189
- exports$1.Fragment = p;
190
- exports$1.Profiler = r;
191
- exports$1.PureComponent = G;
192
- exports$1.StrictMode = q;
193
- exports$1.Suspense = w;
194
- exports$1.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
195
- exports$1.act = X;
196
- exports$1.cloneElement = function(a, b, e) {
197
- if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
198
- var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
199
- if (null != b) {
200
- void 0 !== b.ref && (k = b.ref, h = K.current);
201
- void 0 !== b.key && (c = "" + b.key);
202
- if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
203
- for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
204
- }
205
- var f = arguments.length - 2;
206
- if (1 === f) d.children = e;
207
- else if (1 < f) {
208
- g = Array(f);
209
- for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
210
- d.children = g;
211
- }
212
- return {
213
- $$typeof: l,
214
- type: a.type,
215
- key: c,
216
- ref: k,
217
- props: d,
218
- _owner: h
219
- };
220
- };
221
- exports$1.createContext = function(a) {
222
- a = {
223
- $$typeof: u,
224
- _currentValue: a,
225
- _currentValue2: a,
226
- _threadCount: 0,
227
- Provider: null,
228
- Consumer: null,
229
- _defaultValue: null,
230
- _globalName: null
231
- };
232
- a.Provider = {
233
- $$typeof: t,
234
- _context: a
235
- };
236
- return a.Consumer = a;
237
- };
238
- exports$1.createElement = M;
239
- exports$1.createFactory = function(a) {
240
- var b = M.bind(null, a);
241
- b.type = a;
242
- return b;
243
- };
244
- exports$1.createRef = function() {
245
- return { current: null };
246
- };
247
- exports$1.forwardRef = function(a) {
248
- return {
249
- $$typeof: v,
250
- render: a
251
- };
252
- };
253
- exports$1.isValidElement = O;
254
- exports$1.lazy = function(a) {
255
- return {
256
- $$typeof: y,
257
- _payload: {
258
- _status: -1,
259
- _result: a
260
- },
261
- _init: T
262
- };
263
- };
264
- exports$1.memo = function(a, b) {
265
- return {
266
- $$typeof: x,
267
- type: a,
268
- compare: void 0 === b ? null : b
269
- };
270
- };
271
- exports$1.startTransition = function(a) {
272
- var b = V.transition;
273
- V.transition = {};
274
- try {
275
- a();
276
- } finally {
277
- V.transition = b;
278
- }
279
- };
280
- exports$1.unstable_act = X;
281
- exports$1.useCallback = function(a, b) {
282
- return U.current.useCallback(a, b);
283
- };
284
- exports$1.useContext = function(a) {
285
- return U.current.useContext(a);
286
- };
287
- exports$1.useDebugValue = function() {};
288
- exports$1.useDeferredValue = function(a) {
289
- return U.current.useDeferredValue(a);
290
- };
291
- exports$1.useEffect = function(a, b) {
292
- return U.current.useEffect(a, b);
293
- };
294
- exports$1.useId = function() {
295
- return U.current.useId();
296
- };
297
- exports$1.useImperativeHandle = function(a, b, e) {
298
- return U.current.useImperativeHandle(a, b, e);
299
- };
300
- exports$1.useInsertionEffect = function(a, b) {
301
- return U.current.useInsertionEffect(a, b);
302
- };
303
- exports$1.useLayoutEffect = function(a, b) {
304
- return U.current.useLayoutEffect(a, b);
305
- };
306
- exports$1.useMemo = function(a, b) {
307
- return U.current.useMemo(a, b);
308
- };
309
- exports$1.useReducer = function(a, b, e) {
310
- return U.current.useReducer(a, b, e);
311
- };
312
- exports$1.useRef = function(a) {
313
- return U.current.useRef(a);
314
- };
315
- exports$1.useState = function(a) {
316
- return U.current.useState(a);
317
- };
318
- exports$1.useSyncExternalStore = function(a, b, e) {
319
- return U.current.useSyncExternalStore(a, b, e);
320
- };
321
- exports$1.useTransition = function() {
322
- return U.current.useTransition();
323
- };
324
- exports$1.version = "18.3.1";
325
- }));
326
- var react_production_min_default = require_react_production_min();
327
-
328
- //#endregion
329
- exports.require_react_production_min = require_react_production_min;
@@ -1,329 +0,0 @@
1
- import { __commonJSMin } from "../../../_virtual/rolldown_runtime.js";
2
-
3
- //#region ../icons/dist/node_modules/react/cjs/react.production.min.js
4
- /**
5
- * @license React
6
- * react.production.min.js
7
- *
8
- * Copyright (c) Facebook, Inc. and its affiliates.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */
13
- var require_react_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
14
- var l = Symbol.for("react.element"), n = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), q = Symbol.for("react.strict_mode"), r = Symbol.for("react.profiler"), t = Symbol.for("react.provider"), u = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), x = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), z = Symbol.iterator;
15
- function A(a) {
16
- if (null === a || "object" !== typeof a) return null;
17
- a = z && a[z] || a["@@iterator"];
18
- return "function" === typeof a ? a : null;
19
- }
20
- var B = {
21
- isMounted: function() {
22
- return !1;
23
- },
24
- enqueueForceUpdate: function() {},
25
- enqueueReplaceState: function() {},
26
- enqueueSetState: function() {}
27
- }, C = Object.assign, D = {};
28
- function E(a, b, e) {
29
- this.props = a;
30
- this.context = b;
31
- this.refs = D;
32
- this.updater = e || B;
33
- }
34
- E.prototype.isReactComponent = {};
35
- E.prototype.setState = function(a, b) {
36
- if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
37
- this.updater.enqueueSetState(this, a, b, "setState");
38
- };
39
- E.prototype.forceUpdate = function(a) {
40
- this.updater.enqueueForceUpdate(this, a, "forceUpdate");
41
- };
42
- function F() {}
43
- F.prototype = E.prototype;
44
- function G(a, b, e) {
45
- this.props = a;
46
- this.context = b;
47
- this.refs = D;
48
- this.updater = e || B;
49
- }
50
- var H = G.prototype = new F();
51
- H.constructor = G;
52
- C(H, E.prototype);
53
- H.isPureReactComponent = !0;
54
- var I = Array.isArray, J = Object.prototype.hasOwnProperty, K = { current: null }, L = {
55
- key: !0,
56
- ref: !0,
57
- __self: !0,
58
- __source: !0
59
- };
60
- function M(a, b, e) {
61
- var d, c = {}, k = null, h = null;
62
- if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
63
- var g = arguments.length - 2;
64
- if (1 === g) c.children = e;
65
- else if (1 < g) {
66
- for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
67
- c.children = f;
68
- }
69
- if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
70
- return {
71
- $$typeof: l,
72
- type: a,
73
- key: k,
74
- ref: h,
75
- props: c,
76
- _owner: K.current
77
- };
78
- }
79
- function N(a, b) {
80
- return {
81
- $$typeof: l,
82
- type: a.type,
83
- key: b,
84
- ref: a.ref,
85
- props: a.props,
86
- _owner: a._owner
87
- };
88
- }
89
- function O(a) {
90
- return "object" === typeof a && null !== a && a.$$typeof === l;
91
- }
92
- function escape(a) {
93
- var b = {
94
- "=": "=0",
95
- ":": "=2"
96
- };
97
- return "$" + a.replace(/[=:]/g, function(a$1) {
98
- return b[a$1];
99
- });
100
- }
101
- var P = /\/+/g;
102
- function Q(a, b) {
103
- return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
104
- }
105
- function R(a, b, e, d, c) {
106
- var k = typeof a;
107
- if ("undefined" === k || "boolean" === k) a = null;
108
- var h = !1;
109
- if (null === a) h = !0;
110
- else switch (k) {
111
- case "string":
112
- case "number":
113
- h = !0;
114
- break;
115
- case "object": switch (a.$$typeof) {
116
- case l:
117
- case n: h = !0;
118
- }
119
- }
120
- if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function(a$1) {
121
- return a$1;
122
- })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
123
- h = 0;
124
- d = "" === d ? "." : d + ":";
125
- if (I(a)) for (var g = 0; g < a.length; g++) {
126
- k = a[g];
127
- var f = d + Q(k, g);
128
- h += R(k, b, e, f, c);
129
- }
130
- else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done;) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);
131
- else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
132
- return h;
133
- }
134
- function S(a, b, e) {
135
- if (null == a) return a;
136
- var d = [], c = 0;
137
- R(a, d, "", "", function(a$1) {
138
- return b.call(e, a$1, c++);
139
- });
140
- return d;
141
- }
142
- function T(a) {
143
- if (-1 === a._status) {
144
- var b = a._result;
145
- b = b();
146
- b.then(function(b$1) {
147
- if (0 === a._status || -1 === a._status) a._status = 1, a._result = b$1;
148
- }, function(b$1) {
149
- if (0 === a._status || -1 === a._status) a._status = 2, a._result = b$1;
150
- });
151
- -1 === a._status && (a._status = 0, a._result = b);
152
- }
153
- if (1 === a._status) return a._result.default;
154
- throw a._result;
155
- }
156
- var U = { current: null }, V = { transition: null }, W = {
157
- ReactCurrentDispatcher: U,
158
- ReactCurrentBatchConfig: V,
159
- ReactCurrentOwner: K
160
- };
161
- function X() {
162
- throw Error("act(...) is not supported in production builds of React.");
163
- }
164
- exports.Children = {
165
- map: S,
166
- forEach: function(a, b, e) {
167
- S(a, function() {
168
- b.apply(this, arguments);
169
- }, e);
170
- },
171
- count: function(a) {
172
- var b = 0;
173
- S(a, function() {
174
- b++;
175
- });
176
- return b;
177
- },
178
- toArray: function(a) {
179
- return S(a, function(a$1) {
180
- return a$1;
181
- }) || [];
182
- },
183
- only: function(a) {
184
- if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
185
- return a;
186
- }
187
- };
188
- exports.Component = E;
189
- exports.Fragment = p;
190
- exports.Profiler = r;
191
- exports.PureComponent = G;
192
- exports.StrictMode = q;
193
- exports.Suspense = w;
194
- exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
195
- exports.act = X;
196
- exports.cloneElement = function(a, b, e) {
197
- if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
198
- var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
199
- if (null != b) {
200
- void 0 !== b.ref && (k = b.ref, h = K.current);
201
- void 0 !== b.key && (c = "" + b.key);
202
- if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
203
- for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
204
- }
205
- var f = arguments.length - 2;
206
- if (1 === f) d.children = e;
207
- else if (1 < f) {
208
- g = Array(f);
209
- for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
210
- d.children = g;
211
- }
212
- return {
213
- $$typeof: l,
214
- type: a.type,
215
- key: c,
216
- ref: k,
217
- props: d,
218
- _owner: h
219
- };
220
- };
221
- exports.createContext = function(a) {
222
- a = {
223
- $$typeof: u,
224
- _currentValue: a,
225
- _currentValue2: a,
226
- _threadCount: 0,
227
- Provider: null,
228
- Consumer: null,
229
- _defaultValue: null,
230
- _globalName: null
231
- };
232
- a.Provider = {
233
- $$typeof: t,
234
- _context: a
235
- };
236
- return a.Consumer = a;
237
- };
238
- exports.createElement = M;
239
- exports.createFactory = function(a) {
240
- var b = M.bind(null, a);
241
- b.type = a;
242
- return b;
243
- };
244
- exports.createRef = function() {
245
- return { current: null };
246
- };
247
- exports.forwardRef = function(a) {
248
- return {
249
- $$typeof: v,
250
- render: a
251
- };
252
- };
253
- exports.isValidElement = O;
254
- exports.lazy = function(a) {
255
- return {
256
- $$typeof: y,
257
- _payload: {
258
- _status: -1,
259
- _result: a
260
- },
261
- _init: T
262
- };
263
- };
264
- exports.memo = function(a, b) {
265
- return {
266
- $$typeof: x,
267
- type: a,
268
- compare: void 0 === b ? null : b
269
- };
270
- };
271
- exports.startTransition = function(a) {
272
- var b = V.transition;
273
- V.transition = {};
274
- try {
275
- a();
276
- } finally {
277
- V.transition = b;
278
- }
279
- };
280
- exports.unstable_act = X;
281
- exports.useCallback = function(a, b) {
282
- return U.current.useCallback(a, b);
283
- };
284
- exports.useContext = function(a) {
285
- return U.current.useContext(a);
286
- };
287
- exports.useDebugValue = function() {};
288
- exports.useDeferredValue = function(a) {
289
- return U.current.useDeferredValue(a);
290
- };
291
- exports.useEffect = function(a, b) {
292
- return U.current.useEffect(a, b);
293
- };
294
- exports.useId = function() {
295
- return U.current.useId();
296
- };
297
- exports.useImperativeHandle = function(a, b, e) {
298
- return U.current.useImperativeHandle(a, b, e);
299
- };
300
- exports.useInsertionEffect = function(a, b) {
301
- return U.current.useInsertionEffect(a, b);
302
- };
303
- exports.useLayoutEffect = function(a, b) {
304
- return U.current.useLayoutEffect(a, b);
305
- };
306
- exports.useMemo = function(a, b) {
307
- return U.current.useMemo(a, b);
308
- };
309
- exports.useReducer = function(a, b, e) {
310
- return U.current.useReducer(a, b, e);
311
- };
312
- exports.useRef = function(a) {
313
- return U.current.useRef(a);
314
- };
315
- exports.useState = function(a) {
316
- return U.current.useState(a);
317
- };
318
- exports.useSyncExternalStore = function(a, b, e) {
319
- return U.current.useSyncExternalStore(a, b, e);
320
- };
321
- exports.useTransition = function() {
322
- return U.current.useTransition();
323
- };
324
- exports.version = "18.3.1";
325
- }));
326
- var react_production_min_default = require_react_production_min();
327
-
328
- //#endregion
329
- export { require_react_production_min };
@@ -1,13 +0,0 @@
1
- const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_react_production_min$1 = require('./cjs/react.production.min.cjs');
3
- const require_react_development$1 = require('./cjs/react.development.cjs');
4
-
5
- //#region ../icons/dist/node_modules/react/index.js
6
- var require_react = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports$1, module$1) => {
7
- if (process.env.NODE_ENV === "production") module$1.exports = require_react_production_min$1.require_react_production_min();
8
- else module$1.exports = require_react_development$1.require_react_development();
9
- }));
10
- var react_default = require_react();
11
-
12
- //#endregion
13
- exports.require_react = require_react;
@@ -1,13 +0,0 @@
1
- import { __commonJSMin } from "../../_virtual/rolldown_runtime.js";
2
- import { require_react_production_min } from "./cjs/react.production.min.js";
3
- import { require_react_development } from "./cjs/react.development.js";
4
-
5
- //#region ../icons/dist/node_modules/react/index.js
6
- var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
- if (process.env.NODE_ENV === "production") module.exports = require_react_production_min();
8
- else module.exports = require_react_development();
9
- }));
10
- var react_default = require_react();
11
-
12
- //#endregion
13
- export { require_react };
@@ -1,13 +0,0 @@
1
- const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_react_jsx_runtime_production_min$1 = require('./cjs/react-jsx-runtime.production.min.cjs');
3
- const require_react_jsx_runtime_development$1 = require('./cjs/react-jsx-runtime.development.cjs');
4
-
5
- //#region ../icons/dist/node_modules/react/jsx-runtime.js
6
- var require_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports$1, module$1) => {
7
- if (process.env.NODE_ENV === "production") module$1.exports = require_react_jsx_runtime_production_min$1.require_react_jsx_runtime_production_min();
8
- else module$1.exports = require_react_jsx_runtime_development$1.require_react_jsx_runtime_development();
9
- }));
10
- var jsx_runtime_default = require_jsx_runtime();
11
-
12
- //#endregion
13
- exports.require_jsx_runtime = require_jsx_runtime;