@memori.ai/memori-react 8.45.1 → 8.45.4

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 (511) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/components/Chat/Chat.js +4 -1
  3. package/dist/components/Chat/Chat.js.map +1 -1
  4. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +4 -1
  5. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +7 -57
  6. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
  7. package/dist/components/IconButton/IconButton.d.ts +1 -1
  8. package/dist/components/MemoriWidget/MemoriWidget.d.ts +1 -1
  9. package/dist/components/MemoriWidget/MemoriWidget.js +2 -1
  10. package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
  11. package/dist/components/PositionPopover/PositionPopover.js +38 -25
  12. package/dist/components/PositionPopover/PositionPopover.js.map +1 -1
  13. package/dist/components/UploadButton/UploadButton.js +3 -0
  14. package/dist/components/UploadButton/UploadButton.js.map +1 -1
  15. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +14 -2
  16. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  17. package/dist/components/layouts/chat.css +27 -4
  18. package/dist/context/widgetSurfaceContext.js +2 -2
  19. package/dist/context/widgetSurfaceContext.js.map +1 -1
  20. package/dist/helpers/constants.d.ts +3 -2
  21. package/dist/helpers/constants.js +19 -20
  22. package/dist/helpers/constants.js.map +1 -1
  23. package/dist/helpers/positionPopover.d.ts +2 -1
  24. package/dist/helpers/positionPopover.js +12 -3
  25. package/dist/helpers/positionPopover.js.map +1 -1
  26. package/dist/helpers/tts/muteSpeaker.js +4 -3
  27. package/dist/helpers/tts/muteSpeaker.js.map +1 -1
  28. package/dist/helpers/usePressTooltip.js +2 -1
  29. package/dist/helpers/usePressTooltip.js.map +1 -1
  30. package/dist/helpers/utils.d.ts +2 -1
  31. package/dist/helpers/utils.js +7 -1
  32. package/dist/helpers/utils.js.map +1 -1
  33. package/dist/icons/MemoriIcon.js +1 -1
  34. package/dist/icons/MemoriIcon.js.map +1 -1
  35. package/dist/styles.css +1 -2
  36. package/dist/version.d.ts +1 -1
  37. package/dist/version.js +1 -1
  38. package/esm/components/Chat/Chat.js +4 -1
  39. package/esm/components/Chat/Chat.js.map +1 -1
  40. package/esm/components/MemoriWidget/MemoriWidget.d.ts +1 -1
  41. package/esm/components/MemoriWidget/MemoriWidget.js +2 -1
  42. package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
  43. package/esm/components/UploadButton/UploadButton.js +4 -1
  44. package/esm/components/UploadButton/UploadButton.js.map +1 -1
  45. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +16 -4
  46. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  47. package/esm/components/layouts/chat.css +27 -4
  48. package/esm/helpers/constants.d.ts +3 -2
  49. package/esm/helpers/constants.js +18 -19
  50. package/esm/helpers/constants.js.map +1 -1
  51. package/esm/helpers/utils.d.ts +2 -1
  52. package/esm/helpers/utils.js +6 -1
  53. package/esm/helpers/utils.js.map +1 -1
  54. package/esm/styles.css +1 -2
  55. package/esm/version.d.ts +1 -1
  56. package/esm/version.js +1 -1
  57. package/package.json +6 -7
  58. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +0 -3
  59. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +0 -64
  60. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +0 -1
  61. package/dist/testUtils.d.ts +0 -5
  62. package/dist/testUtils.js +0 -18
  63. package/dist/testUtils.js.map +0 -1
  64. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +0 -3
  65. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +0 -62
  66. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +0 -1
  67. package/src/I18nWrapper.tsx +0 -13
  68. package/src/__snapshots__/index.test.tsx.snap +0 -96
  69. package/src/components/AgeVerificationModal/AgeVerificationModal.css +0 -95
  70. package/src/components/AgeVerificationModal/AgeVerificationModal.stories.tsx +0 -46
  71. package/src/components/AgeVerificationModal/AgeVerificationModal.test.tsx +0 -33
  72. package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +0 -99
  73. package/src/components/AgeVerificationModal/__snapshots__/AgeVerificationModal.test.tsx.snap +0 -19
  74. package/src/components/Auth/Auth.css +0 -57
  75. package/src/components/Auth/Auth.stories.tsx +0 -90
  76. package/src/components/Auth/Auth.test.tsx +0 -63
  77. package/src/components/Auth/Auth.tsx +0 -201
  78. package/src/components/Auth/__snapshots__/Auth.test.tsx.snap +0 -143
  79. package/src/components/Avatar/Avatar.css +0 -151
  80. package/src/components/Avatar/Avatar.stories.tsx +0 -160
  81. package/src/components/Avatar/Avatar.test.tsx +0 -158
  82. package/src/components/Avatar/Avatar.tsx +0 -245
  83. package/src/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.tsx +0 -103
  84. package/src/components/Avatar/AvatarView/AvatarComponent/avatarComponent.tsx +0 -105
  85. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +0 -338
  86. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.ts +0 -44
  87. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.ts +0 -1091
  88. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.ts +0 -83
  89. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.ts +0 -301
  90. package/src/components/Avatar/AvatarView/AvatarComponent/components/controls.tsx +0 -100
  91. package/src/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.tsx +0 -152
  92. package/src/components/Avatar/AvatarView/AvatarComponent/components/loader.tsx +0 -31
  93. package/src/components/Avatar/AvatarView/AvatarComponent/constants.ts +0 -141
  94. package/src/components/Avatar/AvatarView/AvatarComponent/lights/Lights.tsx +0 -145
  95. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +0 -111
  96. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.tsx +0 -201
  97. package/src/components/Avatar/AvatarView/AvatarView.stories.tsx +0 -254
  98. package/src/components/Avatar/AvatarView/index.tsx +0 -194
  99. package/src/components/Avatar/AvatarView/utils/hideHands.ts +0 -11
  100. package/src/components/Avatar/AvatarView/utils/useEyeBlink.ts +0 -100
  101. package/src/components/Avatar/AvatarView/utils/useHeadMovement.ts +0 -72
  102. package/src/components/Avatar/AvatarView/utils/useLoadingMorphAnim.ts +0 -38
  103. package/src/components/Avatar/AvatarView/utils/useMouthAnimation.ts +0 -93
  104. package/src/components/Avatar/AvatarView/utils/useSmile.ts +0 -39
  105. package/src/components/Avatar/AvatarView/utils/utils.ts +0 -55
  106. package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +0 -246
  107. package/src/components/Blob/Blob.css +0 -286
  108. package/src/components/Blob/Blob.stories.tsx +0 -53
  109. package/src/components/Blob/Blob.test.tsx +0 -18
  110. package/src/components/Blob/Blob.tsx +0 -26
  111. package/src/components/Blob/__snapshots__/Blob.test.tsx.snap +0 -80
  112. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.css +0 -40
  113. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.stories.tsx +0 -58
  114. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.test.tsx +0 -53
  115. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.tsx +0 -74
  116. package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +0 -181
  117. package/src/components/ChangeMode/ChangeMode.css +0 -22
  118. package/src/components/ChangeMode/ChangeMode.stories.tsx +0 -50
  119. package/src/components/ChangeMode/ChangeMode.test.tsx +0 -24
  120. package/src/components/ChangeMode/ChangeMode.tsx +0 -51
  121. package/src/components/ChangeMode/__snapshots__/ChangeMode.test.tsx.snap +0 -107
  122. package/src/components/Chat/Chat.css +0 -285
  123. package/src/components/Chat/Chat.stories.tsx +0 -1684
  124. package/src/components/Chat/Chat.test.tsx +0 -372
  125. package/src/components/Chat/Chat.tsx +0 -778
  126. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +0 -6816
  127. package/src/components/ChatBubble/ChatBubble.css +0 -430
  128. package/src/components/ChatBubble/ChatBubble.stories.tsx +0 -1192
  129. package/src/components/ChatBubble/ChatBubble.test.tsx +0 -481
  130. package/src/components/ChatBubble/ChatBubble.tsx +0 -776
  131. package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +0 -8734
  132. package/src/components/ChatHistoryDrawer/ChatHistory.css +0 -587
  133. package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +0 -410
  134. package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +0 -107
  135. package/src/components/ChatHistoryDrawer/ChatHistory.tsx +0 -1298
  136. package/src/components/ChatHistoryDrawer/__snapshots__/ChatHistory.test.tsx.snap +0 -27
  137. package/src/components/ChatInputs/ChatInputs.css +0 -340
  138. package/src/components/ChatInputs/ChatInputs.stories.tsx +0 -251
  139. package/src/components/ChatInputs/ChatInputs.tsx +0 -487
  140. package/src/components/ChatTextArea/ChatTextArea.css +0 -185
  141. package/src/components/ChatTextArea/ChatTextArea.stories.tsx +0 -55
  142. package/src/components/ChatTextArea/ChatTextArea.test.tsx +0 -28
  143. package/src/components/ChatTextArea/ChatTextArea.tsx +0 -171
  144. package/src/components/ChatTextArea/__snapshots__/ChatTextArea.test.tsx.snap +0 -68
  145. package/src/components/CompletionProviderStatus/CompletionProviderStatus.css +0 -36
  146. package/src/components/CompletionProviderStatus/CompletionProviderStatus.stories.tsx +0 -296
  147. package/src/components/CompletionProviderStatus/CompletionProviderStatus.test.tsx +0 -31
  148. package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +0 -232
  149. package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +0 -96
  150. package/src/components/ContentPreviewModal/ContentPreviewModal.css +0 -128
  151. package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +0 -67
  152. package/src/components/ContentPreviewModal/index.ts +0 -2
  153. package/src/components/CustomGLBModelViewer/ModelViewer.css +0 -11
  154. package/src/components/CustomGLBModelViewer/ModelViewer.stories.tsx +0 -58
  155. package/src/components/CustomGLBModelViewer/ModelViewer.test.tsx +0 -13
  156. package/src/components/CustomGLBModelViewer/ModelViewer.tsx +0 -37
  157. package/src/components/CustomGLBModelViewer/__snapshots__/ModelViewer.test.tsx.snap +0 -20
  158. package/src/components/DateSelector/DateSelector.css +0 -158
  159. package/src/components/DateSelector/DateSelector.stories.tsx +0 -47
  160. package/src/components/DateSelector/DateSelector.test.tsx +0 -149
  161. package/src/components/DateSelector/DateSelector.tsx +0 -251
  162. package/src/components/DateSelector/__snapshots__/DateSelector.test.tsx.snap +0 -1954
  163. package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -54
  164. package/src/components/ExpertsDrawer/ExpertsDrawer.css +0 -67
  165. package/src/components/ExpertsDrawer/ExpertsDrawer.stories.tsx +0 -54
  166. package/src/components/ExpertsDrawer/ExpertsDrawer.test.tsx +0 -53
  167. package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +0 -69
  168. package/src/components/ExpertsDrawer/__snapshots__/ExpertsDrawer.test.tsx.snap +0 -11
  169. package/src/components/ExportHistoryButton/ExportHistoryButton.css +0 -22
  170. package/src/components/FeedbackButtons/FeedbackButtons.css +0 -107
  171. package/src/components/FeedbackButtons/FeedbackButtons.stories.tsx +0 -52
  172. package/src/components/FeedbackButtons/FeedbackButtons.test.tsx +0 -11
  173. package/src/components/FeedbackButtons/FeedbackButtons.tsx +0 -152
  174. package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +0 -42
  175. package/src/components/FilePreview/FilePreview.css +0 -358
  176. package/src/components/FilePreview/FilePreview.stories.tsx +0 -63
  177. package/src/components/FilePreview/FilePreview.test.tsx +0 -26
  178. package/src/components/FilePreview/FilePreview.tsx +0 -277
  179. package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +0 -185
  180. package/src/components/Header/ChatConsumptionDropdown.test.tsx +0 -117
  181. package/src/components/Header/ChatConsumptionDropdown.tsx +0 -275
  182. package/src/components/Header/Header.css +0 -282
  183. package/src/components/Header/Header.stories.tsx +0 -338
  184. package/src/components/Header/Header.test.tsx +0 -371
  185. package/src/components/Header/Header.tsx +0 -442
  186. package/src/components/Header/__snapshots__/Header.test.tsx.snap +0 -964
  187. package/src/components/KnownFacts/KnownFacts.css +0 -19
  188. package/src/components/KnownFacts/KnownFacts.stories.tsx +0 -80
  189. package/src/components/KnownFacts/KnownFacts.test.tsx +0 -57
  190. package/src/components/KnownFacts/KnownFacts.tsx +0 -376
  191. package/src/components/KnownFacts/__snapshots__/KnownFacts.test.tsx.snap +0 -19
  192. package/src/components/LoginDrawer/LoginDrawer.css +0 -1616
  193. package/src/components/LoginDrawer/LoginDrawer.stories.tsx +0 -102
  194. package/src/components/LoginDrawer/LoginDrawer.test.tsx +0 -199
  195. package/src/components/LoginDrawer/LoginDrawer.tsx +0 -600
  196. package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +0 -91
  197. package/src/components/MediaWidget/DocumentCard.test.tsx +0 -45
  198. package/src/components/MediaWidget/DocumentCard.tsx +0 -19
  199. package/src/components/MediaWidget/MediaItemWidget.css +0 -1398
  200. package/src/components/MediaWidget/MediaItemWidget.stories.tsx +0 -423
  201. package/src/components/MediaWidget/MediaItemWidget.test.tsx +0 -248
  202. package/src/components/MediaWidget/MediaItemWidget.tsx +0 -997
  203. package/src/components/MediaWidget/MediaItemWidget.types.ts +0 -65
  204. package/src/components/MediaWidget/MediaItemWidget.utils.test.ts +0 -367
  205. package/src/components/MediaWidget/MediaItemWidget.utils.ts +0 -227
  206. package/src/components/MediaWidget/MediaPreviewModal.test.tsx +0 -271
  207. package/src/components/MediaWidget/MediaPreviewModal.tsx +0 -425
  208. package/src/components/MediaWidget/MediaWidget.css +0 -131
  209. package/src/components/MediaWidget/MediaWidget.stories.tsx +0 -319
  210. package/src/components/MediaWidget/MediaWidget.test.tsx +0 -41
  211. package/src/components/MediaWidget/MediaWidget.tsx +0 -107
  212. package/src/components/MediaWidget/__snapshots__/DocumentCard.test.tsx.snap +0 -24
  213. package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +0 -791
  214. package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +0 -154
  215. package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +0 -2299
  216. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +0 -163
  217. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +0 -250
  218. package/src/components/MemoriArtifactSystem/components/ArtifactActions/CopyButton.stories.tsx +0 -30
  219. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +0 -467
  220. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +0 -89
  221. package/src/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.ts +0 -619
  222. package/src/components/MemoriArtifactSystem/components/ArtifactActions/index.ts +0 -9
  223. package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +0 -489
  224. package/src/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.tsx +0 -90
  225. package/src/components/MemoriArtifactSystem/components/ArtifactActions/types.ts +0 -73
  226. package/src/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.ts +0 -454
  227. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +0 -1059
  228. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +0 -431
  229. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +0 -150
  230. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.tsx +0 -79
  231. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +0 -253
  232. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +0 -561
  233. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +0 -355
  234. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +0 -160
  235. package/src/components/MemoriArtifactSystem/context/ArtifactContext.tsx +0 -167
  236. package/src/components/MemoriArtifactSystem/types/artifact.types.ts +0 -35
  237. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.test.tsx +0 -308
  238. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.tsx +0 -379
  239. package/src/components/MemoriArtifactSystem/utils/applyEdits.test.ts +0 -85
  240. package/src/components/MemoriArtifactSystem/utils/applyEdits.ts +0 -173
  241. package/src/components/MemoriWidget/MemoriWidget.css +0 -220
  242. package/src/components/MemoriWidget/MemoriWidget.stories.tsx +0 -274
  243. package/src/components/MemoriWidget/MemoriWidget.tsx +0 -3930
  244. package/src/components/MicrophoneButton/MicrophoneButton.css +0 -142
  245. package/src/components/MicrophoneButton/MicrophoneButton.stories.tsx +0 -52
  246. package/src/components/MicrophoneButton/MicrophoneButton.tsx +0 -128
  247. package/src/components/PositionDrawer/PositionDrawer.stories.tsx +0 -51
  248. package/src/components/PositionDrawer/PositionDrawer.test.tsx +0 -39
  249. package/src/components/PositionDrawer/PositionDrawer.tsx +0 -50
  250. package/src/components/PositionDrawer/__snapshots__/PositionDrawer.test.tsx.snap +0 -17
  251. package/src/components/PoweredBy/PoweredBy.css +0 -47
  252. package/src/components/PoweredBy/PoweredBy.stories.tsx +0 -75
  253. package/src/components/PoweredBy/PoweredBy.test.tsx +0 -15
  254. package/src/components/PoweredBy/PoweredBy.tsx +0 -44
  255. package/src/components/PoweredBy/__snapshots__/PoweredBy.test.tsx.snap +0 -55
  256. package/src/components/SendOnEnterMenu/SendOnEnterMenu.css +0 -47
  257. package/src/components/SendOnEnterMenu/SendOnEnterMenu.stories.tsx +0 -58
  258. package/src/components/SendOnEnterMenu/SendOnEnterMenu.test.tsx +0 -17
  259. package/src/components/SendOnEnterMenu/SendOnEnterMenu.tsx +0 -82
  260. package/src/components/SendOnEnterMenu/__snapshots__/SendOnEnterMenu.test.tsx.snap +0 -57
  261. package/src/components/SettingsDrawer/SettingsDrawer.css +0 -24
  262. package/src/components/SettingsDrawer/SettingsDrawer.stories.tsx +0 -94
  263. package/src/components/SettingsDrawer/SettingsDrawer.test.tsx +0 -202
  264. package/src/components/SettingsDrawer/SettingsDrawer.tsx +0 -255
  265. package/src/components/SettingsDrawer/__snapshots__/SettingsDrawer.test.tsx.snap +0 -59
  266. package/src/components/ShareButton/ShareButton.css +0 -73
  267. package/src/components/ShareButton/ShareButton.stories.tsx +0 -98
  268. package/src/components/ShareButton/ShareButton.test.tsx +0 -53
  269. package/src/components/ShareButton/ShareButton.tsx +0 -395
  270. package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +0 -316
  271. package/src/components/Snippet/Snippet.css +0 -142
  272. package/src/components/Snippet/Snippet.stories.tsx +0 -286
  273. package/src/components/Snippet/Snippet.test.tsx +0 -176
  274. package/src/components/Snippet/Snippet.tsx +0 -148
  275. package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +0 -603
  276. package/src/components/StartPanel/StartPanel.css +0 -273
  277. package/src/components/StartPanel/StartPanel.stories.tsx +0 -404
  278. package/src/components/StartPanel/StartPanel.test.tsx +0 -360
  279. package/src/components/StartPanel/StartPanel.tsx +0 -426
  280. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +0 -1986
  281. package/src/components/Typing/Typing.stories.tsx +0 -130
  282. package/src/components/Typing/Typing.test.tsx +0 -62
  283. package/src/components/Typing/Typing.tsx +0 -154
  284. package/src/components/Typing/__snapshots__/Typing.test.tsx.snap +0 -133
  285. package/src/components/UploadButton/UploadButton.css +0 -542
  286. package/src/components/UploadButton/UploadButton.stories.tsx +0 -376
  287. package/src/components/UploadButton/UploadButton.test.tsx +0 -11
  288. package/src/components/UploadButton/UploadButton.tsx +0 -684
  289. package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +0 -405
  290. package/src/components/UploadButton/UploadImages/UploadImages.tsx +0 -538
  291. package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +0 -165
  292. package/src/components/VenueWidget/VenueWidget.css +0 -163
  293. package/src/components/VenueWidget/VenueWidget.stories.tsx +0 -66
  294. package/src/components/VenueWidget/VenueWidget.test.tsx +0 -49
  295. package/src/components/VenueWidget/VenueWidget.tsx +0 -458
  296. package/src/components/VenueWidget/__snapshots__/VenueWidget.test.tsx.snap +0 -370
  297. package/src/components/WhyThisAnswer/WhyThisAnswer.css +0 -171
  298. package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +0 -285
  299. package/src/components/WhyThisAnswer/WhyThisAnswer.test.tsx +0 -245
  300. package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +0 -233
  301. package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +0 -27
  302. package/src/components/icons/AI.tsx +0 -34
  303. package/src/components/icons/Alert.tsx +0 -31
  304. package/src/components/icons/ArrowUp.tsx +0 -28
  305. package/src/components/icons/Bug.tsx +0 -81
  306. package/src/components/icons/Chat.tsx +0 -30
  307. package/src/components/icons/ChevronDown.tsx +0 -26
  308. package/src/components/icons/ChevronLeft.tsx +0 -28
  309. package/src/components/icons/ChevronRight.tsx +0 -28
  310. package/src/components/icons/ChevronUp.tsx +0 -24
  311. package/src/components/icons/Clear.tsx +0 -23
  312. package/src/components/icons/Close.tsx +0 -30
  313. package/src/components/icons/Code.tsx +0 -24
  314. package/src/components/icons/Copy.tsx +0 -23
  315. package/src/components/icons/DeepThought.tsx +0 -38
  316. package/src/components/icons/Delete.tsx +0 -23
  317. package/src/components/icons/Document.tsx +0 -50
  318. package/src/components/icons/Download.tsx +0 -23
  319. package/src/components/icons/Edit.tsx +0 -17
  320. package/src/components/icons/Expand.tsx +0 -23
  321. package/src/components/icons/Eye.tsx +0 -17
  322. package/src/components/icons/EyeInvisible.tsx +0 -24
  323. package/src/components/icons/Facebook.tsx +0 -23
  324. package/src/components/icons/Feedback.tsx +0 -24
  325. package/src/components/icons/File.tsx +0 -17
  326. package/src/components/icons/FileExcel.tsx +0 -23
  327. package/src/components/icons/FilePdf.tsx +0 -23
  328. package/src/components/icons/FileWord.tsx +0 -23
  329. package/src/components/icons/Fullscreen.tsx +0 -23
  330. package/src/components/icons/FullscreenExit.tsx +0 -23
  331. package/src/components/icons/GasStation.tsx +0 -36
  332. package/src/components/icons/Group.tsx +0 -30
  333. package/src/components/icons/History.tsx +0 -33
  334. package/src/components/icons/Image.tsx +0 -37
  335. package/src/components/icons/Info.tsx +0 -31
  336. package/src/components/icons/Link.tsx +0 -17
  337. package/src/components/icons/Linkedin.tsx +0 -23
  338. package/src/components/icons/Loading.tsx +0 -28
  339. package/src/components/icons/Logout.tsx +0 -27
  340. package/src/components/icons/Mail.tsx +0 -17
  341. package/src/components/icons/MapMarker.tsx +0 -26
  342. package/src/components/icons/MenuHorizontal.tsx +0 -29
  343. package/src/components/icons/MenuVertical.tsx +0 -29
  344. package/src/components/icons/Message.tsx +0 -23
  345. package/src/components/icons/Microphone.tsx +0 -23
  346. package/src/components/icons/Minus.tsx +0 -23
  347. package/src/components/icons/MinusCircle.tsx +0 -24
  348. package/src/components/icons/PaperClip.tsx +0 -23
  349. package/src/components/icons/Picture.tsx +0 -23
  350. package/src/components/icons/Plus.tsx +0 -18
  351. package/src/components/icons/Preview.tsx +0 -29
  352. package/src/components/icons/Print.tsx +0 -38
  353. package/src/components/icons/QuestionHelp.tsx +0 -30
  354. package/src/components/icons/Refresh.tsx +0 -30
  355. package/src/components/icons/SelectIcon.tsx +0 -28
  356. package/src/components/icons/Send.tsx +0 -17
  357. package/src/components/icons/Setting.tsx +0 -23
  358. package/src/components/icons/Share.tsx +0 -23
  359. package/src/components/icons/Sound.tsx +0 -23
  360. package/src/components/icons/SoundDeactivated.tsx +0 -27
  361. package/src/components/icons/Telegram.tsx +0 -26
  362. package/src/components/icons/ThumbDown.tsx +0 -29
  363. package/src/components/icons/ThumbUp.tsx +0 -29
  364. package/src/components/icons/Translation.tsx +0 -24
  365. package/src/components/icons/Twitter.tsx +0 -23
  366. package/src/components/icons/Upload.tsx +0 -34
  367. package/src/components/icons/User.tsx +0 -17
  368. package/src/components/icons/Warning.tsx +0 -24
  369. package/src/components/icons/WhatsApp.tsx +0 -24
  370. package/src/components/icons/icons.stories.css +0 -5
  371. package/src/components/icons/icons.stories.tsx +0 -81
  372. package/src/components/icons/loading.css +0 -14
  373. package/src/components/layouts/Chat.test.tsx +0 -40
  374. package/src/components/layouts/Chat.tsx +0 -69
  375. package/src/components/layouts/FullBody/FullBody.stories.tsx +0 -110
  376. package/src/components/layouts/FullPage.test.tsx +0 -65
  377. package/src/components/layouts/FullPage.tsx +0 -80
  378. package/src/components/layouts/HiddenChat.test.tsx +0 -40
  379. package/src/components/layouts/HiddenChat.tsx +0 -233
  380. package/src/components/layouts/Totem/Totem.stories.tsx +0 -131
  381. package/src/components/layouts/Totem.test.tsx +0 -40
  382. package/src/components/layouts/Totem.tsx +0 -49
  383. package/src/components/layouts/WebsiteAssistant.test.tsx +0 -40
  384. package/src/components/layouts/WebsiteAssistant.tsx +0 -132
  385. package/src/components/layouts/ZoomedFullBody/ZoomedFullBody.stories.tsx +0 -131
  386. package/src/components/layouts/ZoomedFullBody.test.tsx +0 -40
  387. package/src/components/layouts/ZoomedFullBody.tsx +0 -81
  388. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +0 -457
  389. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +0 -1045
  390. package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +0 -460
  391. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +0 -566
  392. package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +0 -59
  393. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +0 -523
  394. package/src/components/layouts/chat.css +0 -451
  395. package/src/components/layouts/hidden-chat.css +0 -276
  396. package/src/components/layouts/layouts.stories.tsx +0 -231
  397. package/src/components/layouts/totem.css +0 -221
  398. package/src/components/layouts/website-assistant.css +0 -677
  399. package/src/components/layouts/zoomed-full-body.css +0 -18
  400. package/src/components/ui/Alert.css +0 -93
  401. package/src/components/ui/Alert.stories.tsx +0 -137
  402. package/src/components/ui/Alert.test.tsx +0 -129
  403. package/src/components/ui/Alert.tsx +0 -123
  404. package/src/components/ui/Button.css +0 -167
  405. package/src/components/ui/Button.stories.tsx +0 -156
  406. package/src/components/ui/Button.test.tsx +0 -74
  407. package/src/components/ui/Button.tsx +0 -107
  408. package/src/components/ui/Card.css +0 -65
  409. package/src/components/ui/Card.stories.tsx +0 -95
  410. package/src/components/ui/Card.test.tsx +0 -47
  411. package/src/components/ui/Card.tsx +0 -48
  412. package/src/components/ui/Checkbox.css +0 -116
  413. package/src/components/ui/Checkbox.stories.tsx +0 -74
  414. package/src/components/ui/Checkbox.test.tsx +0 -28
  415. package/src/components/ui/Checkbox.tsx +0 -58
  416. package/src/components/ui/ConfirmDialog.css +0 -42
  417. package/src/components/ui/ConfirmDialog.stories.tsx +0 -216
  418. package/src/components/ui/ConfirmDialog.test.tsx +0 -124
  419. package/src/components/ui/ConfirmDialog.tsx +0 -58
  420. package/src/components/ui/Details.css +0 -66
  421. package/src/components/ui/Drawer.css +0 -270
  422. package/src/components/ui/Drawer.stories.tsx +0 -267
  423. package/src/components/ui/Drawer.test.tsx +0 -130
  424. package/src/components/ui/Drawer.tsx +0 -293
  425. package/src/components/ui/Dropdown.css +0 -173
  426. package/src/components/ui/Dropdown.tsx +0 -63
  427. package/src/components/ui/Expandable.css +0 -15
  428. package/src/components/ui/Expandable.stories.tsx +0 -180
  429. package/src/components/ui/Expandable.test.tsx +0 -107
  430. package/src/components/ui/Expandable.tsx +0 -121
  431. package/src/components/ui/Modal.css +0 -98
  432. package/src/components/ui/Modal.stories.tsx +0 -171
  433. package/src/components/ui/Modal.test.tsx +0 -111
  434. package/src/components/ui/Modal.tsx +0 -117
  435. package/src/components/ui/Select.css +0 -138
  436. package/src/components/ui/Select.stories.tsx +0 -79
  437. package/src/components/ui/Select.test.tsx +0 -84
  438. package/src/components/ui/Select.tsx +0 -79
  439. package/src/components/ui/Slider.css +0 -192
  440. package/src/components/ui/Slider.stories.tsx +0 -63
  441. package/src/components/ui/Slider.tsx +0 -142
  442. package/src/components/ui/Spin.css +0 -31
  443. package/src/components/ui/Spin.stories.tsx +0 -64
  444. package/src/components/ui/Spin.test.tsx +0 -41
  445. package/src/components/ui/Spin.tsx +0 -31
  446. package/src/components/ui/Table.css +0 -132
  447. package/src/components/ui/Tooltip.css +0 -171
  448. package/src/components/ui/Tooltip.stories.tsx +0 -109
  449. package/src/components/ui/Tooltip.test.tsx +0 -102
  450. package/src/components/ui/Tooltip.tsx +0 -163
  451. package/src/components/ui/__snapshots__/Alert.test.tsx.snap +0 -59
  452. package/src/components/ui/__snapshots__/Button.test.tsx.snap +0 -204
  453. package/src/components/ui/__snapshots__/Card.test.tsx.snap +0 -321
  454. package/src/components/ui/__snapshots__/Checkbox.test.tsx.snap +0 -131
  455. package/src/components/ui/__snapshots__/ConfirmDialog.test.tsx.snap +0 -35
  456. package/src/components/ui/__snapshots__/Drawer.test.tsx.snap +0 -67
  457. package/src/components/ui/__snapshots__/Expandable.test.tsx.snap +0 -159
  458. package/src/components/ui/__snapshots__/Modal.test.tsx.snap +0 -59
  459. package/src/components/ui/__snapshots__/Select.test.tsx.snap +0 -254
  460. package/src/components/ui/__snapshots__/Spin.test.tsx.snap +0 -193
  461. package/src/components/ui/__snapshots__/Tooltip.test.tsx.snap +0 -113
  462. package/src/components/ui/definitions.stories.tsx +0 -139
  463. package/src/context/visemeContext.tsx +0 -384
  464. package/src/helpers/chatPdfExport.ts +0 -544
  465. package/src/helpers/configuration.ts +0 -42
  466. package/src/helpers/constants.ts +0 -267
  467. package/src/helpers/convertDocument.test.ts +0 -67
  468. package/src/helpers/convertDocument.ts +0 -35
  469. package/src/helpers/credits.ts +0 -54
  470. package/src/helpers/error.test.ts +0 -29
  471. package/src/helpers/error.ts +0 -278
  472. package/src/helpers/imageCompression.ts +0 -230
  473. package/src/helpers/llmUsage.ts +0 -328
  474. package/src/helpers/markedExtendedTables.js +0 -217
  475. package/src/helpers/media.test.ts +0 -169
  476. package/src/helpers/media.ts +0 -81
  477. package/src/helpers/message.test.ts +0 -126
  478. package/src/helpers/message.ts +0 -219
  479. package/src/helpers/nats/getNatsConfig.ts +0 -148
  480. package/src/helpers/nats/isSessionExpiredError.test.ts +0 -38
  481. package/src/helpers/nats/isSessionExpiredError.ts +0 -51
  482. package/src/helpers/nats/useNats.test.tsx +0 -81
  483. package/src/helpers/nats/useNats.ts +0 -204
  484. package/src/helpers/nats/useNatsSession.test.ts +0 -16
  485. package/src/helpers/nats/useNatsSession.ts +0 -460
  486. package/src/helpers/piiDetection.test.ts +0 -186
  487. package/src/helpers/piiDetection.ts +0 -91
  488. package/src/helpers/sanitizer.ts +0 -17
  489. package/src/helpers/statistics.ts +0 -58
  490. package/src/helpers/stt/useSTT.ts +0 -515
  491. package/src/helpers/translations.ts +0 -39
  492. package/src/helpers/tts/ttsVoiceUtility.ts +0 -275
  493. package/src/helpers/tts/useTTS.ts +0 -621
  494. package/src/helpers/utils.test.ts +0 -321
  495. package/src/helpers/utils.ts +0 -586
  496. package/src/helpers/venue.ts +0 -36
  497. package/src/i18n.ts +0 -39
  498. package/src/index.stories.tsx +0 -220
  499. package/src/index.test.tsx +0 -156
  500. package/src/index.tsx +0 -592
  501. package/src/locales/de.json +0 -680
  502. package/src/locales/en.json +0 -754
  503. package/src/locales/es.json +0 -682
  504. package/src/locales/fr.json +0 -682
  505. package/src/locales/it.json +0 -750
  506. package/src/mocks/data.ts +0 -790
  507. package/src/styles.css +0 -126
  508. package/src/types/integration.test.ts +0 -32
  509. package/src/types/integration.ts +0 -31
  510. package/src/types/layout.ts +0 -50
  511. package/src/version.ts +0 -2
@@ -1,586 +0,0 @@
1
- import { useState, useEffect, useRef, useMemo } from 'react';
2
- import { Material, MeshStandardMaterial, SkinnedMesh } from 'three';
3
- import * as THREE from 'three';
4
- import { officeNativeExtensions } from './constants';
5
-
6
- export const hasTouchscreen = (): boolean => {
7
- let hasTouchScreen = false;
8
-
9
- if (typeof window === 'undefined' || typeof navigator === 'undefined') {
10
- return hasTouchScreen;
11
- }
12
-
13
- if ('maxTouchPoints' in navigator) {
14
- hasTouchScreen = navigator.maxTouchPoints > 0;
15
- } else if ('msMaxTouchPoints' in navigator) {
16
- hasTouchScreen = (navigator as any).msMaxTouchPoints > 0;
17
- } else {
18
- const mQ =
19
- window && 'matchMedia' in window && matchMedia('(pointer:coarse)');
20
- if (mQ && mQ.media === '(pointer:coarse)') {
21
- hasTouchScreen = !!mQ.matches;
22
- } else if ('orientation' in window) {
23
- hasTouchScreen = true; // deprecated, but good fallback
24
- } else {
25
- // Only as a last resort, fall back to user agent sniffing
26
- var UA = (navigator as any)?.userAgent;
27
- hasTouchScreen =
28
- /\b(BlackBerry|webOS|iPhone|IEMobile)\b/i.test(UA) ||
29
- /\b(Android|Windows Phone|iPad|iPod)\b/i.test(UA);
30
- }
31
- }
32
-
33
- //console.log('Has touch screen: ' + hasTouchScreen);
34
- return hasTouchScreen;
35
- };
36
-
37
- /** Breakpoint below which we consider the device a mobile/tablet for input behavior (px). */
38
- const MOBILE_TABLET_VIEWPORT_MAX = 1024;
39
-
40
- /**
41
- * True when the device should use mobile/tablet input behavior (e.g. Enter = new line).
42
- * Returns false for touch-capable desktops/laptops (e.g. Microsoft Surface) so they
43
- * keep desktop behavior (Enter = send, Alt+Enter / Shift+Enter = new line).
44
- */
45
- export const isMobileOrTablet = (): boolean => {
46
- if (typeof window === 'undefined' || typeof navigator === 'undefined') {
47
- return false;
48
- }
49
- if (!hasTouchscreen()) {
50
- return false;
51
- }
52
- // Known mobile/tablet user agents → always treat as mobile/tablet
53
- const ua = (navigator as any)?.userAgent || '';
54
- if (
55
- /\b(Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini)\b/i.test(
56
- ua
57
- )
58
- ) {
59
- return true;
60
- }
61
- // Touch device with desktop UA (e.g. Surface): only treat as mobile/tablet when viewport is small
62
- return window.innerWidth <= MOBILE_TABLET_VIEWPORT_MAX;
63
- };
64
-
65
- export const isiOS = (): boolean => {
66
- let platform =
67
- (navigator as any)?.userAgentData?.platform ||
68
- navigator?.platform ||
69
- 'unknown';
70
- let userAgent = (navigator as any)?.userAgent || 'unknown';
71
-
72
- let isIOS =
73
- [
74
- 'iPad Simulator',
75
- 'iPhone Simulator',
76
- 'iPod Simulator',
77
- 'iPad',
78
- 'iPhone',
79
- 'iPod',
80
- ].includes(platform) ||
81
- // iPad on iOS 13 detection
82
- (userAgent.includes('Mac') && 'ontouchend' in document);
83
-
84
- return isIOS;
85
- };
86
- export const isAndroid = (): boolean => {
87
- let platform =
88
- (navigator as any)?.userAgentData?.platform ||
89
- navigator?.platform ||
90
- 'unknown';
91
-
92
- let isAndroid =
93
- platform.toLowerCase() === 'android' ||
94
- navigator.userAgent.includes('Android');
95
-
96
- //console.log('Is Android: ' + isAndroid);
97
- return isAndroid;
98
- };
99
-
100
- export const isSafari = (): boolean => {
101
- if (typeof navigator === 'undefined') return false;
102
-
103
- const userAgent = navigator.userAgent;
104
- const isSafariUA = userAgent.includes('Safari') && !userAgent.includes('Chrome');
105
- const isWebKit = 'WebKit' in window && !('Chrome' in window);
106
-
107
- return isSafariUA || isWebKit;
108
- };
109
-
110
- export const isSafariIOS = (): boolean => {
111
- if (typeof navigator === 'undefined') return false;
112
-
113
- const userAgent = navigator.userAgent;
114
- return (
115
- userAgent.includes('Safari') &&
116
- !userAgent.includes('Chrome') &&
117
- /iPad|iPhone|iPod/.test(userAgent)
118
- );
119
- };
120
-
121
- export const pwdRegEx =
122
- // eslint-disable-next-line no-useless-escape
123
- /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$_:;|,~+=\{\}\[\]%^&*-]).{8,}$/;
124
- export const mailRegEx = /^\w+([.-]?[+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,})+$/;
125
- export const usernameRegEx = /^(?!.*\.\.)(?!.*\.$)[^\W][\w.+-]{2,32}$/;
126
- export const validURLRegEx = /^(ftp|http|https):\/\/[^ "]+$/;
127
-
128
- export const isValidUrl = (url: string) => {
129
- try {
130
- return Boolean(new URL(url));
131
- } catch (e) {
132
- return false;
133
- }
134
- };
135
-
136
- export function useDebounce<T>(value: T, delay: number): T {
137
- const [debouncedValue, setDebouncedValue] = useState<T>(value);
138
-
139
- useEffect(() => {
140
- const handler = setTimeout(() => {
141
- setDebouncedValue(value);
142
- }, delay);
143
-
144
- return () => {
145
- clearTimeout(handler);
146
- };
147
- }, [value, delay]);
148
-
149
- return debouncedValue;
150
- }
151
-
152
- export function useDebounceFn<T extends (...args: any) => any>(
153
- fn: T,
154
- delay: number
155
- ): T {
156
- const timeoutId = useRef<number | undefined>();
157
- const originalFn = useRef<T | null>(null);
158
-
159
- useEffect(() => {
160
- originalFn.current = fn;
161
- return () => {
162
- originalFn.current = null;
163
- };
164
- }, [fn]);
165
-
166
- useEffect(() => {
167
- return () => {
168
- clearTimeout(timeoutId.current);
169
- };
170
- }, []);
171
-
172
- return useMemo<T>(
173
- () =>
174
- ((...args: unknown[]) => {
175
- clearTimeout(timeoutId.current);
176
-
177
- timeoutId.current = window.setTimeout(() => {
178
- if (originalFn.current) {
179
- originalFn.current(...args);
180
- }
181
- }, delay);
182
- }) as unknown as T,
183
- [delay]
184
- );
185
- }
186
-
187
- export const stripDuplicates = (text: string) => {
188
- if (
189
- text
190
- .slice(0, text.length / 2)
191
- .trim()
192
- .toLowerCase() ===
193
- text
194
- .slice(text.length / 2 + 1)
195
- .trim()
196
- .toLowerCase()
197
- )
198
- return text.slice(0, text.length / 2);
199
- return text;
200
- };
201
-
202
- export const stripEmojis = (text: string) => {
203
- return text.replaceAll(/[^\p{L}\p{N}\p{P}\p{Z}^$\n]/gu, '').trim();
204
- };
205
-
206
- export const stripMarkdown = (text: string) => {
207
- // Remove code blocks
208
- text = text.replaceAll(/```*?```/g, '');
209
- text = text.replaceAll(/```[\s\S]*?```/g, '');
210
- // Remove inline code
211
- text = text.replaceAll(/`[^`]*`/g, '');
212
- // Remove images
213
- text = text.replaceAll(/!\[[^\]]*\]\([^)]*\)/g, '');
214
- // Remove links but keep the text
215
- text = text.replaceAll(/\[([^\]]*)\]\([^)]*\)/g, '$1');
216
- // Remove blockquotes but keep the text
217
- text = text.replaceAll(/^> /gm, '');
218
- // Remove headings but keep the text
219
- text = text.replaceAll(/^#+ /gm, '');
220
- // Remove bold and italic symbols and keep the text
221
- text = text.replaceAll(/[*_]/g, '');
222
- // Remove horizontal rules
223
- text = text.replaceAll(/---/g, '');
224
- // Remove strikethrough and keep the text
225
- text = text.replaceAll(/~~/g, '');
226
- // Remove lists
227
- text = text.replaceAll(/^\s*[-*+] /gm, '');
228
- text = text.replaceAll(/^\s*\d+\.\s+/gm, '');
229
- // Remove tables
230
- text = text.replaceAll(/^\|.*\|$/gm, '');
231
- // Remove MathJax
232
- text = text.replaceAll(/\$\$[\s\S]*?\$\$/g, '');
233
- text = text.replaceAll(/\$[\s\S]*?\$/g, '');
234
- text = text.replaceAll(/\\\([\s\S]*?\\\)/g, '');
235
- text = text.replaceAll(/\\\[[\s\S]*?\\\]/g, '');
236
- // Remove extra spaces and newlines
237
- text = text.replaceAll(/\s+/g, ' ').trim();
238
- return text;
239
- };
240
-
241
- export const OFFICE_NATIVE_EXTENSIONS = officeNativeExtensions;
242
-
243
- export const isOfficeNativeFilename = (filename: string): boolean => {
244
- const ext = `.${filename.split('.').pop()?.toLowerCase() || ''}`;
245
- return (officeNativeExtensions as readonly string[]).includes(ext);
246
- };
247
-
248
- export type ParsedDocumentAttachment = {
249
- filename: string;
250
- type: string;
251
- content: string;
252
- url: string;
253
- };
254
-
255
- const DOCUMENT_ATTACHMENT_REGEX =
256
- /<document_attachment filename="([^"]+)" type="([^"]+)">([\s\S]*?)<\/document_attachment>/g;
257
-
258
- const ATTACHMENT_LINK_AFTER_REGEX =
259
- /<attachment_link>\s*([\s\S]*?)\s*<\/attachment_link>/;
260
-
261
- export const parseDocumentAttachmentsFromMessage = (
262
- text: string
263
- ): ParsedDocumentAttachment[] => {
264
- if (!text) return [];
265
-
266
- const attachments: ParsedDocumentAttachment[] = [];
267
- const regex = new RegExp(DOCUMENT_ATTACHMENT_REGEX.source, 'g');
268
- let match;
269
-
270
- while ((match = regex.exec(text)) !== null) {
271
- const [, filename, type, content] = match;
272
- const afterTag = text.slice(match.index + match[0].length);
273
- const linkMatch = afterTag.match(ATTACHMENT_LINK_AFTER_REGEX);
274
- const rawUrl = linkMatch?.[1]?.trim() || '';
275
- const url = /^https?:\/\//.test(rawUrl) ? rawUrl : '';
276
-
277
- attachments.push({
278
- filename,
279
- type,
280
- content: content.trim(),
281
- url,
282
- });
283
- }
284
-
285
- return attachments;
286
- };
287
-
288
- export const extractAttachmentLinks = (content: string): string[] => {
289
- return parseDocumentAttachmentsFromMessage(content).map(
290
- attachment => attachment.url
291
- );
292
- };
293
-
294
- export const extractAttachmentLink = (content: string): string | null => {
295
- const match = content?.match(
296
- /<attachment_link>\s*([\s\S]*?)\s*<\/attachment_link>/
297
- );
298
- const rawUrl = match?.[1]?.trim() || '';
299
- return /^https?:\/\//.test(rawUrl) ? rawUrl : null;
300
- };
301
-
302
- export const stripDocumentAttachmentTags = (text: string): string => {
303
- const documentAttachmentTagRegex = /<document_attachment filename="([^"]+)" type="([^"]+)">([\s\S]*?)<\/document_attachment>/g;
304
- return text
305
- .replace(documentAttachmentTagRegex, '$3')
306
- .replace(/<attachment_source>\s*[\s\S]*?\s*<\/attachment_source>/g, '')
307
- .replace(/<attachment_link>\s*[\s\S]*?\s*<\/attachment_link>/g, '');
308
- };
309
-
310
- export const getDocumentAttachmentAssetUrl = (attachment: {
311
- content?: string | null;
312
- url?: string | null;
313
- }): string =>
314
- attachment.url?.trim() ||
315
- extractAttachmentLink(attachment.content || '') ||
316
- '';
317
-
318
- export const isAssetOnlyDocumentAttachment = (attachment: {
319
- title?: string;
320
- name?: string;
321
- content?: string | null;
322
- url?: string | null;
323
- }): boolean => {
324
- const filename = attachment.title || attachment.name || '';
325
- const assetUrl = getDocumentAttachmentAssetUrl(attachment);
326
-
327
- if (!assetUrl) return false;
328
-
329
- if (isOfficeNativeFilename(filename)) {
330
- return true;
331
- }
332
-
333
- const strippedContent = attachment.content
334
- ? stripDocumentAttachmentTags(attachment.content).trim()
335
- : '';
336
-
337
- return !strippedContent;
338
- };
339
-
340
- export const stripOutputTags = (text: string): string => {
341
- const outputTagRegex = /<output.*?<\/output>/gs;
342
-
343
- if (!outputTagRegex.test(text)) {
344
- return text;
345
- }
346
-
347
- const strippedText = text.replace(outputTagRegex, '');
348
-
349
- // Recursively strip nested output tags
350
- return stripOutputTags(strippedText);
351
- };
352
-
353
- export const stripReasoningTags = (text: string) => {
354
- const reasoningTagRegex = /<think.*?<\/think>/gs;
355
-
356
- if (!reasoningTagRegex.test(text)) {
357
- return text;
358
- }
359
-
360
- const strippedText = text.replace(reasoningTagRegex, '');
361
-
362
- // Recursively strip nested reasoning tags
363
- return strippedText;
364
- };
365
-
366
- /**
367
- * Strip HTML tags / decode entities without executing scripts or event handlers.
368
- * Uses an inert DOMParser document (no resource loads / onerror), unlike live innerHTML.
369
- */
370
- export const stripHTML = (text: string) => {
371
- if (typeof DOMParser !== 'undefined') {
372
- try {
373
- return (
374
- new DOMParser().parseFromString(text, 'text/html').body.textContent ||
375
- ''
376
- );
377
- } catch {
378
- // fall through
379
- }
380
- }
381
- // Non-DOM / parse failure: strip tags only (does not decode entities)
382
- return text.replace(/<[^>]*>/g, '');
383
- };
384
-
385
- /** Ensures all <a> tags in HTML open in a new tab (target="_blank" rel="noopener noreferrer"). */
386
- export const withLinksOpenInNewTab = (html: string): string =>
387
- html.replace(/<a\s+/gi, '<a target="_blank" rel="noopener noreferrer" ');
388
-
389
- export const escapeHTML = (text: string) => {
390
- const el = document.createElement('textarea');
391
- el.textContent = text;
392
- return el.innerHTML;
393
- };
394
-
395
- export const getFieldFromCustomData = (
396
- fieldName: string,
397
- data: string | undefined
398
- ) => {
399
- try {
400
- if (data) {
401
- const jsonData = JSON.parse(data);
402
- return jsonData[fieldName];
403
- }
404
- return '';
405
- } catch (error) {
406
- return '';
407
- }
408
- };
409
-
410
- const MAX_MSG_CHARS = 4000;
411
-
412
- const MAX_MSG_WORDS = 300;
413
-
414
- export const truncateMessage = (message: string) => {
415
-
416
- let truncatedMessage = message;
417
-
418
- if (message.length > MAX_MSG_CHARS) {
419
- truncatedMessage = `${message.slice(0, MAX_MSG_CHARS)}\n<br />...`;
420
- }
421
-
422
- if (truncatedMessage.split(' ').length > MAX_MSG_WORDS) {
423
- truncatedMessage = truncatedMessage
424
- .split(' ')
425
- .slice(0, MAX_MSG_WORDS)
426
- .join(' ')
427
- .concat('\n<br/>...');
428
- }
429
-
430
- return truncatedMessage;
431
- };
432
-
433
- export const stripObjNulls = (obj: { [key: string]: any }) => {
434
- const newObj = { ...obj };
435
- Object.keys(newObj).forEach(key => {
436
- if (newObj[key] === null) {
437
- delete newObj[key];
438
- }
439
- });
440
- return newObj;
441
- };
442
-
443
- /**
444
- * Find difference between two objects
445
- * @param {object} origObj - Source object to compare newObj against
446
- * @param {object} newObj - New object with potential changes
447
- * @return {object} differences
448
- */
449
- export const difference = (
450
- origObj: { [key: string]: any },
451
- newObj: { [key: string]: any }
452
- ): { [key: string]: any } =>
453
- Object.keys(newObj).reduce((diffs, key) => {
454
- let diff: { [key: string]: any } = { ...diffs };
455
-
456
- if (origObj[key] !== newObj[key]) {
457
- diff[key] = newObj[key];
458
- }
459
-
460
- return diff;
461
- }, {});
462
-
463
- export function cleanUrl(href: string) {
464
- try {
465
- href = encodeURI(href).replace(/%25/g, '%');
466
- } catch (e) {
467
- return null;
468
- }
469
- return href;
470
- }
471
-
472
- export const mathJaxConfig = {
473
- startup: {
474
- elements: ['.memori-chat--bubble-content'],
475
- },
476
- options: {
477
- processHtmlClass: 'memori-chat--bubble-content',
478
- },
479
- tex: {
480
- inlineMath: [
481
- ['$', '$'],
482
- ['\\$', '\\$'],
483
- ],
484
- displayMath: [['$$', '$$']],
485
- processEscapes: true,
486
- },
487
- asciimath: {
488
- fixphi: true,
489
- displaystyle: true,
490
- decimalsign: '.',
491
- },
492
- skipStartupTypeset: true,
493
- chtml: {
494
- displayAlign: 'left',
495
- },
496
- svg: {
497
- fontCache: 'global',
498
- },
499
- };
500
-
501
- export const installMathJaxScript = () => {
502
- const script = document.createElement('script');
503
- script.src = 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js';
504
- script.async = true;
505
- script.id = 'mathjax-script';
506
- document.head.appendChild(script);
507
- };
508
-
509
- export const installMathJax = () => {
510
- // @ts-ignore
511
- window.MathJax = mathJaxConfig;
512
-
513
- installMathJaxScript();
514
- };
515
- /**
516
- * Corrects materials by setting some specific properties.
517
- * This is often necessary when working with imported 3D models.
518
- *
519
- * @param materials - An object containing materials to be corrected.
520
- */
521
- export function correctMaterials(materials: { [key: string]: Material }) {
522
- Object.values(materials).forEach(material => {
523
- if (material instanceof MeshStandardMaterial) {
524
- // Improve the material's appearance
525
- material.roughness = 0.8;
526
- material.metalness = 0.1;
527
-
528
- // Enable shadow casting and receiving
529
- material.shadowSide = 2; // FrontSide and BackSide
530
-
531
- // Improve texture rendering if the material uses textures
532
- if (material.map) {
533
- material.map.anisotropy = 16;
534
- }
535
- }
536
- });
537
- }
538
-
539
- /**
540
- * Type guard to check if an object is a SkinnedMesh.
541
- * This is useful when working with 3D models that may contain different types of meshes.
542
- *
543
- * @param object - The object to check.
544
- * @returns True if the object is a SkinnedMesh, false otherwise.
545
- */
546
- export function isSkinnedMesh(object: any): object is SkinnedMesh {
547
- return object.isSkinnedMesh === true;
548
- }
549
-
550
- /**
551
- * Disposes of a Three.js object and its children recursively.
552
- * This is important for memory management, especially when removing objects from the scene.
553
- *
554
- * @param object - The Three.js object to dispose.
555
- */
556
- export function disposeObject(object: any) {
557
- if ('geometry' in object && object.geometry instanceof THREE.BufferGeometry) {
558
- object.geometry.dispose();
559
- }
560
-
561
- if ('material' in object) {
562
- if (Array.isArray(object.material)) {
563
- if (Array.isArray(object.material)) {
564
- object.material.forEach((material: any) => {
565
- if (material instanceof THREE.Material) {
566
- material.dispose();
567
- }
568
- });
569
- } else if (object && object.material instanceof THREE.Material) {
570
- object.material.dispose();
571
- }
572
- }
573
- }
574
-
575
- if (object.children) {
576
- object.children.forEach(disposeObject);
577
- }
578
- }
579
-
580
- export const safeParseJSON = (jsonString: string, fallbackString = false) => {
581
- try {
582
- return JSON.parse(jsonString);
583
- } catch (error) {
584
- return fallbackString ? jsonString : null;
585
- }
586
- };
@@ -1,36 +0,0 @@
1
- export const EARTH_RADIUS_AT_45_DEGRESS = (6357.0 + 6378.0) / 2.0;
2
- export const DEGREES_TO_RADIANS = Math.PI / 180;
3
-
4
- export const getUncertaintyByViewport = (
5
- bouningBox:
6
- | [number, number, number, number]
7
- | [string, string, string, string]
8
- ) => {
9
- // https://nominatim.org/release-docs/develop/api/Output/#boundingbox
10
- const [minLat, maxLat, minLng, maxLng] =
11
- typeof bouningBox[0] === 'string'
12
- ? (bouningBox as string[]).map(parseFloat)
13
- : (bouningBox as number[]);
14
-
15
- // Convert latitude and longitude to radians
16
- const phi1 = minLat * DEGREES_TO_RADIANS;
17
- const lambda1 = minLng * DEGREES_TO_RADIANS;
18
-
19
- const phi2 = maxLat * DEGREES_TO_RADIANS;
20
- const lambda2 = maxLng * DEGREES_TO_RADIANS;
21
-
22
- // Compute distance using the haversine formula
23
- // https://en.wikipedia.org/wiki/Haversine_formula
24
- const angle =
25
- 2.0 *
26
- Math.asin(
27
- Math.sqrt(
28
- Math.sin((phi2 - phi1) / 2.0) * Math.sin((phi2 - phi1) / 2.0) +
29
- Math.cos(phi1) *
30
- Math.cos(phi2) *
31
- Math.sin((lambda2 - lambda1) / 2.0) *
32
- Math.sin((lambda2 - lambda1) / 2.0)
33
- )
34
- );
35
- return EARTH_RADIUS_AT_45_DEGRESS * angle;
36
- };
package/src/i18n.ts DELETED
@@ -1,39 +0,0 @@
1
- import { createInstance } from 'i18next';
2
- import it from './locales/it.json';
3
- import en from './locales/en.json';
4
- import fr from './locales/fr.json';
5
- import de from './locales/de.json';
6
- import es from './locales/es.json';
7
-
8
- const resources = {
9
- en: {
10
- translation: en,
11
- },
12
- it: {
13
- translation: it,
14
- },
15
- es: {
16
- translation: es,
17
- },
18
- fr: {
19
- translation: fr,
20
- },
21
- de: {
22
- translation: de,
23
- },
24
- };
25
-
26
- const i18n = createInstance({
27
- resources,
28
- lng: 'en',
29
- fallbackLng: 'it',
30
- supportedLngs: ['en', 'it', 'fr', 'es', 'de'],
31
- nonExplicitSupportedLngs: true,
32
- interpolation: {
33
- escapeValue: false,
34
- },
35
- });
36
-
37
- i18n.init();
38
-
39
- export default i18n;