stream-chat-react 14.3.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 (450) hide show
  1. package/dist/cjs/ReactPlayerWrapper.16cd6fed.js +24 -0
  2. package/dist/cjs/ReactPlayerWrapper.16cd6fed.js.map +1 -0
  3. package/dist/cjs/audioProcessing.22303d69.js +148 -0
  4. package/dist/cjs/audioProcessing.22303d69.js.map +1 -0
  5. package/dist/cjs/emojis.js +211 -226
  6. package/dist/cjs/emojis.js.map +1 -1
  7. package/dist/cjs/index.js +26212 -31082
  8. package/dist/cjs/index.js.map +1 -1
  9. package/dist/cjs/mp3-encoder.js +30 -58
  10. package/dist/cjs/mp3-encoder.js.map +1 -1
  11. package/dist/cjs/useNotificationApi.9ffe5761.js +5516 -0
  12. package/dist/cjs/useNotificationApi.9ffe5761.js.map +1 -0
  13. package/dist/css/index.css +9 -0
  14. package/dist/css/index.css.map +1 -1
  15. package/dist/es/ReactPlayerWrapper.d2ae5941.mjs +22 -0
  16. package/dist/es/ReactPlayerWrapper.d2ae5941.mjs.map +1 -0
  17. package/dist/es/audioProcessing.766ca76c.mjs +107 -0
  18. package/dist/es/audioProcessing.766ca76c.mjs.map +1 -0
  19. package/dist/es/emojis.mjs +207 -205
  20. package/dist/es/emojis.mjs.map +1 -1
  21. package/dist/es/index.mjs +25961 -31417
  22. package/dist/es/index.mjs.map +1 -1
  23. package/dist/es/mp3-encoder.mjs +31 -38
  24. package/dist/es/mp3-encoder.mjs.map +1 -1
  25. package/dist/es/useNotificationApi.6fdc3ce7.mjs +4195 -0
  26. package/dist/es/useNotificationApi.6fdc3ce7.mjs.map +1 -0
  27. package/dist/types/a11y/a11yUtils.d.ts.map +1 -1
  28. package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts.map +1 -1
  29. package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts.map +1 -1
  30. package/dist/types/components/AIStateIndicator/AIStateIndicator.d.ts.map +1 -1
  31. package/dist/types/components/AIStateIndicator/hooks/useAIState.d.ts.map +1 -1
  32. package/dist/types/components/Accessibility/AriaLiveRegion.d.ts.map +1 -1
  33. package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts.map +1 -1
  34. package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts.map +1 -1
  35. package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts +0 -1
  36. package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts.map +1 -1
  37. package/dist/types/components/Attachment/Attachment.d.ts.map +1 -1
  38. package/dist/types/components/Attachment/AttachmentActions.d.ts +3 -1
  39. package/dist/types/components/Attachment/AttachmentActions.d.ts.map +1 -1
  40. package/dist/types/components/Attachment/AttachmentContainer.d.ts +1 -1
  41. package/dist/types/components/Attachment/AttachmentContainer.d.ts.map +1 -1
  42. package/dist/types/components/Attachment/Audio.d.ts.map +1 -1
  43. package/dist/types/components/Attachment/FileAttachment.d.ts.map +1 -1
  44. package/dist/types/components/Attachment/Geolocation.d.ts.map +1 -1
  45. package/dist/types/components/Attachment/Giphy.d.ts.map +1 -1
  46. package/dist/types/components/Attachment/Image.d.ts.map +1 -1
  47. package/dist/types/components/Attachment/LinkPreview/Card.d.ts +3 -1
  48. package/dist/types/components/Attachment/LinkPreview/Card.d.ts.map +1 -1
  49. package/dist/types/components/Attachment/LinkPreview/CardAudio.d.ts.map +1 -1
  50. package/dist/types/components/Attachment/LinkPreview/UnableToRenderCard.d.ts +1 -1
  51. package/dist/types/components/Attachment/LinkPreview/UnableToRenderCard.d.ts.map +1 -1
  52. package/dist/types/components/Attachment/ModalGallery.d.ts.map +1 -1
  53. package/dist/types/components/Attachment/VideoAttachment.d.ts.map +1 -1
  54. package/dist/types/components/Attachment/VoiceRecording.d.ts.map +1 -1
  55. package/dist/types/components/Attachment/attachment-sizing.d.ts.map +1 -1
  56. package/dist/types/components/Attachment/audioSampling.d.ts.map +1 -1
  57. package/dist/types/components/Attachment/components/DownloadButton.d.ts.map +1 -1
  58. package/dist/types/components/Attachment/components/FileSizeIndicator.d.ts.map +1 -1
  59. package/dist/types/components/Attachment/icons.d.ts.map +1 -1
  60. package/dist/types/components/Attachment/utils.d.ts.map +1 -1
  61. package/dist/types/components/AudioPlayback/AudioPlayer.d.ts +1 -2
  62. package/dist/types/components/AudioPlayback/AudioPlayer.d.ts.map +1 -1
  63. package/dist/types/components/AudioPlayback/AudioPlayerPool.d.ts +1 -1
  64. package/dist/types/components/AudioPlayback/AudioPlayerPool.d.ts.map +1 -1
  65. package/dist/types/components/AudioPlayback/WithAudioPlayback.d.ts.map +1 -1
  66. package/dist/types/components/AudioPlayback/components/PlaybackRateButton.d.ts.map +1 -1
  67. package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts.map +1 -1
  68. package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts.map +1 -1
  69. package/dist/types/components/AudioPlayback/components/formatTime.d.ts +1 -1
  70. package/dist/types/components/AudioPlayback/components/formatTime.d.ts.map +1 -1
  71. package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts.map +1 -1
  72. package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts.map +1 -1
  73. package/dist/types/components/AudioPlayback/components/useInteractiveProgressBar.d.ts.map +1 -1
  74. package/dist/types/components/AudioPlayback/plugins/AudioPlayerNotificationsPlugin.d.ts.map +1 -1
  75. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  76. package/dist/types/components/Avatar/ChannelAvatar.d.ts.map +1 -1
  77. package/dist/types/components/Avatar/GroupAvatar.d.ts.map +1 -1
  78. package/dist/types/components/Badge/Badge.d.ts +1 -1
  79. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  80. package/dist/types/components/Badge/MediaBadge.d.ts.map +1 -1
  81. package/dist/types/components/BaseImage/ImagePlaceholder.d.ts.map +1 -1
  82. package/dist/types/components/BaseImage/toBaseImageDescriptors.d.ts.map +1 -1
  83. package/dist/types/components/Button/PlayButton.d.ts.map +1 -1
  84. package/dist/types/components/Channel/Channel.d.ts +3 -1
  85. package/dist/types/components/Channel/Channel.d.ts.map +1 -1
  86. package/dist/types/components/Channel/channelState.d.ts.map +1 -1
  87. package/dist/types/components/Channel/hooks/useChannelContainerClasses.d.ts +1 -1
  88. package/dist/types/components/Channel/hooks/useChannelContainerClasses.d.ts.map +1 -1
  89. package/dist/types/components/Channel/hooks/useCreateChannelStateContext.d.ts +1 -1
  90. package/dist/types/components/Channel/hooks/useCreateChannelStateContext.d.ts.map +1 -1
  91. package/dist/types/components/Channel/hooks/useCreateTypingContext.d.ts.map +1 -1
  92. package/dist/types/components/Channel/hooks/useEditMessageHandler.d.ts.map +1 -1
  93. package/dist/types/components/Channel/hooks/useIsMounted.d.ts +0 -1
  94. package/dist/types/components/Channel/hooks/useIsMounted.d.ts.map +1 -1
  95. package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts.map +1 -1
  96. package/dist/types/components/Channel/utils.d.ts +2 -2
  97. package/dist/types/components/Channel/utils.d.ts.map +1 -1
  98. package/dist/types/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
  99. package/dist/types/components/ChannelList/ChannelList.d.ts +3 -1
  100. package/dist/types/components/ChannelList/ChannelList.d.ts.map +1 -1
  101. package/dist/types/components/ChannelList/ChannelListUI.d.ts.map +1 -1
  102. package/dist/types/components/ChannelList/hooks/useChannelListShape.d.ts.map +1 -1
  103. package/dist/types/components/ChannelList/hooks/useConnectionRecoveredListener.d.ts.map +1 -1
  104. package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts +0 -1
  105. package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
  106. package/dist/types/components/ChannelList/utils.d.ts +3 -3
  107. package/dist/types/components/ChannelList/utils.d.ts.map +1 -1
  108. package/dist/types/components/ChannelListItem/ChannelListItem.d.ts.map +1 -1
  109. package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map +1 -1
  110. package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts +3 -1
  111. package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts.map +1 -1
  112. package/dist/types/components/ChannelListItem/hooks/useChannelDisplayName.d.ts.map +1 -1
  113. package/dist/types/components/ChannelListItem/hooks/useChannelPreviewInfo.d.ts.map +1 -1
  114. package/dist/types/components/ChannelListItem/hooks/useIsChannelMuted.d.ts.map +1 -1
  115. package/dist/types/components/ChannelListItem/hooks/useMessageDeliveryStatus.d.ts.map +1 -1
  116. package/dist/types/components/ChannelListItem/utils.d.ts +2 -2
  117. package/dist/types/components/ChannelListItem/utils.d.ts.map +1 -1
  118. package/dist/types/components/Chat/Chat.d.ts +3 -0
  119. package/dist/types/components/Chat/Chat.d.ts.map +1 -1
  120. package/dist/types/components/Chat/hooks/useChat.d.ts.map +1 -1
  121. package/dist/types/components/Chat/hooks/useCreateChatClient.d.ts.map +1 -1
  122. package/dist/types/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -1
  123. package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts +6 -6
  124. package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts.map +1 -1
  125. package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts.map +1 -1
  126. package/dist/types/components/ChatView/ChatView.d.ts.map +1 -1
  127. package/dist/types/components/DateSeparator/DateSeparator.d.ts +3 -1
  128. package/dist/types/components/DateSeparator/DateSeparator.d.ts.map +1 -1
  129. package/dist/types/components/Dialog/components/Callout.d.ts.map +1 -1
  130. package/dist/types/components/Dialog/components/ContextMenu.d.ts +3 -3
  131. package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
  132. package/dist/types/components/Dialog/components/Prompt.d.ts +1 -1
  133. package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
  134. package/dist/types/components/Dialog/components/Viewer.d.ts +1 -1
  135. package/dist/types/components/Dialog/components/Viewer.d.ts.map +1 -1
  136. package/dist/types/components/Dialog/hooks/useDialog.d.ts +8 -6
  137. package/dist/types/components/Dialog/hooks/useDialog.d.ts.map +1 -1
  138. package/dist/types/components/Dialog/hooks/usePopoverPosition.d.ts +5 -6
  139. package/dist/types/components/Dialog/hooks/usePopoverPosition.d.ts.map +1 -1
  140. package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
  141. package/dist/types/components/Dialog/service/DialogManager.d.ts +1 -1
  142. package/dist/types/components/Dialog/service/DialogManager.d.ts.map +1 -1
  143. package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
  144. package/dist/types/components/DragAndDrop/DragAndDropContainer.d.ts.map +1 -1
  145. package/dist/types/components/EmptyStateIndicator/EmptyStateIndicator.d.ts +3 -1
  146. package/dist/types/components/EmptyStateIndicator/EmptyStateIndicator.d.ts.map +1 -1
  147. package/dist/types/components/EventComponent/EventComponent.d.ts +6 -1
  148. package/dist/types/components/EventComponent/EventComponent.d.ts.map +1 -1
  149. package/dist/types/components/FileIcon/FileIcon.d.ts.map +1 -1
  150. package/dist/types/components/FileIcon/FileIconSet.d.ts.map +1 -1
  151. package/dist/types/components/Form/Dropdown.d.ts.map +1 -1
  152. package/dist/types/components/Form/FieldError.d.ts.map +1 -1
  153. package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
  154. package/dist/types/components/Form/TextInputFieldSet.d.ts.map +1 -1
  155. package/dist/types/components/Gallery/Gallery.d.ts.map +1 -1
  156. package/dist/types/components/Gallery/GalleryContext.d.ts +2 -4
  157. package/dist/types/components/Gallery/GalleryContext.d.ts.map +1 -1
  158. package/dist/types/components/Gallery/GalleryHeader.d.ts.map +1 -1
  159. package/dist/types/components/Icons/BaseIcon.d.ts.map +1 -1
  160. package/dist/types/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
  161. package/dist/types/components/InfiniteScrollPaginator/InfiniteScrollPaginator.d.ts.map +1 -1
  162. package/dist/types/components/InfiniteScrollPaginator/hooks/useCursorPaginator.d.ts.map +1 -1
  163. package/dist/types/components/LoadMore/LoadMoreButton.d.ts +3 -1
  164. package/dist/types/components/LoadMore/LoadMoreButton.d.ts.map +1 -1
  165. package/dist/types/components/LoadMore/LoadMorePaginator.d.ts +1 -1
  166. package/dist/types/components/LoadMore/LoadMorePaginator.d.ts.map +1 -1
  167. package/dist/types/components/Loading/LoadingErrorIndicator.d.ts +6 -1
  168. package/dist/types/components/Loading/LoadingErrorIndicator.d.ts.map +1 -1
  169. package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
  170. package/dist/types/components/Loading/UploadProgressIndicator.d.ts.map +1 -1
  171. package/dist/types/components/Loading/UploadedSizeIndicator.d.ts.map +1 -1
  172. package/dist/types/components/Loading/progress-indicators.d.ts.map +1 -1
  173. package/dist/types/components/Location/ShareLocationDialog.d.ts.map +1 -1
  174. package/dist/types/components/Location/hooks/useLiveLocationSharingManager.d.ts +1 -1
  175. package/dist/types/components/Location/hooks/useLiveLocationSharingManager.d.ts.map +1 -1
  176. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts +1 -1
  177. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts.map +1 -1
  178. package/dist/types/components/MediaRecorder/AudioRecorder/RecordingTimer.d.ts.map +1 -1
  179. package/dist/types/components/MediaRecorder/AudioRecorder/hooks/useTimeElapsed.d.ts.map +1 -1
  180. package/dist/types/components/MediaRecorder/AudioRecorder/recordingStateIdentity.d.ts +3 -3
  181. package/dist/types/components/MediaRecorder/AudioRecorder/recordingStateIdentity.d.ts.map +1 -1
  182. package/dist/types/components/MediaRecorder/RecordingPermissionDeniedNotification.d.ts.map +1 -1
  183. package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts +1 -1
  184. package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts.map +1 -1
  185. package/dist/types/components/MediaRecorder/hooks/useMediaRecorder.d.ts.map +1 -1
  186. package/dist/types/components/MediaRecorder/transcode/audioProcessing.d.ts.map +1 -1
  187. package/dist/types/components/MediaRecorder/transcode/index.d.ts.map +1 -1
  188. package/dist/types/components/MediaRecorder/transcode/wav.d.ts.map +1 -1
  189. package/dist/types/components/Message/Message.d.ts.map +1 -1
  190. package/dist/types/components/Message/MessageBubble.d.ts +1 -1
  191. package/dist/types/components/Message/MessageBubble.d.ts.map +1 -1
  192. package/dist/types/components/Message/MessageEditedIndicator.d.ts +3 -1
  193. package/dist/types/components/Message/MessageEditedIndicator.d.ts.map +1 -1
  194. package/dist/types/components/Message/MessageRepliesCountButton.d.ts.map +1 -1
  195. package/dist/types/components/Message/MessageStatus.d.ts +3 -1
  196. package/dist/types/components/Message/MessageStatus.d.ts.map +1 -1
  197. package/dist/types/components/Message/MessageText.d.ts +3 -1
  198. package/dist/types/components/Message/MessageText.d.ts.map +1 -1
  199. package/dist/types/components/Message/MessageTimestamp.d.ts +3 -1
  200. package/dist/types/components/Message/MessageTimestamp.d.ts.map +1 -1
  201. package/dist/types/components/Message/MessageTranslationIndicator.d.ts.map +1 -1
  202. package/dist/types/components/Message/MessageUI.d.ts.map +1 -1
  203. package/dist/types/components/Message/PinIndicator.d.ts.map +1 -1
  204. package/dist/types/components/Message/QuotedMessage.d.ts.map +1 -1
  205. package/dist/types/components/Message/ReminderNotification.d.ts.map +1 -1
  206. package/dist/types/components/Message/StreamedMessageText.d.ts.map +1 -1
  207. package/dist/types/components/Message/emojiRegex.d.ts +15 -0
  208. package/dist/types/components/Message/emojiRegex.d.ts.map +1 -0
  209. package/dist/types/components/Message/hooks/useDeleteHandler.d.ts +1 -1
  210. package/dist/types/components/Message/hooks/useDeleteHandler.d.ts.map +1 -1
  211. package/dist/types/components/Message/hooks/useFlagHandler.d.ts.map +1 -1
  212. package/dist/types/components/Message/hooks/useMarkUnreadHandler.d.ts.map +1 -1
  213. package/dist/types/components/Message/hooks/useMentionsHandler.d.ts.map +1 -1
  214. package/dist/types/components/Message/hooks/useMessageReminder.d.ts.map +1 -1
  215. package/dist/types/components/Message/hooks/useMessageTextStreaming.d.ts.map +1 -1
  216. package/dist/types/components/Message/hooks/useMuteHandler.d.ts.map +1 -1
  217. package/dist/types/components/Message/hooks/useOpenThreadHandler.d.ts.map +1 -1
  218. package/dist/types/components/Message/hooks/usePinHandler.d.ts.map +1 -1
  219. package/dist/types/components/Message/hooks/useReactionHandler.d.ts.map +1 -1
  220. package/dist/types/components/Message/hooks/useRetryHandler.d.ts.map +1 -1
  221. package/dist/types/components/Message/hooks/useUserHandler.d.ts +0 -1
  222. package/dist/types/components/Message/hooks/useUserHandler.d.ts.map +1 -1
  223. package/dist/types/components/Message/hooks/useUserRole.d.ts.map +1 -1
  224. package/dist/types/components/Message/renderText/componentRenderers/Anchor.d.ts +1 -1
  225. package/dist/types/components/Message/renderText/componentRenderers/Anchor.d.ts.map +1 -1
  226. package/dist/types/components/Message/renderText/componentRenderers/Emoji.d.ts.map +1 -1
  227. package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts.map +1 -1
  228. package/dist/types/components/Message/renderText/regex.d.ts.map +1 -1
  229. package/dist/types/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.d.ts +1 -1
  230. package/dist/types/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.d.ts.map +1 -1
  231. package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts +1 -1
  232. package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts.map +1 -1
  233. package/dist/types/components/Message/renderText/remarkPlugins/htmlToTextPlugin.d.ts +3 -1
  234. package/dist/types/components/Message/renderText/remarkPlugins/htmlToTextPlugin.d.ts.map +1 -1
  235. package/dist/types/components/Message/renderText/remarkPlugins/imageToLink.d.ts.map +1 -1
  236. package/dist/types/components/Message/renderText/renderText.d.ts +1 -1
  237. package/dist/types/components/Message/renderText/renderText.d.ts.map +1 -1
  238. package/dist/types/components/Message/utils.d.ts +5 -5
  239. package/dist/types/components/Message/utils.d.ts.map +1 -1
  240. package/dist/types/components/MessageActions/DeleteMessageAlert.d.ts.map +1 -1
  241. package/dist/types/components/MessageActions/DownloadSubmenu.d.ts +3 -0
  242. package/dist/types/components/MessageActions/DownloadSubmenu.d.ts.map +1 -0
  243. package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
  244. package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts +2 -1
  245. package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts.map +1 -1
  246. package/dist/types/components/MessageActions/downloadUtils.d.ts.map +1 -1
  247. package/dist/types/components/MessageActions/hooks/useBaseMessageActionSetFilter.d.ts.map +1 -1
  248. package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.d.ts.map +1 -1
  249. package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentUploadedSizeIndicator.d.ts.map +1 -1
  250. package/dist/types/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.d.ts.map +1 -1
  251. package/dist/types/components/MessageComposer/AttachmentPreviewList/FileAttachmentPreview.d.ts.map +1 -1
  252. package/dist/types/components/MessageComposer/AttachmentPreviewList/GeolocationPreview.d.ts.map +1 -1
  253. package/dist/types/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.d.ts.map +1 -1
  254. package/dist/types/components/MessageComposer/AttachmentPreviewList/UnsupportedAttachmentPreview.d.ts.map +1 -1
  255. package/dist/types/components/MessageComposer/AttachmentPreviewList/VoiceRecordingPreviewSlot.d.ts.map +1 -1
  256. package/dist/types/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.d.ts.map +1 -1
  257. package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts +6 -6
  258. package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts.map +1 -1
  259. package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts +1 -1
  260. package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts.map +1 -1
  261. package/dist/types/components/MessageComposer/CommandChip.d.ts.map +1 -1
  262. package/dist/types/components/MessageComposer/EditedMessagePreview.d.ts.map +1 -1
  263. package/dist/types/components/MessageComposer/LinkPreviewList.d.ts.map +1 -1
  264. package/dist/types/components/MessageComposer/MessageComposer.d.ts +3 -1
  265. package/dist/types/components/MessageComposer/MessageComposer.d.ts.map +1 -1
  266. package/dist/types/components/MessageComposer/QuotedMessageIndicator.d.ts.map +1 -1
  267. package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
  268. package/dist/types/components/MessageComposer/RemoveAttachmentPreviewButton.d.ts +1 -1
  269. package/dist/types/components/MessageComposer/RemoveAttachmentPreviewButton.d.ts.map +1 -1
  270. package/dist/types/components/MessageComposer/SendButton.d.ts.map +1 -1
  271. package/dist/types/components/MessageComposer/StopAIGenerationButton.d.ts.map +1 -1
  272. package/dist/types/components/MessageComposer/WithDragAndDropUpload.d.ts.map +1 -1
  273. package/dist/types/components/MessageComposer/hooks/useAttachmentsForPreview.d.ts +7 -7
  274. package/dist/types/components/MessageComposer/hooks/useCreateMessageComposerContext.d.ts.map +1 -1
  275. package/dist/types/components/MessageComposer/hooks/useMessageComposerBindings.d.ts.map +1 -1
  276. package/dist/types/components/MessageComposer/hooks/usePasteHandler.d.ts.map +1 -1
  277. package/dist/types/components/MessageComposer/hooks/useSubmitHandler.d.ts.map +1 -1
  278. package/dist/types/components/MessageComposer/hooks/useTextareaRef.d.ts +0 -1
  279. package/dist/types/components/MessageComposer/hooks/useTextareaRef.d.ts.map +1 -1
  280. package/dist/types/components/MessageComposer/preEditSnapshot.d.ts.map +1 -1
  281. package/dist/types/components/MessageList/CustomNotification.d.ts +3 -1
  282. package/dist/types/components/MessageList/CustomNotification.d.ts.map +1 -1
  283. package/dist/types/components/MessageList/FloatingDateSeparator.d.ts.map +1 -1
  284. package/dist/types/components/MessageList/GiphyPreviewMessage.d.ts.map +1 -1
  285. package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
  286. package/dist/types/components/MessageList/MessageListMainPanel.d.ts.map +1 -1
  287. package/dist/types/components/MessageList/NewMessageNotification.d.ts +3 -1
  288. package/dist/types/components/MessageList/NewMessageNotification.d.ts.map +1 -1
  289. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts +3 -1
  290. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts.map +1 -1
  291. package/dist/types/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  292. package/dist/types/components/MessageList/UnreadMessagesSeparator.d.ts.map +1 -1
  293. package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts +1 -2
  294. package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts.map +1 -1
  295. package/dist/types/components/MessageList/hooks/MessageList/scrollInstrumentation.d.ts.map +1 -1
  296. package/dist/types/components/MessageList/hooks/MessageList/useEnrichedMessages.d.ts +1 -1
  297. package/dist/types/components/MessageList/hooks/MessageList/useEnrichedMessages.d.ts.map +1 -1
  298. package/dist/types/components/MessageList/hooks/MessageList/useFloatingDateSeparatorMessageList.d.ts.map +1 -1
  299. package/dist/types/components/MessageList/hooks/MessageList/useMessageListElements.d.ts.map +1 -1
  300. package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts.map +1 -1
  301. package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
  302. package/dist/types/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts.map +1 -1
  303. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useFloatingDateSeparator.d.ts.map +1 -1
  304. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.d.ts +0 -1
  305. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.d.ts.map +1 -1
  306. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useMessageSetKey.d.ts.map +1 -1
  307. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.d.ts +0 -1
  308. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.d.ts.map +1 -1
  309. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useScrollToBottomOnNewMessage.d.ts.map +1 -1
  310. package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.d.ts.map +1 -1
  311. package/dist/types/components/MessageList/hooks/useLastDeliveredData.d.ts.map +1 -1
  312. package/dist/types/components/MessageList/hooks/useLastOwnMessage.d.ts.map +1 -1
  313. package/dist/types/components/MessageList/hooks/useLastReadData.d.ts.map +1 -1
  314. package/dist/types/components/MessageList/hooks/useMarkRead.d.ts.map +1 -1
  315. package/dist/types/components/MessageList/utils.d.ts +0 -1
  316. package/dist/types/components/MessageList/utils.d.ts.map +1 -1
  317. package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts +1 -1
  318. package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts.map +1 -1
  319. package/dist/types/components/Modal/GlobalModal.d.ts +3 -1
  320. package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
  321. package/dist/types/components/Notifications/NotificationConfigurationContext.d.ts +24 -0
  322. package/dist/types/components/Notifications/NotificationConfigurationContext.d.ts.map +1 -0
  323. package/dist/types/components/Notifications/NotificationList.d.ts.map +1 -1
  324. package/dist/types/components/Notifications/hooks/useNotificationApi.d.ts.map +1 -1
  325. package/dist/types/components/Notifications/hooks/useNotifications.d.ts +5 -0
  326. package/dist/types/components/Notifications/hooks/useNotifications.d.ts.map +1 -1
  327. package/dist/types/components/Notifications/hooks/useSystemNotifications.d.ts.map +1 -1
  328. package/dist/types/components/Notifications/index.d.ts +1 -0
  329. package/dist/types/components/Notifications/index.d.ts.map +1 -1
  330. package/dist/types/components/Notifications/notificationTarget.d.ts +3 -3
  331. package/dist/types/components/Notifications/notificationTarget.d.ts.map +1 -1
  332. package/dist/types/components/Poll/Poll.d.ts.map +1 -1
  333. package/dist/types/components/Poll/PollActions/AddCommentPrompt.d.ts.map +1 -1
  334. package/dist/types/components/Poll/PollActions/PollAction.d.ts.map +1 -1
  335. package/dist/types/components/Poll/PollActions/PollActions.d.ts.map +1 -1
  336. package/dist/types/components/Poll/PollActions/PollAnswerList.d.ts.map +1 -1
  337. package/dist/types/components/Poll/PollActions/PollQuestion.d.ts.map +1 -1
  338. package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotes.d.ts.map +1 -1
  339. package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotesHeader.d.ts.map +1 -1
  340. package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotesList.d.ts.map +1 -1
  341. package/dist/types/components/Poll/PollCreationDialog/PollCreationDialog.d.ts.map +1 -1
  342. package/dist/types/components/Poll/PollCreationDialog/PollCreationDialogControls.d.ts.map +1 -1
  343. package/dist/types/components/Poll/PollHeader.d.ts +1 -1
  344. package/dist/types/components/Poll/PollHeader.d.ts.map +1 -1
  345. package/dist/types/components/Poll/PollOptionList.d.ts.map +1 -1
  346. package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -1
  347. package/dist/types/components/Poll/PollVote.d.ts.map +1 -1
  348. package/dist/types/components/Poll/constants.d.ts.map +1 -1
  349. package/dist/types/components/Poll/hooks/usePollAnswerPagination.d.ts.map +1 -1
  350. package/dist/types/components/Poll/hooks/usePollOptionVotesPagination.d.ts.map +1 -1
  351. package/dist/types/components/Portal/Portal.d.ts.map +1 -1
  352. package/dist/types/components/ReactFileUtilities/LoadingIndicator.d.ts.map +1 -1
  353. package/dist/types/components/ReactFileUtilities/utils.d.ts.map +1 -1
  354. package/dist/types/components/Reactions/MessageReactions.d.ts +3 -1
  355. package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
  356. package/dist/types/components/Reactions/ReactionSelectorWithButton.d.ts.map +1 -1
  357. package/dist/types/components/Reactions/SpriteImage.d.ts.map +1 -1
  358. package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -1
  359. package/dist/types/components/Reactions/reactionOptions.d.ts +10 -1
  360. package/dist/types/components/Reactions/reactionOptions.d.ts.map +1 -1
  361. package/dist/types/components/Reactions/utils/utils.d.ts.map +1 -1
  362. package/dist/types/components/SafeAnchor/SafeAnchor.d.ts +3 -1
  363. package/dist/types/components/SafeAnchor/SafeAnchor.d.ts.map +1 -1
  364. package/dist/types/components/Search/Search.d.ts.map +1 -1
  365. package/dist/types/components/Search/SearchBar/SearchBar.d.ts.map +1 -1
  366. package/dist/types/components/Search/SearchContext.d.ts.map +1 -1
  367. package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts +1 -1
  368. package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts.map +1 -1
  369. package/dist/types/components/Search/SearchResults/SearchSourceResultList.d.ts.map +1 -1
  370. package/dist/types/components/Search/SearchResults/SearchSourceResults.d.ts.map +1 -1
  371. package/dist/types/components/Search/SearchSourceResultsContext.d.ts.map +1 -1
  372. package/dist/types/components/Search/hooks/useSearchQueriesInProgress.d.ts.map +1 -1
  373. package/dist/types/components/SkipNavigation/SkipNavigation.d.ts.map +1 -1
  374. package/dist/types/components/SummarizedMessagePreview/SummarizedMessagePreview.d.ts.map +1 -1
  375. package/dist/types/components/SummarizedMessagePreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
  376. package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts.map +1 -1
  377. package/dist/types/components/TextareaComposer/SuggestionList/EmoticonItem.d.ts.map +1 -1
  378. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
  379. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts.map +1 -1
  380. package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts.map +1 -1
  381. package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
  382. package/dist/types/components/TextareaComposer/hooks/useTextareaPlaceholder.d.ts.map +1 -1
  383. package/dist/types/components/Thread/Thread.d.ts.map +1 -1
  384. package/dist/types/components/Thread/ThreadHead.d.ts.map +1 -1
  385. package/dist/types/components/Thread/ThreadHeader.d.ts.map +1 -1
  386. package/dist/types/components/Threads/ThreadContext.d.ts.map +1 -1
  387. package/dist/types/components/Threads/ThreadList/ThreadList.d.ts.map +1 -1
  388. package/dist/types/components/Threads/ThreadList/ThreadListItem.d.ts.map +1 -1
  389. package/dist/types/components/Threads/ThreadList/ThreadListItemUI.d.ts.map +1 -1
  390. package/dist/types/components/Threads/UnreadCountBadge.d.ts +1 -1
  391. package/dist/types/components/Threads/UnreadCountBadge.d.ts.map +1 -1
  392. package/dist/types/components/Threads/hooks/useThreadManagerState.d.ts.map +1 -1
  393. package/dist/types/components/Threads/hooks/useThreadState.d.ts.map +1 -1
  394. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  395. package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -1
  396. package/dist/types/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts +1 -1
  397. package/dist/types/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts.map +1 -1
  398. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +8 -1
  399. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
  400. package/dist/types/components/TypingIndicator/TypingIndicatorHeader.d.ts.map +1 -1
  401. package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts.map +1 -1
  402. package/dist/types/components/UtilityComponents/useStableId.d.ts +7 -3
  403. package/dist/types/components/UtilityComponents/useStableId.d.ts.map +1 -1
  404. package/dist/types/components/VideoPlayer/ReactPlayerWrapper.d.ts +9 -0
  405. package/dist/types/components/VideoPlayer/ReactPlayerWrapper.d.ts.map +1 -0
  406. package/dist/types/components/VideoPlayer/VideoPlayer.d.ts.map +1 -1
  407. package/dist/types/components/VideoPlayer/VideoThumbnail.d.ts.map +1 -1
  408. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
  409. package/dist/types/components/Window/Window.d.ts +3 -1
  410. package/dist/types/components/Window/Window.d.ts.map +1 -1
  411. package/dist/types/context/AttachmentSelectorContext.d.ts.map +1 -1
  412. package/dist/types/context/ChannelActionContext.d.ts.map +1 -1
  413. package/dist/types/context/ChannelListContext.d.ts.map +1 -1
  414. package/dist/types/context/ChannelStateContext.d.ts.map +1 -1
  415. package/dist/types/context/ChatContext.d.ts.map +1 -1
  416. package/dist/types/context/ComponentContext.d.ts +5 -1
  417. package/dist/types/context/ComponentContext.d.ts.map +1 -1
  418. package/dist/types/context/DialogManagerContext.d.ts.map +1 -1
  419. package/dist/types/context/MessageComposerContext.d.ts.map +1 -1
  420. package/dist/types/context/MessageContext.d.ts.map +1 -1
  421. package/dist/types/context/MessageListContext.d.ts.map +1 -1
  422. package/dist/types/context/MessageTranslationViewContext.d.ts.map +1 -1
  423. package/dist/types/context/ModalContext.d.ts.map +1 -1
  424. package/dist/types/context/PollContext.d.ts.map +1 -1
  425. package/dist/types/context/TranslationContext.d.ts.map +1 -1
  426. package/dist/types/context/TypingContext.d.ts.map +1 -1
  427. package/dist/types/context/VirtualizedMessageListContext.d.ts.map +1 -1
  428. package/dist/types/i18n/Streami18n.d.ts +3 -3
  429. package/dist/types/i18n/Streami18n.d.ts.map +1 -1
  430. package/dist/types/i18n/TranslationBuilder/TranslationBuilder.d.ts.map +1 -1
  431. package/dist/types/i18n/TranslationBuilder/notifications/NotificationTranslationTopic.d.ts.map +1 -1
  432. package/dist/types/i18n/utils.d.ts +2 -2
  433. package/dist/types/i18n/utils.d.ts.map +1 -1
  434. package/dist/types/plugins/Emojis/EmojiPicker.d.ts.map +1 -1
  435. package/dist/types/plugins/Emojis/middleware/textComposerEmojiMiddleware.d.ts.map +1 -1
  436. package/dist/types/utils/findReverse.d.ts.map +1 -1
  437. package/dist/types/utils/getChannel.d.ts.map +1 -1
  438. package/dist/types/utils/getTextareaCaretRect.d.ts.map +1 -1
  439. package/dist/types/utils/getWholeChar.d.ts.map +1 -1
  440. package/dist/types/utils/mergeDeep.d.ts.map +1 -1
  441. package/dist/types/utils/useStableCallback.d.ts.map +1 -1
  442. package/package.json +84 -66
  443. package/dist/cjs/audioProcessing.56e5db9d.js +0 -123
  444. package/dist/cjs/audioProcessing.56e5db9d.js.map +0 -1
  445. package/dist/cjs/useNotificationApi.f2c7704d.js +0 -4855
  446. package/dist/cjs/useNotificationApi.f2c7704d.js.map +0 -1
  447. package/dist/es/audioProcessing.21cb49e1.mjs +0 -124
  448. package/dist/es/audioProcessing.21cb49e1.mjs.map +0 -1
  449. package/dist/es/useNotificationApi.f91ae46b.mjs +0 -4839
  450. package/dist/es/useNotificationApi.f91ae46b.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Channel/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,iBAAiB,EACjB,KAAK,eAAe,EACrB,MAAM,aAAa,CAAC;AAErB;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,aACjB,MAAM,UACR,WAAW,YAAY,CAAC,eAAe,CAAC,CAAC,EAAE;;;;;;CAcpD,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,eACjB,IAAI,UACR,eAAe,EAAE,GAAG,WAAW,YAAY,CAAC,eAAe,CAAC,CAAC,EAAE;;;;;;CAsCxE,CAAC;AACF;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,UAC5C,OAAO,KACb,kBAAkB,gBAAgB,CA+EpC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Channel/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,iBAAiB,EACjB,KAAK,eAAe,EACrB,MAAM,aAAa,CAAC;AAErB;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAC3B,UAAU,MAAM,EAChB,QAAQ,UAAU,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,EAAE;;;;;;CAcpD,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAC7B,YAAY,IAAI,EAChB,QAAQ,eAAe,EAAE,GAAG,UAAU,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,EAAE,EACvE,eAAa;;;;;;CAqCd,CAAC;AACF;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,GACnD,OAAO,OAAO,KACb,iBAAiB,CAAC,gBAAgB,CA+EpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelHeader/ChannelHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,kBAAkB,EAAkC,MAAM,WAAW,CAAC;AAiCpF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,wTAAwT;IACxT,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACjD,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,UAAW,kBAAkB,4CA+BtD,CAAC"}
1
+ {"version":3,"file":"ChannelHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelHeader/ChannelHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,kBAAkB,EAAkC,MAAM,WAAW,CAAC;AAiCpF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,wTAAwT;IACxT,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACjD,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CA+BtD,CAAC"}
@@ -74,8 +74,10 @@ export type ChannelListProps = {
74
74
  offset?: number;
75
75
  };
76
76
  };
77
+ declare const UnMemoizedChannelList: (props: ChannelListProps) => import("react/jsx-runtime").JSX.Element;
77
78
  /**
78
79
  * Renders a preview list of Channels, allowing you to select the Channel you want to open
79
80
  */
80
- export declare const ChannelList: (props: ChannelListProps) => import("react/jsx-runtime").JSX.Element;
81
+ export declare const ChannelList: typeof UnMemoizedChannelList;
82
+ export {};
81
83
  //# sourceMappingURL=ChannelList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelList.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/ChannelList.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ChannelList.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/ChannelList.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelListUI.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/ChannelListUI.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMhF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,qEAAqE;IACrE,KAAK,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAClD,+GAA+G;IAC/G,cAAc,CAAC,EAAE,OAAO,EAAE,CAAC;IAC3B,iDAAiD;IACjD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iEAAiE;IACjE,WAAW,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;CAC/D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,UAAW,kBAAkB,kBAAkB,CAAC,4CAqBzE,CAAC"}
1
+ {"version":3,"file":"ChannelListUI.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/ChannelListUI.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMhF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,qEAAqE;IACrE,KAAK,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAClD,+GAA+G;IAC/G,cAAc,CAAC,EAAE,OAAO,EAAE,CAAC;IAC3B,iDAAiD;IACjD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iEAAiE;IACjE,WAAW,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;CAC/D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,OAAO,iBAAiB,CAAC,kBAAkB,CAAC,4CAqBzE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useChannelListShape.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelList/hooks/useChannelListShape.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"useChannelListShape.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelList/hooks/useChannelListShape.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"useConnectionRecoveredListener.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelList/hooks/useConnectionRecoveredListener.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,8BAA8B,iBAAkB,MAAM,IAAI,SAgBtE,CAAC"}
1
+ {"version":3,"file":"useConnectionRecoveredListener.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelList/hooks/useConnectionRecoveredListener.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,8BAA8B,GAAI,cAAc,MAAM,IAAI,SAgBtE,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { Channel, ChannelFilters, ChannelOptions, ChannelSort, StreamChat } from 'stream-chat';
3
2
  import type { ChannelsQueryState } from '../../Chat/hooks/useChannelsQueryState';
4
3
  type AllowedQueryType = Extract<ChannelsQueryState['queryInProgress'], 'reload' | 'load-more'>;
@@ -1 +1 @@
1
- {"version":3,"file":"usePaginatedChannels.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelList/hooks/usePaginatedChannels.ts"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAEV,OAAO,EACP,cAAc,EACd,cAAc,EACd,WAAW,EAGX,UAAU,EACX,MAAM,aAAa,CAAC;AAMrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAKjF,KAAK,gBAAgB,GAAG,OAAO,CAC7B,kBAAkB,CAAC,iBAAiB,CAAC,EACrC,QAAQ,GAAG,WAAW,CACvB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAChC,SAAS,EAAE,gBAAgB,CAAC;IAC5B,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAClE,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CAC/D,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,wBAAwB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAExF;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAaF,eAAO,MAAM,oBAAoB,WACvB,UAAU,WACT,cAAc,QACjB,WAAW,WACR,cAAc,wBACD,CACpB,QAAQ,EAAE,MAAM,OAAO,CAAC,EACxB,WAAW,EAAE,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,OAAO,CAAC,CAAC,CAAC,EACjE,oBAAoB,EAAE,oBAAoB,KACvC,IAAI,+BACmB,MAAM,wBACZ,qBAAqB;;;;;;;CAuK5C,CAAC"}
1
+ {"version":3,"file":"usePaginatedChannels.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelList/hooks/usePaginatedChannels.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,OAAO,EACP,cAAc,EACd,cAAc,EACd,WAAW,EAGX,UAAU,EACX,MAAM,aAAa,CAAC;AAMrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAKjF,KAAK,gBAAgB,GAAG,OAAO,CAC7B,kBAAkB,CAAC,iBAAiB,CAAC,EACrC,QAAQ,GAAG,WAAW,CACvB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAChC,SAAS,EAAE,gBAAgB,CAAC;IAC5B,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAClE,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CAC/D,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,wBAAwB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAExF;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAaF,eAAO,MAAM,oBAAoB,GAC/B,QAAQ,UAAU,EAClB,SAAS,cAAc,EACvB,MAAM,WAAW,EACjB,SAAS,cAAc,EACvB,sBAAsB,CACpB,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,EACxB,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EACjE,oBAAoB,EAAE,oBAAoB,KACvC,IAAI,EACT,6BAA4B,MAAwD,EACpF,sBAAsB,qBAAqB;;;;;;;CAuK5C,CAAC"}
@@ -24,16 +24,16 @@ export declare const moveChannelUpwards: ({ channels, channelToMove, channelToMo
24
24
  * or if `pinned_at` key of the `sort` object gets picked first when using `for...in` looping mechanism
25
25
  * and value of the `pinned_at` is either `1` or `-1`.
26
26
  */
27
- export declare const shouldConsiderPinnedChannels: (sort: ChannelListProps['sort']) => boolean;
27
+ export declare const shouldConsiderPinnedChannels: (sort: ChannelListProps["sort"]) => boolean;
28
28
  export declare const extractSortValue: ({ atIndex, sort, targetKey, }: {
29
29
  atIndex: number;
30
30
  targetKey: keyof ChannelSortBase;
31
- sort?: ChannelListProps['sort'];
31
+ sort?: ChannelListProps["sort"];
32
32
  }) => import("stream-chat").AscDesc | null;
33
33
  /**
34
34
  * Returns `true` only if `archived` property is of type `boolean` within `filters` object.
35
35
  */
36
- export declare const shouldConsiderArchivedChannels: (filters: ChannelListProps['filters']) => boolean;
36
+ export declare const shouldConsiderArchivedChannels: (filters: ChannelListProps["filters"]) => boolean;
37
37
  /**
38
38
  * Returns `true` only if `pinned_at` property is of type `string` within `membership` object.
39
39
  */
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,OAAO,EAAE,CAAA;CAAE,iBAc/E;AAED,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,IAAI,EAAE,WAAW,CAAC;IAClB;;;OAGG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,yEAK5B,wBAAwB,cAyC1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,SAAU,gBAAgB,CAAC,MAAM,CAAC,YAM1E,CAAC;AAEF,eAAO,MAAM,gBAAgB,kCAI1B;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,eAAe,CAAC;IACjC,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;CACjC,yCAyBA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B,YAAa,gBAAgB,CAAC,SAAS,CAAC,YAIlF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,YAAa,OAAO,YAM/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,YAAa,OAAO,YAMjD,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,OAAO,EAAE,CAAA;CAAE,iBAc/E;AAED,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,IAAI,EAAE,WAAW,CAAC;IAClB;;;OAGG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,sEAKhC,wBAAwB,cAyC1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,GAAI,MAAM,gBAAgB,CAAC,MAAM,CAAC,YAM1E,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,+BAI9B;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,eAAe,CAAC;IACjC,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;CACjC,yCAyBA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B,GAAI,SAAS,gBAAgB,CAAC,SAAS,CAAC,YAIlF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,SAAS,OAAO,YAM/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,SAAS,OAAO,YAMjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,OAAO,EAAS,YAAY,EAAE,MAAM,aAAa,CAAC;AAQhE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AACvD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAG7B,MAAM,eAAe,CAAC;AAGvB,MAAM,MAAM,sBAAsB,GAAG,oBAAoB,GAAG;IAC1D,kCAAkC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,6CAA6C;IAC7C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,8FAA8F;IAC9F,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,4JAA4J;IAC5J,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,uDAAuD;IACvD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,wDAAwD;IACxD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,gCAAgC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,6MAA6M;IAC7M,OAAO,EAAE,OAAO,CAAC;IACjB,kEAAkE;IAClE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,sCAAsC;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,+DAA+D;IAC/D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,uBAAuB,CAAC,EAAE,CACxB,OAAO,EAAE,OAAO,EAChB,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,EAC/B,YAAY,EAAE,uBAAuB,CAAC,cAAc,CAAC,EACrD,oBAAoB,EAAE,gBAAgB,CAAC,sBAAsB,CAAC,KAC3D,SAAS,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC7C,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;IACxD,2CAA2C;IAC3C,QAAQ,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAChD,CAAC;AAMF,eAAO,MAAM,yBAAyB;aAJwB,OAAO;CAIY,CAAC;AAElF,eAAO,MAAM,eAAe,UAAW,oBAAoB,mDA4I1D,CAAC"}
1
+ {"version":3,"file":"ChannelListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,OAAO,EAAS,YAAY,EAAE,MAAM,aAAa,CAAC;AAQhE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AACvD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAG7B,MAAM,eAAe,CAAC;AAGvB,MAAM,MAAM,sBAAsB,GAAG,oBAAoB,GAAG;IAC1D,kCAAkC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,6CAA6C;IAC7C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,8FAA8F;IAC9F,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,4JAA4J;IAC5J,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,uDAAuD;IACvD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,wDAAwD;IACxD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,gCAAgC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,6MAA6M;IAC7M,OAAO,EAAE,OAAO,CAAC;IACjB,kEAAkE;IAClE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,sCAAsC;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,+DAA+D;IAC/D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,uBAAuB,CAAC,EAAE,CACxB,OAAO,EAAE,OAAO,EAChB,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,EAC/B,YAAY,EAAE,uBAAuB,CAAC,cAAc,CAAC,EACrD,oBAAoB,EAAE,gBAAgB,CAAC,sBAAsB,CAAC,KAC3D,SAAS,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC7C,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;IACxD,2CAA2C;IAC3C,QAAQ,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAChD,CAAC;AAMF,eAAO,MAAM,yBAAyB;aAJwB,OAAO;CAIY,CAAC;AAElF,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,mDA4I1D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelListItemActionButtons.defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemActionButtons.defaults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,qBAAqB,EAI3B,MAAM,OAAO,CAAC;AAmIf,KAAK,iBAAiB,GAClB,CAAC,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC,GAAG;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC;CAChC,CAAC,GACF;IACE,SAAS,EAAE,uBAAuB,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,CAAC;CACjE,CAAC;AA8SN,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EA8BtD,CAAC;AAEF,eAAO,MAAM,6BAA6B,qBAAsB,iBAAiB,EAAE,wBAiClF,CAAC"}
1
+ {"version":3,"file":"ChannelListItemActionButtons.defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemActionButtons.defaults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,qBAAqB,EAI3B,MAAM,OAAO,CAAC;AAmIf,KAAK,iBAAiB,GAClB,CAAC,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC,GAAG;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC;CAChC,CAAC,GACF;IACE,SAAS,EAAE,uBAAuB,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,CAAC;CACjE,CAAC;AA8SN,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EA8BtD,CAAC;AAEF,eAAO,MAAM,6BAA6B,GAAI,kBAAkB,iBAAiB,EAAE,wBAiClF,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import type { ChannelListItemUIProps } from './ChannelListItem';
2
+ declare const UnMemoizedChannelListItemUI: (props: ChannelListItemUIProps) => import("react/jsx-runtime").JSX.Element;
2
3
  /**
3
4
  * Used as preview component for channel item in [ChannelList](#channellist) component.
4
5
  * Its best suited for messenger type chat.
5
6
  */
6
- export declare const ChannelListItemUI: (props: ChannelListItemUIProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const ChannelListItemUI: typeof UnMemoizedChannelListItemUI;
8
+ export {};
7
9
  //# sourceMappingURL=ChannelListItemUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelListItemUI.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemUI.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAmGhE;;;GAGG;AACH,eAAO,MAAM,iBAAiB,UApGc,sBAAsB,4CAsG3B,CAAC"}
1
+ {"version":3,"file":"ChannelListItemUI.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemUI.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAGhE,QAAA,MAAM,2BAA2B,GAAI,OAAO,sBAAsB,4CA8FjE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAEzB,OAAO,2BAA2B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useChannelDisplayName.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useChannelDisplayName.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAoC3C;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,YACvB,OAAO,GAAG,SAAS,KAC3B,MAAM,GAAG,SAwBX,CAAC"}
1
+ {"version":3,"file":"useChannelDisplayName.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useChannelDisplayName.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAoC3C;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,GAChC,SAAS,OAAO,GAAG,SAAS,KAC3B,MAAM,GAAG,SAgCX,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useChannelPreviewInfo.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useChannelPreviewInfo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAG3C,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,UAAU,CAAC;AAQlB,MAAM,MAAM,wBAAwB,GAAG;IACrC,+FAA+F;IAC/F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sEAAsE;IACtE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yBAAyB;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,wBAAwB;;;;CAuCpE,CAAC"}
1
+ {"version":3,"file":"useChannelPreviewInfo.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useChannelPreviewInfo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAG3C,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,UAAU,CAAC;AAQlB,MAAM,MAAM,wBAAwB,GAAG;IACrC,+FAA+F;IAC/F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sEAAsE;IACtE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yBAAyB;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,OAAO,wBAAwB;;;;CAyCpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useIsChannelMuted.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useIsChannelMuted.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,eAAO,MAAM,iBAAiB,YAAa,OAAO;;;;CAcjD,CAAC"}
1
+ {"version":3,"file":"useIsChannelMuted.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useIsChannelMuted.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,eAAO,MAAM,iBAAiB,GAAI,SAAS,OAAO;;;;CAcjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageDeliveryStatus.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useMessageDeliveryStatus.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAS,YAAY,EAAgB,MAAM,aAAa,CAAC;AAI9E,oBAAY,qBAAqB;IAC/B,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,IAAI,SAAS;CACd;AAED,KAAK,yCAAyC,GAAG;IAC/C,OAAO,EAAE,OAAO,CAAC;IACjB,6CAA6C;IAC7C,WAAW,CAAC,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,8BAGlC,yCAAyC;;CAoF3C,CAAC"}
1
+ {"version":3,"file":"useMessageDeliveryStatus.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelListItem/hooks/useMessageDeliveryStatus.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAS,YAAY,EAAgB,MAAM,aAAa,CAAC;AAI9E,oBAAY,qBAAqB;IAC/B,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,IAAI,SAAS;CACd;AAED,KAAK,yCAAyC,GAAG;IAC/C,OAAO,EAAE,OAAO,CAAC;IACjB,6CAA6C;IAC7C,WAAW,CAAC,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,2BAGtC,yCAAyC;;CAoF3C,CAAC"}
@@ -3,7 +3,7 @@ import type { Channel } from 'stream-chat';
3
3
  import type { ChatContextValue } from '../../context';
4
4
  import type { TranslationContextValue } from '../../context/TranslationContext';
5
5
  export declare const renderPreviewText: (text: string) => import("react/jsx-runtime").JSX.Element;
6
- export declare const getLatestMessagePreview: (channel: Channel, t: TranslationContextValue['t'], userLanguage?: TranslationContextValue['userLanguage'], isMessageAIGenerated?: ChatContextValue['isMessageAIGenerated']) => ReactNode;
6
+ export declare const getLatestMessagePreview: (channel: Channel, t: TranslationContextValue["t"], userLanguage?: TranslationContextValue["userLanguage"], isMessageAIGenerated?: ChatContextValue["isMessageAIGenerated"]) => ReactNode;
7
7
  export type GroupChannelDisplayInfoMember = {
8
8
  imageUrl?: string;
9
9
  userName?: string;
@@ -16,6 +16,6 @@ export type GroupChannelDisplayInfo = {
16
16
  /**
17
17
  * Channel display image: channel.data.image, or for DM (2 members) the other member's user.image.
18
18
  */
19
- export declare const getChannelDisplayImage: (channel: Channel) => string | undefined;
19
+ export declare const getChannelDisplayImage: (channel: Channel, currentUserId?: string) => string | undefined;
20
20
  export declare const getGroupChannelDisplayInfo: (channel: Channel) => GroupChannelDisplayInfo | undefined;
21
21
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,OAAO,EAAY,MAAM,aAAa,CAAC;AAErD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAahF,eAAO,MAAM,iBAAiB,SAAU,MAAM,4CAI7C,CAAC;AAeF,eAAO,MAAM,uBAAuB,YACzB,OAAO,KACb,uBAAuB,CAAC,GAAG,CAAC,iBACjB,uBAAuB,CAAC,cAAc,CAAC,yBAC9B,gBAAgB,CAAC,sBAAsB,CAAC,KAC9D,SAiEF,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,6BAA6B,EAAE,CAAC;IACzC,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,YAAa,OAAO,KAAG,MAAM,GAAG,SAYlE,CAAC;AAEF,eAAO,MAAM,0BAA0B,YAC5B,OAAO,KACf,uBAAuB,GAAG,SAa5B,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,OAAO,EAAY,MAAM,aAAa,CAAC;AAErD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAahF,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,4CAI7C,CAAC;AAeF,eAAO,MAAM,uBAAuB,GAClC,SAAS,OAAO,EAChB,GAAG,uBAAuB,CAAC,GAAG,CAAC,EAC/B,eAAc,uBAAuB,CAAC,cAAc,CAAQ,EAC5D,uBAAuB,gBAAgB,CAAC,sBAAsB,CAAC,KAC9D,SAiEF,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,6BAA6B,EAAE,CAAC;IACzC,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GACjC,SAAS,OAAO,EAChB,gBAAgB,MAAM,KACrB,MAAM,GAAG,SAWX,CAAC;AAEF,eAAO,MAAM,0BAA0B,GACrC,SAAS,OAAO,KACf,uBAAuB,GAAG,SAa5B,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { PropsWithChildren } from 'react';
2
2
  import type { StreamChat } from 'stream-chat';
3
3
  import { SearchController } from 'stream-chat';
4
+ import { type NotificationDisplayFilter } from '../Notifications';
4
5
  import type { CustomClasses } from '../../context/ChatContext';
5
6
  import { type MessageContextValue } from '../../context';
6
7
  import type { SupportedTranslations } from '../../i18n/types';
@@ -16,6 +17,8 @@ export type ChatProps = {
16
17
  i18nInstance?: Streami18n;
17
18
  /** Instance of SearchController class that allows to control all the search operations. */
18
19
  searchController?: SearchController;
20
+ /** Controls whether a notification can be displayed by a NotificationList. */
21
+ notificationDisplayFilter?: NotificationDisplayFilter;
19
22
  /** Used for injecting className/s to the Channel and ChannelList components */
20
23
  theme?: string;
21
24
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAGL,gBAAgB,EAEjB,MAAM,aAAa,CAAC;AAOrB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAI/D,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,eAAe,CAAC;AACrF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAOxD,MAAM,MAAM,SAAS,GAAG;IACtB,mCAAmC;IACnC,MAAM,EAAE,UAAU,CAAC;IACnB,8FAA8F;IAC9F,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oGAAoG;IACpG,eAAe,CAAC,EAAE,qBAAqB,CAAC;IACxC,8BAA8B;IAC9B,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,sBAAsB,CAAC,CAAC,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,IAAI,UAAW,kBAAkB,SAAS,CAAC,mDAsEvD,CAAC"}
1
+ {"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAGL,gBAAgB,EAEjB,MAAM,aAAa,CAAC;AAIrB,OAAO,EAGL,KAAK,yBAAyB,EAC/B,MAAM,kBAAkB,CAAC;AAK1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAI/D,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,eAAe,CAAC;AACrF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAyCxD,MAAM,MAAM,SAAS,GAAG;IACtB,mCAAmC;IACnC,MAAM,EAAE,UAAU,CAAC;IACnB,8FAA8F;IAC9F,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oGAAoG;IACpG,eAAe,CAAC,EAAE,qBAAqB,CAAC;IACxC,8BAA8B;IAC9B,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,8EAA8E;IAC9E,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IACtD,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,sBAAsB,CAAC,CAAC,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,iBAAiB,CAAC,SAAS,CAAC,mDA2EvD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useChat.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useChat.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AACnF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAIL,UAAU,EACX,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EACV,sBAAsB,EACtB,OAAO,EAEP,IAAI,EAEJ,UAAU,EACX,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,UAAU,CAAC;IACnB,eAAe,CAAC,EAAE,qBAAqB,CAAC;IACxC,YAAY,CAAC,EAAE,UAAU,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,OAAO,+CAIjB,aAAa;;;;;uCAuFM,OAAO,aACb;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,UACrC,MAAM,kBAAkB;;CAyBrC,CAAC"}
1
+ {"version":3,"file":"useChat.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useChat.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AACnF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAIL,UAAU,EACX,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EACV,sBAAsB,EACtB,OAAO,EAEP,IAAI,EAEJ,UAAU,EACX,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,UAAU,CAAC;IACnB,eAAe,CAAC,EAAE,qBAAqB,CAAC;IACxC,YAAY,CAAC,EAAE,UAAU,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,4CAIrB,aAAa;;;;;uCAuFM,OAAO,aACb;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,UACrC,KAAK,CAAC,kBAAkB;;CAyBrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCreateChatClient.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useCreateChatClient.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,KAAK,EACV,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,YAAY,EACb,MAAM,aAAa,CAAC;AAErB;;GAEG;AACH,eAAO,MAAM,mBAAmB,oDAK7B;IACD,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,QAAQ,EAAE,eAAe,GAAG,YAAY,CAAC;IACzC,OAAO,CAAC,EAAE,iBAAiB,CAAC;CAC7B,sBAgCA,CAAC"}
1
+ {"version":3,"file":"useCreateChatClient.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useCreateChatClient.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,KAAK,EACV,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,YAAY,EACb,MAAM,aAAa,CAAC;AAErB;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,iDAKjC;IACD,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,QAAQ,EAAE,eAAe,GAAG,YAAY,CAAC;IACzC,OAAO,CAAC,EAAE,iBAAiB,CAAC;CAC7B,sBAgCA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCreateChatContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useCreateChatContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,oBAAoB,UAAW,gBAAgB,qBAsD3D,CAAC"}
1
+ {"version":3,"file":"useCreateChatContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useCreateChatContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,oBAAoB,GAAI,OAAO,gBAAgB,qBAsD3D,CAAC"}
@@ -1,18 +1,18 @@
1
1
  export declare const useSplitActionSet: <T extends {
2
- placement: 'quick';
2
+ placement: "quick";
3
3
  } | {
4
- placement: 'dropdown';
4
+ placement: "dropdown";
5
5
  } | {
6
- placement: 'quick-dropdown-toggle';
6
+ placement: "quick-dropdown-toggle";
7
7
  }>(actionSet: T[]) => {
8
8
  readonly dropdownActionSet: Extract<T, {
9
- placement: 'dropdown';
9
+ placement: "dropdown";
10
10
  }>[];
11
11
  readonly quickActionSet: Extract<T, {
12
- placement: 'quick';
12
+ placement: "quick";
13
13
  }>[];
14
14
  readonly quickDropdownToggleAction: Extract<T, {
15
- placement: 'quick-dropdown-toggle';
15
+ placement: "quick-dropdown-toggle";
16
16
  }> | undefined;
17
17
  };
18
18
  //# sourceMappingURL=useSplitActionSet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useSplitActionSet.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useSplitActionSet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;eAEX,OAAO;;eACP,UAAU;;eACV,uBAAuB;cAE7B,CAAC,EAAE;;mBAIqC,UAAU;;;mBADb,OAAO;;;mBAGzB,uBAAuB;;CAiBtC,CAAC"}
1
+ {"version":3,"file":"useSplitActionSet.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useSplitActionSet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,GAC5B,CAAC,SACG;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,GACtB;IAAE,SAAS,EAAE,UAAU,CAAA;CAAE,GACzB;IAAE,SAAS,EAAE,uBAAuB,CAAA;CAAE,EAE1C,WAAW,CAAC,EAAE;;mBAIqC,UAAU;;;mBADb,OAAO;;;mBAGzB,uBAAuB;;CAiBtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatView.a11y.utility.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.a11y.utility.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,wBAAwB,GAAG;IAErC,gBAAgB,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC;IACzD,cAAc,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC;CACxD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,wBASlD,CAAC;AAEF,eAAO,MAAM,8BAA8B,eAC7B,MAAM,KACjB,wBAUD,CAAC"}
1
+ {"version":3,"file":"ChatView.a11y.utility.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.a11y.utility.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,wBAAwB,GAAG;IAErC,gBAAgB,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC;IACzD,cAAc,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC;CACxD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,wBASlD,CAAC;AAEF,eAAO,MAAM,8BAA8B,GACzC,YAAY,MAAM,KACjB,wBAUD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatView.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,aAAa,EAOnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAsBrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAsB,MAAM,aAAa,CAAC;AAE9D,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;AAE9C;;;;;;;;GAQG;AACH,KAAK,oBAAoB,GAAG;IAC1B,cAAc,EAAE,QAAQ,CAAC;IACzB,iBAAiB,EAAE,CAAC,EAAE,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,eAAe,iDAA6D,CAAC;AAK1F,eAAO,MAAM,kBAAkB,4BAW9B,CAAC;AAGF,eAAO,MAAM,QAAQ;mBAAkB,iBAAiB;6BAsBpB,iBAAiB;4BA+BlB,iBAAiB;kCAqEf,iBAAiB;uCAoLnD,qBAAqB;CA1RvB,CAAC;AAqBF,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,EAAE,CAAC,EAAE,EAAE,uBAAuB,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAOF,eAAO,MAAM,qBAAqB,+BAAuC,CAAC;AA4B1E,eAAO,MAAM,eAAe,qBAAsB;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,SAuB1E,CAAC;AAkDF,eAAO,MAAM,sBAAsB,kFAShC,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,4CA6BA,CAAC;AAWF,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,8BAA8B,kBAExC,yBAAyB,4CAuB3B,CAAC;AAEF,eAAO,MAAM,6BAA6B,kBAEvC,yBAAyB,4CAkC3B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IAC1D,IAAI,EAAE,MAAM,GAAG,EAAE,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,qBAAqB,EASjE,CAAC"}
1
+ {"version":3,"file":"ChatView.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,aAAa,EAMnB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAsBrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAsB,MAAM,aAAa,CAAC;AAE9D,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;AAE9C;;;;;;;;GAQG;AACH,KAAK,oBAAoB,GAAG;IAC1B,cAAc,EAAE,QAAQ,CAAC;IACzB,iBAAiB,EAAE,CAAC,EAAE,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,eAAe,iDAA6D,CAAC;AAK1F,eAAO,MAAM,kBAAkB,4BAW9B,CAAC;AAGF,eAAO,MAAM,QAAQ;mBAAkB,iBAAiB;6BAsBpB,iBAAiB;4BA+BlB,iBAAiB;kCAqEf,iBAAiB;uCAoLnD,qBAAqB;CA1RvB,CAAC;AAqBF,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,EAAE,CAAC,EAAE,EAAE,uBAAuB,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAOF,eAAO,MAAM,qBAAqB,+BAAuC,CAAC;AA4B1E,eAAO,MAAM,eAAe,GAAI,kBAAkB;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,SAuB1E,CAAC;AAkDF,eAAO,MAAM,sBAAsB,GAAI,+EASpC,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,4CA6BA,CAAC;AAWF,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,eAE5C,yBAAyB,4CAuB3B,CAAC;AAEF,eAAO,MAAM,6BAA6B,GAAI,eAE3C,yBAAyB,4CAkC3B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IAC1D,IAAI,EAAE,MAAM,GAAG,EAAE,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,qBAAqB,EASjE,CAAC"}
@@ -13,8 +13,10 @@ export type DateSeparatorProps = TimestampFormatterOptions & {
13
13
  /** If following messages are not new */
14
14
  unread?: boolean;
15
15
  };
16
+ declare const UnMemoizedDateSeparator: (props: DateSeparatorProps) => import("react/jsx-runtime").JSX.Element;
16
17
  /**
17
18
  * A simple date separator between messages.
18
19
  */
19
- export declare const DateSeparator: (props: DateSeparatorProps) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const DateSeparator: typeof UnMemoizedDateSeparator;
21
+ export {};
20
22
  //# sourceMappingURL=DateSeparator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DateSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/DateSeparator/DateSeparator.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,yBAAyB,GAAG;IAC3D,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,IAAI,EAAE,IAAI,CAAC;IACX,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mHAAmH;IACnH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;IAEpC,2GAA2G;IAC3G,QAAQ,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACvC,wCAAwC;IACxC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAuCF;;GAEG;AACH,eAAO,MAAM,aAAa,UAxCc,kBAAkB,4CA0CvB,CAAC"}
1
+ {"version":3,"file":"DateSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/DateSeparator/DateSeparator.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,yBAAyB,GAAG;IAC3D,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,IAAI,EAAE,IAAI,CAAC;IACX,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mHAAmH;IACnH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;IAEpC,2GAA2G;IAC3G,QAAQ,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACvC,wCAAwC;IACxC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,QAAA,MAAM,uBAAuB,GAAI,OAAO,kBAAkB,4CAmCzD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,EAErB,OAAO,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Callout.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAOlE,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAC1C,iBAAiB,GAAG;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CACF,CAAC;AAEF;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,OAAO,oFAOjB,YAAY,4CAad,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Callout.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAOlE,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAC1C,iBAAiB,GAAG;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CACF,CAAC;AAEF;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,OAAO,GAAI,iFAOrB,YAAY,4CAad,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC,CAAC"}
@@ -84,9 +84,9 @@ type ButtonWithSubmenuProps = {
84
84
  };
85
85
  type ContextMenuButtonProps = BaseContextMenuButtonProps & Partial<ButtonWithSubmenuProps>;
86
86
  export declare const ContextMenuButton: (props: ContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
87
- export declare const ContextMenuBackButton: ({ children, className, role, ...props }: ComponentProps<'button'>) => import("react/jsx-runtime").JSX.Element;
88
- export declare const ContextMenuHeader: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
89
- export declare const ContextMenuBody: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
87
+ export declare const ContextMenuBackButton: ({ children, className, role, ...props }: ComponentProps<"button">) => import("react/jsx-runtime").JSX.Element;
88
+ export declare const ContextMenuHeader: ({ children, className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
89
+ export declare const ContextMenuBody: ({ children, className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
90
90
  export declare const ContextMenuRoot: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
91
91
  export type ContextMenuHeaderComponent = ComponentType;
92
92
  export type ContextMenuSubmenu = ComponentType;
@@ -1 +1 @@
1
- {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/ContextMenu.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/ContextMenu.tsx"],"names":[],"mappings":"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"}
@@ -24,7 +24,7 @@ export declare const Prompt: {
24
24
  FooterControlsButtonPrimary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
25
25
  FooterControlsButtonSecondary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
26
26
  Header: ({ className, close, description, descriptionId, title, titleId, }: PromptHeaderProps) => import("react/jsx-runtime").JSX.Element;
27
- Root: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
27
+ Root: ({ children, className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
28
28
  };
29
29
  export {};
30
30
  //# sourceMappingURL=Prompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Prompt.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAiDF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;gFAhE9E,iBAAiB;8CAtBmC,eAAe,KAAK,CAAC;CAkH3E,CAAC"}
1
+ {"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Prompt.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAiDF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;gFAhE9E,iBAAiB;8CAtBmC,cAAc,CAAC,KAAK,CAAC;CAkH3E,CAAC"}
@@ -25,7 +25,7 @@ export declare const Viewer: {
25
25
  FooterControlsButtonPrimary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
26
26
  FooterControlsButtonSecondary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
27
27
  Header: ({ className, close, description, descriptionId, goBack, title, titleId, }: ViewerHeaderProps) => import("react/jsx-runtime").JSX.Element;
28
- Root: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
28
+ Root: ({ children, className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
29
29
  };
30
30
  export {};
31
31
  //# sourceMappingURL=Viewer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Viewer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAkEF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;wFAhF9E,iBAAiB;8CAxBmC,eAAe,KAAK,CAAC;CAoI3E,CAAC"}
1
+ {"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Viewer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAkEF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;wFAhF9E,iBAAiB;8CAxBmC,cAAc,CAAC,KAAK,CAAC;CAoI3E,CAAC"}
@@ -2,15 +2,17 @@ import type { GetOrCreateDialogParams } from '../service/DialogManager';
2
2
  export type UseDialogParams = GetOrCreateDialogParams & {
3
3
  dialogManagerId?: string;
4
4
  };
5
- export declare const useDialog: ({ closeOnClickOutside, dialogManagerId, id, }: UseDialogParams) => import("../service/DialogManager").Dialog;
6
- export declare const useDialogOnNearestManager: ({ id }: Pick<UseDialogParams, 'id'>) => {
7
- dialog: import("../service/DialogManager").Dialog;
8
- dialogManager: import("../service/DialogManager").DialogManager | undefined;
5
+ export declare const useDialog: ({ closeOnClickOutside, dialogManagerId, id, }: UseDialogParams) => import("..").Dialog;
6
+ export declare const useDialogOnNearestManager: ({ id }: Pick<UseDialogParams, "id">) => {
7
+ dialog: import("..").Dialog;
8
+ dialogManager: import("..").DialogManager | undefined;
9
9
  };
10
10
  export declare const modalDialogId: "modal-dialog";
11
- export declare const useModalDialog: () => import("../service/DialogManager").Dialog;
11
+ export declare const useModalDialog: (id?: string) => import("..").Dialog;
12
12
  export declare const useDialogIsOpen: (id: string, dialogManagerId?: string) => boolean;
13
- export declare const useModalDialogIsOpen: () => boolean;
13
+ export declare const useModalDialogIsOpen: (id?: string) => boolean;
14
+ export declare const useDialogIsTopmost: (id: string, dialogManagerId?: string) => boolean;
15
+ export declare const useModalDialogIsTopmost: (id?: string) => boolean;
14
16
  export declare const useOpenedDialogCount: ({ dialogManagerId, }?: {
15
17
  dialogManagerId?: string;
16
18
  }) => number;
@@ -1 +1 @@
1
- {"version":3,"file":"useDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/hooks/useDialog.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAEV,uBAAuB,EACxB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,kDAInB,eAAe,8CAgBjB,CAAC;AAEF,eAAO,MAAM,yBAAyB,WAAY,KAAK,eAAe,EAAE,IAAI,CAAC;;;CAQ5E,CAAC;AAEF,eAAO,MAAM,aAAa,gBAA0B,CAAC;AAErD,eAAO,MAAM,cAAc,iDAC8C,CAAC;AAE1E,eAAO,MAAM,eAAe,OAAQ,MAAM,oBAAoB,MAAM,YAOnE,CAAC;AAEF,eAAO,MAAM,oBAAoB,eACqB,CAAC;AASvD,eAAO,MAAM,oBAAoB,0BAE9B;IAAE,eAAe,CAAC,EAAE,MAAM,CAAA;CAAE,WAG9B,CAAC"}
1
+ {"version":3,"file":"useDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/hooks/useDialog.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAEV,uBAAuB,EACxB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,+CAIvB,eAAe,wBAgBjB,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,QAAQ,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC;;;CAQ5E,CAAC;AAEF,eAAO,MAAM,aAAa,EAAG,cAAuB,CAAC;AAErD,eAAO,MAAM,cAAc,GAAI,KAAI,MAAsB,wBACC,CAAC;AAE3D,eAAO,MAAM,eAAe,GAAI,IAAI,MAAM,EAAE,kBAAkB,MAAM,YAOnE,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,KAAI,MAAsB,YACpB,CAAC;AAE5C,eAAO,MAAM,kBAAkB,GAAI,IAAI,MAAM,EAAE,kBAAkB,MAAM,YAStE,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,KAAI,MAAsB,YACpB,CAAC;AAM/C,eAAO,MAAM,oBAAoB,GAAI,uBAElC;IAAE,eAAe,CAAC,EAAE,MAAM,CAAA;CAAO,WAGnC,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { autoUpdate, type Placement, shift as shiftMw } from '@floating-ui/react';
3
2
  export type PopperLikePlacement = Placement | 'auto' | 'auto-start' | 'auto-end';
4
3
  export type OffsetOpt = number | {
@@ -37,10 +36,10 @@ export declare function usePopoverPosition({ allowFlip, allowShift, autoUpdateOp
37
36
  y: number;
38
37
  isPositioned: boolean;
39
38
  update: () => void;
40
- floatingStyles: import("react").CSSProperties;
39
+ floatingStyles: React.CSSProperties;
41
40
  refs: {
42
41
  reference: import("react").MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
43
- floating: import("react").MutableRefObject<HTMLElement | null>;
42
+ floating: React.MutableRefObject<HTMLElement | null>;
44
43
  setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
45
44
  setFloating: (node: HTMLElement | null) => void;
46
45
  } & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
@@ -56,11 +55,11 @@ export declare function usePopoverPosition({ allowFlip, allowShift, autoUpdateOp
56
55
  middlewareData: import("@floating-ui/core").MiddlewareData;
57
56
  isPositioned: boolean;
58
57
  update: () => void;
59
- floatingStyles: import("react").CSSProperties;
58
+ floatingStyles: React.CSSProperties;
60
59
  open: boolean;
61
- onOpenChange: (open: boolean, event?: Event | undefined, reason?: import("@floating-ui/react").OpenChangeReason | undefined) => void;
60
+ onOpenChange: (open: boolean, event?: Event, reason?: import("@floating-ui/react").OpenChangeReason) => void;
62
61
  events: import("@floating-ui/react").FloatingEvents;
63
- dataRef: import("react").MutableRefObject<import("@floating-ui/react").ContextData>;
62
+ dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
64
63
  nodeId: string | undefined;
65
64
  floatingId: string | undefined;
66
65
  refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
@@ -1 +1 @@
1
- {"version":3,"file":"usePopoverPosition.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/hooks/usePopoverPosition.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,UAAU,EAGV,KAAK,SAAS,EACd,KAAK,IAAI,OAAO,EAGjB,MAAM,oBAAoB,CAAC;AAK5B,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAC;AASjF,MAAM,MAAM,SAAS,GACjB,MAAM,GACN;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,GACjE,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;AAY1C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wFAAwF;IACxF,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,oIAAoI;IACpI,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,8DAA8D;IAC9D,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAC/D,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,SAAgB,EAChB,UAAiB,EACjB,iBAAiB,EACjB,iBAAyB,EACzB,MAAc,EACd,MAAM,EACN,SAA0B,EAC1B,YAAY,GACb,EAAE,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4ClB"}
1
+ {"version":3,"file":"usePopoverPosition.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/hooks/usePopoverPosition.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAGV,KAAK,SAAS,EACd,KAAK,IAAI,OAAO,EAGjB,MAAM,oBAAoB,CAAC;AAI5B,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAC;AASjF,MAAM,MAAM,SAAS,GACjB,MAAM,GACN;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,GACjE,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC;AAY1C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wFAAwF;IACxF,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,oIAAoI;IACpI,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,8DAA8D;IAC9D,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAC/D,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,SAAgB,EAChB,UAAiB,EACjB,iBAAiB,EACjB,iBAAyB,EACzB,MAAc,EACd,MAAM,EACN,SAA0B,EAC1B,YAAY,GACb,EAAE,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4ClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DialogAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogAnchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,KAAK,SAAS,EAAsB,MAAM,6BAA6B,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,mBAAmB,CAAC;IAC/B,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EAAE,EACrD,SAAS,EACT,MAAM,EACN,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,6BAAqC,GACtC,EAAE,mBAAmB;;;;EA+ErB;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,GAAG;IAChF;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1B,eAAO,MAAM,YAAY,gOAiBtB,iBAAiB,mDAyHnB,CAAC"}
1
+ {"version":3,"file":"DialogAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogAnchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,KAAK,SAAS,EAAsB,MAAM,6BAA6B,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,mBAAmB,CAAC;IAC/B,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EAAE,EACrD,SAAS,EACT,MAAM,EACN,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,6BAAqC,GACtC,EAAE,mBAAmB;;;YA6Eb,KAAK,CAAC,aAAa;EAE3B;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,GAAG;IAChF;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1B,eAAO,MAAM,YAAY,GAAI,6NAiB1B,iBAAiB,mDAyHnB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { StateStore } from 'stream-chat';
3
2
  export type GetDialogParams = {
4
3
  id: DialogId;
@@ -29,6 +28,7 @@ export type DialogManagerOptions = {
29
28
  type Dialogs = Record<DialogId, Dialog>;
30
29
  export type DialogManagerState = {
31
30
  dialogsById: Dialogs;
31
+ openedDialogIds: DialogId[];
32
32
  };
33
33
  /**
34
34
  * Keeps a map of Dialog objects.
@@ -1 +1 @@
1
- {"version":3,"file":"DialogManager.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogManager.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,QAAQ,CAAC;CACd,CAAC;AACF,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG;IACtD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,KAAK,QAAQ,GAAG,MAAM,CAAC;AAEvB,MAAM,MAAM,MAAM,GAAG;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,QAAQ,CAAC;IACb,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,cAAc,EAAE,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;IAC3C,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,KAAK,OAAO,GAAG,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;AAExC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;;;;;;GASG;AACH,qBAAa,aAAa;IACxB,gFAAgF;IAChF,mBAAmB,EAAE,OAAO,CAAC;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,iCAEF;gBAES,EAAE,mBAA0B,EAAE,EAAE,EAAE,GAAE,oBAAyB;IAKzE,IAAI,eAAe,WAQlB;IAED,GAAG,CAAC,EAAE,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS;IAIrC,WAAW,CAAC,EAAE,mBAAmB,EAAE,EAAE,EAAE,EAAE,uBAAuB;IAgDhE,IAAI,CAAC,MAAM,EAAE,uBAAuB,EAAE,SAAS,CAAC,EAAE,OAAO;IAYzD,KAAK,CAAC,EAAE,EAAE,QAAQ;IASlB,QAAQ;IAMR,MAAM,CAAC,MAAM,EAAE,uBAAuB,EAAE,QAAQ,UAAQ;IAQxD,MAAM,OAAQ,QAAQ,UAgBpB;IAEF;;;;OAIG;IACH,cAAc,CAAC,EAAE,EAAE,QAAQ;IAqB3B,oBAAoB,CAAC,EAAE,EAAE,QAAQ;CAoBlC"}
1
+ {"version":3,"file":"DialogManager.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogManager.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,QAAQ,CAAC;CACd,CAAC;AACF,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG;IACtD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,KAAK,QAAQ,GAAG,MAAM,CAAC;AAEvB,MAAM,MAAM,MAAM,GAAG;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,QAAQ,CAAC;IACb,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,cAAc,EAAE,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;IAC3C,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,KAAK,OAAO,GAAG,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;AAExC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,QAAQ,EAAE,CAAC;CAC7B,CAAC;AAEF;;;;;;;;;GASG;AACH,qBAAa,aAAa;IACxB,gFAAgF;IAChF,mBAAmB,EAAE,OAAO,CAAC;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,iCAGF;gBAES,EAAE,mBAA0B,EAAE,EAAE,EAAE,GAAE,oBAAyB;IAKzE,IAAI,eAAe,WAElB;IAED,GAAG,CAAC,EAAE,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS;IAIrC,WAAW,CAAC,EAAE,mBAAmB,EAAE,EAAE,EAAE,EAAE,uBAAuB;IAmDhE,IAAI,CAAC,MAAM,EAAE,uBAAuB,EAAE,SAAS,CAAC,EAAE,OAAO;IAgBzD,KAAK,CAAC,EAAE,EAAE,QAAQ;IAUlB,QAAQ;IAMR,MAAM,CAAC,MAAM,EAAE,uBAAuB,EAAE,QAAQ,UAAQ;IAQxD,MAAM,GAAI,IAAI,QAAQ,UAiBpB;IAEF;;;;OAIG;IACH,cAAc,CAAC,EAAE,EAAE,QAAQ;IAsB3B,oBAAoB,CAAC,EAAE,EAAE,QAAQ;CAuBlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DialogPortal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAc/C,eAAO,MAAM,uBAAuB,sDA0DnC,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,6CAI3B,kBAAkB,sBAAsB,CAAC,4CAc3C,CAAC"}
1
+ {"version":3,"file":"DialogPortal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAc/C,eAAO,MAAM,uBAAuB,sDA0DnC,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,0CAI/B,iBAAiB,CAAC,sBAAsB,CAAC,4CAc3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DragAndDropContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/DragAndDrop/DragAndDropContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI/C,MAAM,MAAM,yBAAyB,GAAG,iBAAiB,CAAC;IACxD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CAC9C,CAAC,CAAC;AAEH,eAAO,MAAM,oBAAoB,uDAK9B,yBAAyB,4CAgI3B,CAAC"}
1
+ {"version":3,"file":"DragAndDropContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/DragAndDrop/DragAndDropContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI/C,MAAM,MAAM,yBAAyB,GAAG,iBAAiB,CAAC;IACxD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CAC9C,CAAC,CAAC;AAEH,eAAO,MAAM,oBAAoB,GAAI,oDAKlC,yBAAyB,4CAgI3B,CAAC"}
@@ -3,5 +3,7 @@ export type EmptyStateIndicatorProps = {
3
3
  listType?: 'channel' | 'message' | 'thread';
4
4
  messageText?: string;
5
5
  };
6
- export declare const EmptyStateIndicator: (props: EmptyStateIndicatorProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ declare const UnMemoizedEmptyStateIndicator: (props: EmptyStateIndicatorProps) => import("react/jsx-runtime").JSX.Element | null;
7
+ export declare const EmptyStateIndicator: typeof UnMemoizedEmptyStateIndicator;
8
+ export {};
7
9
  //# sourceMappingURL=EmptyStateIndicator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EmptyStateIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyStateIndicator/EmptyStateIndicator.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACrC,mCAAmC;IACnC,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAkCF,eAAO,MAAM,mBAAmB,UAhCc,wBAAwB,mDAkC7B,CAAC"}
1
+ {"version":3,"file":"EmptyStateIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyStateIndicator/EmptyStateIndicator.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACrC,mCAAmC;IACnC,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,6BAA6B,GAAI,OAAO,wBAAwB,mDA8BrE,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAE3B,OAAO,6BAA6B,CAAC"}
@@ -6,5 +6,10 @@ export type EventComponentProps = TimestampFormatterOptions & {
6
6
  };
7
7
  unsafeHTML?: boolean;
8
8
  };
9
- export declare const EventComponent: (props: EventComponentProps) => import("react/jsx-runtime").JSX.Element | null;
9
+ /**
10
+ * Component to display system and channel event messages
11
+ */
12
+ declare const UnMemoizedEventComponent: (props: EventComponentProps) => import("react/jsx-runtime").JSX.Element | null;
13
+ export declare const EventComponent: typeof UnMemoizedEventComponent;
14
+ export {};
10
15
  //# sourceMappingURL=EventComponent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EventComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/EventComponent/EventComponent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,yBAAyB,GAAG;IAC5D,OAAO,EAAE,YAAY,GAAG;QACtB,KAAK,CAAC,EAAE,KAAK,CAAC;KACf,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AA2BF,eAAO,MAAM,cAAc,UAtBc,mBAAmB,mDAwBxB,CAAC"}
1
+ {"version":3,"file":"EventComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/EventComponent/EventComponent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,yBAAyB,GAAG;IAC5D,OAAO,EAAE,YAAY,GAAG;QACtB,KAAK,CAAC,EAAE,KAAK,CAAC;KACf,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,wBAAwB,GAAI,OAAO,mBAAmB,mDAoB3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAEtB,OAAO,wBAAwB,CAAC"}