@connectycube/chat-widget 0.40.1 → 0.42.0

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 (256) hide show
  1. package/README.md +1 -1
  2. package/dist/index.es.js +1456 -1430
  3. package/dist/index.umd.js +50 -50
  4. package/dist/types/App.d.ts +1 -0
  5. package/dist/types/App.d.ts.map +1 -0
  6. package/dist/types/components/calls/calls-confirm-incoming.d.ts +1 -0
  7. package/dist/types/components/calls/calls-confirm-incoming.d.ts.map +1 -0
  8. package/dist/types/components/calls/calls-nav-buttons.d.ts +1 -0
  9. package/dist/types/components/calls/calls-nav-buttons.d.ts.map +1 -0
  10. package/dist/types/components/calls/calls-screen.d.ts +1 -0
  11. package/dist/types/components/calls/calls-screen.d.ts.map +1 -0
  12. package/dist/types/components/connectycube-ui/alert-dialog.d.ts +1 -0
  13. package/dist/types/components/connectycube-ui/alert-dialog.d.ts.map +1 -0
  14. package/dist/types/components/connectycube-ui/attachment.d.ts +1 -0
  15. package/dist/types/components/connectycube-ui/attachment.d.ts.map +1 -0
  16. package/dist/types/components/connectycube-ui/avatar.d.ts +1 -0
  17. package/dist/types/components/connectycube-ui/avatar.d.ts.map +1 -0
  18. package/dist/types/components/connectycube-ui/badge.d.ts +1 -0
  19. package/dist/types/components/connectycube-ui/badge.d.ts.map +1 -0
  20. package/dist/types/components/connectycube-ui/button.d.ts +1 -0
  21. package/dist/types/components/connectycube-ui/button.d.ts.map +1 -0
  22. package/dist/types/components/connectycube-ui/chat-bubble.d.ts +1 -0
  23. package/dist/types/components/connectycube-ui/chat-bubble.d.ts.map +1 -0
  24. package/dist/types/components/connectycube-ui/chat-input.d.ts +1 -0
  25. package/dist/types/components/connectycube-ui/chat-input.d.ts.map +1 -0
  26. package/dist/types/components/connectycube-ui/chat-list.d.ts +1 -0
  27. package/dist/types/components/connectycube-ui/chat-list.d.ts.map +1 -0
  28. package/dist/types/components/connectycube-ui/checkbox.d.ts +1 -0
  29. package/dist/types/components/connectycube-ui/checkbox.d.ts.map +1 -0
  30. package/dist/types/components/connectycube-ui/dialog-item.d.ts +1 -0
  31. package/dist/types/components/connectycube-ui/dialog-item.d.ts.map +1 -0
  32. package/dist/types/components/connectycube-ui/dialogs-list.d.ts +1 -0
  33. package/dist/types/components/connectycube-ui/dialogs-list.d.ts.map +1 -0
  34. package/dist/types/components/connectycube-ui/dismiss-layer.d.ts +1 -0
  35. package/dist/types/components/connectycube-ui/dismiss-layer.d.ts.map +1 -0
  36. package/dist/types/components/connectycube-ui/file-picker.d.ts +1 -0
  37. package/dist/types/components/connectycube-ui/file-picker.d.ts.map +1 -0
  38. package/dist/types/components/connectycube-ui/formatted-date.d.ts +1 -0
  39. package/dist/types/components/connectycube-ui/formatted-date.d.ts.map +1 -0
  40. package/dist/types/components/connectycube-ui/input.d.ts +1 -0
  41. package/dist/types/components/connectycube-ui/input.d.ts.map +1 -0
  42. package/dist/types/components/connectycube-ui/label.d.ts +1 -0
  43. package/dist/types/components/connectycube-ui/label.d.ts.map +1 -0
  44. package/dist/types/components/connectycube-ui/link-preview.d.ts +1 -0
  45. package/dist/types/components/connectycube-ui/link-preview.d.ts.map +1 -0
  46. package/dist/types/components/connectycube-ui/linkify-text.d.ts +1 -0
  47. package/dist/types/components/connectycube-ui/linkify-text.d.ts.map +1 -0
  48. package/dist/types/components/connectycube-ui/placeholder-text.d.ts +1 -0
  49. package/dist/types/components/connectycube-ui/placeholder-text.d.ts.map +1 -0
  50. package/dist/types/components/connectycube-ui/presence.d.ts +1 -0
  51. package/dist/types/components/connectycube-ui/presence.d.ts.map +1 -0
  52. package/dist/types/components/connectycube-ui/quick-actions.d.ts +1 -0
  53. package/dist/types/components/connectycube-ui/quick-actions.d.ts.map +1 -0
  54. package/dist/types/components/connectycube-ui/search.d.ts +1 -0
  55. package/dist/types/components/connectycube-ui/search.d.ts.map +1 -0
  56. package/dist/types/components/connectycube-ui/spinner.d.ts +1 -0
  57. package/dist/types/components/connectycube-ui/spinner.d.ts.map +1 -0
  58. package/dist/types/components/connectycube-ui/status-call.d.ts +1 -0
  59. package/dist/types/components/connectycube-ui/status-call.d.ts.map +1 -0
  60. package/dist/types/components/connectycube-ui/status-indicator.d.ts +1 -0
  61. package/dist/types/components/connectycube-ui/status-indicator.d.ts.map +1 -0
  62. package/dist/types/components/connectycube-ui/status-sent.d.ts +1 -0
  63. package/dist/types/components/connectycube-ui/status-sent.d.ts.map +1 -0
  64. package/dist/types/components/connectycube-ui/stream-view.d.ts +1 -0
  65. package/dist/types/components/connectycube-ui/stream-view.d.ts.map +1 -0
  66. package/dist/types/components/connectycube-ui/switch.d.ts +1 -0
  67. package/dist/types/components/connectycube-ui/switch.d.ts.map +1 -0
  68. package/dist/types/components/connectycube-ui/utils.d.ts +1 -0
  69. package/dist/types/components/connectycube-ui/utils.d.ts.map +1 -0
  70. package/dist/types/components/home/home.d.ts +1 -0
  71. package/dist/types/components/home/home.d.ts.map +1 -0
  72. package/dist/types/components/home/main/ai-dropdown-menu/ai-dropdown-change-tone.d.ts +1 -0
  73. package/dist/types/components/home/main/ai-dropdown-menu/ai-dropdown-change-tone.d.ts.map +1 -0
  74. package/dist/types/components/home/main/ai-dropdown-menu/ai-dropdown-get-summary.d.ts +1 -0
  75. package/dist/types/components/home/main/ai-dropdown-menu/ai-dropdown-get-summary.d.ts.map +1 -0
  76. package/dist/types/components/home/main/chat-ai-button.d.ts +1 -0
  77. package/dist/types/components/home/main/chat-ai-button.d.ts.map +1 -0
  78. package/dist/types/components/home/main/chat-footer.d.ts +1 -0
  79. package/dist/types/components/home/main/chat-footer.d.ts.map +1 -0
  80. package/dist/types/components/home/main/chat-header/chat-header-avatar.d.ts +1 -0
  81. package/dist/types/components/home/main/chat-header/chat-header-avatar.d.ts.map +1 -0
  82. package/dist/types/components/home/main/chat-header/chat-header-back-button.d.ts +1 -0
  83. package/dist/types/components/home/main/chat-header/chat-header-back-button.d.ts.map +1 -0
  84. package/dist/types/components/home/main/chat-header/chat-header-buttons.d.ts +1 -0
  85. package/dist/types/components/home/main/chat-header/chat-header-buttons.d.ts.map +1 -0
  86. package/dist/types/components/home/main/chat-header/chat-header-titles.d.ts +1 -0
  87. package/dist/types/components/home/main/chat-header/chat-header-titles.d.ts.map +1 -0
  88. package/dist/types/components/home/main/chat-header/chat-header.d.ts +1 -0
  89. package/dist/types/components/home/main/chat-header/chat-header.d.ts.map +1 -0
  90. package/dist/types/components/home/main/chat-header.d.ts +1 -0
  91. package/dist/types/components/home/main/chat-header.d.ts.map +1 -0
  92. package/dist/types/components/home/main/chat-info-members.d.ts +1 -0
  93. package/dist/types/components/home/main/chat-info-members.d.ts.map +1 -0
  94. package/dist/types/components/home/main/chat-info-user.d.ts +1 -0
  95. package/dist/types/components/home/main/chat-info-user.d.ts.map +1 -0
  96. package/dist/types/components/home/main/chat-message.d.ts +2 -1
  97. package/dist/types/components/home/main/chat-message.d.ts.map +1 -0
  98. package/dist/types/components/home/main/chat-messages-list.d.ts +1 -0
  99. package/dist/types/components/home/main/chat-messages-list.d.ts.map +1 -0
  100. package/dist/types/components/home/main/group-member.d.ts +1 -0
  101. package/dist/types/components/home/main/group-member.d.ts.map +1 -0
  102. package/dist/types/components/home/main/link-previews-list.d.ts +2 -0
  103. package/dist/types/components/home/main/link-previews-list.d.ts.map +1 -0
  104. package/dist/types/components/home/main/main.d.ts +1 -0
  105. package/dist/types/components/home/main/main.d.ts.map +1 -0
  106. package/dist/types/components/home/main/my-profile/my-block-list-item.d.ts +1 -0
  107. package/dist/types/components/home/main/my-profile/my-block-list-item.d.ts.map +1 -0
  108. package/dist/types/components/home/main/my-profile/my-block-list.d.ts +1 -0
  109. package/dist/types/components/home/main/my-profile/my-block-list.d.ts.map +1 -0
  110. package/dist/types/components/home/main/my-profile/my-presence-select.d.ts +1 -0
  111. package/dist/types/components/home/main/my-profile/my-presence-select.d.ts.map +1 -0
  112. package/dist/types/components/home/main/my-profile/my-profile-settings.d.ts +1 -0
  113. package/dist/types/components/home/main/my-profile/my-profile-settings.d.ts.map +1 -0
  114. package/dist/types/components/home/main/my-profile/my-profile.d.ts +1 -0
  115. package/dist/types/components/home/main/my-profile/my-profile.d.ts.map +1 -0
  116. package/dist/types/components/home/main/profile-info.d.ts +1 -0
  117. package/dist/types/components/home/main/profile-info.d.ts.map +1 -0
  118. package/dist/types/components/home/main/quick-actions.d.ts +1 -0
  119. package/dist/types/components/home/main/quick-actions.d.ts.map +1 -0
  120. package/dist/types/components/home/main/report-user-dialog.d.ts +1 -0
  121. package/dist/types/components/home/main/report-user-dialog.d.ts.map +1 -0
  122. package/dist/types/components/home/main/single-view-form.d.ts +1 -0
  123. package/dist/types/components/home/main/single-view-form.d.ts.map +1 -0
  124. package/dist/types/components/home/sidebar/chat-item.d.ts +1 -0
  125. package/dist/types/components/home/sidebar/chat-item.d.ts.map +1 -0
  126. package/dist/types/components/home/sidebar/chats-list.d.ts +1 -0
  127. package/dist/types/components/home/sidebar/chats-list.d.ts.map +1 -0
  128. package/dist/types/components/home/sidebar/new-chat/create-group-chat/create-group-chat.d.ts +1 -0
  129. package/dist/types/components/home/sidebar/new-chat/create-group-chat/create-group-chat.d.ts.map +1 -0
  130. package/dist/types/components/home/sidebar/new-chat/create-group-chat/participant.d.ts +1 -0
  131. package/dist/types/components/home/sidebar/new-chat/create-group-chat/participant.d.ts.map +1 -0
  132. package/dist/types/components/home/sidebar/new-chat/new-chat-dialog.d.ts +1 -0
  133. package/dist/types/components/home/sidebar/new-chat/new-chat-dialog.d.ts.map +1 -0
  134. package/dist/types/components/home/sidebar/new-chat/searched-user.d.ts +1 -0
  135. package/dist/types/components/home/sidebar/new-chat/searched-user.d.ts.map +1 -0
  136. package/dist/types/components/home/sidebar/sidebar.d.ts +1 -0
  137. package/dist/types/components/home/sidebar/sidebar.d.ts.map +1 -0
  138. package/dist/types/components/home/sidebar/tabs/chats-tab.d.ts +1 -0
  139. package/dist/types/components/home/sidebar/tabs/chats-tab.d.ts.map +1 -0
  140. package/dist/types/components/home/sidebar/tabs/users-tab.d.ts +1 -0
  141. package/dist/types/components/home/sidebar/tabs/users-tab.d.ts.map +1 -0
  142. package/dist/types/components/home/sidebar/user-item.d.ts +1 -0
  143. package/dist/types/components/home/sidebar/user-item.d.ts.map +1 -0
  144. package/dist/types/components/home/sidebar/users-list.d.ts +1 -0
  145. package/dist/types/components/home/sidebar/users-list.d.ts.map +1 -0
  146. package/dist/types/components/shadcn-ui/alert-dialog.d.ts +1 -0
  147. package/dist/types/components/shadcn-ui/alert-dialog.d.ts.map +1 -0
  148. package/dist/types/components/shadcn-ui/card.d.ts +1 -0
  149. package/dist/types/components/shadcn-ui/card.d.ts.map +1 -0
  150. package/dist/types/components/shadcn-ui/dialog.d.ts +1 -0
  151. package/dist/types/components/shadcn-ui/dialog.d.ts.map +1 -0
  152. package/dist/types/components/shadcn-ui/dropdown-menu.d.ts +1 -0
  153. package/dist/types/components/shadcn-ui/dropdown-menu.d.ts.map +1 -0
  154. package/dist/types/components/shadcn-ui/sonner.d.ts +1 -0
  155. package/dist/types/components/shadcn-ui/sonner.d.ts.map +1 -0
  156. package/dist/types/components/shadcn-ui/tabs.d.ts +1 -0
  157. package/dist/types/components/shadcn-ui/tabs.d.ts.map +1 -0
  158. package/dist/types/components/shared/alert-busy.d.ts +1 -0
  159. package/dist/types/components/shared/alert-busy.d.ts.map +1 -0
  160. package/dist/types/components/widget/widget-app.d.ts +1 -0
  161. package/dist/types/components/widget/widget-app.d.ts.map +1 -0
  162. package/dist/types/components/widget/widget-auth.d.ts +1 -0
  163. package/dist/types/components/widget/widget-auth.d.ts.map +1 -0
  164. package/dist/types/components/widget/widget-button.d.ts +1 -0
  165. package/dist/types/components/widget/widget-button.d.ts.map +1 -0
  166. package/dist/types/components/widget/widget-calls.d.ts +1 -0
  167. package/dist/types/components/widget/widget-calls.d.ts.map +1 -0
  168. package/dist/types/components/widget/widget-error.d.ts +1 -0
  169. package/dist/types/components/widget/widget-error.d.ts.map +1 -0
  170. package/dist/types/components/widget/widget-messages-badge.d.ts +1 -0
  171. package/dist/types/components/widget/widget-messages-badge.d.ts.map +1 -0
  172. package/dist/types/components/widget/widget-online-badge.d.ts +1 -0
  173. package/dist/types/components/widget/widget-online-badge.d.ts.map +1 -0
  174. package/dist/types/components/widget/widget-portal.d.ts +1 -0
  175. package/dist/types/components/widget/widget-portal.d.ts.map +1 -0
  176. package/dist/types/components/widget/widget-shadow-root.d.ts +1 -0
  177. package/dist/types/components/widget/widget-shadow-root.d.ts.map +1 -0
  178. package/dist/types/helpers/connectycube.d.ts +1 -0
  179. package/dist/types/helpers/connectycube.d.ts.map +1 -0
  180. package/dist/types/helpers/debounce.d.ts +1 -0
  181. package/dist/types/helpers/debounce.d.ts.map +1 -0
  182. package/dist/types/helpers/formatters.d.ts +1 -0
  183. package/dist/types/helpers/formatters.d.ts.map +1 -0
  184. package/dist/types/helpers/i18n.d.ts +1 -0
  185. package/dist/types/helpers/i18n.d.ts.map +1 -0
  186. package/dist/types/helpers/notifications.d.ts +1 -0
  187. package/dist/types/helpers/notifications.d.ts.map +1 -0
  188. package/dist/types/helpers/throttle.d.ts +1 -0
  189. package/dist/types/helpers/throttle.d.ts.map +1 -0
  190. package/dist/types/helpers/widget.d.ts +1 -0
  191. package/dist/types/helpers/widget.d.ts.map +1 -0
  192. package/dist/types/hooks/index.d.ts +2 -0
  193. package/dist/types/hooks/index.d.ts.map +1 -0
  194. package/dist/types/hooks/store/useActiveTabsStore.d.ts +1 -0
  195. package/dist/types/hooks/store/useActiveTabsStore.d.ts.map +1 -0
  196. package/dist/types/hooks/store/useAlertBusyStore.d.ts +1 -0
  197. package/dist/types/hooks/store/useAlertBusyStore.d.ts.map +1 -0
  198. package/dist/types/hooks/store/useAppAIStore.d.ts +1 -0
  199. package/dist/types/hooks/store/useAppAIStore.d.ts.map +1 -0
  200. package/dist/types/hooks/store/useAppDefaultChatStore.d.ts +1 -0
  201. package/dist/types/hooks/store/useAppDefaultChatStore.d.ts.map +1 -0
  202. package/dist/types/hooks/store/useAppInterfaceStore.d.ts +1 -0
  203. package/dist/types/hooks/store/useAppInterfaceStore.d.ts.map +1 -0
  204. package/dist/types/hooks/store/useAppNotificationStore.d.ts +1 -0
  205. package/dist/types/hooks/store/useAppNotificationStore.d.ts.map +1 -0
  206. package/dist/types/hooks/store/useAppQuickActionsStore.d.ts +1 -0
  207. package/dist/types/hooks/store/useAppQuickActionsStore.d.ts.map +1 -0
  208. package/dist/types/hooks/store/useAppSettingsStore.d.ts +1 -0
  209. package/dist/types/hooks/store/useAppSettingsStore.d.ts.map +1 -0
  210. package/dist/types/hooks/store/useDraftMessagesStore.d.ts +1 -0
  211. package/dist/types/hooks/store/useDraftMessagesStore.d.ts.map +1 -0
  212. package/dist/types/hooks/store/useLinkPreviewStore.d.ts +1 -0
  213. package/dist/types/hooks/store/useLinkPreviewStore.d.ts.map +1 -0
  214. package/dist/types/hooks/store/useMessageTransformsStore.d.ts +12 -0
  215. package/dist/types/hooks/store/useMessageTransformsStore.d.ts.map +1 -0
  216. package/dist/types/hooks/store/useOnlineUsersCountStore.d.ts +1 -0
  217. package/dist/types/hooks/store/useOnlineUsersCountStore.d.ts.map +1 -0
  218. package/dist/types/hooks/store/useProfileStore.d.ts +1 -0
  219. package/dist/types/hooks/store/useProfileStore.d.ts.map +1 -0
  220. package/dist/types/hooks/store/useShadowRootStore.d.ts +1 -0
  221. package/dist/types/hooks/store/useShadowRootStore.d.ts.map +1 -0
  222. package/dist/types/hooks/store/useUnreadCountStore.d.ts +1 -0
  223. package/dist/types/hooks/store/useUnreadCountStore.d.ts.map +1 -0
  224. package/dist/types/hooks/store/useUserSettingsStore.d.ts +1 -0
  225. package/dist/types/hooks/store/useUserSettingsStore.d.ts.map +1 -0
  226. package/dist/types/hooks/useAppAuthorization.d.ts +1 -0
  227. package/dist/types/hooks/useAppAuthorization.d.ts.map +1 -0
  228. package/dist/types/hooks/useAppPresets.d.ts +4 -1
  229. package/dist/types/hooks/useAppPresets.d.ts.map +1 -0
  230. package/dist/types/hooks/useAudio.d.ts +1 -0
  231. package/dist/types/hooks/useAudio.d.ts.map +1 -0
  232. package/dist/types/hooks/useCallActions.d.ts +1 -0
  233. package/dist/types/hooks/useCallActions.d.ts.map +1 -0
  234. package/dist/types/hooks/useCallHistory.d.ts +1 -0
  235. package/dist/types/hooks/useCallHistory.d.ts.map +1 -0
  236. package/dist/types/hooks/useLastActivity.d.ts +1 -0
  237. package/dist/types/hooks/useLastActivity.d.ts.map +1 -0
  238. package/dist/types/hooks/useNotification.d.ts +1 -0
  239. package/dist/types/hooks/useNotification.d.ts.map +1 -0
  240. package/dist/types/hooks/usePageFocus.d.ts +1 -0
  241. package/dist/types/hooks/usePageFocus.d.ts.map +1 -0
  242. package/dist/types/hooks/useResizeScreenWidth.d.ts +1 -0
  243. package/dist/types/hooks/useResizeScreenWidth.d.ts.map +1 -0
  244. package/dist/types/hooks/useTypingStatusText.d.ts +1 -0
  245. package/dist/types/hooks/useTypingStatusText.d.ts.map +1 -0
  246. package/dist/types/index.d.ts +1 -0
  247. package/dist/types/index.d.ts.map +1 -0
  248. package/dist/types/lib/utils.d.ts +1 -0
  249. package/dist/types/lib/utils.d.ts.map +1 -0
  250. package/dist/types/main.d.ts +1 -0
  251. package/dist/types/main.d.ts.map +1 -0
  252. package/dist/types/tests/connectycube.test.d.ts +1 -0
  253. package/dist/types/tests/connectycube.test.d.ts.map +1 -0
  254. package/dist/types/tests/formatters.test.d.ts +1 -0
  255. package/dist/types/tests/formatters.test.d.ts.map +1 -0
  256. package/package.json +18 -17
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAppSettingsStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useAppSettingsStore.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,oBAAoB,GAAG;IACjC,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAC;IACxB,sBAAsB,EAAE,OAAO,CAAC;IAChC,eAAe,EAAE,OAAO,CAAC;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,oBAAqB,SAAQ,oBAAoB;IAChE,iBAAiB,EAAE,CAAC,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC;IACrD,oBAAoB,EAAE,CAAC,iBAAiB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,kBAAkB,EAAE,CAAC,eAAe,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,cAAc,EAAE,CAAC,WAAW,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,qBAAqB,EAAE,CAAC,kBAAkB,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7D,iBAAiB,EAAE,CAAC,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC;IACrD,yBAAyB,EAAE,CAAC,sBAAsB,EAAE,OAAO,KAAK,IAAI,CAAC;IACrE,kBAAkB,EAAE,CAAC,eAAe,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,CAAC,gBAAgB,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,oBAAoB,EAAE,CAAC,iBAAiB,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,qBAAqB,EAAE,CAAC,kBAAkB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,sBAAsB,EAAE,MAAM,IAAI,CAAC;IACnC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,EAAE,MAAM,IAAI,CAAC;IACnC,uBAAuB,EAAE,MAAM,IAAI,CAAC;CACrC;AAED,eAAO,MAAM,4BAA4B,EAAE,oBAY1C,CAAC;AAEF,QAAA,MAAM,mBAAmB,mFA0BtB,CAAC;AAEJ,eAAO,MAAM,mBAAmB,GAAI,OAAO,OAAO,CAAC,oBAAoB,CAAC,SAMvE,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAEjC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -12,3 +12,4 @@ interface DraftMessagesStoreState {
12
12
  declare const useDraftMessagesStore: import("zustand").UseBoundStore<import("zustand").StoreApi<DraftMessagesStoreState>>;
13
13
  export declare const resetDraftMessagesStore: () => void;
14
14
  export default useDraftMessagesStore;
15
+ //# sourceMappingURL=useDraftMessagesStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDraftMessagesStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useDraftMessagesStore.ts"],"names":[],"mappings":"AAGA,KAAK,YAAY,GAAG;IAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAEnD,eAAO,MAAM,kBAAkB,4CAA4C,CAAC;AAmC5E,UAAU,uBAAuB;IAC/B,aAAa,EAAE,YAAY,CAAC;IAC5B,gBAAgB,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;IACpD,kBAAkB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,QAAA,MAAM,qBAAqB,sFAyBxB,CAAC;AAEJ,eAAO,MAAM,uBAAuB,YAGnC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -16,3 +16,4 @@ interface LinkPreviewStore {
16
16
  declare const useLinkPreviewStore: import("zustand").UseBoundStore<import("zustand").StoreApi<LinkPreviewStore>>;
17
17
  export declare const resetLinkPreviewStore: () => void;
18
18
  export default useLinkPreviewStore;
19
+ //# sourceMappingURL=useLinkPreviewStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useLinkPreviewStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useLinkPreviewStore.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,WAAW,GAAG;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;CAClC,CAAC;AASF,UAAU,gBAAgB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IACtC,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAClC,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,MAAM,EAAE,CAAC;CACrD;AAED,QAAA,MAAM,mBAAmB,+EAoCtB,CAAC;AAEJ,eAAO,MAAM,qBAAqB,YAEjC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,12 @@
1
+ export type MessageTransform = (body: string) => string;
2
+ export type MessageTransformsStoreState = {
3
+ onMessageBeforeSend?: MessageTransform;
4
+ onMessageBeforeDisplay?: MessageTransform;
5
+ setMessageTransforms: (transforms: {
6
+ onMessageBeforeSend?: MessageTransform;
7
+ onMessageBeforeDisplay?: MessageTransform;
8
+ }) => void;
9
+ };
10
+ declare const useMessageTransformsStore: import("zustand").UseBoundStore<import("zustand").StoreApi<MessageTransformsStoreState>>;
11
+ export default useMessageTransformsStore;
12
+ //# sourceMappingURL=useMessageTransformsStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMessageTransformsStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useMessageTransformsStore.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;AAExD,MAAM,MAAM,2BAA2B,GAAG;IACxC,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;IACvC,sBAAsB,CAAC,EAAE,gBAAgB,CAAC;IAC1C,oBAAoB,EAAE,CAAC,UAAU,EAAE;QACjC,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;QACvC,sBAAsB,CAAC,EAAE,gBAAgB,CAAC;KAC3C,KAAK,IAAI,CAAC;CACZ,CAAC;AAEF,QAAA,MAAM,yBAAyB,0FAK5B,CAAC;AAEJ,eAAe,yBAAyB,CAAC"}
@@ -17,3 +17,4 @@ export declare const onlineUsersCountInitialState: {
17
17
  declare const useOnlineUsersCountStore: import("zustand").UseBoundStore<import("zustand").StoreApi<OnlineUsersCountState>>;
18
18
  export declare const resetOnlineUsersCountStore: () => void;
19
19
  export default useOnlineUsersCountStore;
20
+ //# sourceMappingURL=useOnlineUsersCountStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOnlineUsersCountStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useOnlineUsersCountStore.ts"],"names":[],"mappings":"AAEA,UAAU,qBAAqB;IAC7B,0BAA0B,EAAE,MAAM,CAAC;IACnC,sBAAsB,EAAE,OAAO,CAAC;IAChC,gBAAgB,EAAE,MAAM,CAAC;IAEzB,6BAA6B,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,yBAAyB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrD,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAE7C,+BAA+B,EAAE,MAAM,IAAI,CAAC;IAC5C,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,MAAM,IAAI,CAAC;CACnC;AAED,eAAO,MAAM,4BAA4B;;;;CAIxC,CAAC;AAEF,QAAA,MAAM,wBAAwB,oFAuB3B,CAAC;AAEJ,eAAO,MAAM,0BAA0B,YAEtC,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -7,3 +7,4 @@ interface ProfileState {
7
7
  declare const useProfileStore: import("zustand").UseBoundStore<import("zustand").StoreApi<ProfileState>>;
8
8
  export declare const resetProfileStore: () => void;
9
9
  export default useProfileStore;
10
+ //# sourceMappingURL=useProfileStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useProfileStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useProfileStore.ts"],"names":[],"mappings":"AAEA,UAAU,YAAY;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC9C,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,QAAA,MAAM,eAAe,2EAKlB,CAAC;AAEJ,eAAO,MAAM,iBAAiB,YAE7B,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -5,3 +5,4 @@ export interface useShadowRootStoreState {
5
5
  }
6
6
  declare const useShadowRootStore: import("zustand").UseBoundStore<import("zustand").StoreApi<useShadowRootStoreState>>;
7
7
  export default useShadowRootStore;
8
+ //# sourceMappingURL=useShadowRootStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useShadowRootStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useShadowRootStore.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,UAAU,GAAG,QAAQ,CAAC;IAClC,YAAY,EAAE,gBAAgB,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC5D,aAAa,EAAE,CAAC,UAAU,CAAC,EAAE,UAAU,GAAG,QAAQ,KAAK,IAAI,CAAC;CAC7D;AAED,QAAA,MAAM,kBAAkB,sFAKrB,CAAC;AAEJ,eAAe,kBAAkB,CAAC"}
@@ -6,3 +6,4 @@ interface UnreadCountState {
6
6
  declare const useUnreadCountStore: import("zustand").UseBoundStore<import("zustand").StoreApi<UnreadCountState>>;
7
7
  export declare const resetUnreadCountStore: () => void;
8
8
  export default useUnreadCountStore;
9
+ //# sourceMappingURL=useUnreadCountStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUnreadCountStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useUnreadCountStore.ts"],"names":[],"mappings":"AAEA,UAAU,gBAAgB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,QAAA,MAAM,mBAAmB,+EAItB,CAAC;AAEJ,eAAO,MAAM,qBAAqB,YAEjC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -15,3 +15,4 @@ declare const useUserSettingsStore: import("zustand").UseBoundStore<import("zust
15
15
  export declare const managePushNotificationsSubscription: (enable: boolean) => Promise<boolean>;
16
16
  export declare const restoreUserSettingsStore: () => Promise<void>;
17
17
  export default useUserSettingsStore;
18
+ //# sourceMappingURL=useUserSettingsStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUserSettingsStore.d.ts","sourceRoot":"","sources":["../../../../src/hooks/store/useUserSettingsStore.ts"],"names":[],"mappings":"AACA,OAAO,EAKL,YAAY,EACb,MAAM,wBAAwB,CAAC;AAQhC,KAAK,sBAAsB,GAAG;IAC5B,UAAU,EAAE,YAAY,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;IACzB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,mBAAmB,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,UAAU,iBAAkB,SAAQ,sBAAsB;IACxD,aAAa,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5E,kBAAkB,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7E,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACjF,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CAClF;AAeD,QAAA,MAAM,oBAAoB,gFAmBvB,CAAC;AAEJ,eAAO,MAAM,mCAAmC,GAAU,QAAQ,OAAO,KAAG,OAAO,CAAC,OAAO,CAmB1F,CAAC;AAEF,eAAO,MAAM,wBAAwB,qBAIpC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -8,3 +8,4 @@ type AppAuthorizationProps = {
8
8
  };
9
9
  declare const useAppAuthorization: ({ creds, config, user, enableUserLogin }: AppAuthorizationProps) => void;
10
10
  export default useAppAuthorization;
11
+ //# sourceMappingURL=useAppAuthorization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAppAuthorization.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAppAuthorization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAoB,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAML,KAAK,QAAQ,EACd,MAAM,wBAAwB,CAAC;AAIhC,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC,WAAW,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;CAC1B,CAAC;AAQF,QAAA,MAAM,mBAAmB,GAAI,0CAAoD,qBAAqB,KAAG,IAwBxG,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -41,6 +41,9 @@ export type AppPresets = {
41
41
  onUnreadCountChange?: (count: number) => void;
42
42
  onOnlineUsersCountChange?: (count: number) => void;
43
43
  onOpenChange?: (open: boolean) => void;
44
+ onMessageBeforeSend?: (body: string) => string;
45
+ onMessageBeforeDisplay?: (body: string) => string;
44
46
  };
45
- declare const useAppPresets: ({ open, embedView, splitView, singleView, showChatStatus, showChatActionsAsMenu, showOnlineUsersTab, hideNewChatButton, hideNewUserChatOption, hideNewGroupChatOption, imgLogoSource, muted, showNotifications, playSound, webPushNotifications, serviceWorkerPath, webPushVapidPublicKey, attachmentsAccept, enableUserLogin, enableCalls, enableUserStatuses, enableLastSeen, enableContentReporting, enableBlockList, enableUrlPreview, limitUrlsPreviews, termsAndConditions, quickActions, defaultChat, singleViewChat, enableOnlineUsersBadge, getOnlineUsersInterval, ai, onUnreadCountChange, onOnlineUsersCountChange, onOpenChange, }: AppPresets) => void;
47
+ declare const useAppPresets: ({ open, embedView, splitView, singleView, showChatStatus, showChatActionsAsMenu, showOnlineUsersTab, hideNewChatButton, hideNewUserChatOption, hideNewGroupChatOption, imgLogoSource, muted, showNotifications, playSound, webPushNotifications, serviceWorkerPath, webPushVapidPublicKey, attachmentsAccept, enableUserLogin, enableCalls, enableUserStatuses, enableLastSeen, enableContentReporting, enableBlockList, enableUrlPreview, limitUrlsPreviews, termsAndConditions, quickActions, defaultChat, singleViewChat, enableOnlineUsersBadge, getOnlineUsersInterval, ai, onUnreadCountChange, onOnlineUsersCountChange, onOpenChange, onMessageBeforeSend, onMessageBeforeDisplay, }: AppPresets) => void;
46
48
  export default useAppPresets;
49
+ //# sourceMappingURL=useAppPresets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAppPresets.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAppPresets.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,WAAW,EAEX,cAAc,EACf,MAAM,gCAAgC,CAAC;AAMxC,OAAO,EAEL,YAAY,EAEb,MAAM,iCAAiC,CAAC;AAOzC,MAAM,MAAM,UAAU,GAAG;IAEvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAEjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAEjC,EAAE,CAAC,EAAE;QACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IAEF,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,wBAAwB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;IAC/C,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;CACnD,CAAC;AAEF,QAAA,MAAM,aAAa,GAAI,8pBAuCpB,UAAU,KAAG,IAqJf,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -4,3 +4,4 @@ export type AudioHook = {
4
4
  };
5
5
  declare function useAudio(source: string): AudioHook;
6
6
  export default useAudio;
7
+ //# sourceMappingURL=useAudio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAudio.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAudio.ts"],"names":[],"mappings":"AAOA,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/B,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,iBAAS,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAuC3C;AAED,eAAe,QAAQ,CAAC"}
@@ -2,3 +2,4 @@ export default function useCallActions(): {
2
2
  startVideoCall: () => void;
3
3
  startAudioCall: () => void;
4
4
  };
5
+ //# sourceMappingURL=useCallActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCallActions.d.ts","sourceRoot":"","sources":["../../../src/hooks/useCallActions.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,cAAc;;;EA2BrC"}
@@ -13,3 +13,4 @@ export type CallHistoryHook = {
13
13
  };
14
14
  declare function useCallHistory(): CallHistoryHook;
15
15
  export default useCallHistory;
16
+ //# sourceMappingURL=useCallHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCallHistory.d.ts","sourceRoot":"","sources":["../../../src/hooks/useCallHistory.ts"],"names":[],"mappings":"AAKA,oBAAY,iBAAiB;IAC3B,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,OAAO,WAAW;IAClB,MAAM,WAAW;CAClB;AACD,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,cAAc,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,iBAAiB,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAcF,iBAAS,cAAc,IAAI,eAAe,CA4EzC;AAED,eAAe,cAAc,CAAC"}
@@ -1,2 +1,3 @@
1
1
  declare const useLastActivity: () => void;
2
2
  export default useLastActivity;
3
+ //# sourceMappingURL=useLastActivity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useLastActivity.d.ts","sourceRoot":"","sources":["../../../src/hooks/useLastActivity.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,eAAe,QAAO,IA4G3B,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -7,3 +7,4 @@ type NotificationHook = {
7
7
  };
8
8
  declare function useNotification(): NotificationHook;
9
9
  export default useNotification;
10
+ //# sourceMappingURL=useNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/useNotification.ts"],"names":[],"mappings":"AAEA,OAAO,EAAmB,IAAI,EAAkB,MAAM,qBAAqB,CAAC;AAa5E,KAAK,gBAAgB,GAAG;IACtB,gBAAgB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC;IACjG,eAAe,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC;IAChG,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC;IACzF,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,iBAAS,eAAe,IAAI,gBAAgB,CAwG3C;AAED,eAAe,eAAe,CAAC"}
@@ -4,3 +4,4 @@ type PageFocusHook = {
4
4
  };
5
5
  declare function usePageFocus(): PageFocusHook;
6
6
  export default usePageFocus;
7
+ //# sourceMappingURL=usePageFocus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePageFocus.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePageFocus.ts"],"names":[],"mappings":"AAEA,KAAK,aAAa,GAAG;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,iBAAS,YAAY,IAAI,aAAa,CAoBrC;AAED,eAAe,YAAY,CAAC"}
@@ -8,3 +8,4 @@ type ResizeScreenWidthHook = {
8
8
  };
9
9
  declare const useResizeScreenWidth: (params?: ResizeScreenWidthParams) => ResizeScreenWidthHook;
10
10
  export default useResizeScreenWidth;
11
+ //# sourceMappingURL=useResizeScreenWidth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResizeScreenWidth.d.ts","sourceRoot":"","sources":["../../../src/hooks/useResizeScreenWidth.ts"],"names":[],"mappings":"AAGA,KAAK,uBAAuB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,oBAAoB,GAAI,SAAQ,uBAA4B,KAAG,qBAwBpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { Dialogs } from '@connectycube/react';
2
2
  declare function useTypingStatusText(dialog?: Dialogs.Dialog, reverse?: boolean): string | undefined;
3
3
  export default useTypingStatusText;
4
+ //# sourceMappingURL=useTypingStatusText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTypingStatusText.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTypingStatusText.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,OAAO,EAAc,MAAM,qBAAqB,CAAC;AAI3E,iBAAS,mBAAmB,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,GAAE,OAAe,GAAG,MAAM,GAAG,SAAS,CAqBlG;AAED,eAAe,mBAAmB,CAAC"}
@@ -9,3 +9,4 @@ export type ChatWidgetInWindow = {
9
9
  export type WindowWithChatWidget = Window & typeof globalThis & {
10
10
  ConnectyCubeChatWidget?: ChatWidgetInWindow;
11
11
  };
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,YAAY,EAAE,QAAQ,IAAI,2BAA2B,EAAE,MAAM,OAAO,CAAC;AACrE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,mBAAmB,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC3C,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,OAAO,UAAU,GAAG;IAAE,sBAAsB,CAAC,EAAE,kBAAkB,CAAA;CAAE,CAAC"}
@@ -4,3 +4,4 @@ export declare function cn(...inputs: ClassValue[]): string;
4
4
  export declare function createTempChat(id: string, name: string, type: 3 | 2, occupantsIds: number[], currentUserId: number, photo?: string, extensions?: {
5
5
  [key: string]: string;
6
6
  }): Dialogs.Dialog;
7
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED,wBAAgB,cAAc,CAC5B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,CAAC,GAAG,CAAC,EACX,YAAY,EAAE,MAAM,EAAE,EACtB,aAAa,EAAE,MAAM,EACrB,KAAK,CAAC,EAAE,MAAM,EACd,UAAU,CAAC,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,MAAM,CAoBhB"}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.tsx"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=connectycube.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectycube.test.d.ts","sourceRoot":"","sources":["../../../src/tests/connectycube.test.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=formatters.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatters.test.d.ts","sourceRoot":"","sources":["../../../src/tests/formatters.test.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@connectycube/chat-widget",
3
3
  "description": "A customizable React chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.",
4
- "version": "0.40.1",
4
+ "version": "0.42.0",
5
5
  "license": "GPL-3.0-only",
6
- "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/chat-widget#readme",
6
+ "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/tree/main/packages/chat-widget#readme",
7
7
  "bugs": {
8
8
  "url": "https://github.com/ConnectyCube/connectycube-chat-widget/issues"
9
9
  },
@@ -78,7 +78,7 @@
78
78
  "coverage": "vitest run --coverage"
79
79
  },
80
80
  "dependencies": {
81
- "@ai-sdk/google": "^3.0.30",
81
+ "@ai-sdk/google": "^3.0.33",
82
82
  "@connectycube/react": "^6.0.0",
83
83
  "@radix-ui/react-alert-dialog": "^1.1.15",
84
84
  "@radix-ui/react-avatar": "^1.1.11",
@@ -90,17 +90,17 @@
90
90
  "@radix-ui/react-switch": "^1.2.6",
91
91
  "@radix-ui/react-tabs": "^1.1.13",
92
92
  "@radix-ui/react-tooltip": "^1.2.8",
93
- "ai": "^6.0.94",
93
+ "ai": "^6.0.104",
94
94
  "class-variance-authority": "^0.7.1",
95
95
  "clsx": "^2.1.1",
96
96
  "date-fns": "^4.1.0",
97
97
  "get-browser-fingerprint": "^4.1.1",
98
- "i18next": "^25.8.11",
98
+ "i18next": "^25.8.13",
99
99
  "linkify-react": "^4.3.2",
100
100
  "linkifyjs": "^4.3.2",
101
101
  "lucide-react": "^0.575.0",
102
102
  "next-themes": "^0.4.6",
103
- "react-hook-form": "^7.71.1",
103
+ "react-hook-form": "^7.71.2",
104
104
  "react-i18next": "^16.5.4",
105
105
  "react-icons": "^5.5.0",
106
106
  "react-intersection-observer": "^10.0.3",
@@ -115,35 +115,36 @@
115
115
  "react-dom": ">=18"
116
116
  },
117
117
  "devDependencies": {
118
- "@eslint/js": "^9.39.2",
119
- "@tailwindcss/cli": "^4.2.0",
120
- "@tailwindcss/postcss": "^4.2.0",
121
- "@tailwindcss/vite": "^4.2.0",
122
- "@types/node": "^25.3.0",
118
+ "@eslint/js": "^9.39.3",
119
+ "@tailwindcss/cli": "^4.2.1",
120
+ "@tailwindcss/postcss": "^4.2.1",
121
+ "@tailwindcss/vite": "^4.2.1",
122
+ "@types/node": "^25.3.2",
123
123
  "@types/react": "^19.2.14",
124
124
  "@types/react-dom": "^19.2.3",
125
125
  "@vitejs/plugin-react": "^5.1.4",
126
126
  "@vitest/coverage-v8": "^4.0.18",
127
127
  "baseline-browser-mapping": "^2.10.0",
128
- "eslint": "^9.39.2",
128
+ "eslint": "^9.39.3",
129
+ "eslint-plugin-react": "^7.37.5",
129
130
  "eslint-plugin-react-hooks": "^7.0.1",
130
- "eslint-plugin-react-refresh": "^0.5.0",
131
+ "eslint-plugin-react-refresh": "^0.5.2",
131
132
  "globals": "^17.3.0",
132
133
  "jsdom": "^28.1.0",
133
134
  "prettier": "3.8.1",
134
135
  "tailwind-scrollbar": "^4.0.2",
135
- "tailwindcss": "^4.2.0",
136
+ "tailwindcss": "^4.2.1",
136
137
  "tw-animate-css": "^1.4.0",
137
138
  "typescript": "^5.9.3",
138
- "typescript-eslint": "^8.56.0",
139
+ "typescript-eslint": "^8.56.1",
139
140
  "vite": "^7.3.1",
140
141
  "vite-plugin-dts": "^4.5.4",
141
142
  "vitest": "^4.0.18"
142
143
  },
143
144
  "optionalDependencies": {
144
145
  "@parcel/watcher-linux-x64-glibc": "^2.5.6",
145
- "@rollup/rollup-linux-x64-gnu": "4.57.1",
146
- "@tailwindcss/oxide-linux-x64-gnu": "^4.2.0",
146
+ "@rollup/rollup-linux-x64-gnu": "4.59.0",
147
+ "@tailwindcss/oxide-linux-x64-gnu": "^4.2.1",
147
148
  "lightningcss-linux-x64-gnu": "^1.31.1"
148
149
  },
149
150
  "engines": {