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

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