stream-chat-react-native-core 9.6.2-beta.5 → 9.7.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 (575) hide show
  1. package/lib/commonjs/components/Attachment/Audio/PlayPauseButton.js +5 -4
  2. package/lib/commonjs/components/Attachment/Audio/PlayPauseButton.js.map +1 -1
  3. package/lib/commonjs/components/Attachment/FileIcon.js +19 -25
  4. package/lib/commonjs/components/Attachment/FileIcon.js.map +1 -1
  5. package/lib/commonjs/components/Attachment/Giphy/Giphy.js +4 -2
  6. package/lib/commonjs/components/Attachment/Giphy/Giphy.js.map +1 -1
  7. package/lib/commonjs/components/Attachment/UrlPreview/URLPreview.js +5 -4
  8. package/lib/commonjs/components/Attachment/UrlPreview/URLPreview.js.map +1 -1
  9. package/lib/commonjs/components/Attachment/UrlPreview/URLPreviewCompact.js +5 -4
  10. package/lib/commonjs/components/Attachment/UrlPreview/URLPreviewCompact.js.map +1 -1
  11. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +4 -2
  12. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
  13. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +3 -2
  14. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  15. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js +11 -5
  16. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
  17. package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js +17 -7
  18. package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
  19. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +11 -11
  20. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
  21. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +4 -2
  22. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
  23. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js +4 -2
  24. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js.map +1 -1
  25. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionRoleItem.js +4 -2
  26. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionRoleItem.js.map +1 -1
  27. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js +15 -11
  28. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js.map +1 -1
  29. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavHeader.js +4 -2
  30. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavHeader.js.map +1 -1
  31. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavigationSection.js +5 -6
  32. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavigationSection.js.map +1 -1
  33. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsProfile.js +4 -2
  34. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsProfile.js.map +1 -1
  35. package/lib/commonjs/components/ChannelDetails/components/ChannelEditDetailsFormHeader.js +4 -2
  36. package/lib/commonjs/components/ChannelDetails/components/ChannelEditDetailsFormHeader.js.map +1 -1
  37. package/lib/commonjs/components/ChannelDetails/components/ChannelEditImageSheet.js +7 -10
  38. package/lib/commonjs/components/ChannelDetails/components/ChannelEditImageSheet.js.map +1 -1
  39. package/lib/commonjs/components/ChannelDetails/components/members/ChannelAddMembersButton.js +3 -3
  40. package/lib/commonjs/components/ChannelDetails/components/members/ChannelAddMembersButton.js.map +1 -1
  41. package/lib/commonjs/components/ChannelDetails/components/members/ChannelAddMembersFormHeader.js +4 -2
  42. package/lib/commonjs/components/ChannelDetails/components/members/ChannelAddMembersFormHeader.js.map +1 -1
  43. package/lib/commonjs/components/ChannelDetails/components/members/ChannelMemberItem.js +2 -2
  44. package/lib/commonjs/components/ChannelDetails/components/members/ChannelMemberItem.js.map +1 -1
  45. package/lib/commonjs/components/ChannelDetails/components/modal/ModalHeader.js +4 -2
  46. package/lib/commonjs/components/ChannelDetails/components/modal/ModalHeader.js.map +1 -1
  47. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentList.js +3 -3
  48. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentList.js.map +1 -1
  49. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaItem.js +3 -3
  50. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaItem.js.map +1 -1
  51. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaList.js +2 -2
  52. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaList.js.map +1 -1
  53. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageList.js +2 -2
  54. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageList.js.map +1 -1
  55. package/lib/commonjs/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js +9 -9
  56. package/lib/commonjs/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js.map +1 -1
  57. package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +7 -5
  58. package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
  59. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js +3 -3
  60. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
  61. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js +4 -2
  62. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
  63. package/lib/commonjs/components/ChannelPreview/ChannelPreviewPinnedStatus.js +4 -2
  64. package/lib/commonjs/components/ChannelPreview/ChannelPreviewPinnedStatus.js.map +1 -1
  65. package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js +5 -4
  66. package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
  67. package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +5 -4
  68. package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
  69. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +4 -2
  70. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  71. package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +6 -5
  72. package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
  73. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +6 -4
  74. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  75. package/lib/commonjs/components/Message/MessageItemView/Headers/MessagePinnedHeader.js +4 -2
  76. package/lib/commonjs/components/Message/MessageItemView/Headers/MessagePinnedHeader.js.map +1 -1
  77. package/lib/commonjs/components/Message/MessageItemView/Headers/MessageReminderHeader.js +4 -2
  78. package/lib/commonjs/components/Message/MessageItemView/Headers/MessageReminderHeader.js.map +1 -1
  79. package/lib/commonjs/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js +4 -2
  80. package/lib/commonjs/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js.map +1 -1
  81. package/lib/commonjs/components/Message/MessageItemView/Headers/SentToChannelHeader.js +4 -2
  82. package/lib/commonjs/components/Message/MessageItemView/Headers/SentToChannelHeader.js.map +1 -1
  83. package/lib/commonjs/components/Message/MessageItemView/MessageDeleted.js +2 -2
  84. package/lib/commonjs/components/Message/MessageItemView/MessageDeleted.js.map +1 -1
  85. package/lib/commonjs/components/Message/MessageItemView/MessageReplies.js +3 -4
  86. package/lib/commonjs/components/Message/MessageItemView/MessageReplies.js.map +1 -1
  87. package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js +7 -7
  88. package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js.map +1 -1
  89. package/lib/commonjs/components/Message/MessageItemView/MessageSwipeContent.js +4 -2
  90. package/lib/commonjs/components/Message/MessageItemView/MessageSwipeContent.js.map +1 -1
  91. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +4 -2
  92. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
  93. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js +4 -2
  94. package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
  95. package/lib/commonjs/components/Message/hooks/useMessageActions.js +19 -17
  96. package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
  97. package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js +4 -2
  98. package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
  99. package/lib/commonjs/components/MessageInput/StopMessageStreamingButton.js +4 -2
  100. package/lib/commonjs/components/MessageInput/StopMessageStreamingButton.js.map +1 -1
  101. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +4 -2
  102. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
  103. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +11 -7
  104. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
  105. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +4 -2
  106. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
  107. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js +15 -11
  108. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
  109. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +4 -2
  110. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
  111. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +3 -3
  112. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -1
  113. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +6 -6
  114. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
  115. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +5 -4
  116. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -1
  117. package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js +4 -2
  118. package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
  119. package/lib/commonjs/components/MessageInput/components/LinkPreviewList.js +2 -2
  120. package/lib/commonjs/components/MessageInput/components/LinkPreviewList.js.map +1 -1
  121. package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js +4 -2
  122. package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
  123. package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js +4 -2
  124. package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
  125. package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +4 -2
  126. package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
  127. package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js +5 -4
  128. package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js.map +1 -1
  129. package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +4 -2
  130. package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -1
  131. package/lib/commonjs/components/MessageMenu/MessageUserReactions.js +3 -3
  132. package/lib/commonjs/components/MessageMenu/MessageUserReactions.js.map +1 -1
  133. package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js +2 -2
  134. package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js.map +1 -1
  135. package/lib/commonjs/components/Notifications/Notification.js +17 -18
  136. package/lib/commonjs/components/Notifications/Notification.js.map +1 -1
  137. package/lib/commonjs/components/Poll/components/CreatePollHeader.js +6 -5
  138. package/lib/commonjs/components/Poll/components/CreatePollHeader.js.map +1 -1
  139. package/lib/commonjs/components/Poll/components/CreatePollOptions.js +6 -6
  140. package/lib/commonjs/components/Poll/components/CreatePollOptions.js.map +1 -1
  141. package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +5 -3
  142. package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
  143. package/lib/commonjs/components/Poll/components/PollModalHeader.js +4 -2
  144. package/lib/commonjs/components/Poll/components/PollModalHeader.js.map +1 -1
  145. package/lib/commonjs/components/Poll/components/PollOption.js +3 -2
  146. package/lib/commonjs/components/Poll/components/PollOption.js.map +1 -1
  147. package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js +6 -5
  148. package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
  149. package/lib/commonjs/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js +7 -5
  150. package/lib/commonjs/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js.map +1 -1
  151. package/lib/commonjs/components/UIComponents/EmptySearchResult.js +4 -2
  152. package/lib/commonjs/components/UIComponents/EmptySearchResult.js.map +1 -1
  153. package/lib/commonjs/components/UIComponents/SearchInput.js +7 -6
  154. package/lib/commonjs/components/UIComponents/SearchInput.js.map +1 -1
  155. package/lib/commonjs/components/UIComponents/SelectionCircle.js +4 -2
  156. package/lib/commonjs/components/UIComponents/SelectionCircle.js.map +1 -1
  157. package/lib/commonjs/components/UIComponents/Spinner.js +4 -2
  158. package/lib/commonjs/components/UIComponents/Spinner.js.map +1 -1
  159. package/lib/commonjs/components/ui/Avatar/AvatarGroup.js +5 -3
  160. package/lib/commonjs/components/ui/Avatar/AvatarGroup.js.map +1 -1
  161. package/lib/commonjs/components/ui/Avatar/UserAvatar.js +5 -3
  162. package/lib/commonjs/components/ui/Avatar/UserAvatar.js.map +1 -1
  163. package/lib/commonjs/components/ui/Badge/ErrorBadge.js +4 -2
  164. package/lib/commonjs/components/ui/Badge/ErrorBadge.js.map +1 -1
  165. package/lib/commonjs/components/ui/Badge/GiphyBadge.js +4 -2
  166. package/lib/commonjs/components/ui/Badge/GiphyBadge.js.map +1 -1
  167. package/lib/commonjs/components/ui/Badge/ImgurBadge.js +4 -2
  168. package/lib/commonjs/components/ui/Badge/ImgurBadge.js.map +1 -1
  169. package/lib/commonjs/components/ui/Badge/RetryBadge.js +4 -2
  170. package/lib/commonjs/components/ui/Badge/RetryBadge.js.map +1 -1
  171. package/lib/commonjs/components/ui/GiphyChip.js +5 -4
  172. package/lib/commonjs/components/ui/GiphyChip.js.map +1 -1
  173. package/lib/commonjs/components/ui/Input/Input.js +5 -4
  174. package/lib/commonjs/components/ui/Input/Input.js.map +1 -1
  175. package/lib/commonjs/components/ui/VideoPlayIndicator.js +4 -2
  176. package/lib/commonjs/components/ui/VideoPlayIndicator.js.map +1 -1
  177. package/lib/commonjs/contexts/componentsContext/ComponentsContext.js +16 -5
  178. package/lib/commonjs/contexts/componentsContext/ComponentsContext.js.map +1 -1
  179. package/lib/commonjs/contexts/componentsContext/defaultComponents.js +179 -1
  180. package/lib/commonjs/contexts/componentsContext/defaultComponents.js.map +1 -1
  181. package/lib/commonjs/hooks/actions/useChannelActionItems.js +22 -11
  182. package/lib/commonjs/hooks/actions/useChannelActionItems.js.map +1 -1
  183. package/lib/commonjs/hooks/actions/useChannelMemberActionItems.js +23 -11
  184. package/lib/commonjs/hooks/actions/useChannelMemberActionItems.js.map +1 -1
  185. package/lib/commonjs/hooks/messagePreview/useMessagePreviewIcon.js +12 -17
  186. package/lib/commonjs/hooks/messagePreview/useMessagePreviewIcon.js.map +1 -1
  187. package/lib/commonjs/version.json +1 -1
  188. package/lib/module/components/Attachment/Audio/PlayPauseButton.js +5 -4
  189. package/lib/module/components/Attachment/Audio/PlayPauseButton.js.map +1 -1
  190. package/lib/module/components/Attachment/FileIcon.js +19 -25
  191. package/lib/module/components/Attachment/FileIcon.js.map +1 -1
  192. package/lib/module/components/Attachment/Giphy/Giphy.js +4 -2
  193. package/lib/module/components/Attachment/Giphy/Giphy.js.map +1 -1
  194. package/lib/module/components/Attachment/UrlPreview/URLPreview.js +5 -4
  195. package/lib/module/components/Attachment/UrlPreview/URLPreview.js.map +1 -1
  196. package/lib/module/components/Attachment/UrlPreview/URLPreviewCompact.js +5 -4
  197. package/lib/module/components/Attachment/UrlPreview/URLPreviewCompact.js.map +1 -1
  198. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +4 -2
  199. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
  200. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +3 -2
  201. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  202. package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js +11 -5
  203. package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
  204. package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js +17 -7
  205. package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
  206. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +11 -11
  207. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
  208. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +4 -2
  209. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
  210. package/lib/module/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js +4 -2
  211. package/lib/module/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js.map +1 -1
  212. package/lib/module/components/AutoCompleteInput/mentionItems/MentionRoleItem.js +4 -2
  213. package/lib/module/components/AutoCompleteInput/mentionItems/MentionRoleItem.js.map +1 -1
  214. package/lib/module/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js +15 -11
  215. package/lib/module/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js.map +1 -1
  216. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavHeader.js +4 -2
  217. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavHeader.js.map +1 -1
  218. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavigationSection.js +5 -6
  219. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavigationSection.js.map +1 -1
  220. package/lib/module/components/ChannelDetails/components/ChannelDetailsProfile.js +4 -2
  221. package/lib/module/components/ChannelDetails/components/ChannelDetailsProfile.js.map +1 -1
  222. package/lib/module/components/ChannelDetails/components/ChannelEditDetailsFormHeader.js +4 -2
  223. package/lib/module/components/ChannelDetails/components/ChannelEditDetailsFormHeader.js.map +1 -1
  224. package/lib/module/components/ChannelDetails/components/ChannelEditImageSheet.js +7 -10
  225. package/lib/module/components/ChannelDetails/components/ChannelEditImageSheet.js.map +1 -1
  226. package/lib/module/components/ChannelDetails/components/members/ChannelAddMembersButton.js +3 -3
  227. package/lib/module/components/ChannelDetails/components/members/ChannelAddMembersButton.js.map +1 -1
  228. package/lib/module/components/ChannelDetails/components/members/ChannelAddMembersFormHeader.js +4 -2
  229. package/lib/module/components/ChannelDetails/components/members/ChannelAddMembersFormHeader.js.map +1 -1
  230. package/lib/module/components/ChannelDetails/components/members/ChannelMemberItem.js +2 -2
  231. package/lib/module/components/ChannelDetails/components/members/ChannelMemberItem.js.map +1 -1
  232. package/lib/module/components/ChannelDetails/components/modal/ModalHeader.js +4 -2
  233. package/lib/module/components/ChannelDetails/components/modal/ModalHeader.js.map +1 -1
  234. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentList.js +3 -3
  235. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentList.js.map +1 -1
  236. package/lib/module/components/ChannelDetails/components/navigation-section/MediaItem.js +3 -3
  237. package/lib/module/components/ChannelDetails/components/navigation-section/MediaItem.js.map +1 -1
  238. package/lib/module/components/ChannelDetails/components/navigation-section/MediaList.js +2 -2
  239. package/lib/module/components/ChannelDetails/components/navigation-section/MediaList.js.map +1 -1
  240. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageList.js +2 -2
  241. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageList.js.map +1 -1
  242. package/lib/module/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js +9 -9
  243. package/lib/module/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js.map +1 -1
  244. package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +7 -5
  245. package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
  246. package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js +3 -3
  247. package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
  248. package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js +4 -2
  249. package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
  250. package/lib/module/components/ChannelPreview/ChannelPreviewPinnedStatus.js +4 -2
  251. package/lib/module/components/ChannelPreview/ChannelPreviewPinnedStatus.js.map +1 -1
  252. package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js +5 -4
  253. package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
  254. package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +5 -4
  255. package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
  256. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +4 -2
  257. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  258. package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +6 -5
  259. package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
  260. package/lib/module/components/Indicators/EmptyStateIndicator.js +6 -4
  261. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  262. package/lib/module/components/Message/MessageItemView/Headers/MessagePinnedHeader.js +4 -2
  263. package/lib/module/components/Message/MessageItemView/Headers/MessagePinnedHeader.js.map +1 -1
  264. package/lib/module/components/Message/MessageItemView/Headers/MessageReminderHeader.js +4 -2
  265. package/lib/module/components/Message/MessageItemView/Headers/MessageReminderHeader.js.map +1 -1
  266. package/lib/module/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js +4 -2
  267. package/lib/module/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js.map +1 -1
  268. package/lib/module/components/Message/MessageItemView/Headers/SentToChannelHeader.js +4 -2
  269. package/lib/module/components/Message/MessageItemView/Headers/SentToChannelHeader.js.map +1 -1
  270. package/lib/module/components/Message/MessageItemView/MessageDeleted.js +2 -2
  271. package/lib/module/components/Message/MessageItemView/MessageDeleted.js.map +1 -1
  272. package/lib/module/components/Message/MessageItemView/MessageReplies.js +3 -4
  273. package/lib/module/components/Message/MessageItemView/MessageReplies.js.map +1 -1
  274. package/lib/module/components/Message/MessageItemView/MessageStatus.js +7 -7
  275. package/lib/module/components/Message/MessageItemView/MessageStatus.js.map +1 -1
  276. package/lib/module/components/Message/MessageItemView/MessageSwipeContent.js +4 -2
  277. package/lib/module/components/Message/MessageItemView/MessageSwipeContent.js.map +1 -1
  278. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +4 -2
  279. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
  280. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js +4 -2
  281. package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
  282. package/lib/module/components/Message/hooks/useMessageActions.js +19 -17
  283. package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
  284. package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js +4 -2
  285. package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
  286. package/lib/module/components/MessageInput/StopMessageStreamingButton.js +4 -2
  287. package/lib/module/components/MessageInput/StopMessageStreamingButton.js.map +1 -1
  288. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +4 -2
  289. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
  290. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +11 -7
  291. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
  292. package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +4 -2
  293. package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
  294. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js +15 -11
  295. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
  296. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +4 -2
  297. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
  298. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +3 -3
  299. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -1
  300. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +6 -6
  301. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
  302. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +5 -4
  303. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -1
  304. package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js +4 -2
  305. package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
  306. package/lib/module/components/MessageInput/components/LinkPreviewList.js +2 -2
  307. package/lib/module/components/MessageInput/components/LinkPreviewList.js.map +1 -1
  308. package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js +4 -2
  309. package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
  310. package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js +4 -2
  311. package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
  312. package/lib/module/components/MessageList/ScrollToBottomButton.js +4 -2
  313. package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
  314. package/lib/module/components/MessageList/UnreadMessagesNotification.js +5 -4
  315. package/lib/module/components/MessageList/UnreadMessagesNotification.js.map +1 -1
  316. package/lib/module/components/MessageMenu/MessageReactionPicker.js +4 -2
  317. package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -1
  318. package/lib/module/components/MessageMenu/MessageUserReactions.js +3 -3
  319. package/lib/module/components/MessageMenu/MessageUserReactions.js.map +1 -1
  320. package/lib/module/components/MessageMenu/MessageUserReactionsItem.js +2 -2
  321. package/lib/module/components/MessageMenu/MessageUserReactionsItem.js.map +1 -1
  322. package/lib/module/components/Notifications/Notification.js +17 -18
  323. package/lib/module/components/Notifications/Notification.js.map +1 -1
  324. package/lib/module/components/Poll/components/CreatePollHeader.js +6 -5
  325. package/lib/module/components/Poll/components/CreatePollHeader.js.map +1 -1
  326. package/lib/module/components/Poll/components/CreatePollOptions.js +6 -6
  327. package/lib/module/components/Poll/components/CreatePollOptions.js.map +1 -1
  328. package/lib/module/components/Poll/components/MultipleVotesSettings.js +5 -3
  329. package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
  330. package/lib/module/components/Poll/components/PollModalHeader.js +4 -2
  331. package/lib/module/components/Poll/components/PollModalHeader.js.map +1 -1
  332. package/lib/module/components/Poll/components/PollOption.js +3 -2
  333. package/lib/module/components/Poll/components/PollOption.js.map +1 -1
  334. package/lib/module/components/ThreadList/ThreadListUnreadBanner.js +6 -5
  335. package/lib/module/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
  336. package/lib/module/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js +7 -5
  337. package/lib/module/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js.map +1 -1
  338. package/lib/module/components/UIComponents/EmptySearchResult.js +4 -2
  339. package/lib/module/components/UIComponents/EmptySearchResult.js.map +1 -1
  340. package/lib/module/components/UIComponents/SearchInput.js +7 -6
  341. package/lib/module/components/UIComponents/SearchInput.js.map +1 -1
  342. package/lib/module/components/UIComponents/SelectionCircle.js +4 -2
  343. package/lib/module/components/UIComponents/SelectionCircle.js.map +1 -1
  344. package/lib/module/components/UIComponents/Spinner.js +4 -2
  345. package/lib/module/components/UIComponents/Spinner.js.map +1 -1
  346. package/lib/module/components/ui/Avatar/AvatarGroup.js +5 -3
  347. package/lib/module/components/ui/Avatar/AvatarGroup.js.map +1 -1
  348. package/lib/module/components/ui/Avatar/UserAvatar.js +5 -3
  349. package/lib/module/components/ui/Avatar/UserAvatar.js.map +1 -1
  350. package/lib/module/components/ui/Badge/ErrorBadge.js +4 -2
  351. package/lib/module/components/ui/Badge/ErrorBadge.js.map +1 -1
  352. package/lib/module/components/ui/Badge/GiphyBadge.js +4 -2
  353. package/lib/module/components/ui/Badge/GiphyBadge.js.map +1 -1
  354. package/lib/module/components/ui/Badge/ImgurBadge.js +4 -2
  355. package/lib/module/components/ui/Badge/ImgurBadge.js.map +1 -1
  356. package/lib/module/components/ui/Badge/RetryBadge.js +4 -2
  357. package/lib/module/components/ui/Badge/RetryBadge.js.map +1 -1
  358. package/lib/module/components/ui/GiphyChip.js +5 -4
  359. package/lib/module/components/ui/GiphyChip.js.map +1 -1
  360. package/lib/module/components/ui/Input/Input.js +5 -4
  361. package/lib/module/components/ui/Input/Input.js.map +1 -1
  362. package/lib/module/components/ui/VideoPlayIndicator.js +4 -2
  363. package/lib/module/components/ui/VideoPlayIndicator.js.map +1 -1
  364. package/lib/module/contexts/componentsContext/ComponentsContext.js +16 -5
  365. package/lib/module/contexts/componentsContext/ComponentsContext.js.map +1 -1
  366. package/lib/module/contexts/componentsContext/defaultComponents.js +179 -1
  367. package/lib/module/contexts/componentsContext/defaultComponents.js.map +1 -1
  368. package/lib/module/hooks/actions/useChannelActionItems.js +22 -11
  369. package/lib/module/hooks/actions/useChannelActionItems.js.map +1 -1
  370. package/lib/module/hooks/actions/useChannelMemberActionItems.js +23 -11
  371. package/lib/module/hooks/actions/useChannelMemberActionItems.js.map +1 -1
  372. package/lib/module/hooks/messagePreview/useMessagePreviewIcon.js +12 -17
  373. package/lib/module/hooks/messagePreview/useMessagePreviewIcon.js.map +1 -1
  374. package/lib/module/version.json +1 -1
  375. package/lib/typescript/components/Attachment/Audio/PlayPauseButton.d.ts.map +1 -1
  376. package/lib/typescript/components/Attachment/FileIcon.d.ts.map +1 -1
  377. package/lib/typescript/components/Attachment/Giphy/Giphy.d.ts.map +1 -1
  378. package/lib/typescript/components/Attachment/UrlPreview/URLPreview.d.ts.map +1 -1
  379. package/lib/typescript/components/Attachment/UrlPreview/URLPreviewCompact.d.ts.map +1 -1
  380. package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.d.ts.map +1 -1
  381. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerContent.d.ts.map +1 -1
  382. package/lib/typescript/components/AttachmentPicker/components/AttachmentTypePickerButton.d.ts.map +1 -1
  383. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.d.ts.map +1 -1
  384. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts.map +1 -1
  385. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.d.ts.map +1 -1
  386. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionRoleItem.d.ts.map +1 -1
  387. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.d.ts.map +1 -1
  388. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsNavHeader.d.ts.map +1 -1
  389. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsNavigationSection.d.ts.map +1 -1
  390. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsProfile.d.ts.map +1 -1
  391. package/lib/typescript/components/ChannelDetails/components/ChannelEditDetailsFormHeader.d.ts.map +1 -1
  392. package/lib/typescript/components/ChannelDetails/components/ChannelEditImageSheet.d.ts.map +1 -1
  393. package/lib/typescript/components/ChannelDetails/components/members/ChannelAddMembersButton.d.ts.map +1 -1
  394. package/lib/typescript/components/ChannelDetails/components/members/ChannelAddMembersFormHeader.d.ts.map +1 -1
  395. package/lib/typescript/components/ChannelDetails/components/members/ChannelMemberItem.d.ts.map +1 -1
  396. package/lib/typescript/components/ChannelDetails/components/modal/ModalHeader.d.ts.map +1 -1
  397. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentList.d.ts.map +1 -1
  398. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaItem.d.ts.map +1 -1
  399. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaList.d.ts.map +1 -1
  400. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageList.d.ts.map +1 -1
  401. package/lib/typescript/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.d.ts.map +1 -1
  402. package/lib/typescript/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.d.ts.map +1 -1
  403. package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts.map +1 -1
  404. package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts.map +1 -1
  405. package/lib/typescript/components/ChannelPreview/ChannelPreviewPinnedStatus.d.ts.map +1 -1
  406. package/lib/typescript/components/ChannelPreview/ChannelSwipableWrapper.d.ts.map +1 -1
  407. package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts.map +1 -1
  408. package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -1
  409. package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts.map +1 -1
  410. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -1
  411. package/lib/typescript/components/Message/MessageItemView/Headers/MessagePinnedHeader.d.ts.map +1 -1
  412. package/lib/typescript/components/Message/MessageItemView/Headers/MessageReminderHeader.d.ts.map +1 -1
  413. package/lib/typescript/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.d.ts.map +1 -1
  414. package/lib/typescript/components/Message/MessageItemView/Headers/SentToChannelHeader.d.ts.map +1 -1
  415. package/lib/typescript/components/Message/MessageItemView/MessageDeleted.d.ts.map +1 -1
  416. package/lib/typescript/components/Message/MessageItemView/MessageReplies.d.ts.map +1 -1
  417. package/lib/typescript/components/Message/MessageItemView/MessageStatus.d.ts.map +1 -1
  418. package/lib/typescript/components/Message/MessageItemView/MessageSwipeContent.d.ts.map +1 -1
  419. package/lib/typescript/components/Message/MessageItemView/ReactionList/ReactionListClustered.d.ts.map +1 -1
  420. package/lib/typescript/components/Message/MessageItemView/ReactionList/ReactionListItem.d.ts.map +1 -1
  421. package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -1
  422. package/lib/typescript/components/MessageInput/ShowThreadMessageInChannelButton.d.ts.map +1 -1
  423. package/lib/typescript/components/MessageInput/StopMessageStreamingButton.d.ts.map +1 -1
  424. package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.d.ts.map +1 -1
  425. package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.d.ts.map +1 -1
  426. package/lib/typescript/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.d.ts.map +1 -1
  427. package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts.map +1 -1
  428. package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts.map +1 -1
  429. package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.d.ts.map +1 -1
  430. package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.d.ts.map +1 -1
  431. package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.d.ts.map +1 -1
  432. package/lib/typescript/components/MessageInput/components/InputButtons/AttachButton.d.ts.map +1 -1
  433. package/lib/typescript/components/MessageInput/components/LinkPreviewList.d.ts.map +1 -1
  434. package/lib/typescript/components/MessageInput/components/OutputButtons/EditButton.d.ts.map +1 -1
  435. package/lib/typescript/components/MessageInput/components/OutputButtons/SendButton.d.ts.map +1 -1
  436. package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts.map +1 -1
  437. package/lib/typescript/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  438. package/lib/typescript/components/MessageMenu/MessageReactionPicker.d.ts.map +1 -1
  439. package/lib/typescript/components/MessageMenu/MessageUserReactions.d.ts.map +1 -1
  440. package/lib/typescript/components/MessageMenu/MessageUserReactionsItem.d.ts.map +1 -1
  441. package/lib/typescript/components/Notifications/Notification.d.ts.map +1 -1
  442. package/lib/typescript/components/Poll/components/CreatePollHeader.d.ts.map +1 -1
  443. package/lib/typescript/components/Poll/components/CreatePollOptions.d.ts.map +1 -1
  444. package/lib/typescript/components/Poll/components/MultipleVotesSettings.d.ts.map +1 -1
  445. package/lib/typescript/components/Poll/components/PollModalHeader.d.ts.map +1 -1
  446. package/lib/typescript/components/Poll/components/PollOption.d.ts.map +1 -1
  447. package/lib/typescript/components/ThreadList/ThreadListUnreadBanner.d.ts.map +1 -1
  448. package/lib/typescript/components/ThreadList/ThreadMessagePreviewDeliveryStatus.d.ts.map +1 -1
  449. package/lib/typescript/components/UIComponents/EmptySearchResult.d.ts.map +1 -1
  450. package/lib/typescript/components/UIComponents/SearchInput.d.ts.map +1 -1
  451. package/lib/typescript/components/UIComponents/SelectionCircle.d.ts.map +1 -1
  452. package/lib/typescript/components/UIComponents/Spinner.d.ts.map +1 -1
  453. package/lib/typescript/components/ui/Avatar/AvatarGroup.d.ts.map +1 -1
  454. package/lib/typescript/components/ui/Avatar/UserAvatar.d.ts.map +1 -1
  455. package/lib/typescript/components/ui/Badge/ErrorBadge.d.ts.map +1 -1
  456. package/lib/typescript/components/ui/Badge/GiphyBadge.d.ts.map +1 -1
  457. package/lib/typescript/components/ui/Badge/ImgurBadge.d.ts.map +1 -1
  458. package/lib/typescript/components/ui/Badge/RetryBadge.d.ts.map +1 -1
  459. package/lib/typescript/components/ui/GiphyChip.d.ts.map +1 -1
  460. package/lib/typescript/components/ui/Input/Input.d.ts.map +1 -1
  461. package/lib/typescript/components/ui/VideoPlayIndicator.d.ts.map +1 -1
  462. package/lib/typescript/contexts/componentsContext/ComponentsContext.d.ts +16 -2
  463. package/lib/typescript/contexts/componentsContext/ComponentsContext.d.ts.map +1 -1
  464. package/lib/typescript/contexts/componentsContext/defaultComponents.d.ts +215 -0
  465. package/lib/typescript/contexts/componentsContext/defaultComponents.d.ts.map +1 -1
  466. package/lib/typescript/hooks/actions/useChannelActionItems.d.ts +5 -1
  467. package/lib/typescript/hooks/actions/useChannelActionItems.d.ts.map +1 -1
  468. package/lib/typescript/hooks/actions/useChannelMemberActionItems.d.ts +5 -1
  469. package/lib/typescript/hooks/actions/useChannelMemberActionItems.d.ts.map +1 -1
  470. package/lib/typescript/hooks/messagePreview/useMessagePreviewIcon.d.ts.map +1 -1
  471. package/package.json +1 -1
  472. package/src/components/Attachment/Audio/PlayPauseButton.tsx +4 -4
  473. package/src/components/Attachment/FileIcon.tsx +19 -27
  474. package/src/components/Attachment/Giphy/Giphy.tsx +3 -2
  475. package/src/components/Attachment/UrlPreview/URLPreview.tsx +3 -2
  476. package/src/components/Attachment/UrlPreview/URLPreviewCompact.tsx +3 -2
  477. package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.tsx +3 -2
  478. package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +2 -2
  479. package/src/components/AttachmentPicker/components/AttachmentPickerContent.tsx +8 -5
  480. package/src/components/AttachmentPicker/components/AttachmentTypePickerButton.tsx +13 -15
  481. package/src/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.tsx +10 -11
  482. package/src/components/AutoCompleteInput/AutoCompleteSuggestionHeader.tsx +3 -2
  483. package/src/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.tsx +3 -2
  484. package/src/components/AutoCompleteInput/mentionItems/MentionRoleItem.tsx +3 -2
  485. package/src/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.tsx +13 -10
  486. package/src/components/ChannelDetails/components/ChannelDetailsNavHeader.tsx +3 -2
  487. package/src/components/ChannelDetails/components/ChannelDetailsNavigationSection.tsx +5 -7
  488. package/src/components/ChannelDetails/components/ChannelDetailsProfile.tsx +3 -2
  489. package/src/components/ChannelDetails/components/ChannelEditDetailsFormHeader.tsx +3 -2
  490. package/src/components/ChannelDetails/components/ChannelEditImageSheet.tsx +6 -10
  491. package/src/components/ChannelDetails/components/members/ChannelAddMembersButton.tsx +2 -3
  492. package/src/components/ChannelDetails/components/members/ChannelAddMembersFormHeader.tsx +3 -2
  493. package/src/components/ChannelDetails/components/members/ChannelMemberItem.tsx +2 -3
  494. package/src/components/ChannelDetails/components/modal/ModalHeader.tsx +3 -2
  495. package/src/components/ChannelDetails/components/navigation-section/FileAttachmentList.tsx +6 -3
  496. package/src/components/ChannelDetails/components/navigation-section/MediaItem.tsx +2 -3
  497. package/src/components/ChannelDetails/components/navigation-section/MediaList.tsx +2 -3
  498. package/src/components/ChannelDetails/components/navigation-section/PinnedMessageList.tsx +2 -3
  499. package/src/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.ts +12 -13
  500. package/src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx +16 -5
  501. package/src/components/ChannelPreview/ChannelPreviewMessage.tsx +2 -2
  502. package/src/components/ChannelPreview/ChannelPreviewMutedStatus.tsx +3 -2
  503. package/src/components/ChannelPreview/ChannelPreviewPinnedStatus.tsx +3 -2
  504. package/src/components/ChannelPreview/ChannelSwipableWrapper.tsx +2 -2
  505. package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +4 -5
  506. package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +3 -2
  507. package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +5 -5
  508. package/src/components/Indicators/EmptyStateIndicator.tsx +5 -4
  509. package/src/components/Message/MessageItemView/Headers/MessagePinnedHeader.tsx +3 -2
  510. package/src/components/Message/MessageItemView/Headers/MessageReminderHeader.tsx +3 -2
  511. package/src/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.tsx +3 -2
  512. package/src/components/Message/MessageItemView/Headers/SentToChannelHeader.tsx +3 -2
  513. package/src/components/Message/MessageItemView/MessageDeleted.tsx +2 -3
  514. package/src/components/Message/MessageItemView/MessageReplies.tsx +3 -5
  515. package/src/components/Message/MessageItemView/MessageStatus.tsx +16 -7
  516. package/src/components/Message/MessageItemView/MessageSwipeContent.tsx +3 -2
  517. package/src/components/Message/MessageItemView/ReactionList/ReactionListClustered.tsx +3 -3
  518. package/src/components/Message/MessageItemView/ReactionList/ReactionListItem.tsx +3 -3
  519. package/src/components/Message/hooks/useMessageActions.tsx +18 -31
  520. package/src/components/MessageInput/ShowThreadMessageInChannelButton.tsx +8 -2
  521. package/src/components/MessageInput/StopMessageStreamingButton.tsx +3 -2
  522. package/src/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.tsx +3 -2
  523. package/src/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.tsx +6 -5
  524. package/src/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.tsx +3 -2
  525. package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +16 -11
  526. package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +3 -2
  527. package/src/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.tsx +2 -3
  528. package/src/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.tsx +5 -6
  529. package/src/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.tsx +4 -4
  530. package/src/components/MessageInput/components/InputButtons/AttachButton.tsx +3 -2
  531. package/src/components/MessageInput/components/LinkPreviewList.tsx +2 -3
  532. package/src/components/MessageInput/components/OutputButtons/EditButton.tsx +3 -2
  533. package/src/components/MessageInput/components/OutputButtons/SendButton.tsx +3 -2
  534. package/src/components/MessageList/ScrollToBottomButton.tsx +3 -2
  535. package/src/components/MessageList/UnreadMessagesNotification.tsx +4 -4
  536. package/src/components/MessageMenu/MessageReactionPicker.tsx +3 -2
  537. package/src/components/MessageMenu/MessageUserReactions.tsx +3 -4
  538. package/src/components/MessageMenu/MessageUserReactionsItem.tsx +2 -3
  539. package/src/components/MessageMenu/__tests__/MessageUserReactionsItem.test.tsx +1 -1
  540. package/src/components/Notifications/Notification.tsx +18 -17
  541. package/src/components/Poll/components/CreatePollHeader.tsx +6 -5
  542. package/src/components/Poll/components/CreatePollOptions.tsx +5 -6
  543. package/src/components/Poll/components/MultipleVotesSettings.tsx +4 -3
  544. package/src/components/Poll/components/PollModalHeader.tsx +3 -2
  545. package/src/components/Poll/components/PollOption.tsx +2 -2
  546. package/src/components/ThreadList/ThreadListUnreadBanner.tsx +5 -5
  547. package/src/components/ThreadList/ThreadMessagePreviewDeliveryStatus.tsx +11 -5
  548. package/src/components/UIComponents/EmptySearchResult.tsx +3 -2
  549. package/src/components/UIComponents/SearchInput.tsx +6 -6
  550. package/src/components/UIComponents/SelectionCircle.tsx +3 -2
  551. package/src/components/UIComponents/Spinner.tsx +3 -2
  552. package/src/components/ui/Avatar/AvatarGroup.tsx +4 -3
  553. package/src/components/ui/Avatar/UserAvatar.tsx +8 -3
  554. package/src/components/ui/Badge/ErrorBadge.tsx +3 -2
  555. package/src/components/ui/Badge/GiphyBadge.tsx +3 -2
  556. package/src/components/ui/Badge/ImgurBadge.tsx +3 -2
  557. package/src/components/ui/Badge/RetryBadge.tsx +3 -2
  558. package/src/components/ui/GiphyChip.tsx +4 -4
  559. package/src/components/ui/Input/Input.tsx +4 -4
  560. package/src/components/ui/VideoPlayIndicator.tsx +3 -2
  561. package/src/contexts/componentsContext/ComponentsContext.tsx +39 -9
  562. package/src/contexts/componentsContext/defaultComponents.ts +193 -0
  563. package/src/hooks/actions/__tests__/useChannelActionItems.test.tsx +15 -0
  564. package/src/hooks/actions/__tests__/useChannelMemberActionItems.test.tsx +9 -0
  565. package/src/hooks/actions/useChannelActionItems.tsx +31 -11
  566. package/src/hooks/actions/useChannelMemberActionItems.tsx +29 -6
  567. package/src/hooks/messagePreview/useMessagePreviewIcon.tsx +11 -17
  568. package/src/version.json +1 -1
  569. package/lib/commonjs/icons/arrow-left.js +0 -37
  570. package/lib/commonjs/icons/arrow-left.js.map +0 -1
  571. package/lib/module/icons/arrow-left.js +0 -37
  572. package/lib/module/icons/arrow-left.js.map +0 -1
  573. package/lib/typescript/icons/arrow-left.d.ts +0 -4
  574. package/lib/typescript/icons/arrow-left.d.ts.map +0 -1
  575. package/src/icons/arrow-left.tsx +0 -23
@@ -1 +1 @@
1
- {"version":3,"file":"EditButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageInput/components/OutputButtons/EditButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,EACL,wBAAwB,EAEzB,MAAM,8DAA8D,CAAC;AAItE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,aAAa,CAAC,CAAC,GAAG;IACrF,0BAA0B;IAC1B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,UAAU;YAAW,eAAe;;CAyBhD,CAAC"}
1
+ {"version":3,"file":"EditButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageInput/components/OutputButtons/EditButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAG3C,OAAO,EACL,wBAAwB,EAEzB,MAAM,8DAA8D,CAAC;AAGtE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,aAAa,CAAC,CAAC,GAAG;IACrF,0BAA0B;IAC1B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,UAAU;YAAW,eAAe;;CA0BhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageInput/components/OutputButtons/SendButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,EACL,wBAAwB,EAEzB,MAAM,8DAA8D,CAAC;AAItE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,aAAa,CAAC,CAAC,GAAG;IACrF,0BAA0B;IAC1B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,UAAU;YAAW,eAAe;;CAyBhD,CAAC"}
1
+ {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageInput/components/OutputButtons/SendButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAG3C,OAAO,EACL,wBAAwB,EAEzB,MAAM,8DAA8D,CAAC;AAGtE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,aAAa,CAAC,CAAC,GAAG;IACrF,0BAA0B;IAC1B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,UAAU;YAAW,eAAe;;CA0BhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollToBottomButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/ScrollToBottomButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,eAAO,MAAM,wCAAwC,0BAA0B,CAAC;AAChF,eAAO,MAAM,mDAAmD,kDACf,CAAC;AAElD,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB;YAAW,yBAAyB;;CAwDpE,CAAC"}
1
+ {"version":3,"file":"ScrollToBottomButton.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/ScrollToBottomButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,eAAO,MAAM,wCAAwC,0BAA0B,CAAC;AAChF,eAAO,MAAM,mDAAmD,kDACf,CAAC;AAElD,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB;YAAW,yBAAyB;;CAyDpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UnreadMessagesNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/UnreadMessagesNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAUtD,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,mBAAmB,EACnB,yBAAyB,CAC1B,GAAG;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,0BAA0B,GAAI,OAAO,+BAA+B,sBA2DhF,CAAC"}
1
+ {"version":3,"file":"UnreadMessagesNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/UnreadMessagesNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAStD,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,mBAAmB,EACnB,yBAAyB,CAC1B,GAAG;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,0BAA0B,GAAI,OAAO,+BAA+B,sBA4DhF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageReactionPicker.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageMenu/MessageReactionPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAQvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAUxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIjD,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,GACvF,IAAI,CAAC,mBAAmB,EAAE,gBAAgB,GAAG,gBAAgB,CAAC,CAAC;AAEjE,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG;IAClD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAcF,eAAO,MAAM,yBAAyB,GAAI,uBAEvC;IACD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,sBAiCA,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,uBAE/B;IACD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,sBA6CA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,6BAkCtE,CAAC"}
1
+ {"version":3,"file":"MessageReactionPicker.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageMenu/MessageReactionPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AASvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AASxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIjD,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,GACvF,IAAI,CAAC,mBAAmB,EAAE,gBAAgB,GAAG,gBAAgB,CAAC,CAAC;AAEjE,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG;IAClD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAcF,eAAO,MAAM,yBAAyB,GAAI,uBAEvC;IACD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,sBAiCA,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,uBAE/B;IACD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,sBA8CA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,6BAkCtE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageUserReactions.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageMenu/MessageUserReactions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAcjF,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAOxD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAajD,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC,GAC/F,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC,GAAG;IAC9C;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAMJ,MAAM,MAAM,wBAAwB,GAAG,YAAY,GAAG;IACpD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAAI,OAAO,wBAAwB,sBAc/E,CAAC;AAgBF,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,sBAwMpE,CAAC"}
1
+ {"version":3,"file":"MessageUserReactions.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageMenu/MessageUserReactions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAcjF,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAMxD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAajD,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC,GAC/F,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC,GAAG;IAC9C;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAMJ,MAAM,MAAM,wBAAwB,GAAG,YAAY,GAAG;IACpD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAAI,OAAO,wBAAwB,sBAc/E,CAAC;AAgBF,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,sBAwMpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageUserReactionsItem.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageMenu/MessageUserReactionsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,kBAAkB,EAAE,YAAY,EAAE,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,mCAGtC,6BAA6B,sBA+C/B,CAAC"}
1
+ {"version":3,"file":"MessageUserReactionsItem.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageMenu/MessageUserReactionsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAYvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,kBAAkB,EAAE,YAAY,EAAE,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,mCAGtC,6BAA6B,sBA+C/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAgB1F,mEAAmE;AACnE,MAAM,MAAM,0BAA0B,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;AAC7E,MAAM,MAAM,2BAA2B,GAAG,OAAO,GAAG,MAAM,CAAC;AAE3D,MAAM,MAAM,qBAAqB,GAAG;IAClC,8CAA8C;IAC9C,YAAY,EAAE,gBAAgB,CAAC;CAChC,CAAC;AAEF,wGAAwG;AACxG,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,oBAAoB,CAAC;AAEnE,6EAA6E;AAC7E,eAAO,MAAM,sBAAsB,GAAI,cAAc,gBAAgB,KAAG,mBACpC,CAAC;AAiBrC,eAAO,MAAM,gBAAgB,GAAI,kBAAkB,qBAAqB,6BAUvE,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,4EAA4E;IAC5E,YAAY,EAAE,gBAAgB,CAAC;IAC/B,wDAAwD;IACxD,cAAc,CAAC,EAAE,0BAA0B,CAAC;IAC5C,6DAA6D;IAC7D,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAClD,mEAAmE;IACnE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,qGAAqG;IACrG,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iEAAiE;IACjE,eAAe,CAAC,EAAE,2BAA2B,CAAC;CAC/C,CAAC;AAEF,yEAAyE;AACzE,eAAO,MAAM,YAAY,GAAI,+CAK1B,iBAAiB,sBAgEnB,CAAC"}
1
+ {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../src/components/Notifications/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAY1F,mEAAmE;AACnE,MAAM,MAAM,0BAA0B,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;AAC7E,MAAM,MAAM,2BAA2B,GAAG,OAAO,GAAG,MAAM,CAAC;AAE3D,MAAM,MAAM,qBAAqB,GAAG;IAClC,8CAA8C;IAC9C,YAAY,EAAE,gBAAgB,CAAC;CAChC,CAAC;AAEF,wGAAwG;AACxG,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,oBAAoB,CAAC;AAEnE,6EAA6E;AAC7E,eAAO,MAAM,sBAAsB,GAAI,cAAc,gBAAgB,KAAG,mBACpC,CAAC;AAoBrC,eAAO,MAAM,gBAAgB,GAAI,kBAAkB,qBAAqB,6BAWvE,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,4EAA4E;IAC5E,YAAY,EAAE,gBAAgB,CAAC;IAC/B,wDAAwD;IACxD,cAAc,CAAC,EAAE,0BAA0B,CAAC;IAC5C,6DAA6D;IAC7D,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAClD,mEAAmE;IACnE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,qGAAqG;IACrG,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iEAAiE;IACjE,eAAe,CAAC,EAAE,2BAA2B,CAAC;CAC/C,CAAC;AAEF,yEAAyE;AACzE,eAAO,MAAM,YAAY,GAAI,+CAK1B,iBAAiB,sBAiEnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreatePollHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/CreatePollHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAWpD,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,mDAG9B,qBAAqB,sBA0DvB,CAAC"}
1
+ {"version":3,"file":"CreatePollHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/CreatePollHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAWpD,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,mDAG9B,qBAAqB,sBA2DvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreatePollOptions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/CreatePollOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAWvE,OAAiB,EAIf,WAAW,EAOZ,MAAM,yBAAyB,CAAC;AAYjC,MAAM,MAAM,2BAA2B,GAAG;IACxC,iBAAiB,EAAE;QACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,CAAC;IACF,aAAa,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG;YACb,aAAa,EAAE,MAAM,CAAC;YACtB,YAAY,EAAE,MAAM,CAAC;YACrB,UAAU,EAAE,MAAM,CAAC;SACpB,CAAC;KACH,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,WAAW,CAAC,2BAA2B,CAAC,CAAC;IACjE,aAAa,EAAE,WAAW,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D;;;;OAIG;IACH,UAAU,EAAE,CAAC,QAAQ,EAAE,2BAA2B,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IACjF,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C,CAAC;AA8MF,eAAO,MAAM,gBAAgB,GAAI,wKAa9B,oBAAoB,sBA+PtB,CAAC;AASF,MAAM,MAAM,sBAAsB,GAAG;IACnC,sBAAsB,EAAE,WAAW,CAAC,2BAA2B,CAAC,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,4BAA4B,sBAAsB,sBAwLnF,CAAC"}
1
+ {"version":3,"file":"CreatePollOptions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/CreatePollOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAWvE,OAAiB,EAIf,WAAW,EAOZ,MAAM,yBAAyB,CAAC;AAUjC,MAAM,MAAM,2BAA2B,GAAG;IACxC,iBAAiB,EAAE;QACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,CAAC;IACF,aAAa,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG;YACb,aAAa,EAAE,MAAM,CAAC;YACtB,YAAY,EAAE,MAAM,CAAC;YACrB,UAAU,EAAE,MAAM,CAAC;SACpB,CAAC;KACH,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,WAAW,CAAC,2BAA2B,CAAC,CAAC;IACjE,aAAa,EAAE,WAAW,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D;;;;OAIG;IACH,UAAU,EAAE,CAAC,QAAQ,EAAE,2BAA2B,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IACjF,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C,CAAC;AA8MF,eAAO,MAAM,gBAAgB,GAAI,wKAa9B,oBAAoB,sBAgQtB,CAAC;AASF,MAAM,MAAM,sBAAsB,GAAG;IACnC,sBAAsB,EAAE,WAAW,CAAC,2BAA2B,CAAC,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,4BAA4B,sBAAsB,sBAwLnF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MultipleVotesSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/MultipleVotesSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AA+FjF,eAAO,MAAM,qBAAqB,yBAkGjC,CAAC"}
1
+ {"version":3,"file":"MultipleVotesSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/MultipleVotesSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AA+FjF,eAAO,MAAM,qBAAqB,yBAmGjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/PollModalHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAQvC,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,oBAAoB,oBAAoB,sBAgCvE,CAAC"}
1
+ {"version":3,"file":"PollModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/PollModalHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAQvC,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,oBAAoB,oBAAoB,sBAiCvE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PollOption.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/PollOption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAa,eAAe,EAA0B,MAAM,cAAc,CAAC;AAIlF,OAAO,EAAE,UAAU,IAAI,eAAe,EAA0B,MAAM,aAAa,CAAC;AAEpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAEL,gBAAgB,EAKjB,MAAM,mBAAmB,CAAC;AAgB3B,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,eAAe,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,GAAG;IAC1D,yBAAyB,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,gCAEnC,IAAI,CAAC,0BAA0B,EAAE,2BAA2B,CAAC,sBAgC/D,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,+CAI5B,0BAA0B,sBAO5B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,4CAAmD,eAAe,sBAwE5F,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qBAAqB,mBAAmB,6BA0DlE,CAAC"}
1
+ {"version":3,"file":"PollOption.d.ts","sourceRoot":"","sources":["../../../../../src/components/Poll/components/PollOption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAa,eAAe,EAA0B,MAAM,cAAc,CAAC;AAIlF,OAAO,EAAE,UAAU,IAAI,eAAe,EAA0B,MAAM,aAAa,CAAC;AAEpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAEL,gBAAgB,EAKjB,MAAM,mBAAmB,CAAC;AAe3B,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,eAAe,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,GAAG;IAC1D,yBAAyB,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,gCAEnC,IAAI,CAAC,0BAA0B,EAAE,2BAA2B,CAAC,sBAgC/D,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,+CAI5B,0BAA0B,sBAO5B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,4CAAmD,eAAe,sBAwE5F,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qBAAqB,mBAAmB,6BA2DlE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadListUnreadBanner.d.ts","sourceRoot":"","sources":["../../../../src/components/ThreadList/ThreadListUnreadBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAcjD,eAAO,MAAM,sBAAsB,gCA6DlC,CAAC"}
1
+ {"version":3,"file":"ThreadListUnreadBanner.d.ts","sourceRoot":"","sources":["../../../../src/components/ThreadList/ThreadListUnreadBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAajD,eAAO,MAAM,sBAAsB,gCA8DlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadMessagePreviewDeliveryStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ThreadList/ThreadMessagePreviewDeliveryStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAUpD,MAAM,MAAM,uCAAuC,GAAG;IACpD,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,kCAAkC,GAAI,uBAGhD,uCAAuC,6BAgEzC,CAAC"}
1
+ {"version":3,"file":"ThreadMessagePreviewDeliveryStatus.d.ts","sourceRoot":"","sources":["../../../../src/components/ThreadList/ThreadMessagePreviewDeliveryStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAUpD,MAAM,MAAM,uCAAuC,GAAG;IACpD,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,kCAAkC,GAAI,uBAGhD,uCAAuC,6BAsEzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EmptySearchResult.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/EmptySearchResult.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,iBAAiB;gBAAe,sBAAsB;;CAclE,CAAC"}
1
+ {"version":3,"file":"EmptySearchResult.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/EmptySearchResult.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,iBAAiB;gBAAe,sBAAsB;;CAelE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAW7D,OAAO,EAAS,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,WAAW;iCAAgC,gBAAgB;;CA6DvE,CAAC"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAU7D,OAAO,EAAS,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEnD,eAAO,MAAM,WAAW;iCAAgC,gBAAgB;;CA8DvE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionCircle.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/SelectionCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,eAAe;mBAAkB,oBAAoB;;CAuBjE,CAAC"}
1
+ {"version":3,"file":"SelectionCircle.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/SelectionCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,eAAe;mBAAkB,oBAAoB;;CAwBjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,SAAS,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAYhE,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,OAAO;YAAW,YAAY;;CAqC1C,CAAC"}
1
+ {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,SAAS,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAYhE,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,OAAO;YAAW,YAAY;;CAsC1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/AvatarGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAGpD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAY3C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAC1B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC1B,CAAC;AA4DF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,sBAoElD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,CAAC,GAAG;IAClE;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAcF,eAAO,MAAM,eAAe,GAAI,uCAI7B,oBAAoB,sBAwBtB,CAAC"}
1
+ {"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/AvatarGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAGpD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAY3C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAC1B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC1B,CAAC;AA4DF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,sBAqElD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,EAAE,MAAM,CAAC,GAAG;IAClE;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAcF,eAAO,MAAM,eAAe,GAAI,uCAI7B,oBAAoB,sBAwBtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserAvatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/UserAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAA0B,SAAS,EAAE,MAAM,cAAc,CAAC;AAE5E,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,OAAO,EAAU,WAAW,EAAE,MAAM,UAAU,CAAC;AAc/C,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,YAAY,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,sBA2ChD,CAAC"}
1
+ {"version":3,"file":"UserAvatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/UserAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAA0B,SAAS,EAAE,MAAM,cAAc,CAAC;AAE5E,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,OAAO,EAAU,WAAW,EAAE,MAAM,UAAU,CAAC;AAc/C,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,YAAY,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,sBAgDhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/ErrorBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAqBjF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG;IACxC;;;;OAIG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,sBAehD,CAAC"}
1
+ {"version":3,"file":"ErrorBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/ErrorBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAqBjF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG;IACxC;;;;OAIG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,sBAgBhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"GiphyBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/GiphyBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,UAAU,yBAQtB,CAAC"}
1
+ {"version":3,"file":"GiphyBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/GiphyBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,UAAU,yBAStB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ImgurBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/ImgurBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,UAAU,yBAQtB,CAAC"}
1
+ {"version":3,"file":"ImgurBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/ImgurBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,UAAU,yBAStB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RetryBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/RetryBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AA4BjF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG;IACxC;;;;OAIG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,sBAehD,CAAC"}
1
+ {"version":3,"file":"RetryBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Badge/RetryBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AA4BjF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG;IACxC;;;;OAIG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,sBAgBhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"GiphyChip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/GiphyChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgBvC,eAAO,MAAM,SAAS,yBAyBrB,CAAC"}
1
+ {"version":3,"file":"GiphyChip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/GiphyChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAevC,eAAO,MAAM,SAAS,yBA0BrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAIL,SAAS,EAGT,SAAS,EACT,cAAc,EAEd,SAAS,EACV,MAAM,cAAc,CAAC;AAMtB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAqBzC,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,SAAS,GAAG,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF,eAAO,MAAM,KAAK;YAbR,MAAM;kBACA,MAAM;aACX,SAAS,GAAG,OAAO;kBACd,YAAY;mBACX,YAAY;YACnB,SAAS,GAAG,OAAO,GAAG,SAAS;iBAC1B,OAAO;mBACL,MAAM;qBACJ,MAAM;eACZ,MAAM;qBACA,SAAS,CAAC,SAAS,CAAC;mCA4IrC,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAIL,SAAS,EAGT,SAAS,EACT,cAAc,EAEd,SAAS,EACV,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAqBzC,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,SAAS,GAAG,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF,eAAO,MAAM,KAAK;YAbR,MAAM;kBACA,MAAM;aACX,SAAS,GAAG,OAAO;kBACd,YAAY;mBACX,YAAY;YACnB,SAAS,GAAG,OAAO,GAAG,SAAS;iBAC1B,OAAO;mBACL,MAAM;qBACJ,MAAM;eACZ,MAAM;qBACA,SAAS,CAAC,SAAS,CAAC;mCA6IrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VideoPlayIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/VideoPlayIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA4BvC,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,sBAgBhE,CAAC"}
1
+ {"version":3,"file":"VideoPlayIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/VideoPlayIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA4BvC,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,sBAiBhE,CAAC"}
@@ -5,8 +5,22 @@ import React, { PropsWithChildren } from 'react';
5
5
  * Adding a new default automatically makes it available as an override.
6
6
  *
7
7
  * Every key is optional — only specify the components you want to override.
8
+ *
9
+ * The `icons` slot is a nested map: it is typed as a *partial* icon map so
10
+ * integrators can override individual icons without having to supply them all.
11
+ * Sibling defaults are preserved via a deep merge (see below).
12
+ */
13
+ export type ComponentOverrides = Omit<Partial<(typeof import('./defaultComponents'))['DEFAULT_COMPONENTS']>, 'icons'> & import('./defaultComponents').OptionalComponentOverrides & {
14
+ icons?: Partial<import('./defaultComponents').IconsMap>;
15
+ };
16
+ /**
17
+ * Resolved component overrides with defaults filled in. Unlike
18
+ * `ComponentOverrides`, the `icons` map is guaranteed fully populated (defaults
19
+ * back every key), so consumers can read `icons.Mute` without a null check.
8
20
  */
9
- export type ComponentOverrides = Partial<(typeof import('./defaultComponents'))['DEFAULT_COMPONENTS']> & import('./defaultComponents').OptionalComponentOverrides;
21
+ export type ResolvedComponents = Required<Omit<ComponentOverrides, 'icons'>> & {
22
+ icons: import('./defaultComponents').IconsMap;
23
+ };
10
24
  /**
11
25
  * Provider to override UI components at any level of the tree.
12
26
  * Supports nesting — inner overrides merge over outer ones (closest wins).
@@ -28,5 +42,5 @@ export declare const WithComponents: ({ children, overrides, }: PropsWithChildre
28
42
  * Hook to access resolved component overrides.
29
43
  * Returns all components with defaults filled in — user overrides merged over defaults.
30
44
  */
31
- export declare const useComponentsContext: () => Required<ComponentOverrides>;
45
+ export declare const useComponentsContext: () => ResolvedComponents;
32
46
  //# sourceMappingURL=ComponentsContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentsContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/componentsContext/ComponentsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAEtE;;;;;;GAMG;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,CACtC,CAAC,cAAc,qBAAqB,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAC7D,GACC,OAAO,qBAAqB,EAAE,0BAA0B,CAAC;AAI3D;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc,GAAI,0BAG5B,iBAAiB,CAAC;IAAE,SAAS,EAAE,kBAAkB,CAAA;CAAE,CAAC,sBAKtD,CAAC;AAaF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,oCAOhC,CAAC"}
1
+ {"version":3,"file":"ComponentsContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/componentsContext/ComponentsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAEtE;;;;;;;;;;GAUG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,OAAO,CAAC,CAAC,cAAc,qBAAqB,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,EACrE,OAAO,CACR,GACC,OAAO,qBAAqB,EAAE,0BAA0B,GAAG;IACzD,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,qBAAqB,EAAE,QAAQ,CAAC,CAAC;CACzD,CAAC;AAEJ;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC,GAAG;IAC7E,KAAK,EAAE,OAAO,qBAAqB,EAAE,QAAQ,CAAC;CAC/C,CAAC;AAIF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc,GAAI,0BAG5B,iBAAiB,CAAC;IAAE,SAAS,EAAE,kBAAkB,CAAA;CAAE,CAAC,sBActD,CAAC;AAaF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,0BAYhC,CAAC"}
@@ -4,6 +4,7 @@ import type { LocalMessage, UserResponse } from 'stream-chat';
4
4
  import { KeyboardCompatibleView } from '../../components/KeyboardCompatibleView/KeyboardCompatibleView';
5
5
  import type { MessageTextProps } from '../../components/Message/MessageItemView/MessageTextContainer';
6
6
  import type { MessageActionsProps } from '../../contexts/overlayContext/MessageOverlayHostLayer';
7
+ import type { IconProps } from '../../icons/utils/base';
7
8
  /**
8
9
  * Normalizes each component entry to React.ComponentType<P>, stripping
9
10
  * extra inferred properties (like `displayName: string` from runtime
@@ -13,7 +14,221 @@ import type { MessageActionsProps } from '../../contexts/overlayContext/MessageO
13
14
  type NormalizeComponents<T> = {
14
15
  [K in keyof T]: T[K] extends React.ComponentType<infer P> ? React.ComponentType<P> : T[K];
15
16
  };
17
+ /**
18
+ * All overridable icon components in the SDK, keyed by their exported name.
19
+ * Exposed via `WithComponents` under the nested `icons` key so integrators can
20
+ * swap any icon: `<WithComponents overrides={{ icons: { Mute: MyMute } }}>`.
21
+ *
22
+ * Only icons that are actually rendered by the SDK are registered here.
23
+ */
24
+ export declare const defaultIcons: {
25
+ ArrowBoxLeft: React.FC<IconProps>;
26
+ ArrowShareLeft: (props: IconProps) => React.JSX.Element;
27
+ ArrowUp: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
28
+ ArrowUpRight: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
29
+ Audio: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
30
+ Bell: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
31
+ BlockUser: (props: IconProps) => React.JSX.Element;
32
+ Bookmark: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
33
+ Camera: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
34
+ Check: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
35
+ CheckAll: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
36
+ Checkmark: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
37
+ ChevronLeft: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
38
+ ChevronRight: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
39
+ ChevronUp: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
40
+ CircleBan: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
41
+ CircleMinus: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
42
+ Code: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
43
+ CommandsIcon: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
44
+ Copy: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
45
+ Cross: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
46
+ CurveLineLeftUp: (props: IconProps) => React.JSX.Element;
47
+ Delete: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
48
+ DOC: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
49
+ DotGrid: ({ fill, height, pathFill, size, stroke, width }: IconProps) => React.JSX.Element;
50
+ Down: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
51
+ Edit: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
52
+ Exclamation: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
53
+ ExclamationCircle: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
54
+ EyeOpen: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
55
+ File: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
56
+ FilePickerIcon: (props: IconProps) => React.JSX.Element;
57
+ Flag: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
58
+ Folder: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
59
+ Giphy: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
60
+ GiphyIcon: (props: IconProps) => React.JSX.Element;
61
+ ImageGrid: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
62
+ Imgur: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
63
+ InfoTooltip: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
64
+ Lightning: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
65
+ Link: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
66
+ Loading: (props: Partial<import("react-native-svg").SvgProps> & Omit<import("../..").RootPathProps, "d"> & {
67
+ height?: number;
68
+ width?: number;
69
+ size?: number;
70
+ } & Partial<Pick<import("react-native-svg").StopProps, "stopOpacity">> & {
71
+ startColor?: import("react-native-svg").StopProps["stopColor"];
72
+ stopColor?: import("react-native-svg").StopProps["stopColor"];
73
+ }) => React.JSX.Element;
74
+ Lock: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
75
+ MapPin: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
76
+ Megaphone: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
77
+ MenuPointHorizontal: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
78
+ MessageBubbleEmpty: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
79
+ MessageFlag: (props: IconProps) => React.JSX.Element;
80
+ Mic: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
81
+ Minus: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
82
+ MoreEmojis: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
83
+ Mute: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
84
+ NewClose: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
85
+ OtherFileIcon: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
86
+ Pause: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
87
+ PDF: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
88
+ PeopleIcon: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
89
+ PhotoIcon: (props: IconProps) => React.JSX.Element;
90
+ Picture: (props: IconProps) => React.JSX.Element;
91
+ Pin: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
92
+ Play: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
93
+ Plus: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
94
+ PollIcon: (props: IconProps) => React.JSX.Element;
95
+ PollThumbnail: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
96
+ Presentation: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
97
+ Recorder: ({ fill, height, pathFill, size, stroke, width, ...props }: IconProps) => React.JSX.Element;
98
+ Reload: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
99
+ ReplyConnectorLeft: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
100
+ ReplyConnectorRight: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
101
+ Resend: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
102
+ Search: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
103
+ SendRight: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
104
+ Share: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
105
+ Shield: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
106
+ Smile: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
107
+ Sound: ({ fill, height, pathFill, size, stroke, width, ...props }: IconProps) => React.JSX.Element;
108
+ SpreadSheet: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
109
+ Stop: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
110
+ ThreadReply: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
111
+ Tick: (props: IconProps) => React.JSX.Element;
112
+ Time: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
113
+ Unknown: (props: IconProps) => React.JSX.Element;
114
+ Unlock: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
115
+ Unpin: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
116
+ UnreadIndicator: (props: IconProps) => React.JSX.Element;
117
+ UserAdd: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
118
+ UserDelete: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
119
+ Video: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
120
+ VideoIcon: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
121
+ Warning: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
122
+ XCircle: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
123
+ ZIP: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
124
+ };
125
+ /**
126
+ * Map of all overridable SDK icons. Used to type the `icons` override slot
127
+ * and the resolved value returned by `useComponentsContext().icons`.
128
+ */
129
+ export type IconsMap = typeof defaultIcons;
16
130
  declare const components: {
131
+ icons: {
132
+ ArrowBoxLeft: React.FC<IconProps>;
133
+ ArrowShareLeft: (props: IconProps) => React.JSX.Element;
134
+ ArrowUp: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
135
+ ArrowUpRight: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
136
+ Audio: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
137
+ Bell: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
138
+ BlockUser: (props: IconProps) => React.JSX.Element;
139
+ Bookmark: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
140
+ Camera: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
141
+ Check: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
142
+ CheckAll: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
143
+ Checkmark: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
144
+ ChevronLeft: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
145
+ ChevronRight: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
146
+ ChevronUp: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
147
+ CircleBan: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
148
+ CircleMinus: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
149
+ Code: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
150
+ CommandsIcon: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
151
+ Copy: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
152
+ Cross: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
153
+ CurveLineLeftUp: (props: IconProps) => React.JSX.Element;
154
+ Delete: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
155
+ DOC: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
156
+ DotGrid: ({ fill, height, pathFill, size, stroke, width }: IconProps) => React.JSX.Element;
157
+ Down: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
158
+ Edit: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
159
+ Exclamation: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
160
+ ExclamationCircle: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
161
+ EyeOpen: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
162
+ File: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
163
+ FilePickerIcon: (props: IconProps) => React.JSX.Element;
164
+ Flag: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
165
+ Folder: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
166
+ Giphy: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
167
+ GiphyIcon: (props: IconProps) => React.JSX.Element;
168
+ ImageGrid: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
169
+ Imgur: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
170
+ InfoTooltip: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
171
+ Lightning: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
172
+ Link: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
173
+ Loading: (props: Partial<import("react-native-svg").SvgProps> & Omit<import("../..").RootPathProps, "d"> & {
174
+ height?: number;
175
+ width?: number;
176
+ size?: number;
177
+ } & Partial<Pick<import("react-native-svg").StopProps, "stopOpacity">> & {
178
+ startColor?: import("react-native-svg").StopProps["stopColor"];
179
+ stopColor?: import("react-native-svg").StopProps["stopColor"];
180
+ }) => React.JSX.Element;
181
+ Lock: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
182
+ MapPin: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
183
+ Megaphone: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
184
+ MenuPointHorizontal: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
185
+ MessageBubbleEmpty: ({ height, size, width, ...props }: IconProps) => React.JSX.Element;
186
+ MessageFlag: (props: IconProps) => React.JSX.Element;
187
+ Mic: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
188
+ Minus: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
189
+ MoreEmojis: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
190
+ Mute: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
191
+ NewClose: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
192
+ OtherFileIcon: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
193
+ Pause: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
194
+ PDF: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
195
+ PeopleIcon: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
196
+ PhotoIcon: (props: IconProps) => React.JSX.Element;
197
+ Picture: (props: IconProps) => React.JSX.Element;
198
+ Pin: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
199
+ Play: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
200
+ Plus: ({ height, size, width, ...rest }: IconProps) => React.JSX.Element;
201
+ PollIcon: (props: IconProps) => React.JSX.Element;
202
+ PollThumbnail: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
203
+ Presentation: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
204
+ Recorder: ({ fill, height, pathFill, size, stroke, width, ...props }: IconProps) => React.JSX.Element;
205
+ Reload: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
206
+ ReplyConnectorLeft: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
207
+ ReplyConnectorRight: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
208
+ Resend: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
209
+ Search: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
210
+ SendRight: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
211
+ Share: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
212
+ Shield: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
213
+ Smile: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
214
+ Sound: ({ fill, height, pathFill, size, stroke, width, ...props }: IconProps) => React.JSX.Element;
215
+ SpreadSheet: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
216
+ Stop: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
217
+ ThreadReply: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
218
+ Tick: (props: IconProps) => React.JSX.Element;
219
+ Time: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
220
+ Unknown: (props: IconProps) => React.JSX.Element;
221
+ Unlock: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
222
+ Unpin: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
223
+ UnreadIndicator: (props: IconProps) => React.JSX.Element;
224
+ UserAdd: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
225
+ UserDelete: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
226
+ Video: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
227
+ VideoIcon: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
228
+ Warning: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
229
+ XCircle: ({ fill, height, pathFill, size, stroke, width, ...rest }: IconProps) => React.JSX.Element;
230
+ ZIP: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
231
+ };
17
232
  Attachment: (props: import("../..").AttachmentProps) => React.JSX.Element | null;
18
233
  AttachmentUploadIndicator: ({ containerStyle, localId, sourceUrl, variant, ...props }: import("../..").AttachmentUploadIndicatorProps) => React.JSX.Element | null;
19
234
  AttachButton: {
@@ -1 +1 @@
1
- {"version":3,"file":"defaultComponents.d.ts","sourceRoot":"","sources":["../../../../src/contexts/componentsContext/defaultComponents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAmF9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,gEAAgE,CAAC;AAmBxG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+DAA+D,CAAC;AAkFtG,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uDAAuD,CAAC;AAEjG;;;;;GAKG;AACH,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAC3B,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAC1F,CAAC;AAEF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Lf,CAAC;AAEF;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC,mCAAmC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1D,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC;IAClD,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAC1B,wBAAwB,CAAC,EAAE,cAAc,CAAC;QAC1C,QAAQ,EAAE,MAAM,YAAY,EAAE,CAAC;KAChC,CAAC,CAAC;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAC1D,wBAAwB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/C,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChD,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5C,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE,CAAC,CAAC;IACjE,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACnC;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,EAAE,mBAAmB,CAAC,OAAO,UAAU,CAAc,CAAC"}
1
+ {"version":3,"file":"defaultComponents.d.ts","sourceRoot":"","sources":["../../../../src/contexts/componentsContext/defaultComponents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAmF9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,gEAAgE,CAAC;AAmBxG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+DAA+D,CAAC;AAkFtG,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uDAAuD,CAAC;AA8EjG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAQxD;;;;;GAKG;AACH,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAC3B,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAC1F,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FiC,CAAC;AAE3D;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,YAAY,CAAC;AAE3C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Lf,CAAC;AAEF;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC,mCAAmC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1D,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC;IAClD,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAC1B,wBAAwB,CAAC,EAAE,cAAc,CAAC;QAC1C,QAAQ,EAAE,MAAM,YAAY,EAAE,CAAC;KAChC,CAAC,CAAC;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAC1D,wBAAwB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/C,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChD,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5C,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE,CAAC,CAAC;IACjE,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACnC;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,EAAE,mBAAmB,CAAC,OAAO,UAAU,CAAc,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { Channel } from 'stream-chat';
2
2
  import type { ActionItem } from './types';
3
3
  import { ChannelActions } from './useChannelActions';
4
+ import type { IconsMap } from '../../contexts/componentsContext/defaultComponents';
4
5
  import type { TranslationContextValue } from '../../contexts/translationContext/TranslationContext';
5
6
  export type ChannelActionItem = ActionItem<'mute' | 'muteUser' | 'block' | 'leave' | 'deleteChannel' | 'pin' | string> & {
6
7
  /**
@@ -40,6 +41,7 @@ export type ChannelActionItemsParams = {
40
41
  actions: ChannelActions;
41
42
  channel: Channel;
42
43
  channelMuteActive: boolean;
44
+ icons: IconsMap;
43
45
  isArchived: boolean;
44
46
  isBlocked: boolean | undefined;
45
47
  isDirectChat: boolean;
@@ -48,7 +50,9 @@ export type ChannelActionItemsParams = {
48
50
  t: TranslationContextValue['t'];
49
51
  userMuteActive: boolean;
50
52
  };
51
- export type BuildDefaultChannelActionItems = (channelActionItemsParams: ChannelActionItemsParams) => ChannelActionItem[];
53
+ export type BuildDefaultChannelActionItems = (channelActionItemsParams: Omit<ChannelActionItemsParams, 'icons'> & {
54
+ icons?: IconsMap;
55
+ }) => ChannelActionItem[];
52
56
  export declare const buildDefaultChannelActionItems: BuildDefaultChannelActionItems;
53
57
  export type GetChannelActionItems = (params: {
54
58
  context: ChannelActionItemsParams;
@@ -1 +1 @@
1
- {"version":3,"file":"useChannelActionItems.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions/useChannelActionItems.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,OAAO,EAAE,MAAM,aAAa,CAAC;AAE9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAEL,cAAc,EAGf,MAAM,qBAAqB,CAAC;AAK7B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAOpG,MAAM,MAAM,iBAAiB,GAAG,UAAU,CACxC,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,eAAe,GAAG,KAAK,GAAG,MAAM,CAC3E,GAAG;IACF;;;;;;;;;;;;OAYG;IACH,SAAS,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtD,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,cAAc,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IAChC,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,CAC3C,wBAAwB,EAAE,wBAAwB,KAC/C,iBAAiB,EAAE,CAAC;AAazB,eAAO,MAAM,8BAA8B,EAAE,8BAoM5C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE;IAC3C,OAAO,EAAE,wBAAwB,CAAC;IAClC,YAAY,EAAE,iBAAiB,EAAE,CAAC;CACnC,KAAK,iBAAiB,EAAE,CAAC;AAE1B,eAAO,MAAM,qBAAqB,EAAE,qBAA0D,CAAC;AAE/F,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;AAKF,eAAO,MAAM,qBAAqB,GAAI,yEAInC,2BAA2B,wBA6D7B,CAAC"}
1
+ {"version":3,"file":"useChannelActionItems.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions/useChannelActionItems.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,OAAO,EAAE,MAAM,aAAa,CAAC;AAE9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAEL,cAAc,EAGf,MAAM,qBAAqB,CAAC;AAM7B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oDAAoD,CAAC;AACnF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAoBpG,MAAM,MAAM,iBAAiB,GAAG,UAAU,CACxC,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,eAAe,GAAG,KAAK,GAAG,MAAM,CAC3E,GAAG;IACF;;;;;;;;;;;;OAYG;IACH,SAAS,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtD,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,cAAc,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,KAAK,EAAE,QAAQ,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IAChC,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,CAC3C,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,EAAE,OAAO,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,QAAQ,CAAA;CAAE,KACrF,iBAAiB,EAAE,CAAC;AAazB,eAAO,MAAM,8BAA8B,EAAE,8BAqM5C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE;IAC3C,OAAO,EAAE,wBAAwB,CAAC;IAClC,YAAY,EAAE,iBAAiB,EAAE,CAAC;CACnC,KAAK,iBAAiB,EAAE,CAAC;AAE1B,eAAO,MAAM,qBAAqB,EAAE,qBAA0D,CAAC;AAE/F,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;AAKF,eAAO,MAAM,qBAAqB,GAAI,yEAInC,2BAA2B,wBAgE7B,CAAC"}
@@ -2,11 +2,13 @@ import type { Channel, ChannelMemberResponse } from 'stream-chat';
2
2
  import type { ActionItem } from './types';
3
3
  import { ChannelActions } from './useChannelActions';
4
4
  import { UserActions } from './useUserActions';
5
+ import type { IconsMap } from '../../contexts/componentsContext/defaultComponents';
5
6
  import type { TranslationContextValue } from '../../contexts/translationContext/TranslationContext';
6
7
  export type ChannelMemberActionItem = ActionItem<'muteUser' | 'block' | string>;
7
8
  export type ChannelMemberActionItemsParams = {
8
9
  channel: Channel;
9
10
  channelActions: ChannelActions;
11
+ icons: IconsMap;
10
12
  isBlocked: boolean;
11
13
  isCurrentUser: boolean;
12
14
  member: ChannelMemberResponse;
@@ -15,7 +17,9 @@ export type ChannelMemberActionItemsParams = {
15
17
  userActions: UserActions;
16
18
  userMuteActive: boolean;
17
19
  };
18
- export type BuildDefaultChannelMemberActionItems = (channelMemberActionItemsParams: ChannelMemberActionItemsParams) => ChannelMemberActionItem[];
20
+ export type BuildDefaultChannelMemberActionItems = (channelMemberActionItemsParams: Omit<ChannelMemberActionItemsParams, 'icons'> & {
21
+ icons?: IconsMap;
22
+ }) => ChannelMemberActionItem[];
19
23
  export declare const buildDefaultChannelMemberActionItems: BuildDefaultChannelMemberActionItems;
20
24
  export type GetChannelMemberActionItems = (params: {
21
25
  context: ChannelMemberActionItemsParams;
@@ -1 +1 @@
1
- {"version":3,"file":"useChannelMemberActionItems.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions/useChannelMemberActionItems.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAErF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAqB,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAkB,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAI/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAKpG,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,UAAU,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;AAEhF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,cAAc,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,eAAe,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACtC,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IAChC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,CACjD,8BAA8B,EAAE,8BAA8B,KAC3D,uBAAuB,EAAE,CAAC;AAa/B,eAAO,MAAM,oCAAoC,EAAE,oCAqGlD,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,CAAC,MAAM,EAAE;IACjD,OAAO,EAAE,8BAA8B,CAAC;IACxC,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC,KAAK,uBAAuB,EAAE,CAAC;AAEhC,eAAO,MAAM,2BAA2B,EAAE,2BAC5B,CAAC;AAEf,KAAK,iCAAiC,GAAG;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;CAC3D,CAAC;AAKF,eAAO,MAAM,2BAA2B,GAAI,oFAIzC,iCAAiC,8BAwDnC,CAAC"}
1
+ {"version":3,"file":"useChannelMemberActionItems.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions/useChannelMemberActionItems.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAqB,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAErF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAqB,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAkB,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAK/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oDAAoD,CAAC;AACnF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAmBpG,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,UAAU,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;AAEhF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,cAAc,CAAC;IAC/B,KAAK,EAAE,QAAQ,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,eAAe,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACtC,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IAChC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,CACjD,8BAA8B,EAAE,IAAI,CAAC,8BAA8B,EAAE,OAAO,CAAC,GAAG;IAC9E,KAAK,CAAC,EAAE,QAAQ,CAAC;CAClB,KACE,uBAAuB,EAAE,CAAC;AAa/B,eAAO,MAAM,oCAAoC,EAAE,oCAsGlD,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,CAAC,MAAM,EAAE;IACjD,OAAO,EAAE,8BAA8B,CAAC;IACxC,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC,KAAK,uBAAuB,EAAE,CAAC;AAEhC,eAAO,MAAM,2BAA2B,EAAE,2BAC5B,CAAC;AAEf,KAAK,iCAAiC,GAAG;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;CAC3D,CAAC;AAKF,eAAO,MAAM,2BAA2B,GAAI,oFAIzC,iCAAiC,8BA2DnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessagePreviewIcon.d.ts","sourceRoot":"","sources":["../../../../src/hooks/messagePreview/useMessagePreviewIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAc1E,eAAO,MAAM,qBAAqB,GAAI,cAEnC;IACD,OAAO,CAAC,EAAE,YAAY,GAAG,eAAe,GAAG,YAAY,GAAG,IAAI,CAAC;CAChE,kIAwDA,CAAC"}
1
+ {"version":3,"file":"useMessagePreviewIcon.d.ts","sourceRoot":"","sources":["../../../../src/hooks/messagePreview/useMessagePreviewIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAO1E,eAAO,MAAM,qBAAqB,GAAI,cAEnC;IACD,OAAO,CAAC,EAAE,YAAY,GAAG,eAAe,GAAG,YAAY,GAAG,IAAI,CAAC;CAChE,kIAyDA,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "9.6.2-beta.5",
4
+ "version": "9.7.0",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -2,8 +2,7 @@ import React, { useMemo } from 'react';
2
2
  import { Pressable, PressableProps, StyleProp, StyleSheet, ViewStyle } from 'react-native';
3
3
 
4
4
  import { useTheme } from '../../../contexts';
5
- import { Pause } from '../../../icons/pause-fill';
6
- import { Play } from '../../../icons/play-fill';
5
+ import { useComponentsContext } from '../../../contexts/componentsContext/ComponentsContext';
7
6
  import { primitives } from '../../../theme';
8
7
  import { buttonSizes } from '../../ui/Button/constants';
9
8
 
@@ -31,6 +30,7 @@ export const PlayPauseButton = ({
31
30
  const {
32
31
  theme: { semantics },
33
32
  } = useTheme();
33
+ const { icons } = useComponentsContext();
34
34
  const styles = useStyles();
35
35
  return (
36
36
  <Pressable
@@ -45,9 +45,9 @@ export const PlayPauseButton = ({
45
45
  {...rest}
46
46
  >
47
47
  {isPlaying ? (
48
- <Pause fill={semantics.textSecondary} height={20} width={20} strokeWidth={1.5} />
48
+ <icons.Pause fill={semantics.textSecondary} height={20} width={20} strokeWidth={1.5} />
49
49
  ) : (
50
- <Play fill={semantics.textSecondary} height={20} width={20} strokeWidth={1.5} />
50
+ <icons.Play fill={semantics.textSecondary} height={20} width={20} strokeWidth={1.5} />
51
51
  )}
52
52
  </Pressable>
53
53
  );