@memori.ai/memori-react 9.0.0-alpha.2 → 9.0.0-alpha.20

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 (1044) hide show
  1. package/CHANGELOG.md +666 -0
  2. package/dist/components/AgeVerificationModal/AgeVerificationModal.css +9 -4
  3. package/dist/components/AgeVerificationModal/AgeVerificationModal.js +8 -3
  4. package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
  5. package/dist/components/Auth/Auth.js +3 -1
  6. package/dist/components/Auth/Auth.js.map +1 -1
  7. package/dist/components/Avatar/Avatar.js +5 -10
  8. package/dist/components/Avatar/Avatar.js.map +1 -1
  9. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +8 -1
  10. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -1
  11. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js +1 -1
  12. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -1
  13. package/dist/components/Avatar/AvatarView/AvatarComponent/constants.d.ts +2 -0
  14. package/dist/components/Avatar/AvatarView/AvatarComponent/constants.js +14 -5
  15. package/dist/components/Avatar/AvatarView/AvatarComponent/constants.js.map +1 -1
  16. package/dist/components/Chat/Chat.css +137 -34
  17. package/dist/components/Chat/Chat.d.ts +3 -0
  18. package/dist/components/Chat/Chat.js +68 -58
  19. package/dist/components/Chat/Chat.js.map +1 -1
  20. package/dist/components/ChatBubble/ChatBubble.css +150 -32
  21. package/dist/components/ChatBubble/ChatBubble.d.ts +1 -0
  22. package/dist/components/ChatBubble/ChatBubble.js +122 -95
  23. package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
  24. package/dist/components/ChatHistoryDrawer/ChatHistory.css +5 -0
  25. package/dist/components/ChatHistoryDrawer/ChatHistory.js +27 -10
  26. package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
  27. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.css +6 -1
  28. package/dist/components/ChatInputs/ChatInputs.css +332 -149
  29. package/dist/components/ChatInputs/ChatInputs.d.ts +2 -0
  30. package/dist/components/ChatInputs/ChatInputs.js +5 -6
  31. package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
  32. package/dist/components/ChatTextArea/ChatTextArea.css +31 -27
  33. package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js +6 -3
  34. package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
  35. package/dist/components/ContentPreviewModal/ContentPreviewModal.js +3 -1
  36. package/dist/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
  37. package/dist/components/DateSelector/DateSelector.css +25 -2
  38. package/dist/components/DateSelector/DateSelector.d.ts +2 -1
  39. package/dist/components/DateSelector/DateSelector.js +17 -7
  40. package/dist/components/DateSelector/DateSelector.js.map +1 -1
  41. package/dist/components/ExpertsDrawer/ExpertsDrawer.js +3 -1
  42. package/dist/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
  43. package/dist/components/FilePreview/FilePreview.css +1 -1
  44. package/dist/components/FilePreview/FilePreview.js +22 -5
  45. package/dist/components/FilePreview/FilePreview.js.map +1 -1
  46. package/dist/components/Header/ChatConsumptionDropdown.d.ts +3 -1
  47. package/dist/components/Header/ChatConsumptionDropdown.js +5 -3
  48. package/dist/components/Header/ChatConsumptionDropdown.js.map +1 -1
  49. package/dist/components/Header/Header.css +210 -39
  50. package/dist/components/Header/Header.d.ts +1 -0
  51. package/dist/components/Header/Header.js +135 -51
  52. package/dist/components/Header/Header.js.map +1 -1
  53. package/dist/components/IconButton/IconButton.css +144 -0
  54. package/dist/components/IconButton/IconButton.d.ts +9 -0
  55. package/dist/components/IconButton/IconButton.js +36 -0
  56. package/dist/components/IconButton/IconButton.js.map +1 -0
  57. package/dist/components/KnownFacts/KnownFacts.css +22 -9
  58. package/dist/components/KnownFacts/KnownFacts.js +20 -9
  59. package/dist/components/KnownFacts/KnownFacts.js.map +1 -1
  60. package/dist/components/LoginDrawer/LoginDrawer.css +42 -0
  61. package/dist/components/LoginDrawer/LoginDrawer.js +3 -1
  62. package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
  63. package/dist/components/MediaWidget/MediaItemWidget.js +14 -12
  64. package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
  65. package/dist/components/MediaWidget/MediaItemWidget.utils.d.ts +3 -2
  66. package/dist/components/MediaWidget/MediaItemWidget.utils.js +28 -6
  67. package/dist/components/MediaWidget/MediaItemWidget.utils.js.map +1 -1
  68. package/dist/components/MediaWidget/MediaPreviewModal.js +6 -7
  69. package/dist/components/MediaWidget/MediaPreviewModal.js.map +1 -1
  70. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +7 -2
  71. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +36 -19
  72. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +252 -170
  73. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.d.ts +1 -0
  74. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +24 -15
  75. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
  76. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +11 -2
  77. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +2 -2
  78. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
  79. package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +1 -0
  80. package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +1 -1
  81. package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -1
  82. package/dist/components/MemoriWidget/MemoriWidget.css +6 -5
  83. package/dist/components/MemoriWidget/MemoriWidget.d.ts +1 -0
  84. package/dist/components/MemoriWidget/MemoriWidget.js +820 -457
  85. package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
  86. package/dist/components/MicrophoneButton/MicrophoneButton.css +4 -131
  87. package/dist/components/MicrophoneButton/MicrophoneButton.js +3 -1
  88. package/dist/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
  89. package/dist/components/MobileSessionPanel/MobileSessionPanel.css +29 -7
  90. package/dist/components/MobileSessionPanel/MobileSessionPanel.d.ts +6 -1
  91. package/dist/components/MobileSessionPanel/MobileSessionPanel.js +12 -9
  92. package/dist/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
  93. package/dist/components/PositionPopover/PositionPopover.d.ts +2 -0
  94. package/dist/components/PositionPopover/PositionPopover.js +19 -11
  95. package/dist/components/PositionPopover/PositionPopover.js.map +1 -1
  96. package/dist/components/PoweredBy/PoweredBy.css +4 -3
  97. package/dist/components/SettingsDrawer/SettingsDrawer.js +4 -2
  98. package/dist/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
  99. package/dist/components/ShareButton/ShareButton.css +3 -2
  100. package/dist/components/ShareButton/ShareButton.js +3 -4
  101. package/dist/components/ShareButton/ShareButton.js.map +1 -1
  102. package/dist/components/StartPanel/StartPanel.css +8 -10
  103. package/dist/components/StartPanel/StartPanel.js +13 -8
  104. package/dist/components/StartPanel/StartPanel.js.map +1 -1
  105. package/dist/components/UploadButton/UploadButton.css +3 -21
  106. package/dist/components/UploadButton/UploadButton.d.ts +1 -0
  107. package/dist/components/UploadButton/UploadButton.js +34 -23
  108. package/dist/components/UploadButton/UploadButton.js.map +1 -1
  109. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.d.ts +1 -6
  110. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +47 -113
  111. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  112. package/dist/components/UploadButton/UploadImages/UploadImages.js +4 -2
  113. package/dist/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
  114. package/dist/components/WhyThisAnswer/WhyThisAnswer.js +3 -1
  115. package/dist/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
  116. package/dist/components/layouts/Chat.js +67 -79
  117. package/dist/components/layouts/Chat.js.map +1 -1
  118. package/dist/components/layouts/FullPage.js +90 -42
  119. package/dist/components/layouts/FullPage.js.map +1 -1
  120. package/dist/components/layouts/HiddenChat.js +11 -236
  121. package/dist/components/layouts/HiddenChat.js.map +1 -1
  122. package/dist/components/layouts/Totem.js +10 -1
  123. package/dist/components/layouts/Totem.js.map +1 -1
  124. package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js +30 -3
  125. package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -1
  126. package/dist/components/layouts/WebsiteAssistant/website-assistant.css +175 -61
  127. package/dist/components/layouts/ZoomedFullBody.js +90 -42
  128. package/dist/components/layouts/ZoomedFullBody.js.map +1 -1
  129. package/dist/components/layouts/chat.css +230 -85
  130. package/dist/components/layouts/fullpage.css +253 -93
  131. package/dist/components/layouts/hidden-chat.css +172 -62
  132. package/dist/components/layouts/totem.css +151 -50
  133. package/dist/components/layouts/zoomed-full-body.css +338 -34
  134. package/dist/context/widgetSurfaceContext.d.ts +3 -0
  135. package/dist/context/widgetSurfaceContext.js +11 -0
  136. package/dist/context/widgetSurfaceContext.js.map +1 -0
  137. package/dist/helpers/constants.d.ts +4 -0
  138. package/dist/helpers/constants.js +50 -1
  139. package/dist/helpers/constants.js.map +1 -1
  140. package/dist/helpers/convertDocument.d.ts +1 -0
  141. package/dist/helpers/convertDocument.js +24 -0
  142. package/dist/helpers/convertDocument.js.map +1 -0
  143. package/dist/helpers/credits.d.ts +5 -2
  144. package/dist/helpers/credits.js +5 -1
  145. package/dist/helpers/credits.js.map +1 -1
  146. package/dist/helpers/media.js +18 -3
  147. package/dist/helpers/media.js.map +1 -1
  148. package/dist/helpers/message.d.ts +1 -1
  149. package/dist/helpers/message.js +4 -4
  150. package/dist/helpers/message.js.map +1 -1
  151. package/dist/helpers/nats/getNatsConfig.d.ts +9 -0
  152. package/dist/helpers/nats/getNatsConfig.js +65 -0
  153. package/dist/helpers/nats/getNatsConfig.js.map +1 -0
  154. package/dist/helpers/nats/isSessionExpiredError.d.ts +3 -0
  155. package/dist/helpers/nats/isSessionExpiredError.js +36 -0
  156. package/dist/helpers/nats/isSessionExpiredError.js.map +1 -0
  157. package/dist/helpers/nats/useNats.d.ts +12 -0
  158. package/dist/helpers/nats/useNats.js +75 -0
  159. package/dist/helpers/nats/useNats.js.map +1 -0
  160. package/dist/helpers/nats/useNatsSession.d.ts +28 -0
  161. package/dist/helpers/nats/useNatsSession.js +212 -0
  162. package/dist/helpers/nats/useNatsSession.js.map +1 -0
  163. package/dist/helpers/positionPopover.d.ts +1 -0
  164. package/dist/helpers/positionPopover.js +7 -0
  165. package/dist/helpers/positionPopover.js.map +1 -0
  166. package/dist/helpers/tts/muteSpeaker.d.ts +13 -0
  167. package/dist/helpers/tts/muteSpeaker.js +26 -0
  168. package/dist/helpers/tts/muteSpeaker.js.map +1 -0
  169. package/dist/helpers/tts/useTTS.js +18 -9
  170. package/dist/helpers/tts/useTTS.js.map +1 -1
  171. package/dist/helpers/usePressTooltip.d.ts +13 -0
  172. package/dist/helpers/usePressTooltip.js +23 -0
  173. package/dist/helpers/usePressTooltip.js.map +1 -0
  174. package/dist/helpers/utils.d.ts +21 -0
  175. package/dist/helpers/utils.js +75 -4
  176. package/dist/helpers/utils.js.map +1 -1
  177. package/dist/index.js +16 -16
  178. package/dist/index.js.map +1 -1
  179. package/dist/locales/de.json +12 -1
  180. package/dist/locales/en.json +13 -2
  181. package/dist/locales/es.json +12 -1
  182. package/dist/locales/fr.json +12 -1
  183. package/dist/locales/it.json +13 -2
  184. package/dist/styles.css +1 -163
  185. package/dist/types/integration.d.ts +3 -0
  186. package/dist/types/integration.js +16 -0
  187. package/dist/types/integration.js.map +1 -0
  188. package/dist/version.d.ts +1 -1
  189. package/dist/version.js +1 -1
  190. package/dist/version.js.map +1 -1
  191. package/esm/components/AgeVerificationModal/AgeVerificationModal.css +9 -4
  192. package/esm/components/AgeVerificationModal/AgeVerificationModal.js +8 -3
  193. package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
  194. package/esm/components/Auth/Auth.js +3 -1
  195. package/esm/components/Auth/Auth.js.map +1 -1
  196. package/esm/components/Avatar/Avatar.js +5 -10
  197. package/esm/components/Avatar/Avatar.js.map +1 -1
  198. package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +9 -2
  199. package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -1
  200. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js +2 -2
  201. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -1
  202. package/esm/components/Avatar/AvatarView/AvatarComponent/constants.d.ts +2 -0
  203. package/esm/components/Avatar/AvatarView/AvatarComponent/constants.js +13 -4
  204. package/esm/components/Avatar/AvatarView/AvatarComponent/constants.js.map +1 -1
  205. package/esm/components/Chat/Chat.css +137 -34
  206. package/esm/components/Chat/Chat.d.ts +3 -0
  207. package/esm/components/Chat/Chat.js +68 -58
  208. package/esm/components/Chat/Chat.js.map +1 -1
  209. package/esm/components/ChatBubble/ChatBubble.css +150 -32
  210. package/esm/components/ChatBubble/ChatBubble.d.ts +1 -0
  211. package/esm/components/ChatBubble/ChatBubble.js +123 -96
  212. package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
  213. package/esm/components/ChatHistoryDrawer/ChatHistory.css +5 -0
  214. package/esm/components/ChatHistoryDrawer/ChatHistory.js +27 -10
  215. package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
  216. package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.css +6 -1
  217. package/esm/components/ChatInputs/ChatInputs.css +332 -149
  218. package/esm/components/ChatInputs/ChatInputs.d.ts +2 -0
  219. package/esm/components/ChatInputs/ChatInputs.js +5 -6
  220. package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
  221. package/esm/components/ChatTextArea/ChatTextArea.css +31 -27
  222. package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js +6 -3
  223. package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
  224. package/esm/components/ContentPreviewModal/ContentPreviewModal.js +3 -1
  225. package/esm/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
  226. package/esm/components/DateSelector/DateSelector.css +25 -2
  227. package/esm/components/DateSelector/DateSelector.d.ts +2 -1
  228. package/esm/components/DateSelector/DateSelector.js +17 -7
  229. package/esm/components/DateSelector/DateSelector.js.map +1 -1
  230. package/esm/components/ExpertsDrawer/ExpertsDrawer.js +3 -1
  231. package/esm/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
  232. package/esm/components/FilePreview/FilePreview.css +1 -1
  233. package/esm/components/FilePreview/FilePreview.js +24 -7
  234. package/esm/components/FilePreview/FilePreview.js.map +1 -1
  235. package/esm/components/Header/ChatConsumptionDropdown.d.ts +3 -1
  236. package/esm/components/Header/ChatConsumptionDropdown.js +7 -5
  237. package/esm/components/Header/ChatConsumptionDropdown.js.map +1 -1
  238. package/esm/components/Header/Header.css +210 -39
  239. package/esm/components/Header/Header.d.ts +1 -0
  240. package/esm/components/Header/Header.js +136 -52
  241. package/esm/components/Header/Header.js.map +1 -1
  242. package/esm/components/IconButton/IconButton.css +144 -0
  243. package/esm/components/IconButton/IconButton.d.ts +9 -0
  244. package/esm/components/IconButton/IconButton.js +33 -0
  245. package/esm/components/IconButton/IconButton.js.map +1 -0
  246. package/esm/components/KnownFacts/KnownFacts.css +22 -9
  247. package/esm/components/KnownFacts/KnownFacts.js +20 -9
  248. package/esm/components/KnownFacts/KnownFacts.js.map +1 -1
  249. package/esm/components/LoginDrawer/LoginDrawer.css +42 -0
  250. package/esm/components/LoginDrawer/LoginDrawer.js +3 -1
  251. package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
  252. package/esm/components/MediaWidget/MediaItemWidget.js +16 -14
  253. package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
  254. package/esm/components/MediaWidget/MediaItemWidget.utils.d.ts +3 -2
  255. package/esm/components/MediaWidget/MediaItemWidget.utils.js +27 -6
  256. package/esm/components/MediaWidget/MediaItemWidget.utils.js.map +1 -1
  257. package/esm/components/MediaWidget/MediaPreviewModal.js +6 -7
  258. package/esm/components/MediaWidget/MediaPreviewModal.js.map +1 -1
  259. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +7 -2
  260. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +36 -19
  261. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +252 -170
  262. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.d.ts +1 -0
  263. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +25 -16
  264. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
  265. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +11 -2
  266. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +2 -2
  267. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
  268. package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +1 -0
  269. package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +2 -2
  270. package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -1
  271. package/esm/components/MemoriWidget/MemoriWidget.css +6 -5
  272. package/esm/components/MemoriWidget/MemoriWidget.d.ts +1 -0
  273. package/esm/components/MemoriWidget/MemoriWidget.js +821 -458
  274. package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
  275. package/esm/components/MicrophoneButton/MicrophoneButton.css +4 -131
  276. package/esm/components/MicrophoneButton/MicrophoneButton.js +3 -2
  277. package/esm/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
  278. package/esm/components/MobileSessionPanel/MobileSessionPanel.css +29 -7
  279. package/esm/components/MobileSessionPanel/MobileSessionPanel.d.ts +6 -1
  280. package/esm/components/MobileSessionPanel/MobileSessionPanel.js +12 -9
  281. package/esm/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
  282. package/esm/components/PositionPopover/PositionPopover.d.ts +2 -0
  283. package/esm/components/PositionPopover/PositionPopover.js +20 -12
  284. package/esm/components/PositionPopover/PositionPopover.js.map +1 -1
  285. package/esm/components/PoweredBy/PoweredBy.css +4 -3
  286. package/esm/components/SettingsDrawer/SettingsDrawer.js +4 -2
  287. package/esm/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
  288. package/esm/components/ShareButton/ShareButton.css +3 -2
  289. package/esm/components/ShareButton/ShareButton.js +4 -5
  290. package/esm/components/ShareButton/ShareButton.js.map +1 -1
  291. package/esm/components/StartPanel/StartPanel.css +8 -10
  292. package/esm/components/StartPanel/StartPanel.js +13 -8
  293. package/esm/components/StartPanel/StartPanel.js.map +1 -1
  294. package/esm/components/UploadButton/UploadButton.css +3 -21
  295. package/esm/components/UploadButton/UploadButton.d.ts +1 -0
  296. package/esm/components/UploadButton/UploadButton.js +34 -23
  297. package/esm/components/UploadButton/UploadButton.js.map +1 -1
  298. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.d.ts +1 -6
  299. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +47 -113
  300. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  301. package/esm/components/UploadButton/UploadImages/UploadImages.js +4 -2
  302. package/esm/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
  303. package/esm/components/WhyThisAnswer/WhyThisAnswer.js +3 -1
  304. package/esm/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
  305. package/esm/components/layouts/Chat.js +70 -82
  306. package/esm/components/layouts/Chat.js.map +1 -1
  307. package/esm/components/layouts/FullPage.js +91 -43
  308. package/esm/components/layouts/FullPage.js.map +1 -1
  309. package/esm/components/layouts/HiddenChat.js +13 -238
  310. package/esm/components/layouts/HiddenChat.js.map +1 -1
  311. package/esm/components/layouts/Totem.js +10 -1
  312. package/esm/components/layouts/Totem.js.map +1 -1
  313. package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js +30 -3
  314. package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -1
  315. package/esm/components/layouts/WebsiteAssistant/website-assistant.css +175 -61
  316. package/esm/components/layouts/ZoomedFullBody.js +91 -43
  317. package/esm/components/layouts/ZoomedFullBody.js.map +1 -1
  318. package/esm/components/layouts/chat.css +230 -85
  319. package/esm/components/layouts/fullpage.css +253 -93
  320. package/esm/components/layouts/hidden-chat.css +172 -62
  321. package/esm/components/layouts/totem.css +151 -50
  322. package/esm/components/layouts/zoomed-full-body.css +338 -34
  323. package/esm/context/widgetSurfaceContext.d.ts +3 -0
  324. package/esm/context/widgetSurfaceContext.js +7 -0
  325. package/esm/context/widgetSurfaceContext.js.map +1 -0
  326. package/esm/helpers/constants.d.ts +4 -0
  327. package/esm/helpers/constants.js +49 -0
  328. package/esm/helpers/constants.js.map +1 -1
  329. package/esm/helpers/convertDocument.d.ts +1 -0
  330. package/esm/helpers/convertDocument.js +20 -0
  331. package/esm/helpers/convertDocument.js.map +1 -0
  332. package/esm/helpers/credits.d.ts +5 -2
  333. package/esm/helpers/credits.js +5 -1
  334. package/esm/helpers/credits.js.map +1 -1
  335. package/esm/helpers/media.js +18 -3
  336. package/esm/helpers/media.js.map +1 -1
  337. package/esm/helpers/message.d.ts +1 -1
  338. package/esm/helpers/message.js +2 -2
  339. package/esm/helpers/message.js.map +1 -1
  340. package/esm/helpers/nats/getNatsConfig.d.ts +9 -0
  341. package/esm/helpers/nats/getNatsConfig.js +61 -0
  342. package/esm/helpers/nats/getNatsConfig.js.map +1 -0
  343. package/esm/helpers/nats/isSessionExpiredError.d.ts +3 -0
  344. package/esm/helpers/nats/isSessionExpiredError.js +32 -0
  345. package/esm/helpers/nats/isSessionExpiredError.js.map +1 -0
  346. package/esm/helpers/nats/useNats.d.ts +12 -0
  347. package/esm/helpers/nats/useNats.js +72 -0
  348. package/esm/helpers/nats/useNats.js.map +1 -0
  349. package/esm/helpers/nats/useNatsSession.d.ts +28 -0
  350. package/esm/helpers/nats/useNatsSession.js +208 -0
  351. package/esm/helpers/nats/useNatsSession.js.map +1 -0
  352. package/esm/helpers/positionPopover.d.ts +1 -0
  353. package/esm/helpers/positionPopover.js +4 -0
  354. package/esm/helpers/positionPopover.js.map +1 -0
  355. package/esm/helpers/tts/muteSpeaker.d.ts +13 -0
  356. package/esm/helpers/tts/muteSpeaker.js +21 -0
  357. package/esm/helpers/tts/muteSpeaker.js.map +1 -0
  358. package/esm/helpers/tts/useTTS.js +18 -9
  359. package/esm/helpers/tts/useTTS.js.map +1 -1
  360. package/esm/helpers/usePressTooltip.d.ts +13 -0
  361. package/esm/helpers/usePressTooltip.js +20 -0
  362. package/esm/helpers/usePressTooltip.js.map +1 -0
  363. package/esm/helpers/utils.d.ts +21 -0
  364. package/esm/helpers/utils.js +68 -3
  365. package/esm/helpers/utils.js.map +1 -1
  366. package/esm/index.js +17 -17
  367. package/esm/index.js.map +1 -1
  368. package/esm/locales/de.json +12 -1
  369. package/esm/locales/en.json +13 -2
  370. package/esm/locales/es.json +12 -1
  371. package/esm/locales/fr.json +12 -1
  372. package/esm/locales/it.json +13 -2
  373. package/esm/styles.css +1 -163
  374. package/esm/types/integration.d.ts +3 -0
  375. package/esm/types/integration.js +11 -0
  376. package/esm/types/integration.js.map +1 -0
  377. package/esm/version.d.ts +1 -1
  378. package/esm/version.js +1 -1
  379. package/esm/version.js.map +1 -1
  380. package/package.json +13 -6
  381. package/src/__snapshots__/index.test.tsx.snap +0 -50
  382. package/src/components/AgeVerificationModal/AgeVerificationModal.css +9 -4
  383. package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +13 -2
  384. package/src/components/Auth/Auth.tsx +3 -0
  385. package/src/components/Avatar/Avatar.stories.tsx +45 -28
  386. package/src/components/Avatar/Avatar.test.tsx +54 -0
  387. package/src/components/Avatar/Avatar.tsx +8 -12
  388. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +12 -5
  389. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.ts +2 -1
  390. package/src/components/Avatar/AvatarView/AvatarComponent/constants.ts +16 -4
  391. package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +164 -0
  392. package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +10 -10
  393. package/src/components/Chat/Chat.css +137 -34
  394. package/src/components/Chat/Chat.tsx +43 -22
  395. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +7429 -7603
  396. package/src/components/ChatBubble/ChatBubble.css +150 -32
  397. package/src/components/ChatBubble/ChatBubble.test.tsx +65 -1
  398. package/src/components/ChatBubble/ChatBubble.tsx +168 -90
  399. package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +6491 -6387
  400. package/src/components/ChatHistoryDrawer/ChatHistory.css +5 -0
  401. package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +77 -1
  402. package/src/components/ChatHistoryDrawer/ChatHistory.tsx +59 -27
  403. package/src/components/ChatHistoryDrawer/ChatResumeDrawer.css +6 -1
  404. package/src/components/ChatInputs/ChatInputs.css +332 -149
  405. package/src/components/ChatInputs/ChatInputs.tsx +24 -11
  406. package/src/components/ChatTextArea/ChatTextArea.css +31 -27
  407. package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +8 -4
  408. package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +6 -6
  409. package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +3 -0
  410. package/src/components/DateSelector/DateSelector.css +25 -2
  411. package/src/components/DateSelector/DateSelector.stories.tsx +11 -2
  412. package/src/components/DateSelector/DateSelector.tsx +28 -9
  413. package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +3 -0
  414. package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +2 -2
  415. package/src/components/FilePreview/FilePreview.css +1 -1
  416. package/src/components/FilePreview/FilePreview.stories.tsx +0 -3
  417. package/src/components/FilePreview/FilePreview.tsx +28 -7
  418. package/src/components/Header/ChatConsumptionDropdown.tsx +18 -6
  419. package/src/components/Header/Header.css +210 -39
  420. package/src/components/Header/Header.test.tsx +55 -1
  421. package/src/components/Header/Header.tsx +456 -160
  422. package/src/components/Header/__snapshots__/Header.test.tsx.snap +194 -135
  423. package/src/components/IconButton/IconButton.css +144 -0
  424. package/src/components/IconButton/IconButton.tsx +89 -0
  425. package/src/components/KnownFacts/KnownFacts.css +22 -9
  426. package/src/components/KnownFacts/KnownFacts.tsx +20 -3
  427. package/src/components/LoginDrawer/LoginDrawer.css +42 -0
  428. package/src/components/LoginDrawer/LoginDrawer.tsx +3 -0
  429. package/src/components/MediaWidget/MediaItemWidget.tsx +26 -13
  430. package/src/components/MediaWidget/MediaItemWidget.utils.test.ts +45 -2
  431. package/src/components/MediaWidget/MediaItemWidget.utils.ts +39 -6
  432. package/src/components/MediaWidget/MediaPreviewModal.tsx +9 -7
  433. package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +218 -2252
  434. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +7 -2
  435. package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +36 -19
  436. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +252 -170
  437. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +88 -87
  438. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +11 -2
  439. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +4 -3
  440. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +1 -0
  441. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +2 -2
  442. package/src/components/MemoriWidget/MemoriWidget.css +6 -5
  443. package/src/components/MemoriWidget/MemoriWidget.tsx +1294 -764
  444. package/src/components/MicrophoneButton/MicrophoneButton.css +4 -131
  445. package/src/components/MicrophoneButton/MicrophoneButton.tsx +5 -5
  446. package/src/components/MobileSessionPanel/MobileSessionPanel.css +29 -7
  447. package/src/components/MobileSessionPanel/MobileSessionPanel.test.tsx +44 -0
  448. package/src/components/MobileSessionPanel/MobileSessionPanel.tsx +60 -38
  449. package/src/components/PositionPopover/PositionPopover.tsx +32 -20
  450. package/src/components/PoweredBy/PoweredBy.css +4 -3
  451. package/src/components/SettingsDrawer/SettingsDrawer.tsx +4 -1
  452. package/src/components/ShareButton/ShareButton.css +3 -2
  453. package/src/components/ShareButton/ShareButton.tsx +14 -12
  454. package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +36 -27
  455. package/src/components/StartPanel/StartPanel.css +8 -10
  456. package/src/components/StartPanel/StartPanel.stories.tsx +23 -1
  457. package/src/components/StartPanel/StartPanel.test.tsx +64 -1
  458. package/src/components/StartPanel/StartPanel.tsx +30 -10
  459. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +287 -86
  460. package/src/components/UploadButton/UploadButton.css +3 -21
  461. package/src/components/UploadButton/UploadButton.stories.tsx +3 -3
  462. package/src/components/UploadButton/UploadButton.tsx +50 -33
  463. package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +59 -143
  464. package/src/components/UploadButton/UploadImages/UploadImages.tsx +4 -1
  465. package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +33 -29
  466. package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +3 -0
  467. package/src/components/layouts/Chat.tsx +235 -239
  468. package/src/components/layouts/FullPage.tsx +160 -65
  469. package/src/components/layouts/HiddenChat.tsx +20 -413
  470. package/src/components/layouts/Totem.tsx +20 -3
  471. package/src/components/layouts/WebsiteAssistant/WebsiteAssistant.tsx +72 -16
  472. package/src/components/layouts/WebsiteAssistant/__snapshots__/WebsiteAssistant.test.tsx.snap +60 -44
  473. package/src/components/layouts/WebsiteAssistant/website-assistant.css +175 -61
  474. package/src/components/layouts/ZoomedFullBody.tsx +163 -67
  475. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +597 -583
  476. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +1186 -1146
  477. package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +409 -435
  478. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +590 -602
  479. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +585 -565
  480. package/src/components/layouts/chat.css +230 -85
  481. package/src/components/layouts/fullpage.css +253 -93
  482. package/src/components/layouts/hidden-chat.css +172 -62
  483. package/src/components/layouts/layouts.stories.tsx +135 -15
  484. package/src/components/layouts/totem.css +151 -50
  485. package/src/components/layouts/zoomed-full-body.css +338 -34
  486. package/src/context/widgetSurfaceContext.tsx +14 -0
  487. package/src/helpers/constants.ts +56 -1
  488. package/src/helpers/convertDocument.test.ts +67 -0
  489. package/src/helpers/convertDocument.ts +35 -0
  490. package/src/helpers/credits.ts +16 -1
  491. package/src/helpers/media.test.ts +36 -0
  492. package/src/helpers/media.ts +39 -12
  493. package/src/helpers/message.test.ts +28 -1
  494. package/src/helpers/message.ts +4 -4
  495. package/src/helpers/nats/getNatsConfig.ts +145 -0
  496. package/src/helpers/nats/isSessionExpiredError.test.ts +38 -0
  497. package/src/helpers/nats/isSessionExpiredError.ts +51 -0
  498. package/src/helpers/nats/useNats.ts +124 -0
  499. package/src/helpers/nats/useNatsSession.ts +394 -0
  500. package/src/helpers/positionPopover.test.ts +39 -0
  501. package/src/helpers/positionPopover.ts +16 -0
  502. package/src/helpers/tts/muteSpeaker.test.ts +81 -0
  503. package/src/helpers/tts/muteSpeaker.ts +46 -0
  504. package/src/helpers/tts/useTTS.ts +32 -22
  505. package/src/helpers/usePressTooltip.ts +29 -0
  506. package/src/helpers/utils.test.ts +162 -0
  507. package/src/helpers/utils.ts +108 -3
  508. package/src/index.stories.tsx +32 -0
  509. package/src/index.tsx +1 -5
  510. package/src/locales/de.json +12 -1
  511. package/src/locales/en.json +13 -2
  512. package/src/locales/es.json +12 -1
  513. package/src/locales/fr.json +12 -1
  514. package/src/locales/it.json +13 -2
  515. package/src/styles.css +113 -15
  516. package/src/types/integration.test.ts +32 -0
  517. package/src/types/integration.ts +31 -0
  518. package/src/version.ts +1 -1
  519. package/dist/components/PositionDrawer/PositionDrawer.d.ts +0 -12
  520. package/dist/components/PositionDrawer/PositionDrawer.js +0 -17
  521. package/dist/components/PositionDrawer/PositionDrawer.js.map +0 -1
  522. package/dist/components/icons/AI.d.ts +0 -6
  523. package/dist/components/icons/AI.js +0 -6
  524. package/dist/components/icons/AI.js.map +0 -1
  525. package/dist/components/icons/Alert.d.ts +0 -6
  526. package/dist/components/icons/Alert.js +0 -6
  527. package/dist/components/icons/Alert.js.map +0 -1
  528. package/dist/components/icons/ArrowUp.d.ts +0 -6
  529. package/dist/components/icons/ArrowUp.js +0 -6
  530. package/dist/components/icons/ArrowUp.js.map +0 -1
  531. package/dist/components/icons/Bug.d.ts +0 -6
  532. package/dist/components/icons/Bug.js +0 -6
  533. package/dist/components/icons/Bug.js.map +0 -1
  534. package/dist/components/icons/Chat.d.ts +0 -6
  535. package/dist/components/icons/Chat.js +0 -6
  536. package/dist/components/icons/Chat.js.map +0 -1
  537. package/dist/components/icons/ChevronDown.d.ts +0 -6
  538. package/dist/components/icons/ChevronDown.js +0 -6
  539. package/dist/components/icons/ChevronDown.js.map +0 -1
  540. package/dist/components/icons/ChevronLeft.d.ts +0 -6
  541. package/dist/components/icons/ChevronLeft.js +0 -6
  542. package/dist/components/icons/ChevronLeft.js.map +0 -1
  543. package/dist/components/icons/ChevronRight.d.ts +0 -6
  544. package/dist/components/icons/ChevronRight.js +0 -6
  545. package/dist/components/icons/ChevronRight.js.map +0 -1
  546. package/dist/components/icons/ChevronUp.d.ts +0 -6
  547. package/dist/components/icons/ChevronUp.js +0 -6
  548. package/dist/components/icons/ChevronUp.js.map +0 -1
  549. package/dist/components/icons/Clear.d.ts +0 -6
  550. package/dist/components/icons/Clear.js +0 -6
  551. package/dist/components/icons/Clear.js.map +0 -1
  552. package/dist/components/icons/Close.d.ts +0 -7
  553. package/dist/components/icons/Close.js +0 -6
  554. package/dist/components/icons/Close.js.map +0 -1
  555. package/dist/components/icons/Code.d.ts +0 -6
  556. package/dist/components/icons/Code.js +0 -6
  557. package/dist/components/icons/Code.js.map +0 -1
  558. package/dist/components/icons/Copy.d.ts +0 -6
  559. package/dist/components/icons/Copy.js +0 -6
  560. package/dist/components/icons/Copy.js.map +0 -1
  561. package/dist/components/icons/DeepThought.d.ts +0 -6
  562. package/dist/components/icons/DeepThought.js +0 -6
  563. package/dist/components/icons/DeepThought.js.map +0 -1
  564. package/dist/components/icons/Delete.d.ts +0 -6
  565. package/dist/components/icons/Delete.js +0 -6
  566. package/dist/components/icons/Delete.js.map +0 -1
  567. package/dist/components/icons/Document.d.ts +0 -5
  568. package/dist/components/icons/Document.js +0 -10
  569. package/dist/components/icons/Document.js.map +0 -1
  570. package/dist/components/icons/Download.d.ts +0 -6
  571. package/dist/components/icons/Download.js +0 -6
  572. package/dist/components/icons/Download.js.map +0 -1
  573. package/dist/components/icons/Edit.d.ts +0 -6
  574. package/dist/components/icons/Edit.js +0 -6
  575. package/dist/components/icons/Edit.js.map +0 -1
  576. package/dist/components/icons/Expand.d.ts +0 -6
  577. package/dist/components/icons/Expand.js +0 -6
  578. package/dist/components/icons/Expand.js.map +0 -1
  579. package/dist/components/icons/Eye.d.ts +0 -6
  580. package/dist/components/icons/Eye.js +0 -6
  581. package/dist/components/icons/Eye.js.map +0 -1
  582. package/dist/components/icons/EyeInvisible.d.ts +0 -6
  583. package/dist/components/icons/EyeInvisible.js +0 -6
  584. package/dist/components/icons/EyeInvisible.js.map +0 -1
  585. package/dist/components/icons/Facebook.d.ts +0 -6
  586. package/dist/components/icons/Facebook.js +0 -6
  587. package/dist/components/icons/Facebook.js.map +0 -1
  588. package/dist/components/icons/Feedback.d.ts +0 -6
  589. package/dist/components/icons/Feedback.js +0 -6
  590. package/dist/components/icons/Feedback.js.map +0 -1
  591. package/dist/components/icons/File.d.ts +0 -6
  592. package/dist/components/icons/File.js +0 -6
  593. package/dist/components/icons/File.js.map +0 -1
  594. package/dist/components/icons/FileExcel.d.ts +0 -6
  595. package/dist/components/icons/FileExcel.js +0 -6
  596. package/dist/components/icons/FileExcel.js.map +0 -1
  597. package/dist/components/icons/FilePdf.d.ts +0 -6
  598. package/dist/components/icons/FilePdf.js +0 -6
  599. package/dist/components/icons/FilePdf.js.map +0 -1
  600. package/dist/components/icons/FileWord.d.ts +0 -6
  601. package/dist/components/icons/FileWord.js +0 -6
  602. package/dist/components/icons/FileWord.js.map +0 -1
  603. package/dist/components/icons/Fullscreen.d.ts +0 -6
  604. package/dist/components/icons/Fullscreen.js +0 -6
  605. package/dist/components/icons/Fullscreen.js.map +0 -1
  606. package/dist/components/icons/FullscreenExit.d.ts +0 -6
  607. package/dist/components/icons/FullscreenExit.js +0 -6
  608. package/dist/components/icons/FullscreenExit.js.map +0 -1
  609. package/dist/components/icons/Group.d.ts +0 -6
  610. package/dist/components/icons/Group.js +0 -6
  611. package/dist/components/icons/Group.js.map +0 -1
  612. package/dist/components/icons/History.d.ts +0 -7
  613. package/dist/components/icons/History.js +0 -6
  614. package/dist/components/icons/History.js.map +0 -1
  615. package/dist/components/icons/Image.d.ts +0 -4
  616. package/dist/components/icons/Image.js +0 -9
  617. package/dist/components/icons/Image.js.map +0 -1
  618. package/dist/components/icons/Info.d.ts +0 -6
  619. package/dist/components/icons/Info.js +0 -6
  620. package/dist/components/icons/Info.js.map +0 -1
  621. package/dist/components/icons/Link.d.ts +0 -6
  622. package/dist/components/icons/Link.js +0 -6
  623. package/dist/components/icons/Link.js.map +0 -1
  624. package/dist/components/icons/Linkedin.d.ts +0 -6
  625. package/dist/components/icons/Linkedin.js +0 -6
  626. package/dist/components/icons/Linkedin.js.map +0 -1
  627. package/dist/components/icons/Loading.d.ts +0 -7
  628. package/dist/components/icons/Loading.js +0 -10
  629. package/dist/components/icons/Loading.js.map +0 -1
  630. package/dist/components/icons/Logout.d.ts +0 -6
  631. package/dist/components/icons/Logout.js +0 -6
  632. package/dist/components/icons/Logout.js.map +0 -1
  633. package/dist/components/icons/Mail.d.ts +0 -6
  634. package/dist/components/icons/Mail.js +0 -6
  635. package/dist/components/icons/Mail.js.map +0 -1
  636. package/dist/components/icons/MapMarker.d.ts +0 -6
  637. package/dist/components/icons/MapMarker.js +0 -6
  638. package/dist/components/icons/MapMarker.js.map +0 -1
  639. package/dist/components/icons/MenuHorizontal.d.ts +0 -7
  640. package/dist/components/icons/MenuHorizontal.js +0 -6
  641. package/dist/components/icons/MenuHorizontal.js.map +0 -1
  642. package/dist/components/icons/MenuVertical.d.ts +0 -7
  643. package/dist/components/icons/MenuVertical.js +0 -6
  644. package/dist/components/icons/MenuVertical.js.map +0 -1
  645. package/dist/components/icons/Message.d.ts +0 -6
  646. package/dist/components/icons/Message.js +0 -6
  647. package/dist/components/icons/Message.js.map +0 -1
  648. package/dist/components/icons/Microphone.d.ts +0 -6
  649. package/dist/components/icons/Microphone.js +0 -6
  650. package/dist/components/icons/Microphone.js.map +0 -1
  651. package/dist/components/icons/Minus.d.ts +0 -6
  652. package/dist/components/icons/Minus.js +0 -6
  653. package/dist/components/icons/Minus.js.map +0 -1
  654. package/dist/components/icons/MinusCircle.d.ts +0 -6
  655. package/dist/components/icons/MinusCircle.js +0 -6
  656. package/dist/components/icons/MinusCircle.js.map +0 -1
  657. package/dist/components/icons/PaperClip.d.ts +0 -6
  658. package/dist/components/icons/PaperClip.js +0 -6
  659. package/dist/components/icons/PaperClip.js.map +0 -1
  660. package/dist/components/icons/Picture.d.ts +0 -6
  661. package/dist/components/icons/Picture.js +0 -6
  662. package/dist/components/icons/Picture.js.map +0 -1
  663. package/dist/components/icons/Plus.d.ts +0 -6
  664. package/dist/components/icons/Plus.js +0 -6
  665. package/dist/components/icons/Plus.js.map +0 -1
  666. package/dist/components/icons/Preview.d.ts +0 -4
  667. package/dist/components/icons/Preview.js +0 -9
  668. package/dist/components/icons/Preview.js.map +0 -1
  669. package/dist/components/icons/Print.d.ts +0 -6
  670. package/dist/components/icons/Print.js +0 -6
  671. package/dist/components/icons/Print.js.map +0 -1
  672. package/dist/components/icons/QuestionHelp.d.ts +0 -6
  673. package/dist/components/icons/QuestionHelp.js +0 -6
  674. package/dist/components/icons/QuestionHelp.js.map +0 -1
  675. package/dist/components/icons/Refresh.d.ts +0 -6
  676. package/dist/components/icons/Refresh.js +0 -6
  677. package/dist/components/icons/Refresh.js.map +0 -1
  678. package/dist/components/icons/SelectIcon.d.ts +0 -6
  679. package/dist/components/icons/SelectIcon.js +0 -6
  680. package/dist/components/icons/SelectIcon.js.map +0 -1
  681. package/dist/components/icons/Send.d.ts +0 -6
  682. package/dist/components/icons/Send.js +0 -6
  683. package/dist/components/icons/Send.js.map +0 -1
  684. package/dist/components/icons/Setting.d.ts +0 -6
  685. package/dist/components/icons/Setting.js +0 -6
  686. package/dist/components/icons/Setting.js.map +0 -1
  687. package/dist/components/icons/Share.d.ts +0 -6
  688. package/dist/components/icons/Share.js +0 -6
  689. package/dist/components/icons/Share.js.map +0 -1
  690. package/dist/components/icons/Sound.d.ts +0 -6
  691. package/dist/components/icons/Sound.js +0 -6
  692. package/dist/components/icons/Sound.js.map +0 -1
  693. package/dist/components/icons/SoundDeactivated.d.ts +0 -6
  694. package/dist/components/icons/SoundDeactivated.js +0 -6
  695. package/dist/components/icons/SoundDeactivated.js.map +0 -1
  696. package/dist/components/icons/Telegram.d.ts +0 -6
  697. package/dist/components/icons/Telegram.js +0 -6
  698. package/dist/components/icons/Telegram.js.map +0 -1
  699. package/dist/components/icons/ThumbDown.d.ts +0 -6
  700. package/dist/components/icons/ThumbDown.js +0 -6
  701. package/dist/components/icons/ThumbDown.js.map +0 -1
  702. package/dist/components/icons/ThumbUp.d.ts +0 -6
  703. package/dist/components/icons/ThumbUp.js +0 -6
  704. package/dist/components/icons/ThumbUp.js.map +0 -1
  705. package/dist/components/icons/Translation.d.ts +0 -6
  706. package/dist/components/icons/Translation.js +0 -6
  707. package/dist/components/icons/Translation.js.map +0 -1
  708. package/dist/components/icons/Twitter.d.ts +0 -6
  709. package/dist/components/icons/Twitter.js +0 -6
  710. package/dist/components/icons/Twitter.js.map +0 -1
  711. package/dist/components/icons/Upload.d.ts +0 -4
  712. package/dist/components/icons/Upload.js +0 -9
  713. package/dist/components/icons/Upload.js.map +0 -1
  714. package/dist/components/icons/User.d.ts +0 -6
  715. package/dist/components/icons/User.js +0 -6
  716. package/dist/components/icons/User.js.map +0 -1
  717. package/dist/components/icons/Warning.d.ts +0 -6
  718. package/dist/components/icons/Warning.js +0 -6
  719. package/dist/components/icons/Warning.js.map +0 -1
  720. package/dist/components/icons/WhatsApp.d.ts +0 -6
  721. package/dist/components/icons/WhatsApp.js +0 -6
  722. package/dist/components/icons/WhatsApp.js.map +0 -1
  723. package/dist/components/icons/loading.css +0 -14
  724. package/dist/components/layouts/WebsiteAssistant.d.ts +0 -4
  725. package/dist/components/layouts/WebsiteAssistant.js +0 -38
  726. package/dist/components/layouts/WebsiteAssistant.js.map +0 -1
  727. package/dist/components/layouts/website-assistant.css +0 -676
  728. package/dist/components/ui/Alert.css +0 -93
  729. package/dist/components/ui/Alert.d.ts +0 -18
  730. package/dist/components/ui/Alert.js +0 -42
  731. package/dist/components/ui/Alert.js.map +0 -1
  732. package/dist/components/ui/Button.css +0 -167
  733. package/dist/components/ui/Button.d.ts +0 -27
  734. package/dist/components/ui/Button.js +0 -23
  735. package/dist/components/ui/Button.js.map +0 -1
  736. package/dist/components/ui/Card.css +0 -65
  737. package/dist/components/ui/Card.d.ts +0 -13
  738. package/dist/components/ui/Card.js +0 -14
  739. package/dist/components/ui/Card.js.map +0 -1
  740. package/dist/components/ui/Checkbox.css +0 -116
  741. package/dist/components/ui/Checkbox.d.ts +0 -11
  742. package/dist/components/ui/Checkbox.js +0 -20
  743. package/dist/components/ui/Checkbox.js.map +0 -1
  744. package/dist/components/ui/ConfirmDialog.css +0 -42
  745. package/dist/components/ui/ConfirmDialog.d.ts +0 -11
  746. package/dist/components/ui/ConfirmDialog.js +0 -12
  747. package/dist/components/ui/ConfirmDialog.js.map +0 -1
  748. package/dist/components/ui/Details.css +0 -66
  749. package/dist/components/ui/Drawer.css +0 -270
  750. package/dist/components/ui/Drawer.d.ts +0 -46
  751. package/dist/components/ui/Drawer.js +0 -60
  752. package/dist/components/ui/Drawer.js.map +0 -1
  753. package/dist/components/ui/Dropdown.css +0 -173
  754. package/dist/components/ui/Dropdown.d.ts +0 -11
  755. package/dist/components/ui/Dropdown.js +0 -33
  756. package/dist/components/ui/Dropdown.js.map +0 -1
  757. package/dist/components/ui/Expandable.css +0 -15
  758. package/dist/components/ui/Expandable.d.ts +0 -15
  759. package/dist/components/ui/Expandable.js +0 -59
  760. package/dist/components/ui/Expandable.js.map +0 -1
  761. package/dist/components/ui/Modal.css +0 -98
  762. package/dist/components/ui/Modal.d.ts +0 -16
  763. package/dist/components/ui/Modal.js +0 -24
  764. package/dist/components/ui/Modal.js.map +0 -1
  765. package/dist/components/ui/Select.css +0 -138
  766. package/dist/components/ui/Select.d.ts +0 -17
  767. package/dist/components/ui/Select.js +0 -17
  768. package/dist/components/ui/Select.js.map +0 -1
  769. package/dist/components/ui/Slider.css +0 -192
  770. package/dist/components/ui/Slider.d.ts +0 -12
  771. package/dist/components/ui/Slider.js +0 -78
  772. package/dist/components/ui/Slider.js.map +0 -1
  773. package/dist/components/ui/Spin.css +0 -31
  774. package/dist/components/ui/Spin.d.ts +0 -9
  775. package/dist/components/ui/Spin.js +0 -12
  776. package/dist/components/ui/Spin.js.map +0 -1
  777. package/dist/components/ui/Table.css +0 -132
  778. package/dist/components/ui/Tooltip.css +0 -171
  779. package/dist/components/ui/Tooltip.d.ts +0 -11
  780. package/dist/components/ui/Tooltip.js +0 -90
  781. package/dist/components/ui/Tooltip.js.map +0 -1
  782. package/esm/components/PositionDrawer/PositionDrawer.d.ts +0 -12
  783. package/esm/components/PositionDrawer/PositionDrawer.js +0 -14
  784. package/esm/components/PositionDrawer/PositionDrawer.js.map +0 -1
  785. package/esm/components/icons/AI.d.ts +0 -6
  786. package/esm/components/icons/AI.js +0 -4
  787. package/esm/components/icons/AI.js.map +0 -1
  788. package/esm/components/icons/Alert.d.ts +0 -6
  789. package/esm/components/icons/Alert.js +0 -4
  790. package/esm/components/icons/Alert.js.map +0 -1
  791. package/esm/components/icons/ArrowUp.d.ts +0 -6
  792. package/esm/components/icons/ArrowUp.js +0 -4
  793. package/esm/components/icons/ArrowUp.js.map +0 -1
  794. package/esm/components/icons/Bug.d.ts +0 -6
  795. package/esm/components/icons/Bug.js +0 -4
  796. package/esm/components/icons/Bug.js.map +0 -1
  797. package/esm/components/icons/Chat.d.ts +0 -6
  798. package/esm/components/icons/Chat.js +0 -4
  799. package/esm/components/icons/Chat.js.map +0 -1
  800. package/esm/components/icons/ChevronDown.d.ts +0 -6
  801. package/esm/components/icons/ChevronDown.js +0 -4
  802. package/esm/components/icons/ChevronDown.js.map +0 -1
  803. package/esm/components/icons/ChevronLeft.d.ts +0 -6
  804. package/esm/components/icons/ChevronLeft.js +0 -4
  805. package/esm/components/icons/ChevronLeft.js.map +0 -1
  806. package/esm/components/icons/ChevronRight.d.ts +0 -6
  807. package/esm/components/icons/ChevronRight.js +0 -4
  808. package/esm/components/icons/ChevronRight.js.map +0 -1
  809. package/esm/components/icons/ChevronUp.d.ts +0 -6
  810. package/esm/components/icons/ChevronUp.js +0 -4
  811. package/esm/components/icons/ChevronUp.js.map +0 -1
  812. package/esm/components/icons/Clear.d.ts +0 -6
  813. package/esm/components/icons/Clear.js +0 -4
  814. package/esm/components/icons/Clear.js.map +0 -1
  815. package/esm/components/icons/Close.d.ts +0 -7
  816. package/esm/components/icons/Close.js +0 -4
  817. package/esm/components/icons/Close.js.map +0 -1
  818. package/esm/components/icons/Code.d.ts +0 -6
  819. package/esm/components/icons/Code.js +0 -4
  820. package/esm/components/icons/Code.js.map +0 -1
  821. package/esm/components/icons/Copy.d.ts +0 -6
  822. package/esm/components/icons/Copy.js +0 -4
  823. package/esm/components/icons/Copy.js.map +0 -1
  824. package/esm/components/icons/DeepThought.d.ts +0 -6
  825. package/esm/components/icons/DeepThought.js +0 -4
  826. package/esm/components/icons/DeepThought.js.map +0 -1
  827. package/esm/components/icons/Delete.d.ts +0 -6
  828. package/esm/components/icons/Delete.js +0 -4
  829. package/esm/components/icons/Delete.js.map +0 -1
  830. package/esm/components/icons/Document.d.ts +0 -5
  831. package/esm/components/icons/Document.js +0 -6
  832. package/esm/components/icons/Document.js.map +0 -1
  833. package/esm/components/icons/Download.d.ts +0 -6
  834. package/esm/components/icons/Download.js +0 -4
  835. package/esm/components/icons/Download.js.map +0 -1
  836. package/esm/components/icons/Edit.d.ts +0 -6
  837. package/esm/components/icons/Edit.js +0 -4
  838. package/esm/components/icons/Edit.js.map +0 -1
  839. package/esm/components/icons/Expand.d.ts +0 -6
  840. package/esm/components/icons/Expand.js +0 -4
  841. package/esm/components/icons/Expand.js.map +0 -1
  842. package/esm/components/icons/Eye.d.ts +0 -6
  843. package/esm/components/icons/Eye.js +0 -4
  844. package/esm/components/icons/Eye.js.map +0 -1
  845. package/esm/components/icons/EyeInvisible.d.ts +0 -6
  846. package/esm/components/icons/EyeInvisible.js +0 -4
  847. package/esm/components/icons/EyeInvisible.js.map +0 -1
  848. package/esm/components/icons/Facebook.d.ts +0 -6
  849. package/esm/components/icons/Facebook.js +0 -4
  850. package/esm/components/icons/Facebook.js.map +0 -1
  851. package/esm/components/icons/Feedback.d.ts +0 -6
  852. package/esm/components/icons/Feedback.js +0 -4
  853. package/esm/components/icons/Feedback.js.map +0 -1
  854. package/esm/components/icons/File.d.ts +0 -6
  855. package/esm/components/icons/File.js +0 -4
  856. package/esm/components/icons/File.js.map +0 -1
  857. package/esm/components/icons/FileExcel.d.ts +0 -6
  858. package/esm/components/icons/FileExcel.js +0 -4
  859. package/esm/components/icons/FileExcel.js.map +0 -1
  860. package/esm/components/icons/FilePdf.d.ts +0 -6
  861. package/esm/components/icons/FilePdf.js +0 -4
  862. package/esm/components/icons/FilePdf.js.map +0 -1
  863. package/esm/components/icons/FileWord.d.ts +0 -6
  864. package/esm/components/icons/FileWord.js +0 -4
  865. package/esm/components/icons/FileWord.js.map +0 -1
  866. package/esm/components/icons/Fullscreen.d.ts +0 -6
  867. package/esm/components/icons/Fullscreen.js +0 -4
  868. package/esm/components/icons/Fullscreen.js.map +0 -1
  869. package/esm/components/icons/FullscreenExit.d.ts +0 -6
  870. package/esm/components/icons/FullscreenExit.js +0 -4
  871. package/esm/components/icons/FullscreenExit.js.map +0 -1
  872. package/esm/components/icons/Group.d.ts +0 -6
  873. package/esm/components/icons/Group.js +0 -4
  874. package/esm/components/icons/Group.js.map +0 -1
  875. package/esm/components/icons/History.d.ts +0 -7
  876. package/esm/components/icons/History.js +0 -4
  877. package/esm/components/icons/History.js.map +0 -1
  878. package/esm/components/icons/Image.d.ts +0 -4
  879. package/esm/components/icons/Image.js +0 -5
  880. package/esm/components/icons/Image.js.map +0 -1
  881. package/esm/components/icons/Info.d.ts +0 -6
  882. package/esm/components/icons/Info.js +0 -4
  883. package/esm/components/icons/Info.js.map +0 -1
  884. package/esm/components/icons/Link.d.ts +0 -6
  885. package/esm/components/icons/Link.js +0 -4
  886. package/esm/components/icons/Link.js.map +0 -1
  887. package/esm/components/icons/Linkedin.d.ts +0 -6
  888. package/esm/components/icons/Linkedin.js +0 -4
  889. package/esm/components/icons/Linkedin.js.map +0 -1
  890. package/esm/components/icons/Loading.d.ts +0 -7
  891. package/esm/components/icons/Loading.js +0 -7
  892. package/esm/components/icons/Loading.js.map +0 -1
  893. package/esm/components/icons/Logout.d.ts +0 -6
  894. package/esm/components/icons/Logout.js +0 -4
  895. package/esm/components/icons/Logout.js.map +0 -1
  896. package/esm/components/icons/Mail.d.ts +0 -6
  897. package/esm/components/icons/Mail.js +0 -4
  898. package/esm/components/icons/Mail.js.map +0 -1
  899. package/esm/components/icons/MapMarker.d.ts +0 -6
  900. package/esm/components/icons/MapMarker.js +0 -4
  901. package/esm/components/icons/MapMarker.js.map +0 -1
  902. package/esm/components/icons/MenuHorizontal.d.ts +0 -7
  903. package/esm/components/icons/MenuHorizontal.js +0 -4
  904. package/esm/components/icons/MenuHorizontal.js.map +0 -1
  905. package/esm/components/icons/MenuVertical.d.ts +0 -7
  906. package/esm/components/icons/MenuVertical.js +0 -4
  907. package/esm/components/icons/MenuVertical.js.map +0 -1
  908. package/esm/components/icons/Message.d.ts +0 -6
  909. package/esm/components/icons/Message.js +0 -4
  910. package/esm/components/icons/Message.js.map +0 -1
  911. package/esm/components/icons/Microphone.d.ts +0 -6
  912. package/esm/components/icons/Microphone.js +0 -4
  913. package/esm/components/icons/Microphone.js.map +0 -1
  914. package/esm/components/icons/Minus.d.ts +0 -6
  915. package/esm/components/icons/Minus.js +0 -4
  916. package/esm/components/icons/Minus.js.map +0 -1
  917. package/esm/components/icons/MinusCircle.d.ts +0 -6
  918. package/esm/components/icons/MinusCircle.js +0 -4
  919. package/esm/components/icons/MinusCircle.js.map +0 -1
  920. package/esm/components/icons/PaperClip.d.ts +0 -6
  921. package/esm/components/icons/PaperClip.js +0 -4
  922. package/esm/components/icons/PaperClip.js.map +0 -1
  923. package/esm/components/icons/Picture.d.ts +0 -6
  924. package/esm/components/icons/Picture.js +0 -4
  925. package/esm/components/icons/Picture.js.map +0 -1
  926. package/esm/components/icons/Plus.d.ts +0 -6
  927. package/esm/components/icons/Plus.js +0 -4
  928. package/esm/components/icons/Plus.js.map +0 -1
  929. package/esm/components/icons/Preview.d.ts +0 -4
  930. package/esm/components/icons/Preview.js +0 -5
  931. package/esm/components/icons/Preview.js.map +0 -1
  932. package/esm/components/icons/Print.d.ts +0 -6
  933. package/esm/components/icons/Print.js +0 -4
  934. package/esm/components/icons/Print.js.map +0 -1
  935. package/esm/components/icons/QuestionHelp.d.ts +0 -6
  936. package/esm/components/icons/QuestionHelp.js +0 -4
  937. package/esm/components/icons/QuestionHelp.js.map +0 -1
  938. package/esm/components/icons/Refresh.d.ts +0 -6
  939. package/esm/components/icons/Refresh.js +0 -4
  940. package/esm/components/icons/Refresh.js.map +0 -1
  941. package/esm/components/icons/SelectIcon.d.ts +0 -6
  942. package/esm/components/icons/SelectIcon.js +0 -4
  943. package/esm/components/icons/SelectIcon.js.map +0 -1
  944. package/esm/components/icons/Send.d.ts +0 -6
  945. package/esm/components/icons/Send.js +0 -4
  946. package/esm/components/icons/Send.js.map +0 -1
  947. package/esm/components/icons/Setting.d.ts +0 -6
  948. package/esm/components/icons/Setting.js +0 -4
  949. package/esm/components/icons/Setting.js.map +0 -1
  950. package/esm/components/icons/Share.d.ts +0 -6
  951. package/esm/components/icons/Share.js +0 -4
  952. package/esm/components/icons/Share.js.map +0 -1
  953. package/esm/components/icons/Sound.d.ts +0 -6
  954. package/esm/components/icons/Sound.js +0 -4
  955. package/esm/components/icons/Sound.js.map +0 -1
  956. package/esm/components/icons/SoundDeactivated.d.ts +0 -6
  957. package/esm/components/icons/SoundDeactivated.js +0 -4
  958. package/esm/components/icons/SoundDeactivated.js.map +0 -1
  959. package/esm/components/icons/Telegram.d.ts +0 -6
  960. package/esm/components/icons/Telegram.js +0 -4
  961. package/esm/components/icons/Telegram.js.map +0 -1
  962. package/esm/components/icons/ThumbDown.d.ts +0 -6
  963. package/esm/components/icons/ThumbDown.js +0 -4
  964. package/esm/components/icons/ThumbDown.js.map +0 -1
  965. package/esm/components/icons/ThumbUp.d.ts +0 -6
  966. package/esm/components/icons/ThumbUp.js +0 -4
  967. package/esm/components/icons/ThumbUp.js.map +0 -1
  968. package/esm/components/icons/Translation.d.ts +0 -6
  969. package/esm/components/icons/Translation.js +0 -4
  970. package/esm/components/icons/Translation.js.map +0 -1
  971. package/esm/components/icons/Twitter.d.ts +0 -6
  972. package/esm/components/icons/Twitter.js +0 -4
  973. package/esm/components/icons/Twitter.js.map +0 -1
  974. package/esm/components/icons/Upload.d.ts +0 -4
  975. package/esm/components/icons/Upload.js +0 -5
  976. package/esm/components/icons/Upload.js.map +0 -1
  977. package/esm/components/icons/User.d.ts +0 -6
  978. package/esm/components/icons/User.js +0 -4
  979. package/esm/components/icons/User.js.map +0 -1
  980. package/esm/components/icons/Warning.d.ts +0 -6
  981. package/esm/components/icons/Warning.js +0 -4
  982. package/esm/components/icons/Warning.js.map +0 -1
  983. package/esm/components/icons/WhatsApp.d.ts +0 -6
  984. package/esm/components/icons/WhatsApp.js +0 -4
  985. package/esm/components/icons/WhatsApp.js.map +0 -1
  986. package/esm/components/icons/loading.css +0 -14
  987. package/esm/components/layouts/WebsiteAssistant.d.ts +0 -4
  988. package/esm/components/layouts/WebsiteAssistant.js +0 -35
  989. package/esm/components/layouts/WebsiteAssistant.js.map +0 -1
  990. package/esm/components/layouts/website-assistant.css +0 -676
  991. package/esm/components/ui/Alert.css +0 -93
  992. package/esm/components/ui/Alert.d.ts +0 -18
  993. package/esm/components/ui/Alert.js +0 -39
  994. package/esm/components/ui/Alert.js.map +0 -1
  995. package/esm/components/ui/Button.css +0 -167
  996. package/esm/components/ui/Button.d.ts +0 -27
  997. package/esm/components/ui/Button.js +0 -20
  998. package/esm/components/ui/Button.js.map +0 -1
  999. package/esm/components/ui/Card.css +0 -65
  1000. package/esm/components/ui/Card.d.ts +0 -13
  1001. package/esm/components/ui/Card.js +0 -11
  1002. package/esm/components/ui/Card.js.map +0 -1
  1003. package/esm/components/ui/Checkbox.css +0 -116
  1004. package/esm/components/ui/Checkbox.d.ts +0 -11
  1005. package/esm/components/ui/Checkbox.js +0 -17
  1006. package/esm/components/ui/Checkbox.js.map +0 -1
  1007. package/esm/components/ui/ConfirmDialog.css +0 -42
  1008. package/esm/components/ui/ConfirmDialog.d.ts +0 -11
  1009. package/esm/components/ui/ConfirmDialog.js +0 -9
  1010. package/esm/components/ui/ConfirmDialog.js.map +0 -1
  1011. package/esm/components/ui/Details.css +0 -66
  1012. package/esm/components/ui/Drawer.css +0 -270
  1013. package/esm/components/ui/Drawer.d.ts +0 -46
  1014. package/esm/components/ui/Drawer.js +0 -57
  1015. package/esm/components/ui/Drawer.js.map +0 -1
  1016. package/esm/components/ui/Dropdown.css +0 -173
  1017. package/esm/components/ui/Dropdown.d.ts +0 -11
  1018. package/esm/components/ui/Dropdown.js +0 -30
  1019. package/esm/components/ui/Dropdown.js.map +0 -1
  1020. package/esm/components/ui/Expandable.css +0 -15
  1021. package/esm/components/ui/Expandable.d.ts +0 -15
  1022. package/esm/components/ui/Expandable.js +0 -56
  1023. package/esm/components/ui/Expandable.js.map +0 -1
  1024. package/esm/components/ui/Modal.css +0 -98
  1025. package/esm/components/ui/Modal.d.ts +0 -16
  1026. package/esm/components/ui/Modal.js +0 -21
  1027. package/esm/components/ui/Modal.js.map +0 -1
  1028. package/esm/components/ui/Select.css +0 -138
  1029. package/esm/components/ui/Select.d.ts +0 -17
  1030. package/esm/components/ui/Select.js +0 -14
  1031. package/esm/components/ui/Select.js.map +0 -1
  1032. package/esm/components/ui/Slider.css +0 -192
  1033. package/esm/components/ui/Slider.d.ts +0 -12
  1034. package/esm/components/ui/Slider.js +0 -75
  1035. package/esm/components/ui/Slider.js.map +0 -1
  1036. package/esm/components/ui/Spin.css +0 -31
  1037. package/esm/components/ui/Spin.d.ts +0 -9
  1038. package/esm/components/ui/Spin.js +0 -9
  1039. package/esm/components/ui/Spin.js.map +0 -1
  1040. package/esm/components/ui/Table.css +0 -132
  1041. package/esm/components/ui/Tooltip.css +0 -171
  1042. package/esm/components/ui/Tooltip.d.ts +0 -11
  1043. package/esm/components/ui/Tooltip.js +0 -87
  1044. package/esm/components/ui/Tooltip.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,671 @@
1
1
 
2
2
 
3
+ ## [9.0.0-alpha.20](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.19...v9.0.0-alpha.20) (2026-09-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * file conversion migrated over new internal api ([3991f99](https://github.com/memori-ai/memori-react/commit/3991f99123bece3833be63660351e3705e75bef2))
9
+ * implement mute speaker functionality with TTS audio control ([adc4bf5](https://github.com/memori-ai/memori-react/commit/adc4bf5f5fe044923eb21b203b65c7b3c92dcb25))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * print icon jsx attributes ([cb04fdb](https://github.com/memori-ai/memori-react/commit/cb04fdb23061cdc97cafae88e786dafcbf6b1d67))
15
+ * update default layout value to FULLPAGE in MemoriWidget and SettingsDrawer components ([a6e4e85](https://github.com/memori-ai/memori-react/commit/a6e4e850fdaf2eefb68f684154dc4b06945128a4))
16
+
17
+ ## [9.0.0-alpha.19](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.18...v9.0.0-alpha.19) (2026-08-28)
18
+
19
+ ## [9.0.0-alpha.18](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.17...v9.0.0-alpha.18) (2026-08-27)
20
+
21
+ ## [9.0.0-alpha.17](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.16...v9.0.0-alpha.17) (2026-08-26)
22
+
23
+ ## [9.0.0-alpha.16](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.14...v9.0.0-alpha.16) (2026-08-26)
24
+
25
+
26
+ ### Changes
27
+
28
+ * simplify theme handling in MemoriWidget and related components ([bdd4315](https://github.com/memori-ai/memori-react/commit/bdd43159c849cd3915181ff8a05da3906cd0cfd8))
29
+
30
+ ## [9.0.0-alpha.14](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.13...v9.0.0-alpha.14) (2026-08-25)
31
+
32
+ ## [9.0.0-alpha.13](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.12...v9.0.0-alpha.13) (2026-08-25)
33
+
34
+ ## [9.0.0-alpha.12](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.11...v9.0.0-alpha.12) (2026-08-24)
35
+
36
+ ## [9.0.0-alpha.11](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-08-24)
37
+
38
+
39
+ ### Features
40
+
41
+ * add support for global background images in chat layout and improved responsivness ([2dfe436](https://github.com/memori-ai/memori-react/commit/2dfe43646e044ac8cec896c9fae8a2675d4897a5))
42
+ * enhance artifact preview by sanitizing content and adding iframe sandboxing ([353ec87](https://github.com/memori-ai/memori-react/commit/353ec87e60634cd8797af728e18257a719931524))
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * update layout storybook configuration with new memoriName and memoriID, adjust layout type and enable showSettings ([ccc98d3](https://github.com/memori-ai/memori-react/commit/ccc98d31244156d515ff60d5f57fb5fd6b273e9e))
48
+
49
+
50
+ ### Maintenance
51
+
52
+ * update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([1f719b9](https://github.com/memori-ai/memori-react/commit/1f719b9bc51da7f1f488426d6f70bbb4d22328df))
53
+
54
+
55
+ ### Changes
56
+
57
+ * remove AlertViewport from index.tsx and add it to MemoriWidget for improved alert theming ([0869c2a](https://github.com/memori-ai/memori-react/commit/0869c2aa465415f4efcc431a7a135ca0b0357b7a))
58
+
59
+ ## [8.42.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-08-03)
60
+
61
+
62
+ ### Features
63
+
64
+ * enhance resource URL handling by appending session ID for specific asset paths ([29fbc31](https://github.com/memori-ai/memori-react/commit/29fbc31769b82d3c6d4a1ca9ee2fd3d357f6bafd))
65
+
66
+
67
+ ### Changes
68
+
69
+ * clean up media URL handling ([a917b60](https://github.com/memori-ai/memori-react/commit/a917b60aa2324a7015d5655d19a0ec9a30c01453))
70
+
71
+
72
+ ### Maintenance
73
+
74
+ * release v8.42.0 ([b86a073](https://github.com/memori-ai/memori-react/commit/b86a073e43a2b42357855e09f277dca4a2fa60d7))
75
+
76
+ ## [8.41.6](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-24)
77
+
78
+
79
+ ### Changes
80
+
81
+ * improve date handling in AgeVerificationModal ([76317ea](https://github.com/memori-ai/memori-react/commit/76317ea22c0f5a07f956341d772a6e4719822f8e))
82
+
83
+
84
+ ### Maintenance
85
+
86
+ * release v8.41.6 ([5883b46](https://github.com/memori-ai/memori-react/commit/5883b462175a39259b65ae2136d06c7503c95c83))
87
+ * update dompurify ([66aa725](https://github.com/memori-ai/memori-react/commit/66aa72599369c4f34773030bd3121f49b0f9610e))
88
+
89
+ ## [8.41.5](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-21)
90
+
91
+
92
+ ### Bug Fixes
93
+
94
+ * prevent XSS vulnerability among sanification ([2ca6262](https://github.com/memori-ai/memori-react/commit/2ca6262873c8e44c7b6d34c7d69baa920e097b7a))
95
+ * update Anthropic status URL to use status.claude.com ([2b889ac](https://github.com/memori-ai/memori-react/commit/2b889acc318e2c10e7207d546e136ec0f18b4087))
96
+
97
+
98
+ ### Maintenance
99
+
100
+ * release v8.41.5 ([f73615c](https://github.com/memori-ai/memori-react/commit/f73615c43e56fc608cbee319e8c358182b399278))
101
+
102
+ ## [8.41.4](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-15)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * login token async conditions ([28ec006](https://github.com/memori-ai/memori-react/commit/28ec006c296a2045a775fe6adfdf369f7c135c60))
108
+ * remove '.xls' from office native extensions ([3890334](https://github.com/memori-ai/memori-react/commit/3890334fed4f6f6e7c8fbfbb5afbbe23989ff5f0))
109
+ * unify login token resolution logic in MemoriWidget component ([c84f305](https://github.com/memori-ai/memori-react/commit/c84f305246a4a868fbfadecbf0febb635623fdb5))
110
+
111
+
112
+ ### Maintenance
113
+
114
+ * release v8.41.4 ([6c92373](https://github.com/memori-ai/memori-react/commit/6c9237368b701126988fd854aca8565236a1b826))
115
+
116
+ ## [8.41.3](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-02)
117
+
118
+
119
+ ### Features
120
+
121
+ * enhance Avatar component with totem layout support and improve animation handling ([78af528](https://github.com/memori-ai/memori-react/commit/78af52838927646bdec47a450097acd0e813904b))
122
+ * extend ChatBubble component to support function cache copy functionality ([333df37](https://github.com/memori-ai/memori-react/commit/333df374b5fca920b46b6eb6a480d6af1e6fbd03))
123
+ * refactor XLSX file handling in UploadDocuments component to improve text extraction ([601418c](https://github.com/memori-ai/memori-react/commit/601418c08e1cb6c94fca0e00fa05cb0acf385b70))
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * update mouth smile blend shape constants ([a44c9ad](https://github.com/memori-ai/memori-react/commit/a44c9ad025a70181857b003875834de28b28578b))
129
+
130
+
131
+ ### Maintenance
132
+
133
+ * release v8.41.3 ([2ee5fab](https://github.com/memori-ai/memori-react/commit/2ee5fab3bbeaa03d6d11f08f3d141a3d88997630))
134
+
135
+ ## [8.41.2](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-25)
136
+
137
+
138
+ ### Features
139
+
140
+ * add avatar-configurator support in Avatar component and related tests ([1575bd8](https://github.com/memori-ai/memori-react/commit/1575bd8c48b6a15f2790e3a0fb64aaca2f991861))
141
+
142
+
143
+ ### Maintenance
144
+
145
+ * release v8.41.2 ([b206c77](https://github.com/memori-ai/memori-react/commit/b206c77120f95bfadaa4caf7417838037916a457))
146
+
147
+ ## [8.41.1](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-25)
148
+
149
+
150
+ ### Features
151
+
152
+ * implement session expiration handling in MemoriWidget and add related tests ([65e96fa](https://github.com/memori-ai/memori-react/commit/65e96fa561462fc60abbcd71ef461cacd7b2b263))
153
+
154
+
155
+ ### Maintenance
156
+
157
+ * release v8.41.1 ([0e67279](https://github.com/memori-ai/memori-react/commit/0e672799eb19e6b51a939989b8a755aeda11b972))
158
+
159
+ ## [8.41.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-22)
160
+
161
+
162
+ ### Features
163
+
164
+ * integrate JetStream support in NATS configuration and session handling ([d133c95](https://github.com/memori-ai/memori-react/commit/d133c95fc9385a7e06875dadcc6ea9be444f3868))
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * update NATS subject default value to include session ID format ([dc0e7ea](https://github.com/memori-ai/memori-react/commit/dc0e7ea0a1c0eba5fb8f834df3ef55d598e05166))
170
+
171
+
172
+ ### Maintenance
173
+
174
+ * release v8.41.0 ([281987e](https://github.com/memori-ai/memori-react/commit/281987e0fcabff2c2bb3847bb5519eaf8468531a))
175
+
176
+ ## [8.40.4](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-19)
177
+
178
+
179
+ ### Changes
180
+
181
+ * enhance credit check logic in MemoriWidget to conditionally start session ([738b308](https://github.com/memori-ai/memori-react/commit/738b308841f0759923c303bce8aa4c3835b785be))
182
+
183
+
184
+ ### Maintenance
185
+
186
+ * release v8.40.4 ([749ca2b](https://github.com/memori-ai/memori-react/commit/749ca2b2afe7e7f36fe867836f155ed0cb8a05bd))
187
+ * update dompurify dependency to version 3.4.11 ([6e94db8](https://github.com/memori-ai/memori-react/commit/6e94db8611fb2edb592519406e0622d6bff5a3ad))
188
+
189
+ ## [8.40.3](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-17)
190
+
191
+
192
+ ### Changes
193
+
194
+ * remove unused NATS timeout logic from MemoriWidget ([895f1b1](https://github.com/memori-ai/memori-react/commit/895f1b133ff2efa59444d7306d6714167a03d0e3))
195
+
196
+
197
+ ### Maintenance
198
+
199
+ * release v8.40.3 ([6b8a24c](https://github.com/memori-ai/memori-react/commit/6b8a24cb6fd812df0cd4629882cb921468d5ff51))
200
+
201
+ ## [8.40.2](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-17)
202
+
203
+
204
+ ### Features
205
+
206
+ * add unwrapDialogState function to handle nested currentState in NATS responses ([a6fcafc](https://github.com/memori-ai/memori-react/commit/a6fcafc7f000946baac6bb12e5f37972a956e828))
207
+
208
+
209
+ ### Bug Fixes
210
+
211
+ * reset clickedStart state in multiple scenarios within MemoriWidget ([a34ed85](https://github.com/memori-ai/memori-react/commit/a34ed853504a107b1096c8e82be64b97cdb30ede))
212
+
213
+
214
+ ### Changes
215
+
216
+ * improve error logging and clean up debug statements in MemoriWidget ([372b09a](https://github.com/memori-ai/memori-react/commit/372b09ac584aab552f5f1a7cde6258fef2a5493c))
217
+
218
+
219
+ ### Maintenance
220
+
221
+ * release v8.40.2 ([f38b973](https://github.com/memori-ai/memori-react/commit/f38b9733077ebb0579ffb4d01cb44c87f39b5e19))
222
+
223
+ ## [8.40.1](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-17)
224
+
225
+
226
+ ### Features
227
+
228
+ * add session management improvements in MemoriWidget ([a055776](https://github.com/memori-ai/memori-react/commit/a05577666d53c5ee8becf51954f6abdf9f2bd864))
229
+
230
+
231
+ ### Maintenance
232
+
233
+ * release v8.40.1 ([a8b7e50](https://github.com/memori-ai/memori-react/commit/a8b7e50c448ca31d6290fddd13665a739e511e2d))
234
+
235
+ ## [8.40.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-17)
236
+
237
+
238
+ ### Features
239
+
240
+ * enhance user identification for credit verification by adding ownerUserName ([540e50a](https://github.com/memori-ai/memori-react/commit/540e50aa7b913122e09d988a21701635342c1fe3))
241
+ * integrate NATS support for real-time event handling in MemoriWidget ([2fc0a8d](https://github.com/memori-ai/memori-react/commit/2fc0a8dcec8d6a04d89a7b014ca353fd478e847d))
242
+
243
+
244
+ ### Maintenance
245
+
246
+ * refactor MemoriWidget for improved NATS event handling ([7d18afa](https://github.com/memori-ai/memori-react/commit/7d18afa28d4f6cc24b3907d34bd34732e2a720c1))
247
+ * release v8.40.0 ([1924348](https://github.com/memori-ai/memori-react/commit/1924348eb672b3033c20dc95dd274dc5da57caff))
248
+
249
+ ## [8.39.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-12)
250
+
251
+
252
+ ### Features
253
+
254
+ * implement credit verification and UI updates ([50fd797](https://github.com/memori-ai/memori-react/commit/50fd7976d24a67067f92087f499f5d46d6db70de))
255
+
256
+
257
+ ### Maintenance
258
+
259
+ * release v8.39.0 ([cb961f6](https://github.com/memori-ai/memori-react/commit/cb961f61aaacb64bb4c93424f5af4929c1caced5))
260
+
261
+ ## [8.38.8](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-10)
262
+
263
+
264
+ ### Features
265
+
266
+ * add support for DOTX file format in file preview and media components ([4179c11](https://github.com/memori-ai/memori-react/commit/4179c11516dae755a1cd2d756c63dedb12174031))
267
+
268
+
269
+ ### Maintenance
270
+
271
+ * release v8.38.8 ([632336c](https://github.com/memori-ai/memori-react/commit/632336cf43fec07384d0d340f2d9774dd6941486))
272
+
273
+ ## [8.38.7](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-08)
274
+
275
+
276
+ ### Bug Fixes
277
+
278
+ * upload docx media type card opens up a link instead of a modal ([475b440](https://github.com/memori-ai/memori-react/commit/475b440aaa188abc7a3a637626e550f2fcd2318b))
279
+
280
+
281
+ ### Maintenance
282
+
283
+ * release v8.38.7 ([a6eee46](https://github.com/memori-ai/memori-react/commit/a6eee46535961cc088ae4d2a3e11962340163b08))
284
+
285
+ ## [8.38.6](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-08)
286
+
287
+
288
+ ### Features
289
+
290
+ * add support for Office native file formats in file upload and preview components ([c3129ee](https://github.com/memori-ai/memori-react/commit/c3129ee401829090e7576003861f6727770449a7))
291
+
292
+
293
+ ### Changes
294
+
295
+ * replace file extension extraction with document badge labels ([ac35e54](https://github.com/memori-ai/memori-react/commit/ac35e540d857e6d44080b9e0d0a08eb7056855df))
296
+
297
+
298
+ ### Maintenance
299
+
300
+ * release v8.38.6 ([027ecb7](https://github.com/memori-ai/memori-react/commit/027ecb7a56187dee2086cfaa64fb6f8f6c95b944))
301
+
302
+ ## [9.0.0-alpha.10](https://github.com/memori-ai/memori-react/compare/v8.38.5...v9.0.0-alpha.10) (2026-08-19)
303
+
304
+
305
+ ### Features
306
+
307
+ * add AgeVerificationModal to Showcase ([cb8e5bd](https://github.com/memori-ai/memori-react/commit/cb8e5bdc75b22b9132b454b9b8df40e2fd84b133))
308
+ * add AI icon display in ChatBubble component with tooltip support ([b9eb8ee](https://github.com/memori-ai/memori-react/commit/b9eb8eeac44dfe8469d03bbdc4fe1d457ed576fb))
309
+ * add ArtifactDrawer stories and fix hooks order bug ([5bab851](https://github.com/memori-ai/memori-react/commit/5bab85162c58f0263cdc1037406064991a8a3bb4))
310
+ * add avatar-configurator support in Avatar component and related tests ([1d5cfcf](https://github.com/memori-ai/memori-react/commit/1d5cfcf34d72924b8251ac5ad0db8b05b594a28f))
311
+ * add back button functionality and improve header layout in ChatHistoryDrawer ([9522f3f](https://github.com/memori-ai/memori-react/commit/9522f3fe47892cc6ffb5a3bc09ca34c96e0bbe9e))
312
+ * add ChatResumeDrawer and MobileSessionPanel styles to main stylesheet ([0863dca](https://github.com/memori-ai/memori-react/commit/0863dca0e8d61e4b977ab90eb79a701bab57f920))
313
+ * add dark theme detection to MemoriWidget ([7b4cf2e](https://github.com/memori-ai/memori-react/commit/7b4cf2e9441ea11e225ac8eb8c004e525e771f2e))
314
+ * add disablePastedText prop to control pasted text ([adc224e](https://github.com/memori-ai/memori-react/commit/adc224e56a53d4a8cee1661263f337c0564fcb97))
315
+ * add DrawerFooter component ([e126ae8](https://github.com/memori-ai/memori-react/commit/e126ae8df5d5612a137451ad5a209506d662f62d))
316
+ * add expandable object for localization in multiple languages ([549a73a](https://github.com/memori-ai/memori-react/commit/549a73a0d60889c8b68b903ecf6ce5a2fc9276d4))
317
+ * add function call tracking to chat history and update styles for function badges ([2df9f4f](https://github.com/memori-ai/memori-react/commit/2df9f4ffa2ff77895245a40a45469fb6198689e7))
318
+ * add GasStation icon and update Header component for sustainability button ([92ac136](https://github.com/memori-ai/memori-react/commit/92ac13625c777fb7d2bac762ed928a173d368978))
319
+ * add maxTextareaCharacters prop to limit chat input ([0d9f1b6](https://github.com/memori-ai/memori-react/commit/0d9f1b6f9457da1c09218be5c6fd5e3c515ecd2d))
320
+ * add media handling and AI-generated note to Chat components, update button styles in Header ([9619830](https://github.com/memori-ai/memori-react/commit/9619830a0aeff6b539f75803d60035393816de35))
321
+ * add session management improvements in MemoriWidget ([c8159a8](https://github.com/memori-ai/memori-react/commit/c8159a888c9b2220c5214fe69ed96c323c1ed266))
322
+ * add skeleton loading indicators and upload state management for file previews ([8a363ae](https://github.com/memori-ai/memori-react/commit/8a363ae2fe429256f2c67c50a7dfc1ce513f38c6))
323
+ * add social media icons ([dda3fcc](https://github.com/memori-ai/memori-react/commit/dda3fcc154129880eb9fa735cdb81271e954a60a))
324
+ * add styling for combobox group labels and disable hover effect on expandable button ([a8aef46](https://github.com/memori-ai/memori-react/commit/a8aef46e78747f8a65d0b6a2fa0cfe179798a171))
325
+ * add styling for combobox group labels and disable hover effect on expandable button ([65604c6](https://github.com/memori-ai/memori-react/commit/65604c648c4524661c95e210b59c1a357b78ce1a))
326
+ * add support for custom trigger node in ChatConsumptionDropdown component ([9aa576c](https://github.com/memori-ai/memori-react/commit/9aa576ced88c997065365f6c709944fe724e2356))
327
+ * add support for DOTX file format in file preview and media components ([3c95348](https://github.com/memori-ai/memori-react/commit/3c953484ecb7cc1b2ef1dee7cf2a0527103aea81))
328
+ * add support for Office native file formats in file upload and preview components ([d6376de](https://github.com/memori-ai/memori-react/commit/d6376de207f2d62619264e7d5894d44be1dbe7e1))
329
+ * add unwrapDialogState function to handle nested currentState in NATS responses ([93023e6](https://github.com/memori-ai/memori-react/commit/93023e6f591ff6ac89600880fc71873f28a7848e))
330
+ * add venue management to Chat, FullPage, HiddenChat, and ZoomedFullBody layouts ([5ae3160](https://github.com/memori-ai/memori-react/commit/5ae31609b223a9c65d3dbbd5d3c40ce5474be845))
331
+ * added total consumptin as new popover button in the Header ([eef32aa](https://github.com/memori-ai/memori-react/commit/eef32aaf3d270bdf6c814a737eb8ff9fc30560b6))
332
+ * artifact MIME icons, drawer context, and chat UI polish ([3ca7d96](https://github.com/memori-ai/memori-react/commit/3ca7d966f72e50dc38f4893de0e42513e248fe51))
333
+ * enhance accessibility and improving responsivness ([1dd4b2a](https://github.com/memori-ai/memori-react/commit/1dd4b2af93d809c01c990aa9cca8b151b3675948))
334
+ * enhance accessibility and localization across various components ([2841b2f](https://github.com/memori-ai/memori-react/commit/2841b2fe44259d8aae0e180901e59697a4f0b6ad))
335
+ * enhance Avatar component with totem layout support and improve animation handling ([9dab8f0](https://github.com/memori-ai/memori-react/commit/9dab8f084107e7d151e307d4933729b657f4f139))
336
+ * enhance Chat and ChatBubble components with new media handling and styling improvements ([079cc7d](https://github.com/memori-ai/memori-react/commit/079cc7d856f62294b87645c590248fa368a83e29))
337
+ * enhance chat layout styles with unified background and input designs across all themes ([bdf878e](https://github.com/memori-ai/memori-react/commit/bdf878e172621c852f70ed505aac6feaea242077))
338
+ * enhance ChatBubble and MemoriWidget components with function cache handling ([b28b474](https://github.com/memori-ai/memori-react/commit/b28b4740806aabe10eb3415fc2974c45ff88a498))
339
+ * enhance ChatConsumptionDropdown with open state management ([1e10b7c](https://github.com/memori-ai/memori-react/commit/1e10b7cd9cdf118b81413cab9233970d8ba1f933))
340
+ * enhance ChatHistoryDrawer and ShareButton components with new styles and functionality ([2173dd0](https://github.com/memori-ai/memori-react/commit/2173dd034e3d856744346ad5654a4c95611f53d5))
341
+ * enhance component styles and layout across various modules, including z-index adjustments, responsive design improvements, and updated button interactions ([01536b8](https://github.com/memori-ai/memori-react/commit/01536b8ed44dfbc863fcb5d718d3e14a045abe62))
342
+ * enhance FeedbackButtons and Header components with alert integration ([7e1faa8](https://github.com/memori-ai/memori-react/commit/7e1faa8c2a70953ddfb73428e61ce0a772bd65e9))
343
+ * enhance Header and HiddenChat components with new user actions and layout adjustments ([07e4599](https://github.com/memori-ai/memori-react/commit/07e459912b9bc440702fd0d684a1e13aa67a9c7d))
344
+ * enhance Header component with responsive chat history button and brand avatar handling ([feec235](https://github.com/memori-ai/memori-react/commit/feec235e29977ebc34fd50d84caf3e56db408bdf))
345
+ * enhance LoginDrawer and StartPanel components with improved styling and structure ([cd18ba0](https://github.com/memori-ai/memori-react/commit/cd18ba0520fdd6566ae76eb8113609f2dd39a8b5))
346
+ * enhance MemoriWidget and MobileSessionPanel with new layout options and session info display ([a67aab8](https://github.com/memori-ai/memori-react/commit/a67aab8b49f9ee00efc94b7f5920c2a0e32a821d))
347
+ * enhance message sanitization across components by implementing stripAllInternalTags function ([671a9d2](https://github.com/memori-ai/memori-react/commit/671a9d27a629746e08d4e0853f44b8e5bb14ca02))
348
+ * enhance mobile experience with modal for privacy and deep thought information ([feea227](https://github.com/memori-ai/memori-react/commit/feea227fadb27af8c7df749d0fc13d3c87f66da4))
349
+ * enhance pagination in ChatHistory and KnownFacts ([13713aa](https://github.com/memori-ai/memori-react/commit/13713aa18b2242e59dcf2a200495718653aa36d1))
350
+ * enhance paste handling with boundary checks ([fe24c1b](https://github.com/memori-ai/memori-react/commit/fe24c1b338c665e82dbbf38294f7c4af24ff41dd))
351
+ * enhance styling and layout across components ([df1809f](https://github.com/memori-ai/memori-react/commit/df1809fa91ea30157252b067c4d1e64ae40b0ecb))
352
+ * enhance styling and layout for chat and start panel ([bf80729](https://github.com/memori-ai/memori-react/commit/bf807294925add9dc9883fca7eaafce79f7c6439))
353
+ * enhance Typing component layout and add tooltip support for UploadButton ([72bae78](https://github.com/memori-ai/memori-react/commit/72bae7868b7410919f4fda516463f8c16e3c6785))
354
+ * enhance UI and UX across various components ([96b8b55](https://github.com/memori-ai/memori-react/commit/96b8b55d9f10f6e07b43193067cd43dda8d42bf9))
355
+ * enhance UI components by integrating new input ([f083bd1](https://github.com/memori-ai/memori-react/commit/f083bd15af6267881b010deb7a99b616ec0e70d9))
356
+ * enhance upload modal styling and layout for image previews ([ba08194](https://github.com/memori-ai/memori-react/commit/ba081940131c2d3578bc53e13d8adc7880da5d29))
357
+ * enhance user identification for credit verification by adding ownerUserName ([d883f5d](https://github.com/memori-ai/memori-react/commit/d883f5d17226d3596ce7bb9232a7a368a122d556))
358
+ * extend ChatBubble component to support function cache copy functionality ([6c1ad00](https://github.com/memori-ai/memori-react/commit/6c1ad00efde745c235ffb1e971e316522f53f3ea))
359
+ * implement ChatResumeDrawer component with new styles and functionality for resuming conversations ([0cef69c](https://github.com/memori-ai/memori-react/commit/0cef69cbe38f164ef551cf24143bed9359e70e67))
360
+ * implement credit verification and UI updates ([fbd0d32](https://github.com/memori-ai/memori-react/commit/fbd0d3206591964d13f6d1d25adc4f778f9749ce))
361
+ * implement custom markdown rendering in ArtifactDrawer ([1405c48](https://github.com/memori-ai/memori-react/commit/1405c48a89e5815bd7031265e4f39cd061227682))
362
+ * implement custom trigger functionality in ChatConsumptionDropdown tests ([8e742d8](https://github.com/memori-ai/memori-react/commit/8e742d84f8d89d06706def494c9088e0f38564a9))
363
+ * implement partial asset upload handling and add corresponding translations ([8f0797e](https://github.com/memori-ai/memori-react/commit/8f0797edfe559847dcd51a113860a7a08c985e6d))
364
+ * implement paste handling for text input ([33561d3](https://github.com/memori-ai/memori-react/commit/33561d3125d7e8359cc448bd937a6ac0b310cbda))
365
+ * implement session expiration handling in MemoriWidget and add related tests ([a9e904b](https://github.com/memori-ai/memori-react/commit/a9e904bb9286fecaac1fec8c8a413cc0a8e63824))
366
+ * implement theme-aware styling ([af72e67](https://github.com/memori-ai/memori-react/commit/af72e67fde6027bf8f577473a09952b234d49fbe))
367
+ * implement totem rail with session utilities ([ff58ce4](https://github.com/memori-ai/memori-react/commit/ff58ce4845dcaddd9feb71d57dfce00708badaa8))
368
+ * implement widget surface context for improved modal and drawer containment ([eb8fb1e](https://github.com/memori-ai/memori-react/commit/eb8fb1e6536587dfef7cc937959f538ac03766d6))
369
+ * improve accessibility and localization by adding aria attribute--no-verify ([ebc6167](https://github.com/memori-ai/memori-react/commit/ebc6167b852b0a96a9784cad4fb28cd7dc126438))
370
+ * improve accessibility by adding aria-labels and aria-hidden attributes to ShareButton ([6d8cbd0](https://github.com/memori-ai/memori-react/commit/6d8cbd087b67a4e83a1ecead353ad85d93b1124b))
371
+ * improve CSS styling for Blob component ([92bed78](https://github.com/memori-ai/memori-react/commit/92bed7807d0762c30615a571d56f36b958632a0e))
372
+ * improve file preview interactions ([5eda278](https://github.com/memori-ai/memori-react/commit/5eda27835e0a70a4b30a0812e8866dc14d50822c))
373
+ * improve mobile chat and session panel UX ([09c22cc](https://github.com/memori-ai/memori-react/commit/09c22cc9fc4dc4372f8a738573ac0e0ff071873b))
374
+ * integrate [@memori](https://github.com/memori).ai/ui components ([82e4d9f](https://github.com/memori-ai/memori-react/commit/82e4d9f348eabd468071fedef72941d596a11623))
375
+ * integrate alert system in ChatHistoryDrawer ([51775e3](https://github.com/memori-ai/memori-react/commit/51775e3def6b07caa2095ef23f1af88c902277da))
376
+ * integrate artifact drawer column into chat layouts ([78d389d](https://github.com/memori-ai/memori-react/commit/78d389dabe3437652243d1e9d62f1068c7023919))
377
+ * integrate JetStream support in NATS configuration and session handling ([4a3a0c8](https://github.com/memori-ai/memori-react/commit/4a3a0c815a5a4887ddcf64890c42eb35dc2d4a52))
378
+ * integrate Memori table into i18n and enhance ChatHistoryDrawer styles for improved layout ([f121690](https://github.com/memori-ai/memori-react/commit/f121690f1b473e1062e501f9c00fb08fb8d4ae41))
379
+ * integrate NATS support for real-time event handling in MemoriWidget ([bbb7a7f](https://github.com/memori-ai/memori-react/commit/bbb7a7f33ac2ee5a0cf57c4ace4714849ec3fe44))
380
+ * localize pasted text label ([3a6bf5d](https://github.com/memori-ai/memori-react/commit/3a6bf5d7e8a3fddf30a2cb58c5419f3bdf1a82d3))
381
+ * refactor XLSX file handling in UploadDocuments component to improve text extraction ([5ca2e0f](https://github.com/memori-ai/memori-react/commit/5ca2e0f5949685f3a826e8c75b38e876d1c4a682))
382
+ * refine chat layouts with global backgrounds and danger cancel buttons ([3f28abc](https://github.com/memori-ai/memori-react/commit/3f28abc6311e890a5777a662352b5c0e863c4e13))
383
+ * reorganized Website Assistant layout stories ([ba9c9b1](https://github.com/memori-ai/memori-react/commit/ba9c9b130821141de93c48d31e10b24da21b166a))
384
+ * synchronize local state with fullscreen changes in Header component ([2fa1a1d](https://github.com/memori-ai/memori-react/commit/2fa1a1d35ebc7ecde87a2c93e7823127bde021bc))
385
+ * **ui:** add margin to chat inputs in website assistant layout ([d488e14](https://github.com/memori-ai/memori-react/commit/d488e1412c3d0ef266af79bf818e516e3fe65790))
386
+ * **ui:** enhance responsiveness of chat and start panel components ([cad3abf](https://github.com/memori-ai/memori-react/commit/cad3abf7c2e468ae65f4606072540ac4fef3e311))
387
+ * **ui:** enhance styling and responsiveness across components, update translations for clarity ([3e13a9f](https://github.com/memori-ai/memori-react/commit/3e13a9fac79ac35372ad30930cc334ab8df3b772))
388
+ * **ui:** implement text sanitization for ChatBubble and WhyThisAnswer components ([1759b5b](https://github.com/memori-ai/memori-react/commit/1759b5bd660afc17aece24a682052e2f3d9c0364))
389
+ * **ui:** improve MobileSessionPanel button styles and update translations for consistency ([8fa0078](https://github.com/memori-ai/memori-react/commit/8fa007820ed4d0b5fd5aa39c088c36ba2ab7295f))
390
+ * **ui:** refine fullpage/zoomed layouts and storybook setup ([470d059](https://github.com/memori-ai/memori-react/commit/470d059b43b43d012c63d7d1796a595a7fdb353c))
391
+ * **ui:** refresh header, layouts, powered-by, and i18n ([1c3c8e2](https://github.com/memori-ai/memori-react/commit/1c3c8e2d8c697ccf64749eb27a1d6a96ab375fa4))
392
+ * **ui:** update [@memori](https://github.com/memori).ai/ui to version 1.14.0 and enhance popover trigger button active states ([637d944](https://github.com/memori-ai/memori-react/commit/637d9444f45d66380bb32d1ab875f667cb9ab04a))
393
+ * **ui:** update styling for header and chat components, enhance position popover functionality ([bc7cdba](https://github.com/memori-ai/memori-react/commit/bc7cdba1361eb3a0707475d58a5d38150aa8a32d))
394
+ * update [@memori](https://github.com/memori).ai/ui ([e8ca002](https://github.com/memori-ai/memori-react/commit/e8ca002a61bbfb8054a43d5db6abafa81fc3eb1a))
395
+ * update chat inputs styles over all layouts ([9657d05](https://github.com/memori-ai/memori-react/commit/9657d054c76385c6b7a617d8a87db9974a882b84))
396
+ * update ChatConsumptionDropdown to improve AI usage display and improved responsivness ([0e6b189](https://github.com/memori-ai/memori-react/commit/0e6b1891161b97260adafc0269811dc264a393c3))
397
+ * update Header component to use localized strings for total chat consumption ([87f21c5](https://github.com/memori-ai/memori-react/commit/87f21c5cc5eed59babbe32c322bb9033ba280fee))
398
+ * update paste handling to allow inline pastes ([64f0ee2](https://github.com/memori-ai/memori-react/commit/64f0ee282a6e5d8e77bf3fb307d9f58a853aae6f))
399
+ * update styles for responsive alert viewport, enhance button styles, and improve layout consistency across components ([435d310](https://github.com/memori-ai/memori-react/commit/435d310db86c399df1d0a2cd6ceccabc5b33f01c))
400
+ * **upload:** enhance error handling and user feedback ([bac9431](https://github.com/memori-ai/memori-react/commit/bac943132cb017799d9a0ac6f7341890fcfac628))
401
+ * **upload:** smart upload — partial upload when over file or payload limits ([45b7825](https://github.com/memori-ai/memori-react/commit/45b78259eacd79a4401e71073a793eeae9dc416a))
402
+
403
+
404
+ ### Bug Fixes
405
+
406
+ * enhance file selection handling in UploadButton ([0651d2d](https://github.com/memori-ai/memori-react/commit/0651d2d9815823a719cd557fdd6d9451be8b0e66))
407
+ * ensure aria-label is a string for accessibility compliance in Header component ([9d04426](https://github.com/memori-ai/memori-react/commit/9d04426d3b4bf92e7399ad61275f627352c9e64c))
408
+ * ensure audio playback respects defaultEnableAudio ([0ec1da5](https://github.com/memori-ai/memori-react/commit/0ec1da5f7444edfff23c8165484cf64bfc6b87e7))
409
+ * improve cleanup commands in package.json ([18cddfb](https://github.com/memori-ai/memori-react/commit/18cddfb11211749984631f815c19d1b5553b4acd))
410
+ * login token async conditions ([10ce585](https://github.com/memori-ai/memori-react/commit/10ce58543b1597084f5e58b0c1a14d0a4822a697))
411
+ * prevent chat history clearance when dismissing popovers ([19ec445](https://github.com/memori-ai/memori-react/commit/19ec4455549b5e28af88c6e31f30ba4dad8f1de7))
412
+ * prevent sending messages while uploading files ([93004c5](https://github.com/memori-ai/memori-react/commit/93004c505a4c646cb989e7a0cd00106bab2a454b))
413
+ * prevent XSS vulnerability among sanification ([a432905](https://github.com/memori-ai/memori-react/commit/a4329053411f47e25662c6937c35f86764189839))
414
+ * reference error on MAX_DOCUMENTS_PER_MESSAGE ([53dc3b7](https://github.com/memori-ai/memori-react/commit/53dc3b773fcee6b36214408a0ffd3da6884d0e36))
415
+ * remove '.xls' from office native extensions ([5958e02](https://github.com/memori-ai/memori-react/commit/5958e02dc602ca4d7a9503625ad5e653250df4c5))
416
+ * reset clickedStart state in multiple scenarios within MemoriWidget ([f4a296d](https://github.com/memori-ai/memori-react/commit/f4a296d41282b792bc0e5a7f0caf8fcb1d95f986))
417
+ * streamline cleanup commands in package.json ([066e522](https://github.com/memori-ai/memori-react/commit/066e52235744d9020b2ed0f5a3e573c195594c24))
418
+ * **ui:** adjust height of MemoriWidget grid column for improved layout consistency ([58551d2](https://github.com/memori-ai/memori-react/commit/58551d2c9ade5320e44cbda71b5b865d20268e4b))
419
+ * **ui:** align content preview modal and assistant drawer z-index ([4431f08](https://github.com/memori-ai/memori-react/commit/4431f089cf07874019aa16d6a25781991d27819e))
420
+ * unify login token resolution logic in MemoriWidget component ([215e69f](https://github.com/memori-ai/memori-react/commit/215e69fa351d187ea220d6211fa96f7b1ec3be37))
421
+ * update active file count during document validation and processing ([ea998fc](https://github.com/memori-ai/memori-react/commit/ea998fc3539b70ef3670d96faed6ee6581fe9c42))
422
+ * update Anthropic status URL to use status.claude.com ([97da113](https://github.com/memori-ai/memori-react/commit/97da11397068c80019f77ecc96374d8f737a1777))
423
+ * update ChatBubble to conditionally truncate messages ([0cde2ab](https://github.com/memori-ai/memori-react/commit/0cde2aba665629e3f6546e64ab40ea4384eb085c))
424
+ * update file type display logic in FilePreview ([43e18c3](https://github.com/memori-ai/memori-react/commit/43e18c312204b6b1866106a8930a8f4c9b696dd5))
425
+ * update mouth smile blend shape constants ([cd05104](https://github.com/memori-ai/memori-react/commit/cd0510421cb409d7dae21b2a3b31e9b93009c97e))
426
+ * update NATS subject default value to include session ID format ([56bcbf4](https://github.com/memori-ai/memori-react/commit/56bcbf4d6e87a2966b874048f95cdfc919ca47a8))
427
+ * update snapshot ([73fb756](https://github.com/memori-ai/memori-react/commit/73fb756b3032296ab84c58e68f110064d0a546a4))
428
+ * update text in Header component and add OTP digit paste functionality in LoginDrawer ([09ef8aa](https://github.com/memori-ai/memori-react/commit/09ef8aab17de321f5eea4c7229727330355e39f7))
429
+ * update timestamp in Chat component snapshot to reflect recent changes ([f4b0ef4](https://github.com/memori-ai/memori-react/commit/f4b0ef43aec3fc877c75879c71a50853e9962b39))
430
+ * update venue handling and improve user experience in location management ([9e3a871](https://github.com/memori-ai/memori-react/commit/9e3a8714e8edad12cd3bb96a5a04d4f5f69d93ac))
431
+ * upload docx media type card opens up a link instead of a modal ([5fb0b34](https://github.com/memori-ai/memori-react/commit/5fb0b34178cbd43859894cb76ef0c925c7f34157))
432
+ * use primary-color for user bubble background in dark theme ([c7eceda](https://github.com/memori-ai/memori-react/commit/c7eceda840630264dfc24c73df79fc502cf9fadd))
433
+
434
+
435
+ ### Changes
436
+
437
+ * adjust padding and layout for ChatHistoryDrawer ([ff0b6ef](https://github.com/memori-ai/memori-react/commit/ff0b6ef6b52aa0aaeec1044d5d3852e63e584d27))
438
+ * adjust positioning of "Powered by" element and update chat input border styles ([b3250df](https://github.com/memori-ai/memori-react/commit/b3250df7eba5f30e73b163d7e792581c74390bfa))
439
+ * **chat:** render message media inside ChatBubble ([356ed22](https://github.com/memori-ai/memori-react/commit/356ed2280f79a0c1ccf71ed818d36d9969ffb85f))
440
+ * clean up and enhance styling for Chat and MicrophoneButton components ([6feb5d2](https://github.com/memori-ai/memori-react/commit/6feb5d224330e9fff15a11f6488333999d95e8e6))
441
+ * clean up Header component code for better readability and maintainability ([3f79c44](https://github.com/memori-ai/memori-react/commit/3f79c446b028943af016903f3eb078513cd6fd24))
442
+ * clean up HiddenChat component by removing header prop component ([c9d5559](https://github.com/memori-ai/memori-react/commit/c9d5559795b66401c92eda97b75571528bafef05))
443
+ * comment out unused CSS rules in chat layout for clarity ([69ad366](https://github.com/memori-ai/memori-react/commit/69ad3662e8d39fcb52c5860cb51b287f1710cb69))
444
+ * comment out unused CSS rules in fullpage layout for clarity ([63e55ea](https://github.com/memori-ai/memori-react/commit/63e55eab2dec526ed58d6f4e32a13763bb038d47))
445
+ * **components:** adapt to [@memori](https://github.com/memori).ai/ui 1.5.2 ([e7a24ea](https://github.com/memori-ai/memori-react/commit/e7a24ea3109bc77c742bebc5d79c047a1c3323e5))
446
+ * enhance credit check logic in MemoriWidget to conditionally start session ([30d3fdb](https://github.com/memori-ai/memori-react/commit/30d3fdb8a2c1c4606306416bc408c102cfd62bb0))
447
+ * enhance CSS variables and styling for Artifact components ([cbf4087](https://github.com/memori-ai/memori-react/commit/cbf4087616b2a9b4d3d11dea741751f141d1d2c0))
448
+ * improve code readability and formatting in MemoriWidget component ([0fee720](https://github.com/memori-ai/memori-react/commit/0fee720b5e79ccea2e745dc97f4c756d25317b45))
449
+ * improve date handling in AgeVerificationModal ([0d806c8](https://github.com/memori-ai/memori-react/commit/0d806c80e403a76e421ff3560c47aa472b6c9e14))
450
+ * improve error logging and clean up debug statements in MemoriWidget ([dca8bb8](https://github.com/memori-ai/memori-react/commit/dca8bb89fc2eecc9d4f2f937bbf9384025778283))
451
+ * introduce PositionPopover component with styles and stories for enhanced functionality ([fe88857](https://github.com/memori-ai/memori-react/commit/fe888571611cea6ffdbbe340a1bbe086aae5a7c6))
452
+ * organize CSS layers for theme and integration overrides ([f89785d](https://github.com/memori-ai/memori-react/commit/f89785dd71c1a7fd44833284ee6f5b81b6c64cc3))
453
+ * organize CSS layers for theme and integration overrides ([3b31619](https://github.com/memori-ai/memori-react/commit/3b31619381018cfb3056b6ab4bd89ce85555be84))
454
+ * remove disablePastedText prop ([9e11114](https://github.com/memori-ai/memori-react/commit/9e111140051ae70f8298f91e634d84602a08461a))
455
+ * remove unused artifact regex and related code in ArtifactHandler for improved clarity ([ef59c01](https://github.com/memori-ai/memori-react/commit/ef59c016157c7be2be59bdd018c5504184f44611))
456
+ * remove unused CSS import ([f54fc76](https://github.com/memori-ai/memori-react/commit/f54fc7611ccfa42333a07501a675963869d0876c))
457
+ * remove unused NATS timeout logic from MemoriWidget ([4d2a451](https://github.com/memori-ai/memori-react/commit/4d2a451833860ddfa5325751c531a8d209f33adb))
458
+ * replace Dropdown with Popover in Header component ([d52c9f8](https://github.com/memori-ai/memori-react/commit/d52c9f8b2d2fdb10d63ba3e0982b12abb84a1f43))
459
+ * replace file extension extraction with document badge labels ([13afcdd](https://github.com/memori-ai/memori-react/commit/13afcdd3b955aba35a2085305f0c23985e277727))
460
+ * replace hasTouchscreen with isMobileOrTablet ([7a995d2](https://github.com/memori-ai/memori-react/commit/7a995d267225ef3393447820917d0a1fee9015ea))
461
+ * replace icon imports with lucide-react ([5807c45](https://github.com/memori-ai/memori-react/commit/5807c45d102313d986208a021086982958667d09))
462
+ * replace react-hot-toast with custom alert manager ([941914a](https://github.com/memori-ai/memori-react/commit/941914a86ad6fe3b90b546b79ad2a3f0542b1d8b))
463
+ * replace setShowPositionDrawer with setVenue and introduce PositionPopover in Header ([45e7a74](https://github.com/memori-ai/memori-react/commit/45e7a742c9e9aded549da229ec56cef078baff52))
464
+ * restructure ChatBubble component layout and enhance media handling ([2a1b088](https://github.com/memori-ai/memori-react/commit/2a1b0888e0ec9f40180d3231bea86a6b59b1cd61))
465
+ * show ai disclaimer under chat inputs ([5699c6d](https://github.com/memori-ai/memori-react/commit/5699c6d3d103e1b76e7c96f642013181474f50bb))
466
+ * simplify ChatBubble and ChatHistoryDrawer components by removing unnecessary styles ([777acb7](https://github.com/memori-ai/memori-react/commit/777acb7679f5ee09aa6fe0919e596aa09499c91b))
467
+ * simplify document processing by removing truncation logic from file extraction ([207e83c](https://github.com/memori-ai/memori-react/commit/207e83c59b71b5b25b88a6283c23ea5178d7a67b))
468
+ * streamline ChatHistoryDrawer and ChatInputs, enhance styling in hidden-chat layout ([ab860ff](https://github.com/memori-ai/memori-react/commit/ab860ff5d3cccaa57e6636af55867ceb01bae38c))
469
+ * streamline CSS styles for ChatHistoryDrawer ([fba9d1e](https://github.com/memori-ai/memori-react/commit/fba9d1e2bc0c9ee2b00a78c9876a3ba3151e8db6))
470
+ * streamline error handling ([c052a81](https://github.com/memori-ai/memori-react/commit/c052a81765b362f0b2d29b03206f9639a8c23d20))
471
+ * **ui:** improve layout consistency and add popover presentation to MobileSessionPanel ([a9f00e7](https://github.com/memori-ai/memori-react/commit/a9f00e7f869fb3054d6d2b9a1fa54a8707182716))
472
+ * update PositionPopover with new Popover component ([522ba47](https://github.com/memori-ai/memori-react/commit/522ba47f9642a484f6f09272b4df095a48cb76d7))
473
+ * update component logic and structure ([7271495](https://github.com/memori-ai/memori-react/commit/727149588feb47b0424bd44ff19a2e456dc00e99))
474
+ * update CSS styles for ChatInputs, ContentPreviewModal, FilePreview, MediaItemWidget, and MemoriWidget components ([a7207b5](https://github.com/memori-ai/memori-react/commit/a7207b5f4f9f647fbc2eff5e96371127bc78386a))
475
+ * update CSS styles for MemoriWidget and ArtifactActions components, adjusting background colors ([37ea36a](https://github.com/memori-ai/memori-react/commit/37ea36a3dc2b90c3243cdaa26a60a98fb7581dc5))
476
+ * update Header by replacing Info icon with MoreVertical, remove unused settings popover state ([0e4c684](https://github.com/memori-ai/memori-react/commit/0e4c68480479e14a77a918be0ee1d8891c3a5572))
477
+ * update snapshot styles for various components ([8bafaca](https://github.com/memori-ai/memori-react/commit/8bafacac510713778112de43667b5c6f3057d74e))
478
+
479
+
480
+ ### Maintenance
481
+
482
+ * refactor MemoriWidget for improved NATS event handling ([7de1051](https://github.com/memori-ai/memori-react/commit/7de105174d24b2e770bf3d738efd91cf0a42f004))
483
+ * add @base-ui/react dependency ([fc158f2](https://github.com/memori-ai/memori-react/commit/fc158f206b512acb95a201da1f7f6b7587c40594))
484
+ * bump package version to 9.0.0-alpha.6 ([89bb42b](https://github.com/memori-ai/memori-react/commit/89bb42bd99fd11257746bb2befbb3d6340e2ba99))
485
+ * bump package version to 9.0.0-alpha.7 ([c72b769](https://github.com/memori-ai/memori-react/commit/c72b7691624f52acccd7f2e26cbe658027e102b5))
486
+ * bump package version to 9.0.0-alpha.8 ([44526b2](https://github.com/memori-ai/memori-react/commit/44526b2942fde0660f3ca56d209e0352eb81179a))
487
+ * bump package version to 9.0.0-alpha.9 ([0be7121](https://github.com/memori-ai/memori-react/commit/0be7121f824c6392d040eea7f0e244c2c785212c))
488
+ * **deps:** bump [@memori](https://github.com/memori).ai/ui to ^1.5.2 ([de74299](https://github.com/memori-ai/memori-react/commit/de74299807a0d0a295855240d82d7828b41097b3))
489
+ * **deps:** update dependencies ([729688f](https://github.com/memori-ai/memori-react/commit/729688f6c0b29079e9d594bc006f3f3928c0cbc9))
490
+ * enhance build process with PostCSS integration and add CSS build scripts ([0d3af95](https://github.com/memori-ai/memori-react/commit/0d3af959b99f123b5a392f1f017a044c46760b88))
491
+ * refactor MemoriWidget to utilize MemoriUIProvider for improved theme management ([1cff0e9](https://github.com/memori-ai/memori-react/commit/1cff0e9266eeeef48123a9af1bf5eea6ca642b2c))
492
+ * release v8.17.3 ([81347cf](https://github.com/memori-ai/memori-react/commit/81347cf06f1e35e5a75b26fe0b44e4c919cd7352))
493
+ * release v8.18.0 ([34d0faf](https://github.com/memori-ai/memori-react/commit/34d0fafab825a80c7a8a3c9ec102aa22b4acef96))
494
+ * release v8.18.1 ([20c00fe](https://github.com/memori-ai/memori-react/commit/20c00fe9d61bc809973c86d345fe727534b0554a))
495
+ * release v8.18.2 ([27cdab4](https://github.com/memori-ai/memori-react/commit/27cdab4c10d0ead3b4a0f9405317629b9880ae4c))
496
+ * release v8.19.0 ([63a2d16](https://github.com/memori-ai/memori-react/commit/63a2d16a00295a63d357283f65df5b4e6712005b))
497
+ * release v8.19.1 ([f308716](https://github.com/memori-ai/memori-react/commit/f308716588d1a56ab11298c18ba566db1dfbaf6f))
498
+ * release v8.19.2 ([6a01759](https://github.com/memori-ai/memori-react/commit/6a01759aa6705f387746f806cffb602ffe07c559))
499
+ * release v8.19.3 ([275e533](https://github.com/memori-ai/memori-react/commit/275e533734d82bdc8ad3bfe07f31e1544eb009eb))
500
+ * release v8.30.1 ([13d29f1](https://github.com/memori-ai/memori-react/commit/13d29f1020da76f43c3a5d5568cfa0fad9b2c2e3))
501
+ * release v8.31.0 ([ad31500](https://github.com/memori-ai/memori-react/commit/ad3150056d9793a4f8795803a7de1b0666295e46))
502
+ * release v8.32.0 ([ac8f19a](https://github.com/memori-ai/memori-react/commit/ac8f19a996a8a0f5b20bd1df89a711c97903de35))
503
+ * release v8.34.0 ([2fcc8bd](https://github.com/memori-ai/memori-react/commit/2fcc8bdf96b018a322cc7ce3d5f703c74d9261ec))
504
+ * release v8.36.0 ([f6d6c92](https://github.com/memori-ai/memori-react/commit/f6d6c92ae9e0a337a3db215ea1ff7fed17725227))
505
+ * release v8.37.0 ([80b208c](https://github.com/memori-ai/memori-react/commit/80b208cad3abed75703d8cd45c4b98182bf36564))
506
+ * release v8.38.0 ([536d919](https://github.com/memori-ai/memori-react/commit/536d919b9a01ad178cbba6be9e845be038baf5a8))
507
+ * release v8.38.1 ([d19a323](https://github.com/memori-ai/memori-react/commit/d19a3232d5ad7677c77e65a35fcacc9edc7c77f6))
508
+ * release v8.38.2 ([94fc800](https://github.com/memori-ai/memori-react/commit/94fc8006306bdc1b8a44c601b20283cfdcb9a388))
509
+ * release v8.38.3 ([55deed8](https://github.com/memori-ai/memori-react/commit/55deed80fe13b3c69cadf9bae44ba62d6d2589f1))
510
+ * release v8.38.4 ([81b6116](https://github.com/memori-ai/memori-react/commit/81b61161ef22621166014a2f258c45f653105857))
511
+ * release v9.0.0-alpha.0 ([1b74d07](https://github.com/memori-ai/memori-react/commit/1b74d07256b6611a13617d94964824b99434b88c))
512
+ * release v9.0.0-alpha.1 ([7e63a0c](https://github.com/memori-ai/memori-react/commit/7e63a0cd2738c8fb742b4a66879fdd7039a2798c))
513
+ * release v9.0.0-alpha.2 ([27de450](https://github.com/memori-ai/memori-react/commit/27de4502f538bc3abaf517b8350f2fbdb00b78df))
514
+ * release v9.0.0-alpha.3 ([c663433](https://github.com/memori-ai/memori-react/commit/c663433bee38490aa0db6153a02ca0c56d15071a))
515
+ * release v9.0.0-alpha.4 ([4a9a96f](https://github.com/memori-ai/memori-react/commit/4a9a96f04b5222c7a8e11ea96c9a08a85313f977))
516
+ * release v9.0.0-alpha.5 ([74522be](https://github.com/memori-ai/memori-react/commit/74522be64d9ffa9ca0b1a61b52e99781170a79a7))
517
+ * release v9.0.0-alpha.6 ([2f938a3](https://github.com/memori-ai/memori-react/commit/2f938a3611e9f5c5d54e34540bf3c1f3123bd7de))
518
+ * release v9.0.0-alpha.7 ([7c0769d](https://github.com/memori-ai/memori-react/commit/7c0769d905851962517e4f02ac99bd47c28d39d9))
519
+ * release v9.0.0-alpha.8 ([47c1bd8](https://github.com/memori-ai/memori-react/commit/47c1bd8c262921a3de9a9c5a32fefcc6f8de04cc))
520
+ * release v9.0.0-alpha.9 ([a5119f8](https://github.com/memori-ai/memori-react/commit/a5119f8a8f596540c3e364b9b550e7f1694d0413))
521
+ * remove unused dependencies from package.json ([5ea6c79](https://github.com/memori-ai/memori-react/commit/5ea6c795dc104772f572cbbadc8fedb07ef42666))
522
+ * **storybook:** add theme decorator and sync with background control ([4787d5b](https://github.com/memori-ai/memori-react/commit/4787d5b915dc74ad1a0867ba2846789a946145dc))
523
+ * update [@memori](https://github.com/memori).ai/ui ([3177beb](https://github.com/memori-ai/memori-react/commit/3177bebc8e212de5fb20f5f82a6473fdb9d2ae48))
524
+ * update [@memori](https://github.com/memori).ai/ui ([800908c](https://github.com/memori-ai/memori-react/commit/800908cb78a2bb82d7fe3c4780420645b8df05a0))
525
+ * update [@memori](https://github.com/memori).ai/ui ([bf447f1](https://github.com/memori-ai/memori-react/commit/bf447f199f2281c557e3fb66bc36edae894df100))
526
+ * update [@memori](https://github.com/memori).ai/ui dependency ([9f7a967](https://github.com/memori-ai/memori-react/commit/9f7a9675576bb090da1700756328414413889a4e))
527
+ * update [@memori](https://github.com/memori).ai/ui dependency ([42ad4c6](https://github.com/memori-ai/memori-react/commit/42ad4c6a216f9e2881c4117fdf60c05a399d9521))
528
+ * update [@memori](https://github.com/memori).ai/ui dependency ([a310624](https://github.com/memori-ai/memori-react/commit/a310624b1e26e75dbfc5b4ef18058baab3e33fac))
529
+ * update [@memori](https://github.com/memori).ai/ui dependency ([892be2d](https://github.com/memori-ai/memori-react/commit/892be2d0deb977cd3664ffab475a60a7ae3763e6))
530
+ * update [@memori](https://github.com/memori).ai/ui to and adjust theme colors in Storybook preview ([a0d7116](https://github.com/memori-ai/memori-react/commit/a0d7116dda3705efe0ea6078f362af6f8e99e9ca))
531
+ * update [@memori](https://github.com/memori).ai/ui to version 1.14.1 ([65f4b10](https://github.com/memori-ai/memori-react/commit/65f4b10fc6afd16a9e5adc1adcfcb18aace8448a))
532
+ * update [@memori](https://github.com/memori).ai/ui to version 1.16.0 and adjust FullPage and ZoomedFullBody styles ([1ff5a22](https://github.com/memori-ai/memori-react/commit/1ff5a2298a8b1ff5e836092869679e05b629c824))
533
+ * update deps following npm audit ([f7a109f](https://github.com/memori-ai/memori-react/commit/f7a109f7055c37d8b5190a3f5148e428c140625a))
534
+ * update dompurify ([e9aad6e](https://github.com/memori-ai/memori-react/commit/e9aad6e9d6d25bad597cda1078a988737698819b))
535
+ * update dompurify dependency to version 3.4.11 ([da25688](https://github.com/memori-ai/memori-react/commit/da256880de277d939a2ca41293300a184f8e53e7))
536
+ * update mocks and PDF export helper ([ef74575](https://github.com/memori-ai/memori-react/commit/ef7457578144ce680618682e33c404b2c4606daa))
537
+
538
+ ## [9.0.0-alpha.9](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.8...alpha/rc-v9.0.0-alpha.9) (2026-08-04)
539
+
540
+
541
+ ### Features
542
+
543
+ * enhance chat layout styles with unified background and input designs across all themes ([bdf878e](https://github.com/memori-ai/memori-react/commit/bdf878e172621c852f70ed505aac6feaea242077))
544
+ * refine chat layouts with global backgrounds and danger cancel buttons ([3f28abc](https://github.com/memori-ai/memori-react/commit/3f28abc6311e890a5777a662352b5c0e863c4e13))
545
+ * update chat inputs styles over all layouts ([9657d05](https://github.com/memori-ai/memori-react/commit/9657d054c76385c6b7a617d8a87db9974a882b84))
546
+
547
+
548
+ ### Bug Fixes
549
+
550
+ * use primary-color for user bubble background in dark theme ([c7eceda](https://github.com/memori-ai/memori-react/commit/c7eceda840630264dfc24c73df79fc502cf9fadd))
551
+
552
+
553
+ ### Changes
554
+
555
+ * adjust positioning of "Powered by" element and update chat input border styles ([b3250df](https://github.com/memori-ai/memori-react/commit/b3250df7eba5f30e73b163d7e792581c74390bfa))
556
+
557
+
558
+ ### Maintenance
559
+
560
+ * bump package version to 9.0.0-alpha.9 ([0be7121](https://github.com/memori-ai/memori-react/commit/0be7121f824c6392d040eea7f0e244c2c785212c))
561
+
562
+ ## [9.0.0-alpha.8](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.7...alpha/rc-v9.0.0-alpha.8) (2026-08-03)
563
+
564
+
565
+ ### Bug Fixes
566
+
567
+ * prevent chat history clearance when dismissing popovers ([19ec445](https://github.com/memori-ai/memori-react/commit/19ec4455549b5e28af88c6e31f30ba4dad8f1de7))
568
+
569
+
570
+ ### Changes
571
+
572
+ * clean up HiddenChat component by removing header prop component ([c9d5559](https://github.com/memori-ai/memori-react/commit/c9d5559795b66401c92eda97b75571528bafef05))
573
+
574
+ ## [9.0.0-alpha.7](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.6...alpha/rc-v9.0.0-alpha.7) (2026-07-31)
575
+
576
+
577
+ ### Features
578
+
579
+ * implement widget surface context for improved modal and drawer containment ([eb8fb1e](https://github.com/memori-ai/memori-react/commit/eb8fb1e6536587dfef7cc937959f538ac03766d6))
580
+
581
+ ## [9.0.0-alpha.6](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.5...alpha/rc-v9.0.0-alpha.6) (2026-07-30)
582
+
583
+
584
+ ### Features
585
+
586
+ * add avatar-configurator support in Avatar component and related tests ([1d5cfcf](https://github.com/memori-ai/memori-react/commit/1d5cfcf34d72924b8251ac5ad0db8b05b594a28f))
587
+ * add session management improvements in MemoriWidget ([c8159a8](https://github.com/memori-ai/memori-react/commit/c8159a888c9b2220c5214fe69ed96c323c1ed266))
588
+ * add support for DOTX file format in file preview and media components ([3c95348](https://github.com/memori-ai/memori-react/commit/3c953484ecb7cc1b2ef1dee7cf2a0527103aea81))
589
+ * add support for Office native file formats in file upload and preview components ([d6376de](https://github.com/memori-ai/memori-react/commit/d6376de207f2d62619264e7d5894d44be1dbe7e1))
590
+ * add unwrapDialogState function to handle nested currentState in NATS responses ([93023e6](https://github.com/memori-ai/memori-react/commit/93023e6f591ff6ac89600880fc71873f28a7848e))
591
+ * enhance Avatar component with totem layout support and improve animation handling ([9dab8f0](https://github.com/memori-ai/memori-react/commit/9dab8f084107e7d151e307d4933729b657f4f139))
592
+ * enhance ChatBubble and MemoriWidget components with function cache handling ([b28b474](https://github.com/memori-ai/memori-react/commit/b28b4740806aabe10eb3415fc2974c45ff88a498))
593
+ * enhance user identification for credit verification by adding ownerUserName ([d883f5d](https://github.com/memori-ai/memori-react/commit/d883f5d17226d3596ce7bb9232a7a368a122d556))
594
+ * extend ChatBubble component to support function cache copy functionality ([6c1ad00](https://github.com/memori-ai/memori-react/commit/6c1ad00efde745c235ffb1e971e316522f53f3ea))
595
+ * implement credit verification and UI updates ([fbd0d32](https://github.com/memori-ai/memori-react/commit/fbd0d3206591964d13f6d1d25adc4f778f9749ce))
596
+ * implement session expiration handling in MemoriWidget and add related tests ([a9e904b](https://github.com/memori-ai/memori-react/commit/a9e904bb9286fecaac1fec8c8a413cc0a8e63824))
597
+ * integrate JetStream support in NATS configuration and session handling ([4a3a0c8](https://github.com/memori-ai/memori-react/commit/4a3a0c815a5a4887ddcf64890c42eb35dc2d4a52))
598
+ * integrate NATS support for real-time event handling in MemoriWidget ([bbb7a7f](https://github.com/memori-ai/memori-react/commit/bbb7a7f33ac2ee5a0cf57c4ace4714849ec3fe44))
599
+ * refactor XLSX file handling in UploadDocuments component to improve text extraction ([5ca2e0f](https://github.com/memori-ai/memori-react/commit/5ca2e0f5949685f3a826e8c75b38e876d1c4a682))
600
+
601
+
602
+ ### Bug Fixes
603
+
604
+ * prevent autoStart from clearing chat history when dismissing an already-closed position popover (user/info header popovers)
605
+ * login token async conditions ([10ce585](https://github.com/memori-ai/memori-react/commit/10ce58543b1597084f5e58b0c1a14d0a4822a697))
606
+ * prevent XSS vulnerability among sanification ([a432905](https://github.com/memori-ai/memori-react/commit/a4329053411f47e25662c6937c35f86764189839))
607
+ * remove '.xls' from office native extensions ([5958e02](https://github.com/memori-ai/memori-react/commit/5958e02dc602ca4d7a9503625ad5e653250df4c5))
608
+ * reset clickedStart state in multiple scenarios within MemoriWidget ([f4a296d](https://github.com/memori-ai/memori-react/commit/f4a296d41282b792bc0e5a7f0caf8fcb1d95f986))
609
+ * unify login token resolution logic in MemoriWidget component ([215e69f](https://github.com/memori-ai/memori-react/commit/215e69fa351d187ea220d6211fa96f7b1ec3be37))
610
+ * update Anthropic status URL to use status.claude.com ([97da113](https://github.com/memori-ai/memori-react/commit/97da11397068c80019f77ecc96374d8f737a1777))
611
+ * update mouth smile blend shape constants ([cd05104](https://github.com/memori-ai/memori-react/commit/cd0510421cb409d7dae21b2a3b31e9b93009c97e))
612
+ * update NATS subject default value to include session ID format ([56bcbf4](https://github.com/memori-ai/memori-react/commit/56bcbf4d6e87a2966b874048f95cdfc919ca47a8))
613
+ * upload docx media type card opens up a link instead of a modal ([5fb0b34](https://github.com/memori-ai/memori-react/commit/5fb0b34178cbd43859894cb76ef0c925c7f34157))
614
+
615
+
616
+ ### Maintenance
617
+
618
+ * refactor MemoriWidget for improved NATS event handling ([7de1051](https://github.com/memori-ai/memori-react/commit/7de105174d24b2e770bf3d738efd91cf0a42f004))
619
+ * update dompurify ([e9aad6e](https://github.com/memori-ai/memori-react/commit/e9aad6e9d6d25bad597cda1078a988737698819b))
620
+ * update dompurify dependency to version 3.4.11 ([da25688](https://github.com/memori-ai/memori-react/commit/da256880de277d939a2ca41293300a184f8e53e7))
621
+
622
+
623
+ ### Changes
624
+
625
+ * enhance credit check logic in MemoriWidget to conditionally start session ([30d3fdb](https://github.com/memori-ai/memori-react/commit/30d3fdb8a2c1c4606306416bc408c102cfd62bb0))
626
+ * improve date handling in AgeVerificationModal ([0d806c8](https://github.com/memori-ai/memori-react/commit/0d806c80e403a76e421ff3560c47aa472b6c9e14))
627
+ * improve error logging and clean up debug statements in MemoriWidget ([dca8bb8](https://github.com/memori-ai/memori-react/commit/dca8bb89fc2eecc9d4f2f937bbf9384025778283))
628
+ * remove unused NATS timeout logic from MemoriWidget ([4d2a451](https://github.com/memori-ai/memori-react/commit/4d2a451833860ddfa5325751c531a8d209f33adb))
629
+ * replace file extension extraction with document badge labels ([13afcdd](https://github.com/memori-ai/memori-react/commit/13afcdd3b955aba35a2085305f0c23985e277727))
630
+
631
+ ## [9.0.0-alpha.5](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.4...alpha/rc-v9.0.0-alpha.5) (2026-05-27)
632
+
633
+
634
+ ### Features
635
+
636
+ * add ArtifactDrawer stories and fix hooks order bug ([5bab851](https://github.com/memori-ai/memori-react/commit/5bab85162c58f0263cdc1037406064991a8a3bb4))
637
+ * integrate artifact drawer column into chat layouts ([78d389d](https://github.com/memori-ai/memori-react/commit/78d389dabe3437652243d1e9d62f1068c7023919))
638
+
639
+
640
+ ### Maintenance
641
+
642
+ * update [@memori](https://github.com/memori).ai/ui to version 1.16.0 and adjust FullPage and ZoomedFullBody styles ([1ff5a22](https://github.com/memori-ai/memori-react/commit/1ff5a2298a8b1ff5e836092869679e05b629c824))
643
+
644
+ ## [9.0.0-alpha.4](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.3...alpha/rc-v9.0.0-alpha.4) (2026-05-26)
645
+
646
+
647
+ ### Features
648
+
649
+ * add venue management to Chat, FullPage, HiddenChat, and ZoomedFullBody layouts ([5ae3160](https://github.com/memori-ai/memori-react/commit/5ae31609b223a9c65d3dbbd5d3c40ce5474be845))
650
+ * enhance ChatConsumptionDropdown with open state management ([1e10b7c](https://github.com/memori-ai/memori-react/commit/1e10b7cd9cdf118b81413cab9233970d8ba1f933))
651
+
652
+
653
+ ### Maintenance
654
+
655
+ * refactor MemoriWidget to utilize MemoriUIProvider for improved theme management ([1cff0e9](https://github.com/memori-ai/memori-react/commit/1cff0e9266eeeef48123a9af1bf5eea6ca642b2c))
656
+
657
+
658
+ ### Changes
659
+
660
+ * update snapshot styles for various components ([8bafaca](https://github.com/memori-ai/memori-react/commit/8bafacac510713778112de43667b5c6f3057d74e))
661
+
662
+ ## [9.0.0-alpha.3](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.2...alpha/rc-v9.0.0-alpha.3) (2026-05-25)
663
+
664
+
665
+ ### Maintenance
666
+
667
+ * enhance build process with PostCSS integration and add CSS build scripts ([0d3af95](https://github.com/memori-ai/memori-react/commit/0d3af959b99f123b5a392f1f017a044c46760b88))
668
+
3
669
  ## [9.0.0-alpha.2](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.1...alpha/rc-v9.0.0-alpha.2) (2026-05-25)
4
670
 
5
671