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":"ScrollToLatestMessageButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/ScrollToLatestMessageButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAanD,MAAM,MAAM,gCAAgC,GAAG;IAC7C,0FAA0F;IAC1F,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAmGF,eAAO,MAAM,2BAA2B,UAhG/B,gCAAgC,mDAkGQ,CAAC"}
1
+ {"version":3,"file":"ScrollToLatestMessageButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/ScrollToLatestMessageButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAanD,MAAM,MAAM,gCAAgC,GAAG;IAC7C,0FAA0F;IAC1F,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,qCAAqC,GACzC,OAAO,gCAAgC,mDA8FxC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAEnC,OAAO,qCAAqC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UnreadMessagesNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/UnreadMessagesNotification.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,0BAA0B,mDAIpC,+BAA+B,4CA+BjC,CAAC"}
1
+ {"version":3,"file":"UnreadMessagesNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/UnreadMessagesNotification.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,gDAIxC,+BAA+B,4CA+BjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UnreadMessagesSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/UnreadMessagesSeparator.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,wCAAwC,CAAC;AAEpF,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,uBAAuB,gCAGjC,4BAA4B,4CAyB9B,CAAC"}
1
+ {"version":3,"file":"UnreadMessagesSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/UnreadMessagesSeparator.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,wCAAwC,CAAC;AAEpF,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,6BAGrC,4BAA4B,4CAyB9B,CAAC"}
@@ -1,11 +1,10 @@
1
- /// <reference types="lodash" />
2
1
  import type { ItemProps, ListItem } from 'react-virtuoso';
3
2
  import type { RenderedMessage } from './utils';
4
3
  import type { VirtuosoContext } from './VirtualizedMessageList';
5
4
  import type { UnknownType } from '../../types/types';
6
5
  export declare function calculateItemIndex(virtuosoIndex: number, numItemsPrepended: number): number;
7
6
  export declare function calculateFirstItemIndex(numItemsPrepended: number): number;
8
- export declare const makeItemsRenderedHandler: (renderedItemsActions: Array<(msg: RenderedMessage[]) => void>, processedMessages: RenderedMessage[]) => import("lodash").DebouncedFunc<(items: ListItem<UnknownType>[]) => void>;
7
+ export declare const makeItemsRenderedHandler: (renderedItemsActions: Array<(msg: RenderedMessage[]) => void>, processedMessages: RenderedMessage[]) => import("lodash").DebouncedFuncLeading<(items: ListItem<UnknownType>[]) => void>;
9
8
  type CommonVirtuosoComponentProps = {
10
9
  context?: VirtuosoContext;
11
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualizedMessageListComponents.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/VirtualizedMessageListComponents.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAO1D,OAAO,KAAK,EAAc,eAAe,EAAE,MAAM,SAAS,CAAC;AAE3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIrD,wBAAgB,kBAAkB,CAAC,aAAa,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,UAElF;AAED,wBAAgB,uBAAuB,CAAC,iBAAiB,EAAE,MAAM,UAEhE;AAED,eAAO,MAAM,wBAAwB,yBACb,MAAM,CAAC,GAAG,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC,qBAC1C,eAAe,EAAE,4CAEnB,SAAS,WAAW,CAAC,EAAE,UAUjC,CAAC;AAEV,KAAK,4BAA4B,GAAG;IAClC,OAAO,CAAC,EAAE,eAAe,CAAC;CAC3B,CAAC;AAGF,eAAO,MAAM,IAAI,0BAA2B,SAAS,GAAG,4BAA4B,4CAoBnF,CAAC;AACF,eAAO,MAAM,MAAM,gBAAiB,4BAA4B,4CAe/D,CAAC;AACF,eAAO,MAAM,gBAAgB,gBAAiB,4BAA4B,mDAkBzE,CAAC;AAEF,eAAO,MAAM,eAAe,kBACX,MAAM,SACd,WAAW,mBACD,eAAe,mDA6FjC,CAAC"}
1
+ {"version":3,"file":"VirtualizedMessageListComponents.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/VirtualizedMessageListComponents.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAO1D,OAAO,KAAK,EAAc,eAAe,EAAE,MAAM,SAAS,CAAC;AAE3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIrD,wBAAgB,kBAAkB,CAAC,aAAa,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,UAElF;AAED,wBAAgB,uBAAuB,CAAC,iBAAiB,EAAE,MAAM,UAEhE;AAED,eAAO,MAAM,wBAAwB,GACnC,sBAAsB,KAAK,CAAC,CAAC,GAAG,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC,EAC7D,mBAAmB,eAAe,EAAE,mDAEnB,QAAQ,CAAC,WAAW,CAAC,EAAE,UAUjC,CAAC;AAEV,KAAK,4BAA4B,GAAG;IAClC,OAAO,CAAC,EAAE,eAAe,CAAC;CAC3B,CAAC;AAGF,eAAO,MAAM,IAAI,GAAI,uBAAuB,SAAS,GAAG,4BAA4B,4CAoBnF,CAAC;AACF,eAAO,MAAM,MAAM,GAAI,aAAa,4BAA4B,4CAe/D,CAAC;AACF,eAAO,MAAM,gBAAgB,GAAI,aAAa,4BAA4B,mDAkBzE,CAAC;AAEF,eAAO,MAAM,eAAe,GAC1B,eAAe,MAAM,EACrB,OAAO,WAAW,EAClB,iBAAiB,eAAe,mDA6FjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"scrollInstrumentation.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/scrollInstrumentation.ts"],"names":[],"mappings":"AAgDA,eAAO,MAAM,iBAAiB,YAAa,MAAM,QAAQ,MAAM,CAAC,KAAG,CAwBlE,CAAC"}
1
+ {"version":3,"file":"scrollInstrumentation.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/scrollInstrumentation.ts"],"names":[],"mappings":"AAgDA,eAAO,MAAM,iBAAiB,GAAI,CAAC,EAAE,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,KAAG,CAwBlE,CAAC"}
@@ -10,7 +10,7 @@ export declare const useEnrichedMessages: (args: {
10
10
  groupStyles?: (message: RenderedMessage, previousMessage: RenderedMessage, nextMessage: RenderedMessage, noGroupByUser: boolean, maxTimeBetweenGroupedMessages?: number) => GroupStyle;
11
11
  headerPosition?: number;
12
12
  maxTimeBetweenGroupedMessages?: number;
13
- reviewProcessedMessage?: ProcessMessagesParams['reviewProcessedMessage'];
13
+ reviewProcessedMessage?: ProcessMessagesParams["reviewProcessedMessage"];
14
14
  }) => {
15
15
  messageGroupStyles: Record<string, GroupStyle>;
16
16
  messages: RenderedMessage[];
@@ -1 +1 @@
1
- {"version":3,"file":"useEnrichedMessages.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useEnrichedMessages.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMtF,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEzD,eAAO,MAAM,mBAAmB,SAAU;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,uBAAuB,EAAE,OAAO,CAAC;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,CACZ,OAAO,EAAE,eAAe,EACxB,eAAe,EAAE,eAAe,EAChC,WAAW,EAAE,eAAe,EAC5B,aAAa,EAAE,OAAO,EACtB,6BAA6B,CAAC,EAAE,MAAM,KACnC,UAAU,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC,sBAAsB,CAAC,EAAE,qBAAqB,CAAC,wBAAwB,CAAC,CAAC;CAC1E;;;CAyDA,CAAC"}
1
+ {"version":3,"file":"useEnrichedMessages.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useEnrichedMessages.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMtF,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEzD,eAAO,MAAM,mBAAmB,GAAI,MAAM;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,uBAAuB,EAAE,OAAO,CAAC;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,CACZ,OAAO,EAAE,eAAe,EACxB,eAAe,EAAE,eAAe,EAChC,WAAW,EAAE,eAAe,EAC5B,aAAa,EAAE,OAAO,EACtB,6BAA6B,CAAC,EAAE,MAAM,KACnC,UAAU,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC,sBAAsB,CAAC,EAAE,qBAAqB,CAAC,wBAAwB,CAAC,CAAC;CAC1E;;;CAyDA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFloatingDateSeparatorMessageList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useFloatingDateSeparatorMessageList.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD,MAAM,MAAM,yCAAyC,GAAG;IACtD,oBAAoB,EAAE,OAAO,CAAC;IAC9B,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,yCAAyC,GAAG;IACtD,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mCAAmC,8DAI7C,yCAAyC,KAAG,yCAuE9C,CAAC"}
1
+ {"version":3,"file":"useFloatingDateSeparatorMessageList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useFloatingDateSeparatorMessageList.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD,MAAM,MAAM,yCAAyC,GAAG;IACtD,oBAAoB,EAAE,OAAO,CAAC;IAC9B,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,yCAAyC,GAAG;IACtD,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mCAAmC,GAAI,2DAIjD,yCAAyC,KAAG,yCAuE9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageListElements.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useMessageListElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAM/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAIhF,KAAK,2BAA2B,GAAG;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,oBAAoB,EAAE,kBAAkB,CAAC;IACzC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IAC/C,cAAc,EAAE,eAAe,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,cAAc,CAAC,EAAE,YAAY,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,2BAA2B,sBAmExE,CAAC"}
1
+ {"version":3,"file":"useMessageListElements.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useMessageListElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAM/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAIhF,KAAK,2BAA2B,GAAG;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,oBAAoB,EAAE,kBAAkB,CAAC;IACzC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IAC/C,cAAc,EAAE,eAAe,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,cAAc,CAAC,EAAE,YAAY,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,OAAO,2BAA2B,sBAmExE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageListScrollManager.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useMessageListScrollManager.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,aAAa,EAAE,MAAM;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC9D,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,EAAE,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;IACjD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AA4CF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,iCAAiC,oBA8MjE,MAAM,oBACL,CAAC,MAAM;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,GAAG,IAAI,UAsB3E"}
1
+ {"version":3,"file":"useMessageListScrollManager.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useMessageListScrollManager.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,aAAa,EAAE,MAAM;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC9D,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,EAAE,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;IACjD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AA4CF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,iCAAiC,IA8MjF,gBAAgB,MAAM,EACtB,kBAAiB,CAAC,MAAM;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,GAAG,IAAW,UAsBlF"}
@@ -1 +1 @@
1
- {"version":3,"file":"useScrollLocationLogic.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useScrollLocationLogic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,4BAA4B,GAAG;IACzC,yEAAyE;IACzE,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,wFAAwF;IACxF,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,qFAAqF;IACrF,YAAY,EAAE,OAAO,CAAC;IACtB,iDAAiD;IACjD,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,6EAA6E;IAC7E,uBAAuB,EAAE,MAAM,CAAC;IAChC,wEAAwE;IACxE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4CAA4C;IAC5C,kBAAkB,EAAE,OAAO,CAAC;IAC5B,mEAAmE;IACnE,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,WAAY,4BAA4B;;;sBA2X/D,aAAa,CAAC,cAAc,CAAC;+BA3L1B,eAAe;;CAgO7B,CAAC"}
1
+ {"version":3,"file":"useScrollLocationLogic.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useScrollLocationLogic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,4BAA4B,GAAG;IACzC,yEAAyE;IACzE,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,wFAAwF;IACxF,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,qFAAqF;IACrF,YAAY,EAAE,OAAO,CAAC;IACtB,iDAAiD;IACjD,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,6EAA6E;IAC7E,uBAAuB,EAAE,MAAM,CAAC;IAChC,wEAAwE;IACxE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4CAA4C;IAC5C,kBAAkB,EAAE,OAAO,CAAC;IAC5B,mEAAmE;IACnE,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,GAAI,QAAQ,4BAA4B;;;sBA2X/D,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC;+BA3L1B,eAAe;;CAgO7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useUnreadMessagesNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.ts"],"names":[],"mappings":"AAuBA,MAAM,MAAM,mCAAmC,GAAG;IAChD,uJAAuJ;IACvJ,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,6BAA6B,EAAE,OAAO,CAAC;IACvC,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,6BAA6B,6EAKvC,mCAAmC;;CAkGrC,CAAC"}
1
+ {"version":3,"file":"useUnreadMessagesNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.ts"],"names":[],"mappings":"AAuBA,MAAM,MAAM,mCAAmC,GAAG;IAChD,uJAAuJ;IACvJ,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,6BAA6B,EAAE,OAAO,CAAC;IACvC,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,6BAA6B,GAAI,0EAK3C,mCAAmC;;CAkGrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFloatingDateSeparator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useFloatingDateSeparator.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,MAAM,MAAM,8BAA8B,GAAG;IAC3C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,CAAC,QAAQ,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC;IACvD,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAgDF,eAAO,MAAM,wBAAwB,iDAGlC,8BAA8B,KAAG,8BA0CnC,CAAC"}
1
+ {"version":3,"file":"useFloatingDateSeparator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useFloatingDateSeparator.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,MAAM,MAAM,8BAA8B,GAAG;IAC3C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,CAAC,QAAQ,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC;IACvD,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAgDF,eAAO,MAAM,wBAAwB,GAAI,8CAGtC,8BAA8B,KAAG,8BA0CnC,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { LocalMessage } from 'stream-chat';
3
2
  export declare const useGiphyPreview: (separateGiphyPreview: boolean) => {
4
3
  giphyPreviewMessage: LocalMessage | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useGiphyPreview.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.ts"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,aAAa,CAAC;AAE9D,eAAO,MAAM,eAAe,yBAA0B,OAAO;;;CAuB5D,CAAC"}
1
+ {"version":3,"file":"useGiphyPreview.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,aAAa,CAAC;AAE9D,eAAO,MAAM,eAAe,GAAI,sBAAsB,OAAO;;;CAuB5D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageSetKey.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useMessageSetKey.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,iBAAkB,sBAAsB;;CAoBpE,CAAC"}
1
+ {"version":3,"file":"useMessageSetKey.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useMessageSetKey.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,cAAc,sBAAsB;;CAoBpE,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { RenderedMessage } from '../../utils';
3
2
  export declare function useNewMessageNotification(messages: RenderedMessage[], currentUserId: string | undefined, hasMoreNewer?: boolean): {
4
3
  atBottom: import("react").RefObject<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"useNewMessageNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,eAAe,EAAE,EAC3B,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,YAAY,CAAC,EAAE,OAAO;;;;;;EA8CvB"}
1
+ {"version":3,"file":"useNewMessageNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,eAAe,EAAE,EAC3B,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,YAAY,CAAC,EAAE,OAAO;;;;;;EA8CvB"}
@@ -1 +1 @@
1
- {"version":3,"file":"useScrollToBottomOnNewMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useScrollToBottomOnNewMessage.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,KAAK,mCAAmC,GAAG;IACzC,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B,4FAA4F;IAC5F,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,6BAA6B,gEAIvC,mCAAmC,SAyCrC,CAAC"}
1
+ {"version":3,"file":"useScrollToBottomOnNewMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useScrollToBottomOnNewMessage.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,KAAK,mCAAmC,GAAG;IACzC,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B,4FAA4F;IAC5F,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,6BAA6B,GAAI,6DAI3C,mCAAmC,SAyCrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useUnreadMessagesNotificationVirtualized.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,MAAM,MAAM,mCAAmC,GAAG;IAChD,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,wCAAwC,2CAIlD,mCAAmC;;6DAIf,eAAe,EAAE;CAiCvC,CAAC"}
1
+ {"version":3,"file":"useUnreadMessagesNotificationVirtualized.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,MAAM,MAAM,mCAAmC,GAAG;IAChD,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,wCAAwC,GAAI,wCAItD,mCAAmC;;6DAIf,eAAe,EAAE;CAiCvC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLastDeliveredData.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useLastDeliveredData.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEvE,KAAK,0BAA0B,GAAG;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,YAAY,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACxB,0BAA0B,KAChC,OAAO,MAAM,EAAE,YAAY,EAAE,CA+C/B,CAAC"}
1
+ {"version":3,"file":"useLastDeliveredData.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useLastDeliveredData.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEvE,KAAK,0BAA0B,GAAG;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,YAAY,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAC/B,OAAO,0BAA0B,KAChC,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CA+C/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLastOwnMessage.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useLastOwnMessage.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,eAAO,MAAM,iBAAiB,6BAG3B;IACD,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,6BAKE,CAAC"}
1
+ {"version":3,"file":"useLastOwnMessage.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useLastOwnMessage.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,eAAO,MAAM,iBAAiB,GAAI,0BAG/B;IACD,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,6BAKE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLastReadData.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useLastReadData.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEvE,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,YAAY,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,qBAAqB,mCAyB3D,CAAC"}
1
+ {"version":3,"file":"useLastReadData.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useLastReadData.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEvE,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,YAAY,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,OAAO,qBAAqB,mCAyB3D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMarkRead.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useMarkRead.ts"],"names":[],"mappings":"AAcA,KAAK,iBAAiB,GAAG;IACvB,6BAA6B,EAAE,OAAO,CAAC;IACvC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW,6EAIrB,iBAAiB,SAiEnB,CAAC"}
1
+ {"version":3,"file":"useMarkRead.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageList/hooks/useMarkRead.ts"],"names":[],"mappings":"AAcA,KAAK,iBAAiB,GAAG;IACvB,6BAA6B,EAAE,OAAO,CAAC;IACvC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW,GAAI,0EAIzB,iBAAiB,SAiEnB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CUSTOM_MESSAGE_TYPE } from '../../constants/messageTypes';
3
2
  import type { LocalMessage, MessageLabel } from 'stream-chat';
4
3
  type IntroMessage = {
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE9D,KAAK,YAAY,GAAG;IAClB,UAAU,EAAE,OAAO,mBAAmB,CAAC,KAAK,CAAC;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE,OAAO,mBAAmB,CAAC,IAAI,CAAC;IAC5C,IAAI,EAAE,IAAI,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,YAAY,GAAG,oBAAoB,GAAG,YAAY,CAAC;AAEjF,KAAK,sBAAsB,GAAG;IAC5B,4BAA4B;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,2EAA2E;IAC3E,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,kEAAkE;IAClE,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,GAAG;IAC3D,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,sBAAsB,CAAC,EAAE,CAAC,MAAM,EAAE;QAChC,0FAA0F;QAC1F,OAAO,EAAE,eAAe,EAAE,CAAC;QAC3B,4EAA4E;QAC5E,OAAO,EAAE,sBAAsB,CAAC;QAChC,oEAAoE;QACpE,KAAK,EAAE,MAAM,CAAC;QACd,oDAAoD;QACpD,QAAQ,EAAE,YAAY,EAAE,CAAC;QACzB,yDAAyD;QACzD,iBAAiB,EAAE,eAAe,EAAE,CAAC;KACtC,KAAK,YAAY,EAAE,CAAC;IACrB,+FAA+F;IAC/F,sBAAsB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC,CAAC;CACzF,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,eAAe,GAAI,QAAQ,qBAAqB,sBA0G5D,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,YAGlC,CAAC;AAEH,eAAO,MAAM,iBAAiB,GAAI,OAAO,MAAM,GAAG,IAAI,WAQrD,CAAC;AAGF,eAAO,MAAM,eAAe,GAAI,UAAU,eAAe,EAAE,kBAQ1D,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,UAAU,eAAe,EAAE,EAAE,iBAAiB,MAAM,sBA2C/E,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,EAAE,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAWrE,eAAO,MAAM,cAAc,GACzB,SAAS,eAAe,EACxB,iBAAiB,eAAe,EAChC,aAAa,eAAe,EAC5B,eAAe,OAAO,EACtB,gCAAgC,MAAM,KACrC,UAoDF,CAAC;AAOF,eAAO,MAAM,uBAAuB,GAAI,uBAAuB,MAAM,EAAE,OAAO,MAAM,YACpD,CAAC;AAEjC,wBAAgB,cAAc,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,IAAI,YAAY,CAExE;AAED,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,OAAO,GACf,OAAO,IAAI,oBAAoB,CAOjC;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,IAAI,YAAY,CAExE;AAED,eAAO,MAAM,uBAAuB,GAAI,0HAQrC;IACD,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,YAAY,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,YAmBA,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import type { ComponentProps } from 'react';
2
- export declare const CloseButtonOnModalOverlay: ({ children, className, ...props }: ComponentProps<'button'>) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const CloseButtonOnModalOverlay: ({ children, className, ...props }: ComponentProps<"button">) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=CloseButtonOnModalOverlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CloseButtonOnModalOverlay.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/CloseButtonOnModalOverlay.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,yBAAyB,sCAInC,eAAe,QAAQ,CAAC,4CAS1B,CAAC"}
1
+ {"version":3,"file":"CloseButtonOnModalOverlay.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/CloseButtonOnModalOverlay.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,yBAAyB,GAAI,mCAIvC,cAAc,CAAC,QAAQ,CAAC,4CAS1B,CAAC"}
@@ -6,6 +6,8 @@ export type ModalProps = {
6
6
  open: boolean;
7
7
  /** Custom class to be applied to the modal root div */
8
8
  className?: string;
9
+ /** Optional stable id for this modal instance. Generated automatically when omitted. */
10
+ dialogId?: string;
9
11
  /** Accessible label for the modal dialog. Ignored when aria-labelledby is provided. */
10
12
  'aria-label'?: string;
11
13
  /** ID of the element that labels the modal dialog. */
@@ -21,5 +23,5 @@ export type ModalProps = {
21
23
  /** Optional handler to intercept closing logic. Return false to prevent onClose. */
22
24
  onCloseAttempt?: (source: ModalCloseSource, event: ModalCloseEvent) => boolean;
23
25
  };
24
- export declare const GlobalModal: ({ "aria-describedby": ariaDescribedby, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, children, className, CloseButtonOnOverlay, onClose, onCloseAttempt, open, role, }: PropsWithChildren<ModalProps>) => import("react/jsx-runtime").JSX.Element | null;
26
+ export declare const GlobalModal: ({ "aria-describedby": ariaDescribedby, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, children, className, CloseButtonOnOverlay, dialogId, onClose, onCloseAttempt, open, role, }: PropsWithChildren<ModalProps>) => import("react/jsx-runtime").JSX.Element | null;
25
27
  //# sourceMappingURL=GlobalModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/GlobalModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EAKvB,MAAM,OAAO,CAAC;AAgBf,MAAM,MAAM,eAAe,GACvB,aAAa,GACb,KAAK,CAAC,aAAa,GACnB,KAAK,CAAC,UAAU,CAAC,iBAAiB,GAAG,cAAc,CAAC,CAAC;AAEzD,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE/D,MAAM,MAAM,UAAU,GAAG;IACvB,2CAA2C;IAC3C,IAAI,EAAE,OAAO,CAAC;IACd,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uFAAuF;IACvF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sDAAsD;IACtD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yDAAyD;IACzD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,8CAA8C;IAC9C,IAAI,CAAC,EAAE,aAAa,GAAG,QAAQ,CAAC;IAChC,2DAA2D;IAC3D,oBAAoB,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC/D,6CAA6C;IAC7C,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,oFAAoF;IACpF,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,eAAe,KAAK,OAAO,CAAC;CAChF,CAAC;AAEF,eAAO,MAAM,WAAW,yLAWrB,kBAAkB,UAAU,CAAC,mDAkG/B,CAAC"}
1
+ {"version":3,"file":"GlobalModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/GlobalModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EAKvB,MAAM,OAAO,CAAC;AAoBf,MAAM,MAAM,eAAe,GACvB,aAAa,GACb,KAAK,CAAC,aAAa,GACnB,KAAK,CAAC,UAAU,CAAC,iBAAiB,GAAG,cAAc,CAAC,CAAC;AAEzD,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE/D,MAAM,MAAM,UAAU,GAAG;IACvB,2CAA2C;IAC3C,IAAI,EAAE,OAAO,CAAC;IACd,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wFAAwF;IACxF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uFAAuF;IACvF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sDAAsD;IACtD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yDAAyD;IACzD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,8CAA8C;IAC9C,IAAI,CAAC,EAAE,aAAa,GAAG,QAAQ,CAAC;IAChC,2DAA2D;IAC3D,oBAAoB,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC/D,6CAA6C;IAC7C,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,oFAAoF;IACpF,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,eAAe,KAAK,OAAO,CAAC;CAChF,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,gMAYzB,iBAAiB,CAAC,UAAU,CAAC,mDAkH/B,CAAC"}
@@ -0,0 +1,24 @@
1
+ import type { Notification } from 'stream-chat';
2
+ import type { PropsWithChildrenOnly } from '../../types/types';
3
+ import type { NotificationTargetPanel } from './notificationTarget';
4
+ import type { NotificationListFilter } from './NotificationList';
5
+ export type NotificationDisplayFilterParams = {
6
+ /** Fallback panel used by the receiving NotificationList when a notification has no explicit target. */
7
+ fallbackPanel?: NotificationTargetPanel;
8
+ /** Local NotificationList filter. Runs only after the display filter accepts the notification. */
9
+ filter?: NotificationListFilter;
10
+ /** Notification being evaluated after panel/fallback routing matched it to this list. */
11
+ notification: Notification;
12
+ /** Panel of the NotificationList currently evaluating the notification. */
13
+ panel?: NotificationTargetPanel;
14
+ };
15
+ export type NotificationDisplayFilter = (params: NotificationDisplayFilterParams) => boolean;
16
+ export type NotificationConfigurationContextValue = {
17
+ displayFilter: NotificationDisplayFilter;
18
+ };
19
+ export type NotificationConfigurationProviderProps = PropsWithChildrenOnly & {
20
+ displayFilter?: NotificationDisplayFilter;
21
+ };
22
+ export declare const NotificationConfigurationProvider: ({ children, displayFilter, }: NotificationConfigurationProviderProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const useNotificationConfigurationContext: () => NotificationConfigurationContextValue;
24
+ //# sourceMappingURL=NotificationConfigurationContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationConfigurationContext.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationConfigurationContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAEjE,MAAM,MAAM,+BAA+B,GAAG;IAC5C,wGAAwG;IACxG,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,kGAAkG;IAClG,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC,yFAAyF;IACzF,YAAY,EAAE,YAAY,CAAC;IAC3B,2EAA2E;IAC3E,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,CACtC,MAAM,EAAE,+BAA+B,KACpC,OAAO,CAAC;AAEb,MAAM,MAAM,qCAAqC,GAAG;IAClD,aAAa,EAAE,yBAAyB,CAAC;CAC1C,CAAC;AAcF,MAAM,MAAM,sCAAsC,GAAG,qBAAqB,GAAG;IAC3E,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,iCAAiC,GAAI,8BAG/C,sCAAsC,4CAcxC,CAAC;AAEF,eAAO,MAAM,mCAAmC,6CACF,CAAC"}
@@ -3,6 +3,24 @@ import type { NotificationTargetPanel } from './notificationTarget';
3
3
  export type NotificationListFilter = (notification: Notification) => boolean;
4
4
  export type NotificationListEnterFrom = 'bottom' | 'left' | 'right' | 'top';
5
5
  export type NotificationListVerticalAlignment = 'bottom' | 'top';
6
+ /**
7
+ * Selects the candidate notification to display. Receives the current store contents and
8
+ * the currently displayed notification (or `null` when nothing is mounted). Returning
9
+ * `displayed` (or any notification with the same id) means "no swap"; returning a
10
+ * different notification triggers a swap (immediate or after `minDisplayMs`, see the
11
+ * scheduling effect); returning `null` triggers the empty-slot exit.
12
+ *
13
+ * Default: `createDefaultPickNext(pickOldest)` — applies persistent-wins,
14
+ * same-type-refresh and FIFO queue rules from the design spec. Pass
15
+ * `pickNext={createDefaultPickNext(pickNewest)}` to swap FIFO for LIFO without
16
+ * reimplementing those rules, or your own `pickNext` to opt out entirely.
17
+ */
18
+ export type PickNextNotification = (notifications: Notification[], displayed: Notification | null) => Notification | null;
19
+ /**
20
+ * Picks the next queued notification when no higher-priority rule applies (persistent
21
+ * wins, same-type refresh). Used by `createDefaultPickNext`.
22
+ */
23
+ export type PickFromQueue = (notifications: Notification[], displayed: Notification | null) => Notification | null;
6
24
  export type NotificationListProps = {
7
25
  /** Optional class name for the list container */
8
26
  className?: string;
@@ -16,6 +34,20 @@ export type NotificationListProps = {
16
34
  * Use to declare which notifications this list consumes (e.g. by origin.emitter, origin.context.channelId, or metadata).
17
35
  */
18
36
  filter?: NotificationListFilter;
37
+ /**
38
+ * Minimum time in milliseconds the active notification stays visible before a queued one
39
+ * can replace it. Replacements scheduled while the dwell window is open wait until it has
40
+ * elapsed; arrivals after that window replace the active notification immediately.
41
+ * Same-type repeated triggers and external dismissals bypass this dwell.
42
+ * Defaults to 1000ms.
43
+ */
44
+ minDisplayMs?: number;
45
+ /**
46
+ * Override the candidate-selection policy. The function decides which notification
47
+ * should be displayed given the store and the currently displayed one. Defaults to
48
+ * `createDefaultPickNext(pickOldest)`. Pass `createDefaultPickNext(pickNewest)` for LIFO.
49
+ */
50
+ pickNext?: PickNextNotification;
19
51
  /** Panel target consumed by this list. */
20
52
  panel?: NotificationTargetPanel;
21
53
  /** Fallback panel when emitted notifications do not include origin.context.panel. */
@@ -23,5 +55,30 @@ export type NotificationListProps = {
23
55
  /** Vertical alignment of the single notification slot within its parent. Defaults to `bottom`. */
24
56
  verticalAlignment?: NotificationListVerticalAlignment;
25
57
  };
26
- export declare const NotificationList: ({ className, enterFrom, fallbackPanel, filter, panel, verticalAlignment, }: NotificationListProps) => import("react/jsx-runtime").JSX.Element | null;
58
+ /** FIFO queue selector oldest `createdAt` other than `displayed` wins. */
59
+ export declare const pickOldest: PickFromQueue;
60
+ /** LIFO queue selector — newest `createdAt` other than `displayed` wins. */
61
+ export declare const pickNewest: PickFromQueue;
62
+ /**
63
+ * Builds the default `PickNextNotification` selector with a configurable queue fallback.
64
+ * Encodes the snackbar concurrency rules from the design spec — the scheduling effect
65
+ * only decides *when* to swap, the returned function decides *what* to swap to.
66
+ *
67
+ * Rules, in order of precedence:
68
+ * 1. **Persistent wins.** Persistent variants (no `duration`) jump ahead of any
69
+ * queued transient because they carry an action the user must acknowledge.
70
+ * 2. **Persistent ↛ replaced by transient.** While a persistent is displayed it stays
71
+ * put until dismissed externally or a *newer* persistent arrives.
72
+ * 3. **Same-type refresh.** While a transient is displayed, a repeated trigger of the
73
+ * same `type` collapses to its latest occurrence. (The scheduling effect detects
74
+ * this via `haveSameType` and bypasses the dwell window so the refresh feels
75
+ * instant; this function just makes sure the latest same-type is returned.)
76
+ * 4. **Queue fallback.** Otherwise, `pickFromQueue` selects the next notification
77
+ * (default: `pickOldest` / FIFO).
78
+ *
79
+ * Exported so callers that want to layer behavior on top of the design rules can wrap
80
+ * the result instead of rewriting it.
81
+ */
82
+ export declare const createDefaultPickNext: (pickFromQueue?: PickFromQueue) => PickNextNotification;
83
+ export declare const NotificationList: ({ className, enterFrom, fallbackPanel, filter, minDisplayMs, panel, pickNext, verticalAlignment, }: NotificationListProps) => import("react/jsx-runtime").JSX.Element | null;
27
84
  //# sourceMappingURL=NotificationList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationList.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationList.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAOhD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,MAAM,MAAM,sBAAsB,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAC7E,MAAM,MAAM,yBAAyB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;AAC5E,MAAM,MAAM,iCAAiC,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEjE,MAAM,MAAM,qBAAqB,GAAG;IAClC,iDAAiD;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC;;;OAGG;IACH,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC,0CAA0C;IAC1C,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC,qFAAqF;IACrF,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,kGAAkG;IAClG,iBAAiB,CAAC,EAAE,iCAAiC,CAAC;CACvD,CAAC;AAgCF,eAAO,MAAM,gBAAgB,+EAO1B,qBAAqB,mDA6KvB,CAAC"}
1
+ {"version":3,"file":"NotificationList.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationList.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAOhD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,MAAM,MAAM,sBAAsB,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAC7E,MAAM,MAAM,yBAAyB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;AAC5E,MAAM,MAAM,iCAAiC,GAAG,QAAQ,GAAG,KAAK,CAAC;AACjE;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,oBAAoB,GAAG,CACjC,aAAa,EAAE,YAAY,EAAE,EAC7B,SAAS,EAAE,YAAY,GAAG,IAAI,KAC3B,YAAY,GAAG,IAAI,CAAC;AAEzB;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,CAC1B,aAAa,EAAE,YAAY,EAAE,EAC7B,SAAS,EAAE,YAAY,GAAG,IAAI,KAC3B,YAAY,GAAG,IAAI,CAAC;AAEzB,MAAM,MAAM,qBAAqB,GAAG;IAClC,iDAAiD;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC;;;OAGG;IACH,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,0CAA0C;IAC1C,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC,qFAAqF;IACrF,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,kGAAkG;IAClG,iBAAiB,CAAC,EAAE,iCAAiC,CAAC;CACvD,CAAC;AAsCF,4EAA4E;AAC5E,eAAO,MAAM,UAAU,EAAE,aAUxB,CAAC;AAEF,4EAA4E;AAC5E,eAAO,MAAM,UAAU,EAAE,aAUxB,CAAC;AAkCF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,qBAAqB,GAC/B,gBAAe,aAA0B,KAAG,oBAuC5C,CAAC;AAKJ,eAAO,MAAM,gBAAgB,GAAI,oGAS9B,qBAAqB,mDAoUvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useNotificationApi.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notifications/hooks/useNotificationApi.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAG1F,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,uBAAuB,CAAC;AAG/B,oHAAoH;AACpH,eAAO,MAAM,uBAAuB,UAAoB,CAAC;AAEzD,eAAO,MAAM,wBAAwB,iBAAkB,YAAY,YACJ,CAAC;AAEhE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,+EAA+E;IAC/E,MAAM,EAAE,MAAM,CAAC;IACf,2EAA2E;IAC3E,MAAM,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAC;IAClB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,2EAA2E;IAC3E,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,OAAO,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,qDAAqD;IACrD,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,wEAAwE;IACxE,YAAY,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACzC,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAC1C;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,qBAAqB,EAAE,cAAc,CAAC,CAAC;AAEtF,MAAM,MAAM,eAAe,GAAG,CAAC,MAAM,EAAE,qBAAqB,KAAK,IAAI,CAAC;AACtE,4DAA4D;AAC5D,MAAM,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,2BAA2B,KAAK,MAAM,CAAC;AACpF,MAAM,MAAM,kBAAkB,GAAG,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;AACtD,MAAM,MAAM,wBAAwB,GAAG,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;AAE5D,MAAM,MAAM,eAAe,GAAG;IAC5B,eAAe,EAAE,eAAe,CAAC;IACjC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,wBAAwB,EAAE,wBAAwB,CAAC;CACpD,CAAC;AAiCF,eAAO,MAAM,kBAAkB,QAAO,eAiGrC,CAAC"}
1
+ {"version":3,"file":"useNotificationApi.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notifications/hooks/useNotificationApi.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAK1F,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,uBAAuB,CAAC;AAS/B,oHAAoH;AACpH,eAAO,MAAM,uBAAuB,EAAG,QAAiB,CAAC;AAEzD,eAAO,MAAM,wBAAwB,GAAI,cAAc,YAAY,YACJ,CAAC;AAEhE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,+EAA+E;IAC/E,MAAM,EAAE,MAAM,CAAC;IACf,2EAA2E;IAC3E,MAAM,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAC;IAClB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,2EAA2E;IAC3E,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,OAAO,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,qDAAqD;IACrD,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,wEAAwE;IACxE,YAAY,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACzC,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAC1C;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,qBAAqB,EAAE,cAAc,CAAC,CAAC;AAEtF,MAAM,MAAM,eAAe,GAAG,CAAC,MAAM,EAAE,qBAAqB,KAAK,IAAI,CAAC;AACtE,4DAA4D;AAC5D,MAAM,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,2BAA2B,KAAK,MAAM,CAAC;AACpF,MAAM,MAAM,kBAAkB,GAAG,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;AACtD,MAAM,MAAM,wBAAwB,GAAG,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;AAE5D,MAAM,MAAM,eAAe,GAAG;IAC5B,eAAe,EAAE,eAAe,CAAC;IACjC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,wBAAwB,EAAE,wBAAwB,CAAC;CACpD,CAAC;AAiDF,eAAO,MAAM,kBAAkB,QAAO,eAyGrC,CAAC"}
@@ -2,6 +2,11 @@ import type { Notification } from 'stream-chat';
2
2
  import type { NotificationTargetPanel } from '../notificationTarget';
3
3
  export type UseNotificationsFilter = (notification: Notification) => boolean;
4
4
  export type UseNotificationsOptions = {
5
+ /**
6
+ * When true, the configured Chat-level notificationDisplayFilter is applied after
7
+ * panel routing and before the local filter.
8
+ */
9
+ applyDisplayFilter?: boolean;
5
10
  /**
6
11
  * When provided, only notifications that pass this filter are returned.
7
12
  * Use to have a given NotificationList consume only a subset of client.notifications
@@ -1 +1 @@
1
- {"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notifications/hooks/useNotifications.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAA4B,MAAM,aAAa,CAAC;AAG1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAE7E,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC;;;OAGG;IACH,aAAa,CAAC,EAAE,uBAAuB,CAAC;CACzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,aAAc,uBAAuB,KAAG,YAAY,EAwBhF,CAAC"}
1
+ {"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notifications/hooks/useNotifications.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAA4B,MAAM,aAAa,CAAC;AAI1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAE7E,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC;;;OAGG;IACH,aAAa,CAAC,EAAE,uBAAuB,CAAC;CACzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,GAAI,UAAU,uBAAuB,KAAG,YAAY,EAwChF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSystemNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notifications/hooks/useSystemNotifications.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAA4B,MAAM,aAAa,CAAC;AAO1E,MAAM,MAAM,4BAA4B,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAEnF,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAC;CACvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,aACvB,6BAA6B,KACtC,YAAY,EAiBd,CAAC"}
1
+ {"version":3,"file":"useSystemNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notifications/hooks/useSystemNotifications.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAA4B,MAAM,aAAa,CAAC;AAO1E,MAAM,MAAM,4BAA4B,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAEnF,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAC;CACvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GACjC,UAAU,6BAA6B,KACtC,YAAY,EAiBd,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from './hooks';
2
+ export * from './NotificationConfigurationContext';
2
3
  export * from './Notification';
3
4
  export * from './NotificationList';
4
5
  export * from './notificationTarget';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,oCAAoC,CAAC;AACnD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC"}
@@ -1,14 +1,14 @@
1
1
  import type { Notification } from 'stream-chat';
2
- declare const NOTIFICATION_TARGET_PANELS: readonly ["channel", "thread", "channel-list", "thread-list"];
2
+ declare const NOTIFICATION_TARGET_PANELS: readonly ["channel", "thread", "channel-list", "thread-list", "modal"];
3
3
  /**
4
4
  * Panel where a notification should be consumed.
5
5
  * Use in origin.context.panel when publishing so NotificationList can filter by panel.
6
6
  */
7
7
  export type NotificationTargetPanel = (typeof NOTIFICATION_TARGET_PANELS)[number];
8
- export declare const isNotificationTargetPanel: (value: unknown) => value is "channel" | "thread" | "channel-list" | "thread-list";
8
+ export declare const isNotificationTargetPanel: (value: unknown) => value is NotificationTargetPanel;
9
9
  export declare const getNotificationTargetPanel: (notification: Notification) => NotificationTargetPanel | undefined;
10
10
  export declare const getNotificationTargetPanels: (notification: Notification) => NotificationTargetPanel[];
11
- export declare const getNotificationTargetTag: (panel: NotificationTargetPanel) => "target:channel" | "target:thread" | "target:channel-list" | "target:thread-list";
11
+ export declare const getNotificationTargetTag: (panel: NotificationTargetPanel) => "target:channel" | "target:thread" | "target:channel-list" | "target:thread-list" | "target:modal";
12
12
  export declare const addNotificationTargetTag: (panel: NotificationTargetPanel | undefined, tags?: string[]) => string[];
13
13
  export declare const isNotificationForPanel: (notification: Notification, panel: NotificationTargetPanel, options?: {
14
14
  fallbackPanel?: NotificationTargetPanel;
@@ -1 +1 @@
1
- {"version":3,"file":"notificationTarget.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/notificationTarget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,QAAA,MAAM,0BAA0B,+DAKtB,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,CAAC,CAAC;AAElF,eAAO,MAAM,yBAAyB,UAC7B,OAAO,mEAGmD,CAAC;AAEpE,eAAO,MAAM,0BAA0B,iBACvB,YAAY,KACzB,uBAAuB,GAAG,SAQ5B,CAAC;AAEF,eAAO,MAAM,2BAA2B,iBACxB,YAAY,KACzB,uBAAuB,EAczB,CAAC;AAEF,eAAO,MAAM,wBAAwB,UAAW,uBAAuB,sFAC3C,CAAC;AAE7B,eAAO,MAAM,wBAAwB,UAC5B,uBAAuB,GAAG,SAAS,SACnC,MAAM,EAAE,aAIhB,CAAC;AAEF,eAAO,MAAM,sBAAsB,iBACnB,YAAY,SACnB,uBAAuB,YACpB;IAAE,aAAa,CAAC,EAAE,uBAAuB,CAAA;CAAE,YAStD,CAAC"}
1
+ {"version":3,"file":"notificationTarget.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/notificationTarget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,QAAA,MAAM,0BAA0B,wEAMtB,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,CAAC,CAAC;AAElF,eAAO,MAAM,yBAAyB,GACpC,OAAO,OAAO,KACb,KAAK,IAAI,uBAEuD,CAAC;AAEpE,eAAO,MAAM,0BAA0B,GACrC,cAAc,YAAY,KACzB,uBAAuB,GAAG,SAQ5B,CAAC;AAEF,eAAO,MAAM,2BAA2B,GACtC,cAAc,YAAY,KACzB,uBAAuB,EAczB,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,OAAO,uBAAuB,uGAC3C,CAAC;AAE7B,eAAO,MAAM,wBAAwB,GACnC,OAAO,uBAAuB,GAAG,SAAS,EAC1C,OAAO,MAAM,EAAE,aAIhB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GACjC,cAAc,YAAY,EAC1B,OAAO,uBAAuB,EAC9B,UAAU;IAAE,aAAa,CAAC,EAAE,uBAAuB,CAAA;CAAE,YAStD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Poll.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/Poll.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,IAAI,aAAc;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,mDAQjD,CAAC"}
1
+ {"version":3,"file":"Poll.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/Poll.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,IAAI,GAAI,UAAU;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,mDAQjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AddCommentPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/AddCommentPrompt.tsx"],"names":[],"mappings":"AAaA,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,kBAAmB,qBAAqB,4CAuFpE,CAAC"}
1
+ {"version":3,"file":"AddCommentPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/AddCommentPrompt.tsx"],"names":[],"mappings":"AAaA,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,eAAe,qBAAqB,4CAuFpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollAction.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO/C,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,UAAU,sGAQpB,kBAAkB,eAAe,CAAC,4CAoBpC,CAAC"}
1
+ {"version":3,"file":"PollAction.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO/C,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,mGAQxB,iBAAiB,CAAC,eAAe,CAAC,4CAoBpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollActions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AAG5E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAmC5D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAC1D,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;CACzE,CAAC;AAEF,eAAO,MAAM,WAAW,4FAMrB,gBAAgB,mDAsGlB,CAAC"}
1
+ {"version":3,"file":"PollActions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AAG5E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAmC5D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAC1D,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;CACzE,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,yFAMzB,gBAAgB,mDAsGlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollAnswerList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollAnswerList.tsx"],"names":[],"mappings":"AA0BA,MAAM,MAAM,mBAAmB,GAAG;IAChC,sBAAsB,EAAE,MAAM,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,cAAc,+BAAgC,mBAAmB,4CAkE7E,CAAC"}
1
+ {"version":3,"file":"PollAnswerList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollAnswerList.tsx"],"names":[],"mappings":"AA0BA,MAAM,MAAM,mBAAmB,GAAG;IAChC,sBAAsB,EAAE,MAAM,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,4BAA4B,mBAAmB,4CAkE7E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollQuestion.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollQuestion.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,YAAY,iBAAkB,iBAAiB,4CAQ3D,CAAC"}
1
+ {"version":3,"file":"PollQuestion.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollActions/PollQuestion.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAQ3D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollOptionWithVotes.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Poll/PollActions/PollResults/PollOptionWithVotes.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAuB,MAAM,aAAa,CAAC;AAYnE,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,8DAK7B,wBAAwB,4CAsC1B,CAAC"}
1
+ {"version":3,"file":"PollOptionWithVotes.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Poll/PollActions/PollResults/PollOptionWithVotes.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAuB,MAAM,aAAa,CAAC;AAYnE,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,2DAKjC,wBAAwB,4CAsC1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollOptionWithVotesHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Poll/PollActions/PollResults/PollOptionWithVotesHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAa,MAAM,aAAa,CAAC;AAYzD,MAAM,MAAM,gCAAgC,GAAG;IAC7C,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,2BAA2B,kBAErC,gCAAgC,4CAkBlC,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,MAAM,EAAE,UAAU,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,yBAAyB,mCAGnC,8BAA8B,4CAchC,CAAC"}
1
+ {"version":3,"file":"PollOptionWithVotesHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Poll/PollActions/PollResults/PollOptionWithVotesHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAa,MAAM,aAAa,CAAC;AAYzD,MAAM,MAAM,gCAAgC,GAAG;IAC7C,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,eAEzC,gCAAgC,4CAkBlC,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,MAAM,EAAE,UAAU,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,gCAGvC,8BAA8B,4CAchC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollOptionWithVotesList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Poll/PollActions/PollResults/PollOptionWithVotesList.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAA8B,MAAM,aAAa,CAAC;AAG1E,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,UAAU,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,uBAAuB,mCAGjC,4BAA4B,4CA6B9B,CAAC"}
1
+ {"version":3,"file":"PollOptionWithVotesList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Poll/PollActions/PollResults/PollOptionWithVotesList.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAA8B,MAAM,aAAa,CAAC;AAG1E,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,UAAU,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,gCAGrC,4BAA4B,4CA6B9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollCreationDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollCreationDialog/PollCreationDialog.tsx"],"names":[],"mappings":"AAaA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAQF,eAAO,MAAM,kBAAkB,cAAe,uBAAuB,4CAkEpE,CAAC"}
1
+ {"version":3,"file":"PollCreationDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollCreationDialog/PollCreationDialog.tsx"],"names":[],"mappings":"AAaA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAQF,eAAO,MAAM,kBAAkB,GAAI,WAAW,uBAAuB,4CAkEpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollCreationDialogControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollCreationDialog/PollCreationDialogControls.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAEpC,+BAA+B,4CAwCjC,CAAC"}
1
+ {"version":3,"file":"PollCreationDialogControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/PollCreationDialog/PollCreationDialogControls.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,YAExC,+BAA+B,4CAwCjC,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const PollHeader: () => import("react/jsx-runtime").JSX.Element | undefined;
1
+ export declare const PollHeader: () => import("react/jsx-runtime").JSX.Element | null;
2
2
  //# sourceMappingURL=PollHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PollHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollHeader.tsx"],"names":[],"mappings":"AAoBA,eAAO,MAAM,UAAU,2DA0BtB,CAAC"}
1
+ {"version":3,"file":"PollHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollHeader.tsx"],"names":[],"mappings":"AAoBA,eAAO,MAAM,UAAU,sDA0BtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollOptionList.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollOptionList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAkBrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,cAAc,kDAGxB,mBAAmB,4CA2CrB,CAAC"}
1
+ {"version":3,"file":"PollOptionList.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollOptionList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAkBrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,+CAG5B,mBAAmB,4CA2CrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollOptionSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollOptionSelector.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAyC,MAAM,aAAa,CAAC;AAYrF,KAAK,cAAc,GAAG;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,SAAS,0BAA2B,cAAc,4CAW9D,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEnD,eAAO,MAAM,SAAS,gBAAiB,cAAc,4CAIpD,CAAC;AAmBF,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,UAAU,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,sDAI5B,uBAAuB,4CAoGzB,CAAC"}
1
+ {"version":3,"file":"PollOptionSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollOptionSelector.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAyC,MAAM,aAAa,CAAC;AAYrF,KAAK,cAAc,GAAG;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,uBAAuB,cAAc,4CAW9D,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEnD,eAAO,MAAM,SAAS,GAAI,aAAa,cAAc,4CAIpD,CAAC;AAmBF,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,UAAU,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,mDAIhC,uBAAuB,4CAoGzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollVote.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollVote.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,aAAa,CAAC;AA4B5D,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AA4BF,eAAO,MAAM,QAAQ,aAAc,aAAa,4CAK/C,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,cAAe,oBAAoB,4CAM9D,CAAC"}
1
+ {"version":3,"file":"PollVote.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/PollVote.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,aAAa,CAAC;AA4B5D,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AA4BF,eAAO,MAAM,QAAQ,GAAI,UAAU,aAAa,4CAK/C,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,WAAW,oBAAoB,4CAM9D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,KAAe,CAAC;AAE7C,eAAO,MAAM,qBAAqB,GAAa,CAAC;AAChD,eAAO,MAAM,0BAA0B,GAAa,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/Poll/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAG,GAAY,CAAC;AAE7C,eAAO,MAAM,qBAAqB,EAAG,CAAU,CAAC;AAChD,eAAO,MAAM,0BAA0B,EAAG,CAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePollAnswerPagination.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/hooks/usePollAnswerPagination.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,sBAAsB,EAAY,MAAM,aAAa,CAAC;AAUhF,KAAK,6BAA6B,GAAG;IACnC,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,2BAEjC,6BAA6B;;;;;;CA+B/B,CAAC"}
1
+ {"version":3,"file":"usePollAnswerPagination.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/hooks/usePollAnswerPagination.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,sBAAsB,EAAY,MAAM,aAAa,CAAC;AAUhF,KAAK,6BAA6B,GAAG;IACnC,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,wBAErC,6BAAkC;;;;;;CA+BpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePollOptionVotesPagination.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/hooks/usePollOptionVotesPagination.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,0BAA0B,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAUxE,KAAK,kCAAkC,GAAG;IACxC,gBAAgB,EAAE,0BAA0B,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,0BAEtC,kCAAkC;;;;;;CAmCpC,CAAC"}
1
+ {"version":3,"file":"usePollOptionVotesPagination.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/hooks/usePollOptionVotesPagination.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,0BAA0B,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAUxE,KAAK,kCAAkC,GAAG;IACxC,gBAAgB,EAAE,0BAA0B,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,uBAE1C,kCAAkC;;;;;;CAmCpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/Portal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAI5D,MAAM,MAAM,WAAW,GAAG;IACxB,oBAAoB,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,MAAM,gDAIhB,kBAAkB,WAAW,CAAC,KAAG,WAAW,GAAG,IAYjD,CAAC"}
1
+ {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/Portal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAI5D,MAAM,MAAM,WAAW,GAAG;IACxB,oBAAoB,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,6CAIpB,iBAAiB,CAAC,WAAW,CAAC,KAAG,WAAW,GAAG,IAYjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/ReactFileUtilities/LoadingIndicator.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6CAK1B,qBAAqB,4CAYvB,CAAC"}
1
+ {"version":3,"file":"LoadingIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/ReactFileUtilities/LoadingIndicator.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,0CAK9B,qBAAqB,4CAYvB,CAAC"}