stream-chat-react 14.2.0 → 14.4.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 (454) hide show
  1. package/README.md +7 -9
  2. package/dist/cjs/ReactPlayerWrapper.16cd6fed.js +24 -0
  3. package/dist/cjs/ReactPlayerWrapper.16cd6fed.js.map +1 -0
  4. package/dist/cjs/audioProcessing.22303d69.js +148 -0
  5. package/dist/cjs/audioProcessing.22303d69.js.map +1 -0
  6. package/dist/cjs/emojis.js +211 -226
  7. package/dist/cjs/emojis.js.map +1 -1
  8. package/dist/cjs/index.js +26216 -30901
  9. package/dist/cjs/index.js.map +1 -1
  10. package/dist/cjs/mp3-encoder.js +30 -58
  11. package/dist/cjs/mp3-encoder.js.map +1 -1
  12. package/dist/cjs/useNotificationApi.9ffe5761.js +5516 -0
  13. package/dist/cjs/useNotificationApi.9ffe5761.js.map +1 -0
  14. package/dist/css/index.css +13 -0
  15. package/dist/css/index.css.map +1 -1
  16. package/dist/es/ReactPlayerWrapper.d2ae5941.mjs +22 -0
  17. package/dist/es/ReactPlayerWrapper.d2ae5941.mjs.map +1 -0
  18. package/dist/es/audioProcessing.766ca76c.mjs +107 -0
  19. package/dist/es/audioProcessing.766ca76c.mjs.map +1 -0
  20. package/dist/es/emojis.mjs +207 -205
  21. package/dist/es/emojis.mjs.map +1 -1
  22. package/dist/es/index.mjs +25961 -31232
  23. package/dist/es/index.mjs.map +1 -1
  24. package/dist/es/mp3-encoder.mjs +31 -38
  25. package/dist/es/mp3-encoder.mjs.map +1 -1
  26. package/dist/es/useNotificationApi.6fdc3ce7.mjs +4195 -0
  27. package/dist/es/useNotificationApi.6fdc3ce7.mjs.map +1 -0
  28. package/dist/types/a11y/a11yUtils.d.ts.map +1 -1
  29. package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts.map +1 -1
  30. package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts.map +1 -1
  31. package/dist/types/components/AIStateIndicator/AIStateIndicator.d.ts.map +1 -1
  32. package/dist/types/components/AIStateIndicator/hooks/useAIState.d.ts.map +1 -1
  33. package/dist/types/components/Accessibility/AriaLiveRegion.d.ts.map +1 -1
  34. package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts.map +1 -1
  35. package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts.map +1 -1
  36. package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts +0 -1
  37. package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts.map +1 -1
  38. package/dist/types/components/Attachment/Attachment.d.ts.map +1 -1
  39. package/dist/types/components/Attachment/AttachmentActions.d.ts +3 -1
  40. package/dist/types/components/Attachment/AttachmentActions.d.ts.map +1 -1
  41. package/dist/types/components/Attachment/AttachmentContainer.d.ts +1 -1
  42. package/dist/types/components/Attachment/AttachmentContainer.d.ts.map +1 -1
  43. package/dist/types/components/Attachment/Audio.d.ts.map +1 -1
  44. package/dist/types/components/Attachment/FileAttachment.d.ts.map +1 -1
  45. package/dist/types/components/Attachment/Geolocation.d.ts.map +1 -1
  46. package/dist/types/components/Attachment/Giphy.d.ts.map +1 -1
  47. package/dist/types/components/Attachment/Image.d.ts.map +1 -1
  48. package/dist/types/components/Attachment/LinkPreview/Card.d.ts +3 -1
  49. package/dist/types/components/Attachment/LinkPreview/Card.d.ts.map +1 -1
  50. package/dist/types/components/Attachment/LinkPreview/CardAudio.d.ts.map +1 -1
  51. package/dist/types/components/Attachment/LinkPreview/UnableToRenderCard.d.ts +1 -1
  52. package/dist/types/components/Attachment/LinkPreview/UnableToRenderCard.d.ts.map +1 -1
  53. package/dist/types/components/Attachment/ModalGallery.d.ts.map +1 -1
  54. package/dist/types/components/Attachment/VideoAttachment.d.ts.map +1 -1
  55. package/dist/types/components/Attachment/VoiceRecording.d.ts.map +1 -1
  56. package/dist/types/components/Attachment/attachment-sizing.d.ts.map +1 -1
  57. package/dist/types/components/Attachment/audioSampling.d.ts.map +1 -1
  58. package/dist/types/components/Attachment/components/DownloadButton.d.ts.map +1 -1
  59. package/dist/types/components/Attachment/components/FileSizeIndicator.d.ts.map +1 -1
  60. package/dist/types/components/Attachment/icons.d.ts.map +1 -1
  61. package/dist/types/components/Attachment/utils.d.ts.map +1 -1
  62. package/dist/types/components/AudioPlayback/AudioPlayer.d.ts +1 -2
  63. package/dist/types/components/AudioPlayback/AudioPlayer.d.ts.map +1 -1
  64. package/dist/types/components/AudioPlayback/AudioPlayerPool.d.ts +1 -1
  65. package/dist/types/components/AudioPlayback/AudioPlayerPool.d.ts.map +1 -1
  66. package/dist/types/components/AudioPlayback/WithAudioPlayback.d.ts.map +1 -1
  67. package/dist/types/components/AudioPlayback/components/PlaybackRateButton.d.ts.map +1 -1
  68. package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts.map +1 -1
  69. package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts.map +1 -1
  70. package/dist/types/components/AudioPlayback/components/formatTime.d.ts +1 -1
  71. package/dist/types/components/AudioPlayback/components/formatTime.d.ts.map +1 -1
  72. package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts.map +1 -1
  73. package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts.map +1 -1
  74. package/dist/types/components/AudioPlayback/components/useInteractiveProgressBar.d.ts.map +1 -1
  75. package/dist/types/components/AudioPlayback/plugins/AudioPlayerNotificationsPlugin.d.ts.map +1 -1
  76. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  77. package/dist/types/components/Avatar/ChannelAvatar.d.ts.map +1 -1
  78. package/dist/types/components/Avatar/GroupAvatar.d.ts.map +1 -1
  79. package/dist/types/components/Badge/Badge.d.ts +1 -1
  80. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  81. package/dist/types/components/Badge/MediaBadge.d.ts.map +1 -1
  82. package/dist/types/components/BaseImage/ImagePlaceholder.d.ts.map +1 -1
  83. package/dist/types/components/BaseImage/toBaseImageDescriptors.d.ts.map +1 -1
  84. package/dist/types/components/Button/PlayButton.d.ts.map +1 -1
  85. package/dist/types/components/Channel/Channel.d.ts +3 -1
  86. package/dist/types/components/Channel/Channel.d.ts.map +1 -1
  87. package/dist/types/components/Channel/channelState.d.ts.map +1 -1
  88. package/dist/types/components/Channel/hooks/useChannelContainerClasses.d.ts +1 -1
  89. package/dist/types/components/Channel/hooks/useChannelContainerClasses.d.ts.map +1 -1
  90. package/dist/types/components/Channel/hooks/useCreateChannelStateContext.d.ts +1 -1
  91. package/dist/types/components/Channel/hooks/useCreateChannelStateContext.d.ts.map +1 -1
  92. package/dist/types/components/Channel/hooks/useCreateTypingContext.d.ts.map +1 -1
  93. package/dist/types/components/Channel/hooks/useEditMessageHandler.d.ts.map +1 -1
  94. package/dist/types/components/Channel/hooks/useIsMounted.d.ts +0 -1
  95. package/dist/types/components/Channel/hooks/useIsMounted.d.ts.map +1 -1
  96. package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts.map +1 -1
  97. package/dist/types/components/Channel/utils.d.ts +2 -2
  98. package/dist/types/components/Channel/utils.d.ts.map +1 -1
  99. package/dist/types/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
  100. package/dist/types/components/ChannelList/ChannelList.d.ts +3 -1
  101. package/dist/types/components/ChannelList/ChannelList.d.ts.map +1 -1
  102. package/dist/types/components/ChannelList/ChannelListUI.d.ts.map +1 -1
  103. package/dist/types/components/ChannelList/hooks/useChannelListShape.d.ts.map +1 -1
  104. package/dist/types/components/ChannelList/hooks/useConnectionRecoveredListener.d.ts.map +1 -1
  105. package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts +12 -2
  106. package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
  107. package/dist/types/components/ChannelList/utils.d.ts +3 -3
  108. package/dist/types/components/ChannelList/utils.d.ts.map +1 -1
  109. package/dist/types/components/ChannelListItem/ChannelListItem.d.ts.map +1 -1
  110. package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map +1 -1
  111. package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts +3 -1
  112. package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts.map +1 -1
  113. package/dist/types/components/ChannelListItem/hooks/useChannelDisplayName.d.ts.map +1 -1
  114. package/dist/types/components/ChannelListItem/hooks/useChannelPreviewInfo.d.ts.map +1 -1
  115. package/dist/types/components/ChannelListItem/hooks/useIsChannelMuted.d.ts.map +1 -1
  116. package/dist/types/components/ChannelListItem/hooks/useMessageDeliveryStatus.d.ts.map +1 -1
  117. package/dist/types/components/ChannelListItem/utils.d.ts +2 -2
  118. package/dist/types/components/ChannelListItem/utils.d.ts.map +1 -1
  119. package/dist/types/components/Chat/Chat.d.ts +3 -0
  120. package/dist/types/components/Chat/Chat.d.ts.map +1 -1
  121. package/dist/types/components/Chat/hooks/useChat.d.ts.map +1 -1
  122. package/dist/types/components/Chat/hooks/useCreateChatClient.d.ts.map +1 -1
  123. package/dist/types/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -1
  124. package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts +6 -6
  125. package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts.map +1 -1
  126. package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts.map +1 -1
  127. package/dist/types/components/ChatView/ChatView.d.ts.map +1 -1
  128. package/dist/types/components/DateSeparator/DateSeparator.d.ts +3 -1
  129. package/dist/types/components/DateSeparator/DateSeparator.d.ts.map +1 -1
  130. package/dist/types/components/Dialog/components/Callout.d.ts.map +1 -1
  131. package/dist/types/components/Dialog/components/ContextMenu.d.ts +3 -3
  132. package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
  133. package/dist/types/components/Dialog/components/Prompt.d.ts +1 -1
  134. package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
  135. package/dist/types/components/Dialog/components/Viewer.d.ts +1 -1
  136. package/dist/types/components/Dialog/components/Viewer.d.ts.map +1 -1
  137. package/dist/types/components/Dialog/hooks/useDialog.d.ts +8 -6
  138. package/dist/types/components/Dialog/hooks/useDialog.d.ts.map +1 -1
  139. package/dist/types/components/Dialog/hooks/usePopoverPosition.d.ts +5 -6
  140. package/dist/types/components/Dialog/hooks/usePopoverPosition.d.ts.map +1 -1
  141. package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
  142. package/dist/types/components/Dialog/service/DialogManager.d.ts +1 -1
  143. package/dist/types/components/Dialog/service/DialogManager.d.ts.map +1 -1
  144. package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
  145. package/dist/types/components/DragAndDrop/DragAndDropContainer.d.ts.map +1 -1
  146. package/dist/types/components/EmptyStateIndicator/EmptyStateIndicator.d.ts +3 -1
  147. package/dist/types/components/EmptyStateIndicator/EmptyStateIndicator.d.ts.map +1 -1
  148. package/dist/types/components/EventComponent/EventComponent.d.ts +6 -1
  149. package/dist/types/components/EventComponent/EventComponent.d.ts.map +1 -1
  150. package/dist/types/components/FileIcon/FileIcon.d.ts.map +1 -1
  151. package/dist/types/components/FileIcon/FileIconSet.d.ts.map +1 -1
  152. package/dist/types/components/Form/Dropdown.d.ts.map +1 -1
  153. package/dist/types/components/Form/FieldError.d.ts.map +1 -1
  154. package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
  155. package/dist/types/components/Form/TextInputFieldSet.d.ts.map +1 -1
  156. package/dist/types/components/Gallery/Gallery.d.ts.map +1 -1
  157. package/dist/types/components/Gallery/GalleryContext.d.ts +2 -4
  158. package/dist/types/components/Gallery/GalleryContext.d.ts.map +1 -1
  159. package/dist/types/components/Gallery/GalleryHeader.d.ts.map +1 -1
  160. package/dist/types/components/Icons/BaseIcon.d.ts.map +1 -1
  161. package/dist/types/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
  162. package/dist/types/components/InfiniteScrollPaginator/InfiniteScrollPaginator.d.ts.map +1 -1
  163. package/dist/types/components/InfiniteScrollPaginator/hooks/useCursorPaginator.d.ts.map +1 -1
  164. package/dist/types/components/LoadMore/LoadMoreButton.d.ts +3 -1
  165. package/dist/types/components/LoadMore/LoadMoreButton.d.ts.map +1 -1
  166. package/dist/types/components/LoadMore/LoadMorePaginator.d.ts +1 -1
  167. package/dist/types/components/LoadMore/LoadMorePaginator.d.ts.map +1 -1
  168. package/dist/types/components/Loading/LoadingErrorIndicator.d.ts +6 -1
  169. package/dist/types/components/Loading/LoadingErrorIndicator.d.ts.map +1 -1
  170. package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
  171. package/dist/types/components/Loading/UploadProgressIndicator.d.ts.map +1 -1
  172. package/dist/types/components/Loading/UploadedSizeIndicator.d.ts.map +1 -1
  173. package/dist/types/components/Loading/progress-indicators.d.ts.map +1 -1
  174. package/dist/types/components/Location/ShareLocationDialog.d.ts.map +1 -1
  175. package/dist/types/components/Location/hooks/useLiveLocationSharingManager.d.ts +1 -1
  176. package/dist/types/components/Location/hooks/useLiveLocationSharingManager.d.ts.map +1 -1
  177. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts +1 -1
  178. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts.map +1 -1
  179. package/dist/types/components/MediaRecorder/AudioRecorder/RecordingTimer.d.ts.map +1 -1
  180. package/dist/types/components/MediaRecorder/AudioRecorder/hooks/useTimeElapsed.d.ts.map +1 -1
  181. package/dist/types/components/MediaRecorder/AudioRecorder/recordingStateIdentity.d.ts +3 -3
  182. package/dist/types/components/MediaRecorder/AudioRecorder/recordingStateIdentity.d.ts.map +1 -1
  183. package/dist/types/components/MediaRecorder/RecordingPermissionDeniedNotification.d.ts.map +1 -1
  184. package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts +1 -1
  185. package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts.map +1 -1
  186. package/dist/types/components/MediaRecorder/hooks/useMediaRecorder.d.ts.map +1 -1
  187. package/dist/types/components/MediaRecorder/transcode/audioProcessing.d.ts.map +1 -1
  188. package/dist/types/components/MediaRecorder/transcode/index.d.ts.map +1 -1
  189. package/dist/types/components/MediaRecorder/transcode/wav.d.ts.map +1 -1
  190. package/dist/types/components/Message/Message.d.ts.map +1 -1
  191. package/dist/types/components/Message/MessageBubble.d.ts +1 -1
  192. package/dist/types/components/Message/MessageBubble.d.ts.map +1 -1
  193. package/dist/types/components/Message/MessageEditedIndicator.d.ts +3 -1
  194. package/dist/types/components/Message/MessageEditedIndicator.d.ts.map +1 -1
  195. package/dist/types/components/Message/MessageRepliesCountButton.d.ts.map +1 -1
  196. package/dist/types/components/Message/MessageStatus.d.ts +3 -1
  197. package/dist/types/components/Message/MessageStatus.d.ts.map +1 -1
  198. package/dist/types/components/Message/MessageText.d.ts +3 -1
  199. package/dist/types/components/Message/MessageText.d.ts.map +1 -1
  200. package/dist/types/components/Message/MessageTimestamp.d.ts +3 -1
  201. package/dist/types/components/Message/MessageTimestamp.d.ts.map +1 -1
  202. package/dist/types/components/Message/MessageTranslationIndicator.d.ts.map +1 -1
  203. package/dist/types/components/Message/MessageUI.d.ts.map +1 -1
  204. package/dist/types/components/Message/PinIndicator.d.ts.map +1 -1
  205. package/dist/types/components/Message/QuotedMessage.d.ts.map +1 -1
  206. package/dist/types/components/Message/ReminderNotification.d.ts.map +1 -1
  207. package/dist/types/components/Message/StreamedMessageText.d.ts.map +1 -1
  208. package/dist/types/components/Message/emojiRegex.d.ts +15 -0
  209. package/dist/types/components/Message/emojiRegex.d.ts.map +1 -0
  210. package/dist/types/components/Message/hooks/useDeleteHandler.d.ts +1 -1
  211. package/dist/types/components/Message/hooks/useDeleteHandler.d.ts.map +1 -1
  212. package/dist/types/components/Message/hooks/useFlagHandler.d.ts.map +1 -1
  213. package/dist/types/components/Message/hooks/useMarkUnreadHandler.d.ts.map +1 -1
  214. package/dist/types/components/Message/hooks/useMentionsHandler.d.ts.map +1 -1
  215. package/dist/types/components/Message/hooks/useMessageReminder.d.ts.map +1 -1
  216. package/dist/types/components/Message/hooks/useMessageTextStreaming.d.ts.map +1 -1
  217. package/dist/types/components/Message/hooks/useMuteHandler.d.ts.map +1 -1
  218. package/dist/types/components/Message/hooks/useOpenThreadHandler.d.ts.map +1 -1
  219. package/dist/types/components/Message/hooks/usePinHandler.d.ts.map +1 -1
  220. package/dist/types/components/Message/hooks/useReactionHandler.d.ts.map +1 -1
  221. package/dist/types/components/Message/hooks/useRetryHandler.d.ts.map +1 -1
  222. package/dist/types/components/Message/hooks/useUserHandler.d.ts +0 -1
  223. package/dist/types/components/Message/hooks/useUserHandler.d.ts.map +1 -1
  224. package/dist/types/components/Message/hooks/useUserRole.d.ts.map +1 -1
  225. package/dist/types/components/Message/renderText/componentRenderers/Anchor.d.ts +1 -1
  226. package/dist/types/components/Message/renderText/componentRenderers/Anchor.d.ts.map +1 -1
  227. package/dist/types/components/Message/renderText/componentRenderers/Emoji.d.ts.map +1 -1
  228. package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts.map +1 -1
  229. package/dist/types/components/Message/renderText/regex.d.ts.map +1 -1
  230. package/dist/types/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.d.ts +1 -1
  231. package/dist/types/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.d.ts.map +1 -1
  232. package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts +1 -1
  233. package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts.map +1 -1
  234. package/dist/types/components/Message/renderText/remarkPlugins/htmlToTextPlugin.d.ts +3 -1
  235. package/dist/types/components/Message/renderText/remarkPlugins/htmlToTextPlugin.d.ts.map +1 -1
  236. package/dist/types/components/Message/renderText/remarkPlugins/imageToLink.d.ts.map +1 -1
  237. package/dist/types/components/Message/renderText/renderText.d.ts +1 -1
  238. package/dist/types/components/Message/renderText/renderText.d.ts.map +1 -1
  239. package/dist/types/components/Message/utils.d.ts +5 -5
  240. package/dist/types/components/Message/utils.d.ts.map +1 -1
  241. package/dist/types/components/MessageActions/DeleteMessageAlert.d.ts.map +1 -1
  242. package/dist/types/components/MessageActions/DownloadSubmenu.d.ts +3 -0
  243. package/dist/types/components/MessageActions/DownloadSubmenu.d.ts.map +1 -0
  244. package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
  245. package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts +2 -1
  246. package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts.map +1 -1
  247. package/dist/types/components/MessageActions/downloadUtils.d.ts.map +1 -1
  248. package/dist/types/components/MessageActions/hooks/useBaseMessageActionSetFilter.d.ts.map +1 -1
  249. package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.d.ts.map +1 -1
  250. package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentUploadedSizeIndicator.d.ts.map +1 -1
  251. package/dist/types/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.d.ts.map +1 -1
  252. package/dist/types/components/MessageComposer/AttachmentPreviewList/FileAttachmentPreview.d.ts.map +1 -1
  253. package/dist/types/components/MessageComposer/AttachmentPreviewList/GeolocationPreview.d.ts.map +1 -1
  254. package/dist/types/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.d.ts.map +1 -1
  255. package/dist/types/components/MessageComposer/AttachmentPreviewList/UnsupportedAttachmentPreview.d.ts.map +1 -1
  256. package/dist/types/components/MessageComposer/AttachmentPreviewList/VoiceRecordingPreviewSlot.d.ts.map +1 -1
  257. package/dist/types/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.d.ts.map +1 -1
  258. package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts +6 -6
  259. package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts.map +1 -1
  260. package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts +1 -1
  261. package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts.map +1 -1
  262. package/dist/types/components/MessageComposer/CommandChip.d.ts.map +1 -1
  263. package/dist/types/components/MessageComposer/EditedMessagePreview.d.ts.map +1 -1
  264. package/dist/types/components/MessageComposer/LinkPreviewList.d.ts.map +1 -1
  265. package/dist/types/components/MessageComposer/MessageComposer.d.ts +3 -1
  266. package/dist/types/components/MessageComposer/MessageComposer.d.ts.map +1 -1
  267. package/dist/types/components/MessageComposer/QuotedMessageIndicator.d.ts.map +1 -1
  268. package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
  269. package/dist/types/components/MessageComposer/RemoveAttachmentPreviewButton.d.ts +1 -1
  270. package/dist/types/components/MessageComposer/RemoveAttachmentPreviewButton.d.ts.map +1 -1
  271. package/dist/types/components/MessageComposer/SendButton.d.ts.map +1 -1
  272. package/dist/types/components/MessageComposer/StopAIGenerationButton.d.ts.map +1 -1
  273. package/dist/types/components/MessageComposer/WithDragAndDropUpload.d.ts.map +1 -1
  274. package/dist/types/components/MessageComposer/hooks/useAttachmentsForPreview.d.ts +7 -7
  275. package/dist/types/components/MessageComposer/hooks/useCreateMessageComposerContext.d.ts.map +1 -1
  276. package/dist/types/components/MessageComposer/hooks/useMessageComposerBindings.d.ts.map +1 -1
  277. package/dist/types/components/MessageComposer/hooks/usePasteHandler.d.ts.map +1 -1
  278. package/dist/types/components/MessageComposer/hooks/useSubmitHandler.d.ts.map +1 -1
  279. package/dist/types/components/MessageComposer/hooks/useTextareaRef.d.ts +0 -1
  280. package/dist/types/components/MessageComposer/hooks/useTextareaRef.d.ts.map +1 -1
  281. package/dist/types/components/MessageComposer/preEditSnapshot.d.ts.map +1 -1
  282. package/dist/types/components/MessageList/CustomNotification.d.ts +3 -1
  283. package/dist/types/components/MessageList/CustomNotification.d.ts.map +1 -1
  284. package/dist/types/components/MessageList/FloatingDateSeparator.d.ts.map +1 -1
  285. package/dist/types/components/MessageList/GiphyPreviewMessage.d.ts.map +1 -1
  286. package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
  287. package/dist/types/components/MessageList/MessageListMainPanel.d.ts.map +1 -1
  288. package/dist/types/components/MessageList/NewMessageNotification.d.ts +3 -1
  289. package/dist/types/components/MessageList/NewMessageNotification.d.ts.map +1 -1
  290. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts +3 -1
  291. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts.map +1 -1
  292. package/dist/types/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  293. package/dist/types/components/MessageList/UnreadMessagesSeparator.d.ts.map +1 -1
  294. package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts +1 -2
  295. package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts.map +1 -1
  296. package/dist/types/components/MessageList/hooks/MessageList/scrollInstrumentation.d.ts.map +1 -1
  297. package/dist/types/components/MessageList/hooks/MessageList/useEnrichedMessages.d.ts +1 -1
  298. package/dist/types/components/MessageList/hooks/MessageList/useEnrichedMessages.d.ts.map +1 -1
  299. package/dist/types/components/MessageList/hooks/MessageList/useFloatingDateSeparatorMessageList.d.ts.map +1 -1
  300. package/dist/types/components/MessageList/hooks/MessageList/useMessageListElements.d.ts.map +1 -1
  301. package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts.map +1 -1
  302. package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
  303. package/dist/types/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts.map +1 -1
  304. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useFloatingDateSeparator.d.ts.map +1 -1
  305. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.d.ts +0 -1
  306. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.d.ts.map +1 -1
  307. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useMessageSetKey.d.ts.map +1 -1
  308. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.d.ts +0 -1
  309. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.d.ts.map +1 -1
  310. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useScrollToBottomOnNewMessage.d.ts.map +1 -1
  311. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.d.ts.map +1 -1
  312. package/dist/types/components/MessageList/hooks/useLastDeliveredData.d.ts.map +1 -1
  313. package/dist/types/components/MessageList/hooks/useLastOwnMessage.d.ts.map +1 -1
  314. package/dist/types/components/MessageList/hooks/useLastReadData.d.ts.map +1 -1
  315. package/dist/types/components/MessageList/hooks/useMarkRead.d.ts.map +1 -1
  316. package/dist/types/components/MessageList/utils.d.ts +0 -1
  317. package/dist/types/components/MessageList/utils.d.ts.map +1 -1
  318. package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts +1 -1
  319. package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts.map +1 -1
  320. package/dist/types/components/Modal/GlobalModal.d.ts +3 -1
  321. package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
  322. package/dist/types/components/Notifications/NotificationConfigurationContext.d.ts +24 -0
  323. package/dist/types/components/Notifications/NotificationConfigurationContext.d.ts.map +1 -0
  324. package/dist/types/components/Notifications/NotificationList.d.ts +58 -1
  325. package/dist/types/components/Notifications/NotificationList.d.ts.map +1 -1
  326. package/dist/types/components/Notifications/hooks/useNotificationApi.d.ts.map +1 -1
  327. package/dist/types/components/Notifications/hooks/useNotifications.d.ts +5 -0
  328. package/dist/types/components/Notifications/hooks/useNotifications.d.ts.map +1 -1
  329. package/dist/types/components/Notifications/hooks/useSystemNotifications.d.ts.map +1 -1
  330. package/dist/types/components/Notifications/index.d.ts +1 -0
  331. package/dist/types/components/Notifications/index.d.ts.map +1 -1
  332. package/dist/types/components/Notifications/notificationTarget.d.ts +3 -3
  333. package/dist/types/components/Notifications/notificationTarget.d.ts.map +1 -1
  334. package/dist/types/components/Poll/Poll.d.ts.map +1 -1
  335. package/dist/types/components/Poll/PollActions/AddCommentPrompt.d.ts.map +1 -1
  336. package/dist/types/components/Poll/PollActions/PollAction.d.ts.map +1 -1
  337. package/dist/types/components/Poll/PollActions/PollActions.d.ts.map +1 -1
  338. package/dist/types/components/Poll/PollActions/PollAnswerList.d.ts.map +1 -1
  339. package/dist/types/components/Poll/PollActions/PollQuestion.d.ts.map +1 -1
  340. package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotes.d.ts.map +1 -1
  341. package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotesHeader.d.ts.map +1 -1
  342. package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotesList.d.ts.map +1 -1
  343. package/dist/types/components/Poll/PollCreationDialog/PollCreationDialog.d.ts.map +1 -1
  344. package/dist/types/components/Poll/PollCreationDialog/PollCreationDialogControls.d.ts.map +1 -1
  345. package/dist/types/components/Poll/PollHeader.d.ts +1 -1
  346. package/dist/types/components/Poll/PollHeader.d.ts.map +1 -1
  347. package/dist/types/components/Poll/PollOptionList.d.ts.map +1 -1
  348. package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -1
  349. package/dist/types/components/Poll/PollVote.d.ts.map +1 -1
  350. package/dist/types/components/Poll/constants.d.ts.map +1 -1
  351. package/dist/types/components/Poll/hooks/usePollAnswerPagination.d.ts.map +1 -1
  352. package/dist/types/components/Poll/hooks/usePollOptionVotesPagination.d.ts.map +1 -1
  353. package/dist/types/components/Portal/Portal.d.ts.map +1 -1
  354. package/dist/types/components/ReactFileUtilities/LoadingIndicator.d.ts.map +1 -1
  355. package/dist/types/components/ReactFileUtilities/utils.d.ts.map +1 -1
  356. package/dist/types/components/Reactions/MessageReactions.d.ts +3 -1
  357. package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
  358. package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
  359. package/dist/types/components/Reactions/ReactionSelector.d.ts.map +1 -1
  360. package/dist/types/components/Reactions/ReactionSelectorWithButton.d.ts.map +1 -1
  361. package/dist/types/components/Reactions/SpriteImage.d.ts.map +1 -1
  362. package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -1
  363. package/dist/types/components/Reactions/reactionOptions.d.ts +11 -1
  364. package/dist/types/components/Reactions/reactionOptions.d.ts.map +1 -1
  365. package/dist/types/components/Reactions/utils/utils.d.ts.map +1 -1
  366. package/dist/types/components/SafeAnchor/SafeAnchor.d.ts +3 -1
  367. package/dist/types/components/SafeAnchor/SafeAnchor.d.ts.map +1 -1
  368. package/dist/types/components/Search/Search.d.ts.map +1 -1
  369. package/dist/types/components/Search/SearchBar/SearchBar.d.ts.map +1 -1
  370. package/dist/types/components/Search/SearchContext.d.ts.map +1 -1
  371. package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts +1 -1
  372. package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts.map +1 -1
  373. package/dist/types/components/Search/SearchResults/SearchSourceResultList.d.ts.map +1 -1
  374. package/dist/types/components/Search/SearchResults/SearchSourceResults.d.ts.map +1 -1
  375. package/dist/types/components/Search/SearchSourceResultsContext.d.ts.map +1 -1
  376. package/dist/types/components/Search/hooks/useSearchQueriesInProgress.d.ts.map +1 -1
  377. package/dist/types/components/SkipNavigation/SkipNavigation.d.ts.map +1 -1
  378. package/dist/types/components/SummarizedMessagePreview/SummarizedMessagePreview.d.ts.map +1 -1
  379. package/dist/types/components/SummarizedMessagePreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
  380. package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts.map +1 -1
  381. package/dist/types/components/TextareaComposer/SuggestionList/EmoticonItem.d.ts.map +1 -1
  382. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
  383. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts.map +1 -1
  384. package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts.map +1 -1
  385. package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
  386. package/dist/types/components/TextareaComposer/hooks/useTextareaPlaceholder.d.ts.map +1 -1
  387. package/dist/types/components/Thread/Thread.d.ts.map +1 -1
  388. package/dist/types/components/Thread/ThreadHead.d.ts.map +1 -1
  389. package/dist/types/components/Thread/ThreadHeader.d.ts.map +1 -1
  390. package/dist/types/components/Threads/ThreadContext.d.ts.map +1 -1
  391. package/dist/types/components/Threads/ThreadList/ThreadList.d.ts.map +1 -1
  392. package/dist/types/components/Threads/ThreadList/ThreadListItem.d.ts.map +1 -1
  393. package/dist/types/components/Threads/ThreadList/ThreadListItemUI.d.ts.map +1 -1
  394. package/dist/types/components/Threads/UnreadCountBadge.d.ts +1 -1
  395. package/dist/types/components/Threads/UnreadCountBadge.d.ts.map +1 -1
  396. package/dist/types/components/Threads/hooks/useThreadManagerState.d.ts.map +1 -1
  397. package/dist/types/components/Threads/hooks/useThreadState.d.ts.map +1 -1
  398. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  399. package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -1
  400. package/dist/types/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts +1 -1
  401. package/dist/types/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts.map +1 -1
  402. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +8 -1
  403. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
  404. package/dist/types/components/TypingIndicator/TypingIndicatorHeader.d.ts.map +1 -1
  405. package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts.map +1 -1
  406. package/dist/types/components/UtilityComponents/useStableId.d.ts +7 -3
  407. package/dist/types/components/UtilityComponents/useStableId.d.ts.map +1 -1
  408. package/dist/types/components/VideoPlayer/ReactPlayerWrapper.d.ts +9 -0
  409. package/dist/types/components/VideoPlayer/ReactPlayerWrapper.d.ts.map +1 -0
  410. package/dist/types/components/VideoPlayer/VideoPlayer.d.ts.map +1 -1
  411. package/dist/types/components/VideoPlayer/VideoThumbnail.d.ts.map +1 -1
  412. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
  413. package/dist/types/components/Window/Window.d.ts +3 -1
  414. package/dist/types/components/Window/Window.d.ts.map +1 -1
  415. package/dist/types/context/AttachmentSelectorContext.d.ts.map +1 -1
  416. package/dist/types/context/ChannelActionContext.d.ts.map +1 -1
  417. package/dist/types/context/ChannelListContext.d.ts.map +1 -1
  418. package/dist/types/context/ChannelStateContext.d.ts.map +1 -1
  419. package/dist/types/context/ChatContext.d.ts.map +1 -1
  420. package/dist/types/context/ComponentContext.d.ts +5 -1
  421. package/dist/types/context/ComponentContext.d.ts.map +1 -1
  422. package/dist/types/context/DialogManagerContext.d.ts.map +1 -1
  423. package/dist/types/context/MessageComposerContext.d.ts.map +1 -1
  424. package/dist/types/context/MessageContext.d.ts.map +1 -1
  425. package/dist/types/context/MessageListContext.d.ts.map +1 -1
  426. package/dist/types/context/MessageTranslationViewContext.d.ts.map +1 -1
  427. package/dist/types/context/ModalContext.d.ts.map +1 -1
  428. package/dist/types/context/PollContext.d.ts.map +1 -1
  429. package/dist/types/context/TranslationContext.d.ts.map +1 -1
  430. package/dist/types/context/TypingContext.d.ts.map +1 -1
  431. package/dist/types/context/VirtualizedMessageListContext.d.ts.map +1 -1
  432. package/dist/types/i18n/Streami18n.d.ts +3 -3
  433. package/dist/types/i18n/Streami18n.d.ts.map +1 -1
  434. package/dist/types/i18n/TranslationBuilder/TranslationBuilder.d.ts.map +1 -1
  435. package/dist/types/i18n/TranslationBuilder/notifications/NotificationTranslationTopic.d.ts.map +1 -1
  436. package/dist/types/i18n/utils.d.ts +2 -2
  437. package/dist/types/i18n/utils.d.ts.map +1 -1
  438. package/dist/types/plugins/Emojis/EmojiPicker.d.ts.map +1 -1
  439. package/dist/types/plugins/Emojis/middleware/textComposerEmojiMiddleware.d.ts.map +1 -1
  440. package/dist/types/utils/findReverse.d.ts.map +1 -1
  441. package/dist/types/utils/getChannel.d.ts.map +1 -1
  442. package/dist/types/utils/getTextareaCaretRect.d.ts.map +1 -1
  443. package/dist/types/utils/getWholeChar.d.ts.map +1 -1
  444. package/dist/types/utils/mergeDeep.d.ts.map +1 -1
  445. package/dist/types/utils/useStableCallback.d.ts.map +1 -1
  446. package/package.json +85 -67
  447. package/dist/cjs/audioProcessing.56e5db9d.js +0 -123
  448. package/dist/cjs/audioProcessing.56e5db9d.js.map +0 -1
  449. package/dist/cjs/useNotificationApi.f2c7704d.js +0 -4855
  450. package/dist/cjs/useNotificationApi.f2c7704d.js.map +0 -1
  451. package/dist/es/audioProcessing.21cb49e1.mjs +0 -124
  452. package/dist/es/audioProcessing.21cb49e1.mjs.map +0 -1
  453. package/dist/es/useNotificationApi.f91ae46b.mjs +0 -4839
  454. package/dist/es/useNotificationApi.f91ae46b.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"useRetryHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useRetryHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,eAAO,MAAM,eAAe,4BACD,gBAAgB,KACxC,gBAWF,CAAC"}
1
+ {"version":3,"file":"useRetryHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useRetryHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,eAAO,MAAM,eAAe,GAC1B,yBAAyB,gBAAgB,KACxC,gBAWF,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { User } from 'stream-chat';
3
2
  import type { ReactEventHandler } from '../types';
4
3
  import type { LocalMessage } from 'stream-chat';
@@ -1 +1 @@
1
- {"version":3,"file":"useUserHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useUserHandler.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,kBAAkB,EAAE,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;AAErF,eAAO,MAAM,cAAc,aACf,YAAY,kBACN;IACd,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;CACvC,KACA;IACD,WAAW,EAAE,iBAAiB,CAAC;IAC/B,WAAW,EAAE,iBAAiB,CAAC;CAe/B,CAAC"}
1
+ {"version":3,"file":"useUserHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useUserHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,kBAAkB,EAAE,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;AAErF,eAAO,MAAM,cAAc,GACzB,UAAU,YAAY,EACtB,gBAAgB;IACd,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;CACvC,KACA;IACD,WAAW,EAAE,iBAAiB,CAAC;IAC/B,WAAW,EAAE,iBAAiB,CAAC;CAe/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useUserRole.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useUserRole.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,WAAW,YAAa,YAAY,0BAA0B,OAAO;;;;;;;;;;;;;;;CAiEjF,CAAC"}
1
+ {"version":3,"file":"useUserRole.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useUserRole.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,WAAW,GAAI,SAAS,YAAY,EAAE,wBAAwB,OAAO;;;;;;;;;;;;;;;CAiEjF,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import type { ComponentProps } from 'react';
2
- export declare const Anchor: ({ children, href }: ComponentProps<'a'>) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Anchor: ({ children, href }: ComponentProps<"a">) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=Anchor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/componentRenderers/Anchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,MAAM,uBAAwB,eAAe,GAAG,CAAC,4CAgB7D,CAAC"}
1
+ {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/componentRenderers/Anchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,MAAM,GAAI,oBAAoB,cAAc,CAAC,GAAG,CAAC,4CAgB7D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Emoji.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/componentRenderers/Emoji.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,eAAO,MAAM,KAAK,iBAAkB,qBAAqB,4CAIxD,CAAC"}
1
+ {"version":3,"file":"Emoji.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/componentRenderers/Emoji.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,eAAO,MAAM,KAAK,GAAI,cAAc,qBAAqB,4CAIxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Mention.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/componentRenderers/Mention.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAAC;IAC3C,IAAI,EAAE;QACJ,aAAa,EAAE,YAAY,CAAC;KAC7B,CAAC;CACH,CAAC,CAAC;AAEH,eAAO,MAAM,OAAO,0CAA2C,YAAY,4CAI1E,CAAC"}
1
+ {"version":3,"file":"Mention.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/componentRenderers/Mention.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAAC;IAC3C,IAAI,EAAE;QACJ,aAAa,EAAE,YAAY,CAAC;KAC7B,CAAC;CACH,CAAC,CAAC;AAEH,eAAO,MAAM,OAAO,GAAI,uCAAuC,YAAY,4CAI1E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"regex.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/regex.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,UAExC;AAED,eAAO,MAAM,UAAU,QAA6B,CAAC;AAErD,eAAO,MAAM,iBAAiB,YAAa,MAAM,0BAIhD,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAAa,MAAM,sBAajD,CAAC"}
1
+ {"version":3,"file":"regex.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/regex.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,UAExC;AAED,eAAO,MAAM,UAAU,QAA6B,CAAC;AAUrD,eAAO,MAAM,iBAAiB,GAAI,SAAS,MAAM,0BAGhD,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,SAAS,MAAM,sBAWjD,CAAC"}
@@ -1,3 +1,3 @@
1
- import type { Nodes } from 'hast-util-find-and-replace/lib';
1
+ import type { Nodes } from 'hast';
2
2
  export declare const emojiMarkdownPlugin: () => (node: Nodes) => undefined;
3
3
  //# sourceMappingURL=emojiMarkdownPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"emojiMarkdownPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAE5D,eAAO,MAAM,mBAAmB,eAIL,KAAK,cAG/B,CAAC"}
1
+ {"version":3,"file":"emojiMarkdownPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAIlC,eAAO,MAAM,mBAAmB,eAIL,KAAK,cAG/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { Nodes } from 'hast-util-find-and-replace/lib';
1
+ import type { Nodes } from 'hast';
2
2
  import type { UserResponse } from 'stream-chat';
3
3
  export declare const mentionsMarkdownPlugin: (mentioned_users: UserResponse[]) => () => (tree: Nodes) => void;
4
4
  //# sourceMappingURL=mentionsMarkdownPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mentionsMarkdownPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAE5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,sBAAsB,oBAAqB,YAAY,EAAE,kBAqB3C,KAAK,SAoC/B,CAAC"}
1
+ {"version":3,"file":"mentionsMarkdownPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAW,KAAK,EAAE,MAAM,MAAM,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,sBAAsB,GAAI,iBAAiB,YAAY,EAAE,kBAqB3C,KAAK,SAoC/B,CAAC"}
@@ -1,3 +1,5 @@
1
- import type { Nodes } from 'hast-util-find-and-replace/lib';
1
+ import { visit } from 'unist-util-visit';
2
+ type Nodes = Parameters<typeof visit>[0];
2
3
  export declare const htmlToTextPlugin: () => (tree: Nodes) => void;
4
+ export {};
3
5
  //# sourceMappingURL=htmlToTextPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"htmlToTextPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/remarkPlugins/htmlToTextPlugin.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAW5D,eAAO,MAAM,gBAAgB,eAJJ,KAAK,SAIiB,CAAC"}
1
+ {"version":3,"file":"htmlToTextPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/remarkPlugins/htmlToTextPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAIzC,KAAK,KAAK,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AAWzC,eAAO,MAAM,gBAAgB,eAJJ,KAAK,SAIiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"imageToLink.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/remarkPlugins/imageToLink.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAQlC,MAAM,MAAM,wBAAwB,GAAG;IACrC,gBAAgB,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,KAAK,CAAC;CAC5C,CAAC;AAIF;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,EAAE,gBAAwB,EAAE,GAAE,wBAA6B,UACvE,IAAI,UAkBnB"}
1
+ {"version":3,"file":"imageToLink.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/renderText/remarkPlugins/imageToLink.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAQlC,MAAM,MAAM,wBAAwB,GAAG;IACrC,gBAAgB,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,KAAK,CAAC;CAC5C,CAAC;AAIF;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,EAAE,gBAAwB,EAAE,GAAE,wBAA6B,IAC7E,MAAM,IAAI,UAkBnB"}
@@ -1,5 +1,5 @@
1
1
  import type { ComponentType, JSX } from 'react';
2
- import type { Options } from 'react-markdown/lib';
2
+ import type { Options } from 'react-markdown';
3
3
  import type { UserResponse } from 'stream-chat';
4
4
  import type { PluggableList } from 'unified';
5
5
  import type { MentionProps } from './componentRenderers';
@@ -1 +1 @@
1
- {"version":3,"file":"renderText.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/renderText.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAY7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,MAAM,MAAM,4BAA4B,GAAG,CACzC,cAAc,EAAE,aAAa,KAC1B,aAAa,CAAC;AAEnB,KAAK,uBAAuB,GAAG,MAAM,GAAG,CAAC,iBAAiB,GAAG,MAAM,CAAC;AAEpE,eAAO,MAAM,sBAAsB,EAAE,KAAK,CACxC,uBAAuB,GAAG,OAAO,GAAG,SAAS,CAiC9C,CAAC;AAwBF,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,yBAAyB,CAI1E,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,eAAe,CAAC,EAAE,KAAK,CAAC,uBAAuB,GAAG,OAAO,GAAG,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC;IACvF,uBAAuB,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,GAC7C,OAAO,CAAC;QACN,KAAK,EAAE,aAAa,CAAC;QACrB,OAAO,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;KACtC,CAAC,CAAC;IACL,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;IAChD,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,UAAU,UACd,MAAM,mBACI,YAAY,EAAE,sFAM5B,iBAAiB,mDA8FrB,CAAC"}
1
+ {"version":3,"file":"renderText.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/renderText/renderText.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAY7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,MAAM,MAAM,4BAA4B,GAAG,CACzC,cAAc,EAAE,aAAa,KAC1B,aAAa,CAAC;AAEnB,KAAK,uBAAuB,GAAG,MAAM,GAAG,CAAC,iBAAiB,GAAG,MAAM,CAAC;AAEpE,eAAO,MAAM,sBAAsB,EAAE,KAAK,CACxC,uBAAuB,GAAG,OAAO,GAAG,SAAS,CAiC9C,CAAC;AAwBF,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,yBAAyB,CAI1E,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,eAAe,CAAC,EAAE,KAAK,CAAC,uBAAuB,GAAG,OAAO,GAAG,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC;IACvF,uBAAuB,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,GAC7C,OAAO,CAAC;QACN,KAAK,EAAE,aAAa,CAAC;QACrB,OAAO,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;KACtC,CAAC,CAAC;IACL,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;IAChD,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,MAAM,EACb,iBAAiB,YAAY,EAAE,EAC/B,oFAKG,iBAAsB,mDA8F1B,CAAC"}
@@ -40,7 +40,7 @@ export type Capabilities = {
40
40
  canReact?: boolean;
41
41
  canReply?: boolean;
42
42
  };
43
- export declare const getMessageActions: (actions: MessageActionsArray | boolean, { canDelete, canEdit, canFlag, canMarkUnread, canMute, canPin, canQuote, canReact, canReply, }: Capabilities, channelConfig?: ChannelConfigWithInfo) => MessageActionsArray<string>;
43
+ export declare const getMessageActions: (actions: MessageActionsArray | boolean, { canDelete, canEdit, canFlag, canMarkUnread, canMute, canPin, canQuote, canReact, canReply, }: Capabilities, channelConfig?: ChannelConfigWithInfo) => MessageActionsArray;
44
44
  export declare const ACTIONS_NOT_WORKING_IN_THREAD: string[];
45
45
  export declare const areMessagePropsEqual: (prevProps: MessageProps & {
46
46
  mutes?: Mute[];
@@ -74,9 +74,9 @@ export declare const getReadByTooltipText: (users: UserResponse[], t: TFunction,
74
74
  export declare const countEmojis: (text?: string) => number;
75
75
  export declare const messageTextHasEmojisOnly: (message: LocalMessage) => boolean;
76
76
  export declare const isMessageErrorRetryable: (message: LocalMessage) => boolean;
77
- export declare const isNetworkSendFailure: (message: Pick<LocalMessage, 'error' | 'status'>) => boolean;
78
- export declare const isMessageBounced: (message: Pick<LocalMessage, 'type' | 'moderation' | 'moderation_details'>) => boolean;
79
- export declare const isMessageBlocked: (message: Pick<LocalMessage, 'type' | 'moderation' | 'moderation_details' | 'shadowed'>) => boolean;
77
+ export declare const isNetworkSendFailure: (message: Pick<LocalMessage, "error" | "status">) => boolean;
78
+ export declare const isMessageBounced: (message: Pick<LocalMessage, "type" | "moderation" | "moderation_details">) => boolean;
79
+ export declare const isMessageBlocked: (message: Pick<LocalMessage, "type" | "moderation" | "moderation_details" | "shadowed">) => boolean;
80
80
  export declare const isMessageDeleted: (message: LocalMessage) => boolean;
81
- export declare const isMessageEdited: (message: Pick<LocalMessage, 'message_text_updated_at'>) => boolean;
81
+ export declare const isMessageEdited: (message: Pick<LocalMessage, "message_text_updated_at">) => boolean;
82
82
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/utils.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/utils.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteMessageAlert.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/DeleteMessageAlert.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,2BAA4B,uBAAuB,4CAyCjF,CAAC"}
1
+ {"version":3,"file":"DeleteMessageAlert.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/DeleteMessageAlert.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,wBAAwB,uBAAuB,4CAyCjF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const DownloadSubmenuHeader: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DownloadSubmenu: () => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DownloadSubmenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DownloadSubmenu.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/DownloadSubmenu.tsx"],"names":[],"mappings":"AAkBA,eAAO,MAAM,qBAAqB,+CAWjC,CAAC;AAEF,eAAO,MAAM,eAAe,+CAoD3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageActions.defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/MessageActions.defaults.tsx"],"names":[],"mappings":"AAoDA,OAAO,EAAkB,KAAK,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAkvB7E,eAAO,MAAM,uBAAuB,EAAE,oBAAoB,EA0FhD,CAAC"}
1
+ {"version":3,"file":"MessageActions.defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/MessageActions.defaults.tsx"],"names":[],"mappings":"AAkDA,OAAO,EAAkB,KAAK,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAqrB7E,eAAO,MAAM,uBAAuB,EAAE,oBAAoB,EA0FhD,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { type ButtonProps } from '../Button';
2
- export declare const QuickMessageActionsButton: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
2
+ import React from 'react';
3
+ export declare const QuickMessageActionsButton: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
3
4
  //# sourceMappingURL=QuickMessageActionButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QuickMessageActionButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/QuickMessageActionButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAIrD,eAAO,MAAM,yBAAyB,4BAA6B,WAAW,4CAS7E,CAAC"}
1
+ {"version":3,"file":"QuickMessageActionButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/QuickMessageActionButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,yBAAyB,oGAcrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"downloadUtils.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/downloadUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,qBAAqB,EAC3B,MAAM,aAAa,CAAC;AAErB;;;;;;;;;;GAUG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,qBAAqB,CAAC,eAAe,CAAC,CAAC;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,wBAAwB,eACvB,OAAO,yCAYpB,CAAC;AA2CF,eAAO,MAAM,kBAAkB,eACjB,sBAAsB,YACzB;IAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAAE,kBA4CvE,CAAC;AAEF,eAAO,MAAM,sBAAsB,gBAAuB,sBAAsB,EAAE,kBAQjF,CAAC"}
1
+ {"version":3,"file":"downloadUtils.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageActions/downloadUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,qBAAqB,EAC3B,MAAM,aAAa,CAAC;AAErB;;;;;;;;;;GAUG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,qBAAqB,CAAC,eAAe,CAAC,CAAC;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,wBAAwB,GACnC,YAAY,OAAO,KAClB,UAAU,IAAI,sBAWhB,CAAC;AA2CF,eAAO,MAAM,kBAAkB,GAC7B,YAAY,sBAAsB,EAClC,UAAS;IAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAAO,kBA4C5E,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAU,aAAa,sBAAsB,EAAE,kBAQjF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useBaseMessageActionSetFilter.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageActions/hooks/useBaseMessageActionSetFilter.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAS9D;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,qBACtB,oBAAoB,EAAE,8CA+GzC,CAAC"}
1
+ {"version":3,"file":"useBaseMessageActionSetFilter.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageActions/hooks/useBaseMessageActionSetFilter.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAS9D;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,GACxC,kBAAkB,oBAAoB,EAAE,EACxC,iBAAe,2BA8GhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentPreviewList.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,aAAa,EAA0C,MAAM,OAAO,CAAC;AAW1F,OAAO,EAEL,KAAK,iCAAiC,EACvC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAC5E,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAE5E,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,0BAA0B,CAAC;AAMlC,MAAM,MAAM,0BAA0B,GAAG;IACvC,sBAAsB,CAAC,EACnB,aAAa,CAAC,2BAA2B,CAAC,GAC1C,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAC9C,qBAAqB,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAClE,sBAAsB,CAAC,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;IACpE,4BAA4B,CAAC,EAAE,aAAa,CAAC,iCAAiC,CAAC,CAAC;IAChF,sBAAsB,CAAC,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,qBAAqB,qIAM/B,0BAA0B,mDAiH5B,CAAC"}
1
+ {"version":3,"file":"AttachmentPreviewList.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,aAAa,EAA0C,MAAM,OAAO,CAAC;AAW1F,OAAO,EAEL,KAAK,iCAAiC,EACvC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAC5E,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAE5E,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,0BAA0B,CAAC;AAMlC,MAAM,MAAM,0BAA0B,GAAG;IACvC,sBAAsB,CAAC,EACnB,aAAa,CAAC,2BAA2B,CAAC,GAC1C,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAC9C,qBAAqB,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAClE,sBAAsB,CAAC,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;IACpE,4BAA4B,CAAC,EAAE,aAAa,CAAC,iCAAiC,CAAC,CAAC;IAChF,sBAAsB,CAAC,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,kIAMnC,0BAA0B,mDAiH5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentUploadedSizeIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/AttachmentUploadedSizeIndicator.tsx"],"names":[],"mappings":"AAuBA,MAAM,MAAM,oCAAoC,GAAG;IACjD,UAAU,EAAE;QACV,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAC5B,aAAa,CAAC,EAAE;YACd,IAAI,CAAC,EAAE;gBAAE,IAAI,CAAC,EAAE,OAAO,CAAA;aAAE,CAAC;YAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,WAAW,CAAC,EAAE,MAAM,CAAC;SACtB,GAAG,IAAI,CAAC;KACV,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,+BAA+B,oBAEzC,oCAAoC,mDAqBtC,CAAC"}
1
+ {"version":3,"file":"AttachmentUploadedSizeIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/AttachmentUploadedSizeIndicator.tsx"],"names":[],"mappings":"AAuBA,MAAM,MAAM,oCAAoC,GAAG;IACjD,UAAU,EAAE;QACV,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAC5B,aAAa,CAAC,EAAE;YACd,IAAI,CAAC,EAAE;gBAAE,IAAI,CAAC,EAAE,OAAO,CAAA;aAAE,CAAC;YAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,WAAW,CAAC,EAAE,MAAM,CAAC;SACtB,GAAG,IAAI,CAAC;KACV,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAAI,iBAE7C,oCAAoC,mDAqBtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AudioAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAC5D,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EACnC,MAAM,aAAa,CAAC;AAmBrB,MAAM,MAAM,2BAA2B,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACnF,4BAA4B,CACxB,oBAAoB,CAAC,mBAAmB,CAAC,GACzC,6BAA6B,CAAC,mBAAmB,CAAC,CACrD,CAAC;AAUJ,eAAO,MAAM,sBAAsB,oDAIhC,2BAA2B,4CAwI7B,CAAC"}
1
+ {"version":3,"file":"AudioAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAC5D,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EACnC,MAAM,aAAa,CAAC;AAmBrB,MAAM,MAAM,2BAA2B,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACnF,4BAA4B,CACxB,oBAAoB,CAAC,mBAAmB,CAAC,GACzC,6BAA6B,CAAC,mBAAmB,CAAC,CACrD,CAAC;AAUJ,eAAO,MAAM,sBAAsB,GAAI,iDAIpC,2BAA2B,4CAwI7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FileAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/FileAttachmentPreview.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC7E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAK5D,MAAM,MAAM,0BAA0B,CAAC,mBAAmB,GAAG,OAAO,IAClE,4BAA4B,CAC1B,mBAAmB,CAAC,mBAAmB,CAAC,GAAG,oBAAoB,CAAC,mBAAmB,CAAC,CACrF,CAAC;AAEJ,eAAO,MAAM,qBAAqB,oDAI/B,0BAA0B,4CAqE5B,CAAC"}
1
+ {"version":3,"file":"FileAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/FileAttachmentPreview.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC7E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAK5D,MAAM,MAAM,0BAA0B,CAAC,mBAAmB,GAAG,OAAO,IAClE,4BAA4B,CAC1B,mBAAmB,CAAC,mBAAmB,CAAC,GAAG,oBAAoB,CAAC,mBAAmB,CAAC,CACrF,CAAC;AAEJ,eAAO,MAAM,qBAAqB,GAAI,iDAInC,0BAA0B,4CAqE5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"GeolocationPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/GeolocationPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAC9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAM3C,KAAK,4BAA4B,GAAG;IAClC,QAAQ,EAAE,qBAAqB,GAAG,mBAAmB,CAAC;CACvD,CAAC;AAQF,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,qBAAqB,GAAG,mBAAmB,CAAC;IACtD,YAAY,CAAC,EAAE,aAAa,CAAC,4BAA4B,CAAC,CAAC;IAC3D,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,wCAI5B,uBAAuB,4CAwCzB,CAAC"}
1
+ {"version":3,"file":"GeolocationPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/GeolocationPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAC9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAM3C,KAAK,4BAA4B,GAAG;IAClC,QAAQ,EAAE,qBAAqB,GAAG,mBAAmB,CAAC;CACvD,CAAC;AAQF,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,qBAAqB,GAAG,mBAAmB,CAAC;IACtD,YAAY,CAAC,EAAE,aAAa,CAAC,4BAA4B,CAAC,CAAC;IAC3D,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,qCAIhC,uBAAuB,4CAwCzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MediaAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAC5D,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EAC1B,MAAM,aAAa,CAAC;AAkBrB,MAAM,MAAM,2BAA2B,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACnF,4BAA4B,CAC1B,oBAAoB,CAAC,mBAAmB,CAAC,GAAG,oBAAoB,CAAC,mBAAmB,CAAC,CACtF,GAAG;IACF,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEJ,eAAO,MAAM,sBAAsB,iEAKhC,2BAA2B,4CAkG7B,CAAC"}
1
+ {"version":3,"file":"MediaAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAC5D,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EAC1B,MAAM,aAAa,CAAC;AAkBrB,MAAM,MAAM,2BAA2B,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACnF,4BAA4B,CAC1B,oBAAoB,CAAC,mBAAmB,CAAC,GAAG,oBAAoB,CAAC,mBAAmB,CAAC,CACtF,GAAG;IACF,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEJ,eAAO,MAAM,sBAAsB,GAAI,8DAKpC,2BAA2B,4CAkG7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UnsupportedAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/UnsupportedAttachmentPreview.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAK7E,MAAM,MAAM,iCAAiC,CAC3C,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAC3C;IACF,UAAU,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;IACpD,WAAW,EAAE,CACX,UAAU,EAAE,qBAAqB,KAC9B,IAAI,GAAG,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IACvD,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,uCAGtC,iCAAiC,4CA0BnC,CAAC"}
1
+ {"version":3,"file":"UnsupportedAttachmentPreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/UnsupportedAttachmentPreview.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAK7E,MAAM,MAAM,iCAAiC,CAC3C,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAC3C;IACF,UAAU,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;IACpD,WAAW,EAAE,CACX,UAAU,EAAE,qBAAqB,KAC9B,IAAI,GAAG,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IACvD,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,oCAG1C,iCAAiC,4CA0BnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VoiceRecordingPreviewSlot.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/VoiceRecordingPreviewSlot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAEL,KAAK,6BAA6B,EACnC,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,0BAA0B,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAClF,4BAA4B,CAAC,6BAA6B,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAEnF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,2GAA2G;IAC3G,qBAAqB,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;CACnE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,+BAEnC,8BAA8B,mDAoBhC,CAAC"}
1
+ {"version":3,"file":"VoiceRecordingPreviewSlot.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentPreviewList/VoiceRecordingPreviewSlot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAEL,KAAK,6BAA6B,EACnC,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,0BAA0B,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAClF,4BAA4B,CAAC,6BAA6B,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAEnF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,2GAA2G;IAC3G,qBAAqB,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;CACnE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,GAAI,4BAEvC,8BAA8B,mDAoBhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentPreviewRoot.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,UAAU,EAEhB,MAAM,OAAO,CAAC;AAEf,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,aAAa,CAAC;AAErB,KAAK,0BAA0B,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC,GAAG;IACvF,UAAU,EAAE,qBAAqB,CAAC;IAClC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,aAAa,CAAC,OAAO,CAAC,KAAK,OAAO,CAAC;CAC1E,CAAC;AAoBF,eAAO,MAAM,qBAAqB,+DAM/B,0BAA0B,4CA2D5B,CAAC"}
1
+ {"version":3,"file":"AttachmentPreviewRoot.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,UAAU,EAEhB,MAAM,OAAO,CAAC;AAEf,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,aAAa,CAAC;AAErB,KAAK,0BAA0B,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC,GAAG;IACvF,UAAU,EAAE,qBAAqB,CAAC;IAClC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,aAAa,CAAC,OAAO,CAAC,KAAK,OAAO,CAAC;CAC1E,CAAC;AAoBF,eAAO,MAAM,qBAAqB,GAAI,4DAMnC,0BAA0B,4CA2D5B,CAAC"}
@@ -1,13 +1,13 @@
1
1
  import React, { type ComponentType } from 'react';
2
2
  import { type ContextMenuHeaderComponent, type ContextMenuSubmenu } from '../../Dialog';
3
3
  export declare const AttachmentSelectorButton: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLButtonElement> & React.ButtonHTMLAttributes<HTMLButtonElement> & {
4
- variant?: import("../../Button").ButtonVariant | undefined;
5
- appearance?: import("../../Button").ButtonAppearance | undefined;
6
- circular?: boolean | undefined;
7
- inverseTheme?: boolean | undefined;
8
- size?: import("../../Button").ButtonSize | undefined;
4
+ variant?: import("../..").ButtonVariant;
5
+ appearance?: import("../..").ButtonAppearance;
6
+ circular?: boolean;
7
+ inverseTheme?: boolean;
8
+ size?: import("../..").ButtonSize;
9
9
  } & {
10
- iconClassName?: string | undefined;
10
+ iconClassName?: string;
11
11
  }, "ref"> & React.RefAttributes<HTMLButtonElement>>;
12
12
  export declare const SimpleAttachmentSelector: () => import("react/jsx-runtime").JSX.Element | null;
13
13
  export type AttachmentSelectorModalContentProps = {
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentSelector/AttachmentSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,KAAK,aAAa,EAOnB,MAAM,OAAO,CAAC;AAOf,OAAO,EAGL,KAAK,0BAA0B,EAC/B,KAAK,kBAAkB,EAIxB,MAAM,cAAc,CAAC;AAkDtB,eAAO,MAAM,wBAAwB;;;;;;;;mDAkBnC,CAAC;AAEH,eAAO,MAAM,wBAAwB,sDAkCpC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,EAAE,aAAa,CAAC,6BAA6B,CAAC,CAAC;IAC3D,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mCAAmC,CAAC,CAAC;IACxE,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,MAAM,CAAC,EAAE,0BAA0B,CAAC;IACpC,IAAI,EAAE,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,eAAe,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;CACrF,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,kBAAkB,EAAE,CAAC,UAAU,EAAE,wBAAwB,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAC3E,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,aAAa,CAAC,EAAE,0BAA0B,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,mCAAmC;6CACL,6BAA6B;;qCA6CrC,6BAA6B;iCAgBjC,6BAA6B;CAgB3D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,wBAAwB,EAmBxE,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,2BAA2B,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACzD,yBAAyB,CAAC,EAAE,MAAM,WAAW,GAAG,IAAI,CAAC;CACtD,CAAC;AA6DF,eAAO,MAAM,kBAAkB,gEAG5B,uBAAuB,mDAyHzB,CAAC"}
1
+ {"version":3,"file":"AttachmentSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentSelector/AttachmentSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,KAAK,aAAa,EAOnB,MAAM,OAAO,CAAC;AAOf,OAAO,EAGL,KAAK,0BAA0B,EAC/B,KAAK,kBAAkB,EAIxB,MAAM,cAAc,CAAC;AAkDtB,eAAO,MAAM,wBAAwB;;;;;;;oBAEH,MAAM;mDAgBtC,CAAC;AAEH,eAAO,MAAM,wBAAwB,sDAkCpC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,EAAE,aAAa,CAAC,6BAA6B,CAAC,CAAC;IAC3D,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mCAAmC,CAAC,CAAC;IACxE,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,MAAM,CAAC,EAAE,0BAA0B,CAAC;IACpC,IAAI,EAAE,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,eAAe,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;CACrF,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,kBAAkB,EAAE,CAAC,UAAU,EAAE,wBAAwB,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAC3E,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,aAAa,CAAC,EAAE,0BAA0B,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,mCAAmC;6CACL,6BAA6B;;qCA6CrC,6BAA6B;iCAgBjC,6BAA6B;CAgB3D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,wBAAwB,EAmBxE,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,2BAA2B,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACzD,yBAAyB,CAAC,EAAE,MAAM,WAAW,GAAG,IAAI,CAAC;CACtD,CAAC;AA6DF,eAAO,MAAM,kBAAkB,GAAI,6DAGhC,uBAAuB,mDAyHzB,CAAC"}
@@ -8,7 +8,7 @@ export declare const useCommandTranslation: (command: CommandResponse) => {
8
8
  args: string | undefined;
9
9
  description: string | undefined;
10
10
  };
11
- export declare const CommandContextMenuItem: ({ className, command, enabled, ...props }: ComponentProps<'button'> & {
11
+ export declare const CommandContextMenuItem: ({ className, command, enabled, ...props }: ComponentProps<"button"> & {
12
12
  command: CommandResponse & {
13
13
  name: string;
14
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CommandsMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentSelector/CommandsMenu.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAA+B,MAAM,OAAO,CAAC;AAChF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AA6BnD,eAAO,MAAM,qBAAqB,qCAAqC,CAAC;AAExE,eAAO,MAAM,qBAAqB,+CAWjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,+CAO9B,CAAC;AAEF,eAAO,MAAM,YAAY,+CA+BxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAAa,eAAe;;;CA+B7D,CAAC;AAEF,eAAO,MAAM,sBAAsB,8CAKhC,eAAe,QAAQ,CAAC,GAAG;IAC5B,OAAO,EAAE,eAAe,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,4CAqBA,CAAC"}
1
+ {"version":3,"file":"CommandsMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/AttachmentSelector/CommandsMenu.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAA+B,MAAM,OAAO,CAAC;AAChF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AA6BnD,eAAO,MAAM,qBAAqB,qCAAqC,CAAC;AAExE,eAAO,MAAM,qBAAqB,+CAWjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,+CAO9B,CAAC;AAEF,eAAO,MAAM,YAAY,+CA+BxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,SAAS,eAAe;;;CA+B7D,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,2CAKpC,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC5B,OAAO,EAAE,eAAe,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,4CAqBA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CommandChip.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/CommandChip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIrD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,WAAW,gBAAiB,gBAAgB,mDAsBxD,CAAC"}
1
+ {"version":3,"file":"CommandChip.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/CommandChip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIrD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,aAAa,gBAAgB,mDAsBxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EditedMessagePreview.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/EditedMessagePreview.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,2BAG9B,yBAAyB,4CAU3B,CAAC"}
1
+ {"version":3,"file":"EditedMessagePreview.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/EditedMessagePreview.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,wBAGlC,yBAAyB,4CAU3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LinkPreviewList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/LinkPreviewList.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAA4B,MAAM,aAAa,CAAC;AAUzE,MAAM,MAAM,oBAAoB,GAAG;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAUF,eAAO,MAAM,eAAe,yBAA8B,oBAAoB,mDAiB7E,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,eAAe,oBAAqB,gBAAgB,mDA6DhE,CAAC"}
1
+ {"version":3,"file":"LinkPreviewList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/LinkPreviewList.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAA4B,MAAM,aAAa,CAAC;AAUzE,MAAM,MAAM,oBAAoB,GAAG;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAUF,eAAO,MAAM,eAAe,GAAI,sBAA0B,oBAAoB,mDAiB7E,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,iBAAiB,gBAAgB,mDA6DhE,CAAC"}
@@ -59,8 +59,10 @@ export type MessageComposerProps = {
59
59
  */
60
60
  shouldSubmit?: (event: React.KeyboardEvent<HTMLTextAreaElement>) => boolean;
61
61
  };
62
+ declare const UnMemoizedMessageComposer: (props: MessageComposerProps) => import("react/jsx-runtime").JSX.Element;
62
63
  /**
63
64
  * A high level component that has provides all functionality to the Input it renders.
64
65
  */
65
- export declare const MessageComposer: (props: MessageComposerProps) => import("react/jsx-runtime").JSX.Element;
66
+ export declare const MessageComposer: typeof UnMemoizedMessageComposer;
67
+ export {};
66
68
  //# sourceMappingURL=MessageComposer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageComposer.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/MessageComposer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAM5E,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAE7E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAGnE,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,CACN,KAAK,EAAE,MAAM,KACV,WAAW,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,GAAG,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACxF;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,IAAI,CAC5B,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EACjD,cAAc,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,CAChD,CAAC;IACF;;;OAGG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,6EAA6E;IAC7E,oBAAoB,CAAC,EAAE,0BAA0B,CAAC;IAClD,wFAAwF;IACxF,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,oNAAoN;IACpN,gBAAgB,CAAC,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IAC7D,yDAAyD;IACzD,KAAK,CAAC,EAAE,OAAO,CAAC;IAGhB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uJAAuJ;IACvJ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8FAA8F;IAC9F,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE;QAC/B,GAAG,EAAE,MAAM,CAAC;QACZ,YAAY,EAAE,YAAY,CAAC;QAC3B,OAAO,EAAE,OAAO,CAAC;QACjB,WAAW,EAAE,kBAAkB,CAAC;KACjC,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC3B,2DAA2D;IAC3D,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,KAAK,OAAO,CAAC;CAC7E,CAAC;AAqEF;;GAEG;AACH,eAAO,MAAM,eAAe,UAtBc,oBAAoB,4CAwBzB,CAAC"}
1
+ {"version":3,"file":"MessageComposer.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/MessageComposer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAMzC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAM5E,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAE7E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAGnE,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,CACN,KAAK,EAAE,MAAM,KACV,WAAW,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,GAAG,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACxF;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,IAAI,CAC5B,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EACjD,cAAc,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,CAChD,CAAC;IACF;;;OAGG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,6EAA6E;IAC7E,oBAAoB,CAAC,EAAE,0BAA0B,CAAC;IAClD,wFAAwF;IACxF,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,oNAAoN;IACpN,gBAAgB,CAAC,EAAE,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IAC7D,yDAAyD;IACzD,KAAK,CAAC,EAAE,OAAO,CAAC;IAGhB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uJAAuJ;IACvJ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8FAA8F;IAC9F,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE;QAC/B,GAAG,EAAE,MAAM,CAAC;QACZ,YAAY,EAAE,YAAY,CAAC;QAC3B,OAAO,EAAE,OAAO,CAAC;QACjB,WAAW,EAAE,kBAAkB,CAAC;KACjC,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC3B,2DAA2D;IAC3D,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,KAAK,OAAO,CAAC;CAC7E,CAAC;AAkDF,QAAA,MAAM,yBAAyB,GAAI,OAAO,oBAAoB,4CAiB7D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAEvB,OAAO,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"QuotedMessageIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/QuotedMessageIndicator.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,qBAAsB;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,4CAMlF,CAAC"}
1
+ {"version":3,"file":"QuotedMessageIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/QuotedMessageIndicator.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,GAAI,kBAAkB;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,4CAMlF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"QuotedMessagePreview.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/QuotedMessagePreview.tsx"],"names":[],"mappings":"AAAA,OAAc,EAGZ,KAAK,iBAAiB,EAEtB,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AASf,OAAO,EAUL,KAAK,YAAY,EACjB,KAAK,gBAAgB,EAKtB,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAqBzD,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,MAAM,CAAC;IAC3D,UAAU,CAAC,EAAE,mBAAmB,CAAC,YAAY,CAAC,CAAC;CAChD,CAAC;AAuOF,eAAO,MAAM,oBAAoB,4CAG9B,yBAAyB,mDAiB3B,CAAC;AAEF,KAAK,2BAA2B,GAAG,yBAAyB,GAAG;IAC7D,aAAa,EAAE,gBAAgB,CAAC;IAChC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,sBAAsB,sGAQhC,2BAA2B,mDAsI7B,CAAC"}
1
+ {"version":3,"file":"QuotedMessagePreview.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/QuotedMessagePreview.tsx"],"names":[],"mappings":"AAAA,OAAc,EAGZ,KAAK,iBAAiB,EAEtB,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AASf,OAAO,EAUL,KAAK,YAAY,EACjB,KAAK,gBAAgB,EAKtB,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAqBzD,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,MAAM,CAAC;IAC3D,UAAU,CAAC,EAAE,mBAAmB,CAAC,YAAY,CAAC,CAAC;CAChD,CAAC;AAuOF,eAAO,MAAM,oBAAoB,GAAI,yCAGlC,yBAAyB,mDAiB3B,CAAC;AAEF,KAAK,2BAA2B,GAAG,yBAAyB,GAAG;IAC7D,aAAa,EAAE,gBAAgB,CAAC;IAChC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,mGAQpC,2BAA2B,mDAsI7B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { type ComponentProps } from 'react';
2
2
  import type { AttachmentLoadingState } from 'stream-chat';
3
- export declare const RemoveAttachmentPreviewButton: ({ className, uploadState, ...props }: ComponentProps<'button'> & {
3
+ export declare const RemoveAttachmentPreviewButton: ({ className, uploadState, ...props }: ComponentProps<"button"> & {
4
4
  uploadState?: AttachmentLoadingState;
5
5
  }) => import("react/jsx-runtime").JSX.Element;
6
6
  //# sourceMappingURL=RemoveAttachmentPreviewButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RemoveAttachmentPreviewButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/RemoveAttachmentPreviewButton.tsx"],"names":[],"mappings":"AAGA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,eAAO,MAAM,6BAA6B,yCAIvC,eAAe,QAAQ,CAAC,GAAG;IAC5B,WAAW,CAAC,EAAE,sBAAsB,CAAC;CACtC,4CAcA,CAAC"}
1
+ {"version":3,"file":"RemoveAttachmentPreviewButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/RemoveAttachmentPreviewButton.tsx"],"names":[],"mappings":"AAGA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,eAAO,MAAM,6BAA6B,GAAI,sCAI3C,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC5B,WAAW,CAAC,EAAE,sBAAsB,CAAC;CACtC,4CAcA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/SendButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,MAAM,eAAe,GAAG;IAC5B,WAAW,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,kBAAkB,KAAK,IAAI,CAAC;CACxD,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnC,eAAO,MAAM,UAAU,uCAAwC,eAAe,4CAmB7E,CAAC"}
1
+ {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/SendButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,MAAM,eAAe,GAAG;IAC5B,WAAW,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,kBAAkB,KAAK,IAAI,CAAC;CACxD,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnC,eAAO,MAAM,UAAU,GAAI,oCAAoC,eAAe,4CAmB7E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"StopAIGenerationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/StopAIGenerationButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,2BAA2B,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEzE,eAAO,MAAM,sBAAsB,8BAGhC,2BAA2B,4CAW7B,CAAC"}
1
+ {"version":3,"file":"StopAIGenerationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/StopAIGenerationButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,2BAA2B,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEzE,eAAO,MAAM,sBAAsB,GAAI,2BAGpC,2BAA2B,4CAW7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"WithDragAndDropUpload.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/WithDragAndDropUpload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAkB3E,eAAO,MAAM,2BAA2B;qBALrB,CAAC,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,KAAK,MAAM,IAAI,CAAC,GAAG,IAAI;CAKc,CAAC;AAEtF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,YAUnC,CAAC;AAOF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,0DAK/B,kBAAkB;IACnB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC,4CAgFD,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,wBAEhC,2BAA2B,4CAc7B,CAAC"}
1
+ {"version":3,"file":"WithDragAndDropUpload.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/WithDragAndDropUpload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAkB3E,eAAO,MAAM,2BAA2B;qBALrB,CAAC,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,KAAK,MAAM,IAAI,CAAC,GAAG,IAAI;CAKc,CAAC;AAEtF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,YAUnC,CAAC;AAOF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,GAAI,uDAKnC,iBAAiB,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC,4CAgFD,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,qBAEpC,2BAA2B,4CAc7B,CAAC"}
@@ -6,13 +6,13 @@ export declare const useAttachmentsForPreview: () => {
6
6
  max_votes_allowed: string;
7
7
  name: string;
8
8
  options: import("stream-chat").PollComposerOption[];
9
- allow_answers?: boolean | undefined;
10
- allow_user_suggested_options?: boolean | undefined;
11
- description?: string | undefined;
12
- enforce_unique_vote?: boolean | undefined;
13
- is_closed?: boolean | undefined;
14
- user_id?: string | undefined;
15
- voting_visibility?: import("stream-chat").VotingVisibility | undefined;
9
+ allow_answers?: boolean;
10
+ allow_user_suggested_options?: boolean;
11
+ description?: string;
12
+ enforce_unique_vote?: boolean;
13
+ is_closed?: boolean;
14
+ user_id?: string;
15
+ voting_visibility?: import("stream-chat").VotingVisibility;
16
16
  };
17
17
  };
18
18
  //# sourceMappingURL=useAttachmentsForPreview.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useCreateMessageComposerContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useCreateMessageComposerContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAE3F,eAAO,MAAM,+BAA+B,UAAW,2BAA2B,gCAmDjF,CAAC"}
1
+ {"version":3,"file":"useCreateMessageComposerContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useCreateMessageComposerContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAE3F,eAAO,MAAM,+BAA+B,GAAI,OAAO,2BAA2B,gCAmDjF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageComposerBindings.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useMessageComposerBindings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AAEtF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,MAAM,MAAM,gCAAgC,GAAG;IAC7C,YAAY,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,kBAAkB,KAAK,IAAI,CAAC;IACzD,OAAO,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IACpE,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC,mBAAmB,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;CACtE,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAC9B,oBAAoB,KAC1B,gCAuBF,CAAC"}
1
+ {"version":3,"file":"useMessageComposerBindings.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useMessageComposerBindings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AAEtF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,MAAM,MAAM,gCAAgC,GAAG;IAC7C,YAAY,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,kBAAkB,KAAK,IAAI,CAAC;IACzD,OAAO,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IACpE,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC,mBAAmB,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;CACtE,CAAC;AAEF,eAAO,MAAM,0BAA0B,GACrC,OAAO,oBAAoB,KAC1B,gCAuBF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePasteHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/usePasteHandler.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;8BAGP,oBAAoB,CAAC,mBAAmB,CAAC;CAkC7D,CAAC"}
1
+ {"version":3,"file":"usePasteHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/usePasteHandler.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;8BAGP,KAAK,CAAC,cAAc,CAAC,mBAAmB,CAAC;CAkC7D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSubmitHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useSubmitHandler.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAqB/D,eAAO,MAAM,gBAAgB,UAAW,oBAAoB;2BASzC,MAAM,kBAAkB;CA6E1C,CAAC"}
1
+ {"version":3,"file":"useSubmitHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useSubmitHandler.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAqB/D,eAAO,MAAM,gBAAgB,GAAI,OAAO,oBAAoB;2BASzC,KAAK,CAAC,kBAAkB;CA6E1C,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { MessageComposerProps } from '../MessageComposer';
3
2
  export declare const useTextareaRef: (props: MessageComposerProps) => {
4
3
  textareaRef: import("react").RefObject<HTMLTextAreaElement | undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"useTextareaRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useTextareaRef.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,eAAO,MAAM,cAAc,UAAW,oBAAoB;;CAazD,CAAC"}
1
+ {"version":3,"file":"useTextareaRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageComposer/hooks/useTextareaRef.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,eAAO,MAAM,cAAc,GAAI,OAAO,oBAAoB;;CAazD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"preEditSnapshot.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/preEditSnapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD;;;GAGG;AACH,eAAO,MAAM,mBAAmB,oBAAqB,eAAe,SAoBnE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,oBAAqB,eAAe,SAQtE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,oBAAqB,eAAe,SAEtE,CAAC"}
1
+ {"version":3,"file":"preEditSnapshot.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageComposer/preEditSnapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,iBAAiB,eAAe,SAoBnE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,iBAAiB,eAAe,SAQtE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,iBAAiB,eAAe,SAEtE,CAAC"}
@@ -4,5 +4,7 @@ export type CustomNotificationProps = {
4
4
  active?: boolean;
5
5
  className?: string;
6
6
  };
7
- export declare const CustomNotification: (props: PropsWithChildren<CustomNotificationProps>) => import("react/jsx-runtime").JSX.Element | null;
7
+ declare const UnMemoizedCustomNotification: (props: PropsWithChildren<CustomNotificationProps>) => import("react/jsx-runtime").JSX.Element | null;
8
+ export declare const CustomNotification: typeof UnMemoizedCustomNotification;
9
+ export {};
8
10
  //# sourceMappingURL=CustomNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/CustomNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI/C,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAyBF,eAAO,MAAM,kBAAkB,UAtBtB,kBAAkB,uBAAuB,CAAC,mDAwBX,CAAC"}
1
+ {"version":3,"file":"CustomNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/CustomNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI/C,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,4BAA4B,GAChC,OAAO,iBAAiB,CAAC,uBAAuB,CAAC,mDAoBlD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAE1B,OAAO,4BAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingDateSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/FloatingDateSeparator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,KAAK,SAAS,GAAG;IACf,oBAAoB,EAAE,OAAO,CAAC;IAC9B,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,SAAS,GAChD,CACI;IACE,0EAA0E;IAC1E,gBAAgB,EAAE,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;CAC7E,GACD;IACE,yEAAyE;IACzE,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;CACpC,CACJ,CAAC;AAEJ;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,UAAW,0BAA0B,mDAoCtE,CAAC"}
1
+ {"version":3,"file":"FloatingDateSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/FloatingDateSeparator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,KAAK,SAAS,GAAG;IACf,oBAAoB,EAAE,OAAO,CAAC;IAC9B,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,SAAS,GAChD,CACI;IACE,0EAA0E;IAC1E,gBAAgB,EAAE,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;CAC7E,GACD;IACE,yEAAyE;IACzE,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;CACpC,CACJ,CAAC;AAEJ;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,mDAoCtE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"GiphyPreviewMessage.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/GiphyPreviewMessage.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,wBAAwB,4CAQlE,CAAC"}
1
+ {"version":3,"file":"GiphyPreviewMessage.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/GiphyPreviewMessage.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,4CAQlE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageList.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MessageList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageList.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageListMainPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageListMainPanel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D,eAAO,MAAM,6BAA6B,gEAC+B,CAAC;AAE1E,eAAO,MAAM,oBAAoB,iBAAkB,qBAAqB,4CAEvE,CAAC"}
1
+ {"version":3,"file":"MessageListMainPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageListMainPanel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D,eAAO,MAAM,6BAA6B,EACxC,8DAAuE,CAAC;AAE1E,eAAO,MAAM,oBAAoB,GAAI,cAAc,qBAAqB,4CAEvE,CAAC"}
@@ -6,5 +6,7 @@ export type NewMessageNotificationProps = {
6
6
  /** Number of new messages since user scrolled up (optional; when provided shows "{{count}} new messages") */
7
7
  newMessageCount?: number;
8
8
  };
9
- export declare const NewMessageNotification: (props: NewMessageNotificationProps) => import("react/jsx-runtime").JSX.Element | null;
9
+ declare const UnMemoizedNewMessageNotification: (props: NewMessageNotificationProps) => import("react/jsx-runtime").JSX.Element | null;
10
+ export declare const NewMessageNotification: typeof UnMemoizedNewMessageNotification;
11
+ export {};
10
12
  //# sourceMappingURL=NewMessageNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NewMessageNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/NewMessageNotification.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,2BAA2B,GAAG;IACxC,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,6GAA6G;IAC7G,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAmCF,eAAO,MAAM,sBAAsB,UAjCc,2BAA2B,mDAmChC,CAAC"}
1
+ {"version":3,"file":"NewMessageNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/NewMessageNotification.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,2BAA2B,GAAG;IACxC,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,6GAA6G;IAC7G,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,gCAAgC,GAAI,OAAO,2BAA2B,mDA+B3E,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAE9B,OAAO,gCAAgC,CAAC"}
@@ -6,5 +6,7 @@ export type ScrollToLatestMessageButtonProps = {
6
6
  onClick: React.MouseEventHandler;
7
7
  threadList?: boolean;
8
8
  };
9
- export declare const ScrollToLatestMessageButton: (props: ScrollToLatestMessageButtonProps) => import("react/jsx-runtime").JSX.Element | null;
9
+ declare const UnMemoizedScrollToLatestMessageButton: (props: ScrollToLatestMessageButtonProps) => import("react/jsx-runtime").JSX.Element | null;
10
+ export declare const ScrollToLatestMessageButton: typeof UnMemoizedScrollToLatestMessageButton;
11
+ export {};
10
12
  //# sourceMappingURL=ScrollToLatestMessageButton.d.ts.map