stream-chat-react-native-core 9.4.0-beta.9 → 9.4.1-beta.1

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 (645) hide show
  1. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +2 -1
  2. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  3. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js +7 -0
  4. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
  5. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +2 -0
  6. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
  7. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +41 -55
  8. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
  9. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js +27 -7
  10. package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
  11. package/lib/commonjs/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.js +55 -0
  12. package/lib/commonjs/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.js.map +1 -0
  13. package/lib/commonjs/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.js +47 -0
  14. package/lib/commonjs/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.js.map +1 -0
  15. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js +39 -0
  16. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js.map +1 -0
  17. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionItem.js +45 -0
  18. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionItem.js.map +1 -0
  19. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionRoleItem.js +33 -0
  20. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionRoleItem.js.map +1 -0
  21. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js +26 -0
  22. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js.map +1 -0
  23. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionUserItem.js +53 -0
  24. package/lib/commonjs/components/AutoCompleteInput/mentionItems/MentionUserItem.js.map +1 -0
  25. package/lib/commonjs/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.js +38 -0
  26. package/lib/commonjs/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.js.map +1 -0
  27. package/lib/commonjs/components/AutoCompleteInput/mentionItems/index.js +60 -0
  28. package/lib/commonjs/components/AutoCompleteInput/mentionItems/index.js.map +1 -0
  29. package/lib/commonjs/components/ChannelDetails/ChannelDetails.js +8 -3
  30. package/lib/commonjs/components/ChannelDetails/ChannelDetails.js.map +1 -1
  31. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsActionItem.js +2 -1
  32. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsActionItem.js.map +1 -1
  33. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsEditButton.js +57 -0
  34. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsEditButton.js.map +1 -0
  35. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavHeader.js +3 -32
  36. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavHeader.js.map +1 -1
  37. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavigationSection.js +64 -25
  38. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsNavigationSection.js.map +1 -1
  39. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsProfile.js +3 -2
  40. package/lib/commonjs/components/ChannelDetails/components/ChannelDetailsProfile.js.map +1 -1
  41. package/lib/commonjs/components/ChannelDetails/components/ChannelEditImageSheet.js +2 -2
  42. package/lib/commonjs/components/ChannelDetails/components/ChannelEditImageSheet.js.map +1 -1
  43. package/lib/commonjs/components/ChannelDetails/components/index.js +22 -0
  44. package/lib/commonjs/components/ChannelDetails/components/index.js.map +1 -1
  45. package/lib/commonjs/components/ChannelDetails/components/members/ChannelMemberItem.js +2 -1
  46. package/lib/commonjs/components/ChannelDetails/components/members/ChannelMemberItem.js.map +1 -1
  47. package/lib/commonjs/components/ChannelDetails/components/modal/Modal.js +22 -23
  48. package/lib/commonjs/components/ChannelDetails/components/modal/Modal.js.map +1 -1
  49. package/lib/commonjs/components/ChannelDetails/components/modal/ModalHeader.js +6 -4
  50. package/lib/commonjs/components/ChannelDetails/components/modal/ModalHeader.js.map +1 -1
  51. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentItem.js +65 -0
  52. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentItem.js.map +1 -0
  53. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentList.js +174 -0
  54. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentList.js.map +1 -0
  55. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.js +21 -0
  56. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.js.map +1 -0
  57. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.js +45 -0
  58. package/lib/commonjs/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.js.map +1 -0
  59. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaItem.js +120 -0
  60. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaItem.js.map +1 -0
  61. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaList.js +206 -0
  62. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaList.js.map +1 -0
  63. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.js +63 -0
  64. package/lib/commonjs/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.js.map +1 -0
  65. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageItem.js +84 -0
  66. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageItem.js.map +1 -0
  67. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageList.js +177 -0
  68. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageList.js.map +1 -0
  69. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.js +21 -0
  70. package/lib/commonjs/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.js.map +1 -0
  71. package/lib/commonjs/components/ChannelDetails/components/navigation-section/index.js +114 -0
  72. package/lib/commonjs/components/ChannelDetails/components/navigation-section/index.js.map +1 -0
  73. package/lib/commonjs/components/ChannelDetails/hooks/index.js +33 -0
  74. package/lib/commonjs/components/ChannelDetails/hooks/index.js.map +1 -1
  75. package/lib/commonjs/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js +55 -0
  76. package/lib/commonjs/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js.map +1 -0
  77. package/lib/commonjs/components/ChannelDetails/hooks/useFileAttachmentListSections.js +52 -0
  78. package/lib/commonjs/components/ChannelDetails/hooks/useFileAttachmentListSections.js.map +1 -0
  79. package/lib/commonjs/components/ChannelDetails/hooks/useMediaList.js +30 -0
  80. package/lib/commonjs/components/ChannelDetails/hooks/useMediaList.js.map +1 -0
  81. package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +5 -3
  82. package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
  83. package/lib/commonjs/components/ImageGallery/ImageGallery.js +21 -76
  84. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  85. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js +6 -10
  86. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
  87. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js +16 -14
  88. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
  89. package/lib/commonjs/components/ImageGallery/components/ImageGalleryA11yProbe.js +67 -0
  90. package/lib/commonjs/components/ImageGallery/components/ImageGalleryA11yProbe.js.map +1 -0
  91. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +23 -15
  92. package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  93. package/lib/commonjs/components/ImageGallery/hooks/useAnimatedGalleryStyle.js +4 -3
  94. package/lib/commonjs/components/ImageGallery/hooks/useAnimatedGalleryStyle.js.map +1 -1
  95. package/lib/commonjs/components/ImageGallery/hooks/useCurrentImageHeight.js +53 -0
  96. package/lib/commonjs/components/ImageGallery/hooks/useCurrentImageHeight.js.map +1 -0
  97. package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js +25 -31
  98. package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
  99. package/lib/commonjs/components/Message/Message.js.map +1 -1
  100. package/lib/commonjs/components/Message/MessageItemView/MessageTextContainer.js +14 -0
  101. package/lib/commonjs/components/Message/MessageItemView/MessageTextContainer.js.map +1 -1
  102. package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js +69 -11
  103. package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js.map +1 -1
  104. package/lib/commonjs/components/Message/hooks/useMessageActions.js +20 -3
  105. package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
  106. package/lib/commonjs/components/MessageInput/MessageComposer.js +5 -12
  107. package/lib/commonjs/components/MessageInput/MessageComposer.js.map +1 -1
  108. package/lib/commonjs/components/MessageList/MessageFlashList.js +22 -3
  109. package/lib/commonjs/components/MessageList/MessageFlashList.js.map +1 -1
  110. package/lib/commonjs/components/MessageList/MessageList.js +23 -4
  111. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  112. package/lib/commonjs/components/UIComponents/BottomSheetModal.js +4 -17
  113. package/lib/commonjs/components/UIComponents/BottomSheetModal.js.map +1 -1
  114. package/lib/commonjs/components/UIComponents/ClippingFadeBottom.js +56 -0
  115. package/lib/commonjs/components/UIComponents/ClippingFadeBottom.js.map +1 -0
  116. package/lib/commonjs/components/UIComponents/EmptyList.js +78 -0
  117. package/lib/commonjs/components/UIComponents/EmptyList.js.map +1 -0
  118. package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js +0 -3
  119. package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js.map +1 -1
  120. package/lib/commonjs/components/UIComponents/index.js +22 -0
  121. package/lib/commonjs/components/UIComponents/index.js.map +1 -1
  122. package/lib/commonjs/components/index.js +11 -0
  123. package/lib/commonjs/components/index.js.map +1 -1
  124. package/lib/commonjs/components/ui/Avatar/AvatarGroup.js +3 -3
  125. package/lib/commonjs/components/ui/Avatar/constants.js +2 -2
  126. package/lib/commonjs/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.js +64 -0
  127. package/lib/commonjs/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.js.map +1 -0
  128. package/lib/commonjs/contexts/channelMediaListContext/ChannelMediaListContext.js +63 -0
  129. package/lib/commonjs/contexts/channelMediaListContext/ChannelMediaListContext.js.map +1 -0
  130. package/lib/commonjs/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.js +73 -0
  131. package/lib/commonjs/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.js.map +1 -0
  132. package/lib/commonjs/contexts/componentsContext/defaultComponents.js +9 -0
  133. package/lib/commonjs/contexts/componentsContext/defaultComponents.js.map +1 -1
  134. package/lib/commonjs/contexts/index.js +33 -0
  135. package/lib/commonjs/contexts/index.js.map +1 -1
  136. package/lib/commonjs/contexts/themeContext/utils/theme.js +65 -4
  137. package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
  138. package/lib/commonjs/hooks/actions/useChannelActionItems.js +54 -4
  139. package/lib/commonjs/hooks/actions/useChannelActionItems.js.map +1 -1
  140. package/lib/commonjs/hooks/actions/useChannelMemberActionItems.js +22 -3
  141. package/lib/commonjs/hooks/actions/useChannelMemberActionItems.js.map +1 -1
  142. package/lib/commonjs/i18n/ar.json +24 -1
  143. package/lib/commonjs/i18n/en.json +24 -1
  144. package/lib/commonjs/i18n/es.json +24 -1
  145. package/lib/commonjs/i18n/fr.json +24 -1
  146. package/lib/commonjs/i18n/he.json +24 -1
  147. package/lib/commonjs/i18n/hi.json +24 -1
  148. package/lib/commonjs/i18n/it.json +24 -1
  149. package/lib/commonjs/i18n/ja.json +24 -1
  150. package/lib/commonjs/i18n/ko.json +24 -1
  151. package/lib/commonjs/i18n/nl.json +24 -1
  152. package/lib/commonjs/i18n/pt-br.json +24 -1
  153. package/lib/commonjs/i18n/ru.json +24 -1
  154. package/lib/commonjs/i18n/tr.json +24 -1
  155. package/lib/commonjs/icons/folder.js +37 -0
  156. package/lib/commonjs/icons/folder.js.map +1 -0
  157. package/lib/commonjs/icons/index.js +12 -0
  158. package/lib/commonjs/icons/index.js.map +1 -1
  159. package/lib/commonjs/icons/megaphone.js +36 -0
  160. package/lib/commonjs/icons/megaphone.js.map +1 -0
  161. package/lib/commonjs/icons/shield.js +36 -0
  162. package/lib/commonjs/icons/shield.js.map +1 -0
  163. package/lib/commonjs/state-store/image-gallery-state-store.js +12 -3
  164. package/lib/commonjs/state-store/image-gallery-state-store.js.map +1 -1
  165. package/lib/commonjs/store/SqliteClient.js +1 -1
  166. package/lib/commonjs/store/mappers/mapDraftMessageToStorable.js +8 -0
  167. package/lib/commonjs/store/mappers/mapDraftMessageToStorable.js.map +1 -1
  168. package/lib/commonjs/store/mappers/mapStorableToDraftMessage.js +8 -0
  169. package/lib/commonjs/store/mappers/mapStorableToDraftMessage.js.map +1 -1
  170. package/lib/commonjs/store/schema.js +4 -0
  171. package/lib/commonjs/store/schema.js.map +1 -1
  172. package/lib/commonjs/theme/generated/dark/StreamTokens.android.js +10 -1
  173. package/lib/commonjs/theme/generated/dark/StreamTokens.android.js.map +1 -1
  174. package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js +10 -1
  175. package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js.map +1 -1
  176. package/lib/commonjs/theme/generated/dark/StreamTokens.web.js +10 -1
  177. package/lib/commonjs/theme/generated/dark/StreamTokens.web.js.map +1 -1
  178. package/lib/commonjs/theme/generated/light/StreamTokens.android.js +10 -1
  179. package/lib/commonjs/theme/generated/light/StreamTokens.android.js.map +1 -1
  180. package/lib/commonjs/theme/generated/light/StreamTokens.ios.js +10 -1
  181. package/lib/commonjs/theme/generated/light/StreamTokens.ios.js.map +1 -1
  182. package/lib/commonjs/theme/generated/light/StreamTokens.web.js +10 -1
  183. package/lib/commonjs/theme/generated/light/StreamTokens.web.js.map +1 -1
  184. package/lib/commonjs/version.json +1 -1
  185. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +2 -1
  186. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  187. package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js +7 -0
  188. package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
  189. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +2 -0
  190. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
  191. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +41 -55
  192. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
  193. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js +27 -7
  194. package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
  195. package/lib/module/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.js +55 -0
  196. package/lib/module/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.js.map +1 -0
  197. package/lib/module/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.js +47 -0
  198. package/lib/module/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.js.map +1 -0
  199. package/lib/module/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js +39 -0
  200. package/lib/module/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.js.map +1 -0
  201. package/lib/module/components/AutoCompleteInput/mentionItems/MentionItem.js +45 -0
  202. package/lib/module/components/AutoCompleteInput/mentionItems/MentionItem.js.map +1 -0
  203. package/lib/module/components/AutoCompleteInput/mentionItems/MentionRoleItem.js +33 -0
  204. package/lib/module/components/AutoCompleteInput/mentionItems/MentionRoleItem.js.map +1 -0
  205. package/lib/module/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js +26 -0
  206. package/lib/module/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.js.map +1 -0
  207. package/lib/module/components/AutoCompleteInput/mentionItems/MentionUserItem.js +53 -0
  208. package/lib/module/components/AutoCompleteInput/mentionItems/MentionUserItem.js.map +1 -0
  209. package/lib/module/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.js +38 -0
  210. package/lib/module/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.js.map +1 -0
  211. package/lib/module/components/AutoCompleteInput/mentionItems/index.js +60 -0
  212. package/lib/module/components/AutoCompleteInput/mentionItems/index.js.map +1 -0
  213. package/lib/module/components/ChannelDetails/ChannelDetails.js +8 -3
  214. package/lib/module/components/ChannelDetails/ChannelDetails.js.map +1 -1
  215. package/lib/module/components/ChannelDetails/components/ChannelDetailsActionItem.js +2 -1
  216. package/lib/module/components/ChannelDetails/components/ChannelDetailsActionItem.js.map +1 -1
  217. package/lib/module/components/ChannelDetails/components/ChannelDetailsEditButton.js +57 -0
  218. package/lib/module/components/ChannelDetails/components/ChannelDetailsEditButton.js.map +1 -0
  219. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavHeader.js +3 -32
  220. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavHeader.js.map +1 -1
  221. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavigationSection.js +64 -25
  222. package/lib/module/components/ChannelDetails/components/ChannelDetailsNavigationSection.js.map +1 -1
  223. package/lib/module/components/ChannelDetails/components/ChannelDetailsProfile.js +3 -2
  224. package/lib/module/components/ChannelDetails/components/ChannelDetailsProfile.js.map +1 -1
  225. package/lib/module/components/ChannelDetails/components/ChannelEditImageSheet.js +2 -2
  226. package/lib/module/components/ChannelDetails/components/ChannelEditImageSheet.js.map +1 -1
  227. package/lib/module/components/ChannelDetails/components/index.js +22 -0
  228. package/lib/module/components/ChannelDetails/components/index.js.map +1 -1
  229. package/lib/module/components/ChannelDetails/components/members/ChannelMemberItem.js +2 -1
  230. package/lib/module/components/ChannelDetails/components/members/ChannelMemberItem.js.map +1 -1
  231. package/lib/module/components/ChannelDetails/components/modal/Modal.js +22 -23
  232. package/lib/module/components/ChannelDetails/components/modal/Modal.js.map +1 -1
  233. package/lib/module/components/ChannelDetails/components/modal/ModalHeader.js +6 -4
  234. package/lib/module/components/ChannelDetails/components/modal/ModalHeader.js.map +1 -1
  235. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentItem.js +65 -0
  236. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentItem.js.map +1 -0
  237. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentList.js +174 -0
  238. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentList.js.map +1 -0
  239. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.js +21 -0
  240. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.js.map +1 -0
  241. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.js +45 -0
  242. package/lib/module/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.js.map +1 -0
  243. package/lib/module/components/ChannelDetails/components/navigation-section/MediaItem.js +120 -0
  244. package/lib/module/components/ChannelDetails/components/navigation-section/MediaItem.js.map +1 -0
  245. package/lib/module/components/ChannelDetails/components/navigation-section/MediaList.js +206 -0
  246. package/lib/module/components/ChannelDetails/components/navigation-section/MediaList.js.map +1 -0
  247. package/lib/module/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.js +63 -0
  248. package/lib/module/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.js.map +1 -0
  249. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageItem.js +84 -0
  250. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageItem.js.map +1 -0
  251. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageList.js +177 -0
  252. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageList.js.map +1 -0
  253. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.js +21 -0
  254. package/lib/module/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.js.map +1 -0
  255. package/lib/module/components/ChannelDetails/components/navigation-section/index.js +114 -0
  256. package/lib/module/components/ChannelDetails/components/navigation-section/index.js.map +1 -0
  257. package/lib/module/components/ChannelDetails/hooks/index.js +33 -0
  258. package/lib/module/components/ChannelDetails/hooks/index.js.map +1 -1
  259. package/lib/module/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js +55 -0
  260. package/lib/module/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.js.map +1 -0
  261. package/lib/module/components/ChannelDetails/hooks/useFileAttachmentListSections.js +52 -0
  262. package/lib/module/components/ChannelDetails/hooks/useFileAttachmentListSections.js.map +1 -0
  263. package/lib/module/components/ChannelDetails/hooks/useMediaList.js +30 -0
  264. package/lib/module/components/ChannelDetails/hooks/useMediaList.js.map +1 -0
  265. package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +5 -3
  266. package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
  267. package/lib/module/components/ImageGallery/ImageGallery.js +21 -76
  268. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  269. package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js +6 -10
  270. package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
  271. package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js +16 -14
  272. package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
  273. package/lib/module/components/ImageGallery/components/ImageGalleryA11yProbe.js +67 -0
  274. package/lib/module/components/ImageGallery/components/ImageGalleryA11yProbe.js.map +1 -0
  275. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +23 -15
  276. package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
  277. package/lib/module/components/ImageGallery/hooks/useAnimatedGalleryStyle.js +4 -3
  278. package/lib/module/components/ImageGallery/hooks/useAnimatedGalleryStyle.js.map +1 -1
  279. package/lib/module/components/ImageGallery/hooks/useCurrentImageHeight.js +53 -0
  280. package/lib/module/components/ImageGallery/hooks/useCurrentImageHeight.js.map +1 -0
  281. package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js +25 -31
  282. package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
  283. package/lib/module/components/Message/Message.js.map +1 -1
  284. package/lib/module/components/Message/MessageItemView/MessageTextContainer.js +14 -0
  285. package/lib/module/components/Message/MessageItemView/MessageTextContainer.js.map +1 -1
  286. package/lib/module/components/Message/MessageItemView/utils/renderText.js +69 -11
  287. package/lib/module/components/Message/MessageItemView/utils/renderText.js.map +1 -1
  288. package/lib/module/components/Message/hooks/useMessageActions.js +20 -3
  289. package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
  290. package/lib/module/components/MessageInput/MessageComposer.js +5 -12
  291. package/lib/module/components/MessageInput/MessageComposer.js.map +1 -1
  292. package/lib/module/components/MessageList/MessageFlashList.js +22 -3
  293. package/lib/module/components/MessageList/MessageFlashList.js.map +1 -1
  294. package/lib/module/components/MessageList/MessageList.js +23 -4
  295. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  296. package/lib/module/components/UIComponents/BottomSheetModal.js +4 -17
  297. package/lib/module/components/UIComponents/BottomSheetModal.js.map +1 -1
  298. package/lib/module/components/UIComponents/ClippingFadeBottom.js +56 -0
  299. package/lib/module/components/UIComponents/ClippingFadeBottom.js.map +1 -0
  300. package/lib/module/components/UIComponents/EmptyList.js +78 -0
  301. package/lib/module/components/UIComponents/EmptyList.js.map +1 -0
  302. package/lib/module/components/UIComponents/PortalWhileClosingView.js +0 -3
  303. package/lib/module/components/UIComponents/PortalWhileClosingView.js.map +1 -1
  304. package/lib/module/components/UIComponents/index.js +22 -0
  305. package/lib/module/components/UIComponents/index.js.map +1 -1
  306. package/lib/module/components/index.js +11 -0
  307. package/lib/module/components/index.js.map +1 -1
  308. package/lib/module/components/ui/Avatar/AvatarGroup.js +3 -3
  309. package/lib/module/components/ui/Avatar/constants.js +2 -2
  310. package/lib/module/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.js +64 -0
  311. package/lib/module/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.js.map +1 -0
  312. package/lib/module/contexts/channelMediaListContext/ChannelMediaListContext.js +63 -0
  313. package/lib/module/contexts/channelMediaListContext/ChannelMediaListContext.js.map +1 -0
  314. package/lib/module/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.js +73 -0
  315. package/lib/module/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.js.map +1 -0
  316. package/lib/module/contexts/componentsContext/defaultComponents.js +9 -0
  317. package/lib/module/contexts/componentsContext/defaultComponents.js.map +1 -1
  318. package/lib/module/contexts/index.js +33 -0
  319. package/lib/module/contexts/index.js.map +1 -1
  320. package/lib/module/contexts/themeContext/utils/theme.js +65 -4
  321. package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
  322. package/lib/module/hooks/actions/useChannelActionItems.js +54 -4
  323. package/lib/module/hooks/actions/useChannelActionItems.js.map +1 -1
  324. package/lib/module/hooks/actions/useChannelMemberActionItems.js +22 -3
  325. package/lib/module/hooks/actions/useChannelMemberActionItems.js.map +1 -1
  326. package/lib/module/i18n/ar.json +24 -1
  327. package/lib/module/i18n/en.json +24 -1
  328. package/lib/module/i18n/es.json +24 -1
  329. package/lib/module/i18n/fr.json +24 -1
  330. package/lib/module/i18n/he.json +24 -1
  331. package/lib/module/i18n/hi.json +24 -1
  332. package/lib/module/i18n/it.json +24 -1
  333. package/lib/module/i18n/ja.json +24 -1
  334. package/lib/module/i18n/ko.json +24 -1
  335. package/lib/module/i18n/nl.json +24 -1
  336. package/lib/module/i18n/pt-br.json +24 -1
  337. package/lib/module/i18n/ru.json +24 -1
  338. package/lib/module/i18n/tr.json +24 -1
  339. package/lib/module/icons/folder.js +37 -0
  340. package/lib/module/icons/folder.js.map +1 -0
  341. package/lib/module/icons/index.js +12 -0
  342. package/lib/module/icons/index.js.map +1 -1
  343. package/lib/module/icons/megaphone.js +36 -0
  344. package/lib/module/icons/megaphone.js.map +1 -0
  345. package/lib/module/icons/shield.js +36 -0
  346. package/lib/module/icons/shield.js.map +1 -0
  347. package/lib/module/state-store/image-gallery-state-store.js +12 -3
  348. package/lib/module/state-store/image-gallery-state-store.js.map +1 -1
  349. package/lib/module/store/SqliteClient.js +1 -1
  350. package/lib/module/store/mappers/mapDraftMessageToStorable.js +8 -0
  351. package/lib/module/store/mappers/mapDraftMessageToStorable.js.map +1 -1
  352. package/lib/module/store/mappers/mapStorableToDraftMessage.js +8 -0
  353. package/lib/module/store/mappers/mapStorableToDraftMessage.js.map +1 -1
  354. package/lib/module/store/schema.js +4 -0
  355. package/lib/module/store/schema.js.map +1 -1
  356. package/lib/module/theme/generated/dark/StreamTokens.android.js +10 -1
  357. package/lib/module/theme/generated/dark/StreamTokens.android.js.map +1 -1
  358. package/lib/module/theme/generated/dark/StreamTokens.ios.js +10 -1
  359. package/lib/module/theme/generated/dark/StreamTokens.ios.js.map +1 -1
  360. package/lib/module/theme/generated/dark/StreamTokens.web.js +10 -1
  361. package/lib/module/theme/generated/dark/StreamTokens.web.js.map +1 -1
  362. package/lib/module/theme/generated/light/StreamTokens.android.js +10 -1
  363. package/lib/module/theme/generated/light/StreamTokens.android.js.map +1 -1
  364. package/lib/module/theme/generated/light/StreamTokens.ios.js +10 -1
  365. package/lib/module/theme/generated/light/StreamTokens.ios.js.map +1 -1
  366. package/lib/module/theme/generated/light/StreamTokens.web.js +10 -1
  367. package/lib/module/theme/generated/light/StreamTokens.web.js.map +1 -1
  368. package/lib/module/version.json +1 -1
  369. package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts.map +1 -1
  370. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts.map +1 -1
  371. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts +8 -2
  372. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts.map +1 -1
  373. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts +1 -1
  374. package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts.map +1 -1
  375. package/lib/typescript/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.d.ts +13 -0
  376. package/lib/typescript/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.d.ts.map +1 -0
  377. package/lib/typescript/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.d.ts +26 -0
  378. package/lib/typescript/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.d.ts.map +1 -0
  379. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.d.ts +7 -0
  380. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.d.ts.map +1 -0
  381. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionItem.d.ts +17 -0
  382. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionItem.d.ts.map +1 -0
  383. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionRoleItem.d.ts +7 -0
  384. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionRoleItem.d.ts.map +1 -0
  385. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.d.ts +7 -0
  386. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.d.ts.map +1 -0
  387. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionUserItem.d.ts +7 -0
  388. package/lib/typescript/components/AutoCompleteInput/mentionItems/MentionUserItem.d.ts.map +1 -0
  389. package/lib/typescript/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.d.ts +21 -0
  390. package/lib/typescript/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.d.ts.map +1 -0
  391. package/lib/typescript/components/AutoCompleteInput/mentionItems/index.d.ts +17 -0
  392. package/lib/typescript/components/AutoCompleteInput/mentionItems/index.d.ts.map +1 -0
  393. package/lib/typescript/components/ChannelDetails/ChannelDetails.d.ts +11 -1
  394. package/lib/typescript/components/ChannelDetails/ChannelDetails.d.ts.map +1 -1
  395. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsActionItem.d.ts.map +1 -1
  396. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsEditButton.d.ts +6 -0
  397. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsEditButton.d.ts.map +1 -0
  398. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsNavHeader.d.ts +3 -1
  399. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsNavHeader.d.ts.map +1 -1
  400. package/lib/typescript/components/ChannelDetails/components/ChannelDetailsNavigationSection.d.ts.map +1 -1
  401. package/lib/typescript/components/ChannelDetails/components/index.d.ts +3 -0
  402. package/lib/typescript/components/ChannelDetails/components/index.d.ts.map +1 -1
  403. package/lib/typescript/components/ChannelDetails/components/members/ChannelMemberItem.d.ts.map +1 -1
  404. package/lib/typescript/components/ChannelDetails/components/modal/Modal.d.ts +2 -1
  405. package/lib/typescript/components/ChannelDetails/components/modal/Modal.d.ts.map +1 -1
  406. package/lib/typescript/components/ChannelDetails/components/modal/ModalHeader.d.ts +3 -1
  407. package/lib/typescript/components/ChannelDetails/components/modal/ModalHeader.d.ts.map +1 -1
  408. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentItem.d.ts +31 -0
  409. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentItem.d.ts.map +1 -0
  410. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentList.d.ts +17 -0
  411. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentList.d.ts.map +1 -0
  412. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.d.ts +9 -0
  413. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.d.ts.map +1 -0
  414. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.d.ts +13 -0
  415. package/lib/typescript/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.d.ts.map +1 -0
  416. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaItem.d.ts +35 -0
  417. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaItem.d.ts.map +1 -0
  418. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaList.d.ts +17 -0
  419. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaList.d.ts.map +1 -0
  420. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.d.ts +11 -0
  421. package/lib/typescript/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.d.ts.map +1 -0
  422. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageItem.d.ts +19 -0
  423. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageItem.d.ts.map +1 -0
  424. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageList.d.ts +19 -0
  425. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageList.d.ts.map +1 -0
  426. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.d.ts +9 -0
  427. package/lib/typescript/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.d.ts.map +1 -0
  428. package/lib/typescript/components/ChannelDetails/components/navigation-section/index.d.ts +11 -0
  429. package/lib/typescript/components/ChannelDetails/components/navigation-section/index.d.ts.map +1 -0
  430. package/lib/typescript/components/ChannelDetails/hooks/index.d.ts +3 -0
  431. package/lib/typescript/components/ChannelDetails/hooks/index.d.ts.map +1 -1
  432. package/lib/typescript/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.d.ts +56 -0
  433. package/lib/typescript/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.d.ts.map +1 -0
  434. package/lib/typescript/components/ChannelDetails/hooks/useFileAttachmentListSections.d.ts +28 -0
  435. package/lib/typescript/components/ChannelDetails/hooks/useFileAttachmentListSections.d.ts.map +1 -0
  436. package/lib/typescript/components/ChannelDetails/hooks/useMediaList.d.ts +20 -0
  437. package/lib/typescript/components/ChannelDetails/hooks/useMediaList.d.ts.map +1 -0
  438. package/lib/typescript/components/ImageGallery/ImageGallery.d.ts.map +1 -1
  439. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts.map +1 -1
  440. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts +1 -4
  441. package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts.map +1 -1
  442. package/lib/typescript/components/ImageGallery/components/ImageGalleryA11yProbe.d.ts +20 -0
  443. package/lib/typescript/components/ImageGallery/components/ImageGalleryA11yProbe.d.ts.map +1 -0
  444. package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -1
  445. package/lib/typescript/components/ImageGallery/hooks/useAnimatedGalleryStyle.d.ts +2 -3
  446. package/lib/typescript/components/ImageGallery/hooks/useAnimatedGalleryStyle.d.ts.map +1 -1
  447. package/lib/typescript/components/ImageGallery/hooks/useCurrentImageHeight.d.ts +24 -0
  448. package/lib/typescript/components/ImageGallery/hooks/useCurrentImageHeight.d.ts.map +1 -0
  449. package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts +1 -1
  450. package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts.map +1 -1
  451. package/lib/typescript/components/Message/Message.d.ts +11 -1
  452. package/lib/typescript/components/Message/Message.d.ts.map +1 -1
  453. package/lib/typescript/components/Message/MessageItemView/MessageTextContainer.d.ts.map +1 -1
  454. package/lib/typescript/components/Message/MessageItemView/utils/renderText.d.ts.map +1 -1
  455. package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -1
  456. package/lib/typescript/components/MessageInput/MessageComposer.d.ts.map +1 -1
  457. package/lib/typescript/components/MessageList/MessageFlashList.d.ts.map +1 -1
  458. package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
  459. package/lib/typescript/components/UIComponents/BottomSheetModal.d.ts.map +1 -1
  460. package/lib/typescript/components/UIComponents/ClippingFadeBottom.d.ts +18 -0
  461. package/lib/typescript/components/UIComponents/ClippingFadeBottom.d.ts.map +1 -0
  462. package/lib/typescript/components/UIComponents/EmptyList.d.ts +24 -0
  463. package/lib/typescript/components/UIComponents/EmptyList.d.ts.map +1 -0
  464. package/lib/typescript/components/UIComponents/index.d.ts +2 -0
  465. package/lib/typescript/components/UIComponents/index.d.ts.map +1 -1
  466. package/lib/typescript/components/index.d.ts +1 -0
  467. package/lib/typescript/components/index.d.ts.map +1 -1
  468. package/lib/typescript/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.d.ts +21 -0
  469. package/lib/typescript/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.d.ts.map +1 -0
  470. package/lib/typescript/contexts/channelMediaListContext/ChannelMediaListContext.d.ts +21 -0
  471. package/lib/typescript/contexts/channelMediaListContext/ChannelMediaListContext.d.ts.map +1 -0
  472. package/lib/typescript/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.d.ts +21 -0
  473. package/lib/typescript/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.d.ts.map +1 -0
  474. package/lib/typescript/contexts/componentsContext/defaultComponents.d.ts +19 -2
  475. package/lib/typescript/contexts/componentsContext/defaultComponents.d.ts.map +1 -1
  476. package/lib/typescript/contexts/index.d.ts +3 -0
  477. package/lib/typescript/contexts/index.d.ts.map +1 -1
  478. package/lib/typescript/contexts/themeContext/ThemeContext.d.ts +62 -1
  479. package/lib/typescript/contexts/themeContext/ThemeContext.d.ts.map +1 -1
  480. package/lib/typescript/contexts/themeContext/utils/theme.d.ts +62 -1
  481. package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
  482. package/lib/typescript/hooks/actions/useChannelActionItems.d.ts.map +1 -1
  483. package/lib/typescript/hooks/actions/useChannelMemberActionItems.d.ts.map +1 -1
  484. package/lib/typescript/i18n/ar.json +24 -1
  485. package/lib/typescript/i18n/en.json +24 -1
  486. package/lib/typescript/i18n/es.json +24 -1
  487. package/lib/typescript/i18n/fr.json +24 -1
  488. package/lib/typescript/i18n/he.json +24 -1
  489. package/lib/typescript/i18n/hi.json +24 -1
  490. package/lib/typescript/i18n/it.json +24 -1
  491. package/lib/typescript/i18n/ja.json +24 -1
  492. package/lib/typescript/i18n/ko.json +24 -1
  493. package/lib/typescript/i18n/nl.json +24 -1
  494. package/lib/typescript/i18n/pt-br.json +24 -1
  495. package/lib/typescript/i18n/ru.json +24 -1
  496. package/lib/typescript/i18n/tr.json +24 -1
  497. package/lib/typescript/icons/folder.d.ts +4 -0
  498. package/lib/typescript/icons/folder.d.ts.map +1 -0
  499. package/lib/typescript/icons/index.d.ts +1 -0
  500. package/lib/typescript/icons/index.d.ts.map +1 -1
  501. package/lib/typescript/icons/megaphone.d.ts +4 -0
  502. package/lib/typescript/icons/megaphone.d.ts.map +1 -0
  503. package/lib/typescript/icons/shield.d.ts +4 -0
  504. package/lib/typescript/icons/shield.d.ts.map +1 -0
  505. package/lib/typescript/state-store/image-gallery-state-store.d.ts +8 -0
  506. package/lib/typescript/state-store/image-gallery-state-store.d.ts.map +1 -1
  507. package/lib/typescript/store/mappers/mapDraftMessageToStorable.d.ts.map +1 -1
  508. package/lib/typescript/store/mappers/mapStorableToDraftMessage.d.ts.map +1 -1
  509. package/lib/typescript/store/schema.d.ts +4 -0
  510. package/lib/typescript/store/schema.d.ts.map +1 -1
  511. package/lib/typescript/theme/generated/StreamTokens.types.d.ts +9 -0
  512. package/lib/typescript/theme/generated/StreamTokens.types.d.ts.map +1 -1
  513. package/lib/typescript/theme/generated/dark/StreamTokens.android.d.ts.map +1 -1
  514. package/lib/typescript/theme/generated/dark/StreamTokens.ios.d.ts.map +1 -1
  515. package/lib/typescript/theme/generated/dark/StreamTokens.web.d.ts.map +1 -1
  516. package/lib/typescript/theme/generated/light/StreamTokens.android.d.ts.map +1 -1
  517. package/lib/typescript/theme/generated/light/StreamTokens.ios.d.ts.map +1 -1
  518. package/lib/typescript/theme/generated/light/StreamTokens.web.d.ts.map +1 -1
  519. package/lib/typescript/utils/i18n/Streami18n.d.ts +23 -0
  520. package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
  521. package/package.json +2 -2
  522. package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +2 -1
  523. package/src/components/AutoCompleteInput/AutoCompleteInput.tsx +13 -0
  524. package/src/components/AutoCompleteInput/AutoCompleteSuggestionHeader.tsx +2 -1
  525. package/src/components/AutoCompleteInput/AutoCompleteSuggestionItem.tsx +35 -43
  526. package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx +28 -3
  527. package/src/components/AutoCompleteInput/mentionItems/EnhancedMentionContent.tsx +71 -0
  528. package/src/components/AutoCompleteInput/mentionItems/EnhancedMentionIcon.tsx +71 -0
  529. package/src/components/AutoCompleteInput/mentionItems/MentionBroadcastItem.tsx +36 -0
  530. package/src/components/AutoCompleteInput/mentionItems/MentionItem.tsx +59 -0
  531. package/src/components/AutoCompleteInput/mentionItems/MentionRoleItem.tsx +27 -0
  532. package/src/components/AutoCompleteInput/mentionItems/MentionUserGroupItem.tsx +23 -0
  533. package/src/components/AutoCompleteInput/mentionItems/MentionUserItem.tsx +55 -0
  534. package/src/components/AutoCompleteInput/mentionItems/TokenizedSuggestionParts.tsx +56 -0
  535. package/src/components/AutoCompleteInput/mentionItems/__tests__/MentionItems.test.tsx +129 -0
  536. package/src/components/AutoCompleteInput/mentionItems/__tests__/TokenizedSuggestionParts.test.tsx +63 -0
  537. package/src/components/AutoCompleteInput/mentionItems/index.ts +16 -0
  538. package/src/components/ChannelDetails/ChannelDetails.tsx +17 -2
  539. package/src/components/ChannelDetails/__tests__/ChannelDetails.test.tsx +29 -0
  540. package/src/components/ChannelDetails/__tests__/ChannelDetailsEditButton.test.tsx +127 -0
  541. package/src/components/ChannelDetails/__tests__/ChannelDetailsNavHeader.test.tsx +21 -56
  542. package/src/components/ChannelDetails/__tests__/ChannelDetailsNavigationSection.test.tsx +225 -6
  543. package/src/components/ChannelDetails/__tests__/useFileAttachmentListSections.test.tsx +159 -0
  544. package/src/components/ChannelDetails/__tests__/useMediaList.test.tsx +53 -0
  545. package/src/components/ChannelDetails/components/ChannelDetailsActionItem.tsx +6 -1
  546. package/src/components/ChannelDetails/components/ChannelDetailsEditButton.tsx +50 -0
  547. package/src/components/ChannelDetails/components/ChannelDetailsNavHeader.tsx +6 -33
  548. package/src/components/ChannelDetails/components/ChannelDetailsNavigationSection.tsx +80 -32
  549. package/src/components/ChannelDetails/components/ChannelDetailsProfile.tsx +2 -1
  550. package/src/components/ChannelDetails/components/ChannelEditImageSheet.tsx +2 -2
  551. package/src/components/ChannelDetails/components/__tests__/navigation-section/FileAttachmentItem.test.tsx +80 -0
  552. package/src/components/ChannelDetails/components/__tests__/navigation-section/FileAttachmentList.test.tsx +334 -0
  553. package/src/components/ChannelDetails/components/__tests__/navigation-section/FileAttachmentListSectionHeader.test.tsx +19 -0
  554. package/src/components/ChannelDetails/components/__tests__/navigation-section/MediaItem.test.tsx +97 -0
  555. package/src/components/ChannelDetails/components/__tests__/navigation-section/MediaList.test.tsx +351 -0
  556. package/src/components/ChannelDetails/components/__tests__/navigation-section/PinnedMessageItem.test.tsx +112 -0
  557. package/src/components/ChannelDetails/components/__tests__/navigation-section/PinnedMessageList.test.tsx +324 -0
  558. package/src/components/ChannelDetails/components/index.ts +3 -0
  559. package/src/components/ChannelDetails/components/members/ChannelMemberItem.tsx +6 -1
  560. package/src/components/ChannelDetails/components/modal/Modal.tsx +37 -24
  561. package/src/components/ChannelDetails/components/modal/ModalHeader.tsx +11 -4
  562. package/src/components/ChannelDetails/components/navigation-section/FileAttachmentItem.tsx +92 -0
  563. package/src/components/ChannelDetails/components/navigation-section/FileAttachmentList.tsx +204 -0
  564. package/src/components/ChannelDetails/components/navigation-section/FileAttachmentListLoadingSkeleton.tsx +23 -0
  565. package/src/components/ChannelDetails/components/navigation-section/FileAttachmentListSectionHeader.tsx +56 -0
  566. package/src/components/ChannelDetails/components/navigation-section/MediaItem.tsx +160 -0
  567. package/src/components/ChannelDetails/components/navigation-section/MediaList.tsx +244 -0
  568. package/src/components/ChannelDetails/components/navigation-section/MediaListLoadingSkeleton.tsx +66 -0
  569. package/src/components/ChannelDetails/components/navigation-section/PinnedMessageItem.tsx +94 -0
  570. package/src/components/ChannelDetails/components/navigation-section/PinnedMessageList.tsx +198 -0
  571. package/src/components/ChannelDetails/components/navigation-section/PinnedMessageListLoadingSkeleton.tsx +23 -0
  572. package/src/components/ChannelDetails/components/navigation-section/index.ts +10 -0
  573. package/src/components/ChannelDetails/hooks/index.ts +3 -0
  574. package/src/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.ts +108 -0
  575. package/src/components/ChannelDetails/hooks/useFileAttachmentListSections.ts +79 -0
  576. package/src/components/ChannelDetails/hooks/useMediaList.ts +51 -0
  577. package/src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx +3 -2
  578. package/src/components/ImageGallery/ImageGallery.tsx +41 -120
  579. package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +4 -1
  580. package/src/components/ImageGallery/__tests__/ImageGalleryAdjustable.test.tsx +5 -4
  581. package/src/components/ImageGallery/components/AnimatedGalleryImage.tsx +9 -11
  582. package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx +28 -15
  583. package/src/components/ImageGallery/components/ImageGalleryA11yProbe.tsx +82 -0
  584. package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +21 -18
  585. package/src/components/ImageGallery/hooks/useAnimatedGalleryStyle.tsx +5 -5
  586. package/src/components/ImageGallery/hooks/useCurrentImageHeight.ts +86 -0
  587. package/src/components/ImageGallery/hooks/useImageGalleryGestures.tsx +42 -51
  588. package/src/components/Message/Message.tsx +14 -2
  589. package/src/components/Message/MessageItemView/MessageTextContainer.tsx +25 -0
  590. package/src/components/Message/MessageItemView/utils/renderText.tsx +97 -18
  591. package/src/components/Message/hooks/useMessageActions.tsx +30 -6
  592. package/src/components/MessageInput/MessageComposer.tsx +7 -9
  593. package/src/components/MessageList/MessageFlashList.tsx +28 -0
  594. package/src/components/MessageList/MessageList.tsx +28 -0
  595. package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +24 -15
  596. package/src/components/UIComponents/BottomSheetModal.tsx +2 -17
  597. package/src/components/UIComponents/ClippingFadeBottom.tsx +47 -0
  598. package/src/components/UIComponents/EmptyList.tsx +80 -0
  599. package/src/components/UIComponents/PortalWhileClosingView.tsx +0 -4
  600. package/src/components/UIComponents/__tests__/EmptyList.test.tsx +90 -0
  601. package/src/components/UIComponents/index.ts +2 -0
  602. package/src/components/index.ts +1 -0
  603. package/src/components/ui/Avatar/AvatarGroup.tsx +3 -3
  604. package/src/components/ui/Avatar/constants.ts +2 -2
  605. package/src/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.tsx +67 -0
  606. package/src/contexts/channelMediaListContext/ChannelMediaListContext.tsx +68 -0
  607. package/src/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.tsx +72 -0
  608. package/src/contexts/componentsContext/defaultComponents.ts +21 -2
  609. package/src/contexts/index.ts +3 -0
  610. package/src/contexts/themeContext/utils/theme.ts +124 -2
  611. package/src/hooks/actions/__tests__/useChannelActionItems.test.tsx +4 -4
  612. package/src/hooks/actions/__tests__/useChannelMemberActionItems.test.tsx +3 -3
  613. package/src/hooks/actions/useChannelActionItems.tsx +56 -2
  614. package/src/hooks/actions/useChannelMemberActionItems.tsx +23 -1
  615. package/src/i18n/ar.json +24 -1
  616. package/src/i18n/en.json +24 -1
  617. package/src/i18n/es.json +24 -1
  618. package/src/i18n/fr.json +24 -1
  619. package/src/i18n/he.json +24 -1
  620. package/src/i18n/hi.json +24 -1
  621. package/src/i18n/it.json +24 -1
  622. package/src/i18n/ja.json +24 -1
  623. package/src/i18n/ko.json +24 -1
  624. package/src/i18n/nl.json +24 -1
  625. package/src/i18n/pt-br.json +24 -1
  626. package/src/i18n/ru.json +24 -1
  627. package/src/i18n/tr.json +24 -1
  628. package/src/icons/folder.tsx +28 -0
  629. package/src/icons/index.ts +1 -0
  630. package/src/icons/megaphone.tsx +21 -0
  631. package/src/icons/shield.tsx +21 -0
  632. package/src/state-store/__tests__/image-gallery-state-store.test.ts +81 -0
  633. package/src/state-store/image-gallery-state-store.ts +27 -1
  634. package/src/store/SqliteClient.ts +1 -1
  635. package/src/store/mappers/mapDraftMessageToStorable.ts +8 -0
  636. package/src/store/mappers/mapStorableToDraftMessage.ts +8 -0
  637. package/src/store/schema.ts +8 -0
  638. package/src/theme/generated/StreamTokens.types.ts +9 -0
  639. package/src/theme/generated/dark/StreamTokens.android.ts +10 -1
  640. package/src/theme/generated/dark/StreamTokens.ios.ts +10 -1
  641. package/src/theme/generated/dark/StreamTokens.web.ts +10 -1
  642. package/src/theme/generated/light/StreamTokens.android.ts +10 -1
  643. package/src/theme/generated/light/StreamTokens.ios.ts +10 -1
  644. package/src/theme/generated/light/StreamTokens.web.ts +10 -1
  645. package/src/version.json +1 -1
@@ -0,0 +1,56 @@
1
+ import React from 'react';
2
+ import type { TranslationContextValue } from '../../../contexts/translationContext/TranslationContext';
3
+ import type { IconProps } from '../../../icons/utils/base';
4
+ /**
5
+ * Identifies a navigation row. The literals are the built-in sections rendered by default;
6
+ * consumers can also add their own rows with arbitrary section identifiers via `getNavigationItems`,
7
+ * so any string is allowed.
8
+ *
9
+ * @experimental This type is experimental and is subject to change.
10
+ */
11
+ export type ChannelDetailsNavigationSectionType = 'pinned-messages' | 'photos-and-videos' | 'files' | string;
12
+ /**
13
+ * A single row in the channel details navigation section.
14
+ *
15
+ * @experimental This type is experimental and is subject to change.
16
+ */
17
+ export type ChannelDetailsNavigationItem = {
18
+ /** Icon rendered at the start of the row and reused in the built-in modal header. */
19
+ Icon: React.ComponentType<IconProps>;
20
+ /** Already-translated label rendered for the row and its built-in modal header. */
21
+ label: string;
22
+ /** Identifies which built-in section this row represents. */
23
+ section: ChannelDetailsNavigationSectionType;
24
+ /**
25
+ * Fired when the user taps the row. Leave unset to keep the built-in behavior (opening the
26
+ * built-in modal for the section); set it to route the row somewhere else (e.g. your own screen).
27
+ */
28
+ onPress?: () => void;
29
+ };
30
+ export type ChannelDetailsNavigationItemsContext = {
31
+ t: TranslationContextValue['t'];
32
+ };
33
+ /**
34
+ * Customizes the navigation rows rendered by `ChannelDetailsNavigationSection`. Receives the
35
+ * built-in `defaultItems` (and a `context`) and returns the items to render. Map over
36
+ * `defaultItems` to set a row's `onPress` (e.g. to push your own screen), or add/remove rows. Any
37
+ * row whose `onPress` you leave unset keeps its built-in behavior (opening the built-in modal) —
38
+ * including sections added in future SDK versions.
39
+ *
40
+ * @experimental This type is experimental and is subject to change.
41
+ */
42
+ export type GetChannelDetailsNavigationItems = (params: {
43
+ context: ChannelDetailsNavigationItemsContext;
44
+ defaultItems: ChannelDetailsNavigationItem[];
45
+ }) => ChannelDetailsNavigationItem[];
46
+ export declare const getChannelDetailsNavigationItems: GetChannelDetailsNavigationItems;
47
+ /**
48
+ * Builds the navigation rows rendered by `ChannelDetailsNavigationSection`. Returns the items as a
49
+ * plain array — the section component owns the built-in modal and supplies the default open-modal
50
+ * behavior for any row without a custom `onPress`. Customize the rows by passing `getNavigationItems`
51
+ * to `ChannelDetails` (see {@link GetChannelDetailsNavigationItems}).
52
+ *
53
+ * @experimental This hook is experimental and is subject to change.
54
+ */
55
+ export declare const useChannelDetailsNavigationItems: () => ChannelDetailsNavigationItem[];
56
+ //# sourceMappingURL=useChannelDetailsNavigationItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useChannelDetailsNavigationItems.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelDetails/hooks/useChannelDetailsNavigationItems.ts"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAMvG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAE3D;;;;;;GAMG;AACH,MAAM,MAAM,mCAAmC,GAC3C,iBAAiB,GACjB,mBAAmB,GACnB,OAAO,GACP,MAAM,CAAC;AAEX;;;;GAIG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC,qFAAqF;IACrF,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACrC,mFAAmF;IACnF,KAAK,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,OAAO,EAAE,mCAAmC,CAAC;IAC7C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAiBF,MAAM,MAAM,oCAAoC,GAAG;IACjD,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;CACjC,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,MAAM,gCAAgC,GAAG,CAAC,MAAM,EAAE;IACtD,OAAO,EAAE,oCAAoC,CAAC;IAC9C,YAAY,EAAE,4BAA4B,EAAE,CAAC;CAC9C,KAAK,4BAA4B,EAAE,CAAC;AAErC,eAAO,MAAM,gCAAgC,EAAE,gCAE7B,CAAC;AAEnB;;;;;;;GAOG;AACH,eAAO,MAAM,gCAAgC,QAAO,4BAA4B,EAmB/E,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { type Attachment, type MessageResponse } from 'stream-chat';
2
+ /**
3
+ * A single file/audio attachment paired with the message it belongs to. The file attachment list
4
+ * renders one row per attachment, so a message with multiple file attachments yields multiple rows.
5
+ *
6
+ * @experimental This type is experimental and is subject to change.
7
+ */
8
+ export type FileAttachmentTile = {
9
+ attachment: Attachment;
10
+ message: MessageResponse;
11
+ };
12
+ export type FileAttachmentSection = {
13
+ data: FileAttachmentTile[];
14
+ title: string;
15
+ };
16
+ /**
17
+ * Gathers and filters the file/audio attachments from a list of messages, then groups them into
18
+ * newest-first month sections for the file attachment list. Each section's `data` is a flat list
19
+ * of `{ attachment, message }` tiles; messages without renderable file attachments are skipped.
20
+ *
21
+ * The month label is produced through the shared `getDateString` + translation-key
22
+ * pipeline used by message timestamps (see `useUserActivityStatus`), so the format
23
+ * follows the configured locale and can be customized via the
24
+ * `timestamp/FileAttachmentListSection` translation key.
25
+ * @experimental This hook is experimental and is subject to change.
26
+ */
27
+ export declare const useFileAttachmentListSections: (messages?: MessageResponse[]) => FileAttachmentSection[];
28
+ //# sourceMappingURL=useFileAttachmentListSections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFileAttachmentListSections.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelDetails/hooks/useFileAttachmentListSections.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,UAAU,EAIf,KAAK,eAAe,EACrB,MAAM,aAAa,CAAC;AAKrB;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAAE,UAAU,EAAE,UAAU,CAAC;IAAC,OAAO,EAAE,eAAe,CAAA;CAAE,CAAC;AAEtF,MAAM,MAAM,qBAAqB,GAAG;IAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAclF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,6BAA6B,GACxC,WAAW,eAAe,EAAE,KAC3B,qBAAqB,EA8BvB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { type Attachment, type MessageResponse } from 'stream-chat';
2
+ /**
3
+ * A single image/video attachment paired with the message it belongs to. The media grid renders
4
+ * one tile per attachment, so a message with multiple media attachments yields multiple tiles.
5
+ *
6
+ * @experimental This type is experimental and is subject to change.
7
+ */
8
+ export type MediaTile = {
9
+ attachment: Attachment;
10
+ message: MessageResponse;
11
+ };
12
+ /**
13
+ * Gathers and filters the image/video attachments from a list of messages into a flat list of
14
+ * media tiles, ready to render in the media grid. Scraped/OG link-preview attachments and
15
+ * non-media attachments are excluded.
16
+ *
17
+ * @experimental This hook is experimental and is subject to change.
18
+ */
19
+ export declare const useMediaList: (messages?: MessageResponse[]) => MediaTile[];
20
+ //# sourceMappingURL=useMediaList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMediaList.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelDetails/hooks/useMediaList.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAoB,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAItF;;;;;GAKG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;AA2BF;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,GAAI,WAAW,eAAe,EAAE,KAAG,SAAS,EACjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ImageGallery.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageGallery/ImageGallery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAsBzE,OAAO,KAAK,EACV,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,OAAO,EACL,yBAAyB,EAE1B,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAItD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMnD,MAAM,MAAM,yBAAyB,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAEnE,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,yBAAyB,CAAC;IAClC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACrC,EAAE,EAAE,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IACxD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,aAAa,GAAG,UAAU,CAAC;CAClC,CAAC;AAIF,oBAAY,UAAU;IACpB,KAAK,IAAI;IACT,IAAI,IAAA;CACL;AAED,oBAAY,SAAS;IACnB,YAAY,IAAI;IAChB,IAAI,IAAA;IACJ,KAAK,IAAA;CACN;AAOD,KAAK,4BAA4B,GAAG,IAAI,CACtC,yBAAyB,EACzB,iCAAiC,CAClC,GACC,IAAI,CAAC,mBAAmB,EAAE,gBAAgB,CAAC,GAAG;IAC5C,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;CAC/D,CAAC;AAEJ,eAAO,MAAM,uBAAuB,GAAI,OAAO,4BAA4B,sBAyW1E,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;AAEtE,eAAO,MAAM,YAAY;YAAW,iBAAiB;;CAcpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,EAAE,YAAY,MAAM,EAAE,YAAY,MAAM,WAG1E,CAAC"}
1
+ {"version":3,"file":"ImageGallery.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageGallery/ImageGallery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAgBhE,OAAO,KAAK,EACV,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,OAAO,EACL,yBAAyB,EAE1B,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAItD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMnD,MAAM,MAAM,yBAAyB,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAEnE,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,yBAAyB,CAAC;IAClC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACrC,EAAE,EAAE,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IACxD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,aAAa,GAAG,UAAU,CAAC;CAClC,CAAC;AAIF,oBAAY,UAAU;IACpB,KAAK,IAAI;IACT,IAAI,IAAA;CACL;AAED,oBAAY,SAAS;IACnB,YAAY,IAAI;IAChB,IAAI,IAAA;IACJ,KAAK,IAAA;CACN;AAMD,KAAK,4BAA4B,GAAG,IAAI,CACtC,yBAAyB,EACzB,iCAAiC,CAClC,GACC,IAAI,CAAC,mBAAmB,EAAE,gBAAgB,CAAC,GAAG;IAC5C,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;CAC/D,CAAC;AAEJ,eAAO,MAAM,uBAAuB,GAAI,OAAO,4BAA4B,sBAiS1E,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;AAEtE,eAAO,MAAM,YAAY;YAAW,iBAAiB;;CAcpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,EAAE,YAAY,MAAM,EAAE,YAAY,MAAM,WAG1E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AnimatedGalleryImage.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/AnimatedGalleryImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAiB,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAMhE,OAAO,EACL,iBAAiB,EAElB,MAAM,gDAAgD,CAAC;AAOxD,KAAK,KAAK,GAAG;IACX,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAC/B,CAAC;AAMF,eAAO,MAAM,oBAAoB,oCACvB,KAAK,uBA4Fd,CAAC"}
1
+ {"version":3,"file":"AnimatedGalleryImage.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/AnimatedGalleryImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAiB,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAMhE,OAAO,EACL,iBAAiB,EAElB,MAAM,gDAAgD,CAAC;AAOxD,KAAK,KAAK,GAAG;IACX,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,oCACvB,KAAK,uBA8Fd,CAAC"}
@@ -14,8 +14,5 @@ export type AnimatedGalleryVideoType = {
14
14
  translateY: SharedValue<number>;
15
15
  style?: StyleProp<ViewStyle>;
16
16
  };
17
- export declare const AnimatedGalleryVideo: {
18
- (props: AnimatedGalleryVideoType): React.JSX.Element;
19
- displayName: string;
20
- };
17
+ export declare const AnimatedGalleryVideo: React.MemoExoticComponent<(props: AnimatedGalleryVideoType) => React.JSX.Element>;
21
18
  //# sourceMappingURL=AnimatedGalleryVideo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AnimatedGalleryVideo.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/AnimatedGalleryVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAiB,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAchE,OAAO,EACL,iBAAiB,EAElB,MAAM,gDAAgD,CAAC;AASxD,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,iBAAiB,CAAC;IACzB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAqBF,eAAO,MAAM,oBAAoB;YAAW,wBAAwB;;CA4JnE,CAAC"}
1
+ {"version":3,"file":"AnimatedGalleryVideo.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/AnimatedGalleryVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8D,MAAM,OAAO,CAAC;AACnF,OAAO,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAiB,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAchE,OAAO,EACL,iBAAiB,EAElB,MAAM,gDAAgD,CAAC;AASxD,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,iBAAiB,CAAC;IACzB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAkLF,eAAO,MAAM,oBAAoB,oCAjKa,wBAAwB,uBA6KrE,CAAC"}
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { ViewStyle } from 'react-native';
3
+ import { AnimatedStyle } from 'react-native-reanimated';
4
+ type Props = {
5
+ containerBackground: AnimatedStyle<ViewStyle>;
6
+ };
7
+ /**
8
+ * Accessibility-enabled variant of the gallery's background fade view. Wires
9
+ * the "X of N" announcement and the VoiceOver/TalkBack increment/decrement
10
+ * actions. Subscribes locally to currentIndex + assets so the parent
11
+ * ImageGallery doesn't need that subscription itself — only this small sibling
12
+ * re-renders to refresh the accessibilityValue text on each swipe.
13
+ *
14
+ * Caller is responsible for gating this on whether accessibility is enabled.
15
+ * When disabled, the parent renders a plain Animated.View with the same
16
+ * background style and no a11y attributes.
17
+ */
18
+ export declare const ImageGalleryA11yProbe: ({ containerBackground }: Props) => React.JSX.Element;
19
+ export {};
20
+ //# sourceMappingURL=ImageGalleryA11yProbe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageGalleryA11yProbe.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/ImageGalleryA11yProbe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AACrD,OAAiB,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAYlE,KAAK,KAAK,GAAG;IACX,mBAAmB,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;CAC/C,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB,GAAI,yBAAyB,KAAK,sBAoDnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ImageGalleryHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/ImageGalleryHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAM5D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAuBvD,eAAO,MAAM,kBAAkB;YAAW,uBAAuB;;CAkEhE,CAAC"}
1
+ {"version":3,"file":"ImageGalleryHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/components/ImageGalleryHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAOxE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAkBvD,eAAO,MAAM,kBAAkB;YAAW,uBAAuB;;CAqEhE,CAAC"}
@@ -1,16 +1,15 @@
1
1
  import type { ImageStyle } from 'react-native';
2
2
  import { SharedValue } from 'react-native-reanimated';
3
3
  type Props = {
4
+ currentIndexShared: SharedValue<number>;
4
5
  index: number;
5
6
  offsetScale: SharedValue<number>;
6
- previous: boolean;
7
7
  scale: SharedValue<number>;
8
8
  screenHeight: number;
9
- selected: boolean;
10
9
  translateX: SharedValue<number>;
11
10
  translateY: SharedValue<number>;
12
11
  };
13
- export declare const useAnimatedGalleryStyle: ({ index, offsetScale, previous, scale, screenHeight, selected, translateX, translateY, }: Props) => (import("react-native-reanimated/lib/typescript/hook/commonTypes").AnimatedStyleHandle<ImageStyle> | import("react-native-reanimated/lib/typescript/hook/commonTypes").AnimatedStyleHandle<{
12
+ export declare const useAnimatedGalleryStyle: ({ currentIndexShared, index, offsetScale, scale, screenHeight, translateX, translateY, }: Props) => (import("react-native-reanimated/lib/typescript/hook/commonTypes").AnimatedStyleHandle<ImageStyle> | import("react-native-reanimated/lib/typescript/hook/commonTypes").AnimatedStyleHandle<{
14
13
  transform: ({
15
14
  scaleX: number;
16
15
  translateY?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useAnimatedGalleryStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/hooks/useAnimatedGalleryStyle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAIxE,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACjC,CAAC;AAIF,eAAO,MAAM,uBAAuB,GAAI,0FASrC,KAAK;;;;;;;;;;;;;;;;;;;;;;KAuDP,CAAC"}
1
+ {"version":3,"file":"useAnimatedGalleryStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/hooks/useAnimatedGalleryStyle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAIxE,KAAK,KAAK,GAAG;IACX,kBAAkB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACjC,CAAC;AAIF,eAAO,MAAM,uBAAuB,GAAI,0FAQrC,KAAK;;;;;;;;;;;;;;;;;;;;;;KAyDP,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { SharedValue } from 'react-native-reanimated';
2
+ import type { ImageGalleryAsset, ImageGalleryStateStore } from '../../../state-store/image-gallery-state-store';
3
+ /**
4
+ * Owns a SharedValue tracking the visible height of the currently selected
5
+ * gallery asset and keeps it in lockstep with the gallery store's
6
+ * currentIndex. Worklet consumers read `.value` on the UI thread.
7
+ *
8
+ * The store is subscribed via `subscribeWithSelector` (not `useStateStore`),
9
+ * so currentIndex changes never go through React state so no rerender is
10
+ * triggered in the calling component. The callback writes directly into the
11
+ * SharedValue.
12
+ *
13
+ * Sync path uses the attachment's intrinsic `original_height`/`original_width`
14
+ * when present. Async fallback via `Image.getSize` handles assets that don't
15
+ * carry dimensions; a token guards against the closure-race where the user
16
+ * swipes past a slide before its dimensions resolve.
17
+ */
18
+ export declare const useCurrentImageHeight: ({ assets, fullWindowHeight, fullWindowWidth, imageGalleryStateStore, }: {
19
+ assets: ImageGalleryAsset[];
20
+ fullWindowHeight: number;
21
+ fullWindowWidth: number;
22
+ imageGalleryStateStore: ImageGalleryStateStore;
23
+ }) => SharedValue<number>;
24
+ //# sourceMappingURL=useCurrentImageHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCurrentImageHeight.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/hooks/useCurrentImageHeight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAkB,MAAM,yBAAyB,CAAC;AAEtE,OAAO,KAAK,EACV,iBAAiB,EACjB,sBAAsB,EACvB,MAAM,gDAAgD,CAAC;AAGxD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,qBAAqB,GAAI,wEAKnC;IACD,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,sBAAsB,CAAC;CAChD,KAAG,WAAW,CAAC,MAAM,CAkDrB,CAAC"}
@@ -9,7 +9,7 @@ export declare enum IsSwiping {
9
9
  FALSE = 2
10
10
  }
11
11
  export declare const useImageGalleryGestures: ({ currentImageHeight, halfScreenHeight, halfScreenWidth, headerFooterVisible, offsetScale, overlayOpacity, scale, screenHeight, screenWidth, translateX, translateY, translationX, }: {
12
- currentImageHeight: number;
12
+ currentImageHeight: SharedValue<number>;
13
13
  halfScreenHeight: number;
14
14
  halfScreenWidth: number;
15
15
  headerFooterVisible: SharedValue<number>;
@@ -1 +1 @@
1
- {"version":3,"file":"useImageGalleryGestures.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/hooks/useImageGalleryGestures.tsx"],"names":[],"mappings":"AAGA,OAAO,EAKL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AAQjC,oBAAY,UAAU;IACpB,KAAK,IAAI;IACT,IAAI,IAAA;CACL;AAED,oBAAY,SAAS;IACnB,YAAY,IAAI;IAChB,IAAI,IAAA;IACJ,KAAK,IAAA;CACN;AAQD,eAAO,MAAM,uBAAuB,GAAI,sLAarC;IACD,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACzC,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACpC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACnC;;;;;CAgsBA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,EAAE,YAAY,MAAM,EAAE,YAAY,MAAM,WAG1E,CAAC"}
1
+ {"version":3,"file":"useImageGalleryGestures.d.ts","sourceRoot":"","sources":["../../../../../src/components/ImageGallery/hooks/useImageGalleryGestures.tsx"],"names":[],"mappings":"AAGA,OAAO,EAKL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AAMjC,oBAAY,UAAU;IACpB,KAAK,IAAI;IACT,IAAI,IAAA;CACL;AAED,oBAAY,SAAS;IACnB,YAAY,IAAI;IAChB,IAAI,IAAA;IACJ,KAAK,IAAA;CACN;AAID,eAAO,MAAM,uBAAuB,GAAI,sLAarC;IACD,kBAAkB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxC,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACzC,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACpC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAChC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACnC;;;;;CA6rBA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,EAAE,YAAY,MAAM,EAAE,YAAY,MAAM,WAG1E,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { GestureResponderEvent, StyleProp, ViewStyle } from 'react-native';
3
- import type { Attachment, LocalMessage, UserResponse } from 'stream-chat';
3
+ import type { Attachment, LocalMessage, MentionEntity, UserResponse } from 'stream-chat';
4
4
  import { ChannelContextValue } from '../../contexts/channelContext/ChannelContext';
5
5
  import { ChatContextValue } from '../../contexts/chatContext/ChatContext';
6
6
  import { KeyboardContextValue } from '../../contexts/keyboardContext/KeyboardContext';
@@ -12,6 +12,16 @@ import { TranslationContextValue } from '../../contexts/translationContext/Trans
12
12
  import type { Thumbnail } from '../Attachment/utils/buildGallery/types';
13
13
  export type TouchableEmitter = 'failed-image' | 'fileAttachment' | 'gallery' | 'giphy' | 'message' | 'messageContent' | 'messageReplies' | 'reactionList';
14
14
  export type TextMentionTouchableHandlerAdditionalInfo = {
15
+ /**
16
+ * The typed mention entity for the pressed mention (user / channel / here /
17
+ * role / user_group). Always populated by the default renderText pipeline;
18
+ * undefined only when a custom renderer doesn't resolve a match.
19
+ */
20
+ mentionedEntity?: MentionEntity;
21
+ /**
22
+ * Back-compat: still populated when the mention is a user, so existing
23
+ * integrators reading `additionalInfo.user` keep working.
24
+ */
15
25
  user?: UserResponse;
16
26
  };
17
27
  export type TextMentionTouchableHandlerPayload = {
@@ -1 +1 @@
1
- {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Message.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Message.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageTextContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageTextContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAItE,OAAO,EAAc,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGlE,OAAO,EACL,mBAAmB,EAEpB,MAAM,iDAAiD,CAAC;AACzD,OAAO,EACL,oBAAoB,EAErB,MAAM,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,4CAA4C,CAAC;AAQvF,MAAM,MAAM,gBAAgB,GAAG,yBAAyB,GAAG;IACzD,UAAU,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;IACjE,KAAK,EAAE;QAAE,KAAK,EAAE,KAAK,CAAA;KAAE,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,IAAI,CACrD,mBAAmB,EACjB,oCAAoC,GACpC,aAAa,GACb,SAAS,GACT,aAAa,GACb,YAAY,GACZ,SAAS,GACT,cAAc,CACjB,GACC,IAAI,CAAC,oBAAoB,EAAE,eAAe,GAAG,gBAAgB,GAAG,0BAA0B,CAAC,GAAG;IAC5F,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;QACf,aAAa,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACrC,CAAC,CAAC;CACJ,CAAC;AAqJJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAAC;AAEtF,eAAO,MAAM,oBAAoB;YAAW,yBAAyB;;CA6BpE,CAAC"}
1
+ {"version":3,"file":"MessageTextContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/MessageItemView/MessageTextContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAItE,OAAO,EAAc,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGlE,OAAO,EACL,mBAAmB,EAEpB,MAAM,iDAAiD,CAAC;AACzD,OAAO,EACL,oBAAoB,EAErB,MAAM,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,4CAA4C,CAAC;AAQvF,MAAM,MAAM,gBAAgB,GAAG,yBAAyB,GAAG;IACzD,UAAU,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;IACjE,KAAK,EAAE;QAAE,KAAK,EAAE,KAAK,CAAA;KAAE,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,IAAI,CACrD,mBAAmB,EACjB,oCAAoC,GACpC,aAAa,GACb,SAAS,GACT,aAAa,GACb,YAAY,GACZ,SAAS,GACT,cAAc,CACjB,GACC,IAAI,CAAC,oBAAoB,EAAE,eAAe,GAAG,gBAAgB,GAAG,0BAA0B,CAAC,GAAG;IAC5F,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;QACf,aAAa,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACrC,CAAC,CAAC;CACJ,CAAC;AA8KJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAAC;AAEtF,eAAO,MAAM,oBAAoB;YAAW,yBAAyB;;CA6BpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"renderText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/MessageItemView/utils/renderText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAqB,SAAS,EAAwB,MAAM,OAAO,CAAC;AAiBlF,OAAO,EACL,YAAY,EAIZ,MAAM,EAGN,aAAa,EACb,KAAK,EACN,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,YAAY,EAAgB,MAAM,aAAa,CAAC;AAI9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AAC9F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAGnF,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAI1E,KAAK,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;AAE3C,eAAO,MAAM,0BAA0B,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,sBAkD/E,CAAC;AAyGF,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG,OAAO,CACpC,IAAI,CAAC,mBAAmB,EAAE,aAAa,GAAG,SAAS,GAAG,cAAc,CAAC,CACtE,GAAG;IACF,SAAS,EAAE,OAAO,SAAS,CAAC;IAC5B,OAAO,EAAE,YAAY,CAAC;IACtB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,gBAAgB,sBAoTlD,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,aAAa,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CACjC;AAED;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,iCAAiC,eAAe,sBAsC1E,CAAC;AAoBF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,aAAa,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CAChC,CAAC;AA2BF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CAChC,CAAC"}
1
+ {"version":3,"file":"renderText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Message/MessageItemView/utils/renderText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAqB,SAAS,EAAwB,MAAM,OAAO,CAAC;AAiBlF,OAAO,EACL,YAAY,EAIZ,MAAM,EAGN,aAAa,EACb,KAAK,EACN,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,YAAY,EAA+B,MAAM,aAAa,CAAC;AAI7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AAC9F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAGnF,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAI1E,KAAK,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;AAE3C,eAAO,MAAM,0BAA0B,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,sBAkD/E,CAAC;AAyGF,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG,OAAO,CACpC,IAAI,CAAC,mBAAmB,EAAE,aAAa,GAAG,SAAS,GAAG,cAAc,CAAC,CACtE,GAAG;IACF,SAAS,EAAE,OAAO,SAAS,CAAC;IAC5B,OAAO,EAAE,YAAY,CAAC;IACtB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,gBAAgB,sBAmYlD,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,aAAa,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CACjC;AAED;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,iCAAiC,eAAe,sBAsC1E,CAAC;AAoBF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,aAAa,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CAChC,CAAC;AA2BF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CAChC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useMessageActions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useMessageActions.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAM3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,8BAA8B,EAAE,MAAM,oEAAoE,CAAC;AACpH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AAE9F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAsBvG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,oBAAoB,EAClB,eAAe,GACf,cAAc,GACd,WAAW,GACX,YAAY,GACZ,cAAc,GACd,mBAAmB,GACnB,YAAY,GACZ,YAAY,GACZ,mBAAmB,GACnB,kBAAkB,GAClB,YAAY,GACZ,kBAAkB,GAClB,aAAa,GACb,gBAAgB,GAChB,mBAAmB,GACnB,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,kBAAkB,GAClB,gBAAgB,GAChB,oBAAoB,GACpB,eAAe,CAClB,GACC,IAAI,CAAC,mBAAmB,EAAE,SAAS,GAAG,uBAAuB,CAAC,GAC9D,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,kBAAkB,EAAE,YAAY,CAAC,GACtC,IAAI,CAAC,mBAAmB,EAAE,gBAAgB,GAAG,SAAS,CAAC,GACvD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,GAAG;IACnC,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;CAClD,GAAG,IAAI,CAAC,8BAA8B,EAAE,iBAAiB,GAAG,kBAAkB,CAAC,CAAC;AAEnF,eAAO,MAAM,iBAAiB,GAAI,6dA8B/B,uBAAuB;;;;;;;;;;;;;;;;CAkUzB,CAAC"}
1
+ {"version":3,"file":"useMessageActions.d.ts","sourceRoot":"","sources":["../../../../../src/components/Message/hooks/useMessageActions.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAM3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,8BAA8B,EAAE,MAAM,oEAAoE,CAAC;AACpH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AAE9F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAsBvG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,oBAAoB,EAClB,eAAe,GACf,cAAc,GACd,WAAW,GACX,YAAY,GACZ,cAAc,GACd,mBAAmB,GACnB,YAAY,GACZ,YAAY,GACZ,mBAAmB,GACnB,kBAAkB,GAClB,YAAY,GACZ,kBAAkB,GAClB,aAAa,GACb,gBAAgB,GAChB,mBAAmB,GACnB,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,kBAAkB,GAClB,gBAAgB,GAChB,oBAAoB,GACpB,eAAe,CAClB,GACC,IAAI,CAAC,mBAAmB,EAAE,SAAS,GAAG,uBAAuB,CAAC,GAC9D,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,kBAAkB,EAAE,YAAY,CAAC,GACtC,IAAI,CAAC,mBAAmB,EAAE,gBAAgB,GAAG,SAAS,CAAC,GACvD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,GAAG;IACnC,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;CAClD,GAAG,IAAI,CAAC,8BAA8B,EAAE,iBAAiB,GAAG,kBAAkB,CAAC,CAAC;AAEnF,eAAO,MAAM,iBAAiB,GAAI,6dA8B/B,uBAAuB;;;;;;;;;;;;;;;;CAyVzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageComposer.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/MessageComposer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAkBlD,OAAO,EACL,gBAAgB,EAIjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EACL,8BAA8B,EAE/B,MAAM,iEAAiE,CAAC;AAEzE,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAGhE,OAAO,EACL,uBAAuB,EAExB,MAAM,sDAAsD,CAAC;AAK9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAIrF,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AAqFzF,KAAK,+BAA+B,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GACvE,IAAI,CAAC,mBAAmB,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC,GAC7D,IAAI,CACF,wBAAwB,EACtB,sBAAsB,GACtB,0BAA0B,GAC1B,8BAA8B,GAC9B,uBAAuB,GACvB,2BAA2B,GAC3B,mCAAmC,GACnC,oCAAoC,GACpC,uBAAuB,GACvB,sBAAsB,GACtB,aAAa,GACb,sBAAsB,GACtB,yBAAyB,GACzB,eAAe,GACf,wBAAwB,GACxB,yBAAyB,GACzB,wBAAwB,GACxB,aAAa,GACb,qBAAqB,CACxB,GACD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,GAClC,IAAI,CAAC,8BAA8B,EAAE,mBAAmB,CAAC,GACzD,IAAI,CAAC,yBAAyB,EAAE,WAAW,CAAC,GAAG;IAC7C,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,0BAA0B,CAAC;IAChD,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AA4aJ,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;AAE5E;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe;YAAW,oBAAoB;;CAkF1D,CAAC"}
1
+ {"version":3,"file":"MessageComposer.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/MessageComposer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAkBlD,OAAO,EACL,gBAAgB,EAIjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EACL,8BAA8B,EAE/B,MAAM,iEAAiE,CAAC;AAEzE,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAGhE,OAAO,EACL,uBAAuB,EAExB,MAAM,sDAAsD,CAAC;AAK9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAIrF,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AAqFzF,KAAK,+BAA+B,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GACvE,IAAI,CAAC,mBAAmB,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC,GAC7D,IAAI,CACF,wBAAwB,EACtB,sBAAsB,GACtB,0BAA0B,GAC1B,8BAA8B,GAC9B,uBAAuB,GACvB,2BAA2B,GAC3B,mCAAmC,GACnC,oCAAoC,GACpC,uBAAuB,GACvB,sBAAsB,GACtB,aAAa,GACb,sBAAsB,GACtB,yBAAyB,GACzB,eAAe,GACf,wBAAwB,GACxB,yBAAyB,GACzB,wBAAwB,GACxB,aAAa,GACb,qBAAqB,CACxB,GACD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,GAClC,IAAI,CAAC,8BAA8B,EAAE,mBAAmB,CAAC,GACzD,IAAI,CAAC,yBAAyB,EAAE,WAAW,CAAC,GAAG;IAC7C,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,0BAA0B,CAAC;IAChD,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AA0aJ,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;AAE5E;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe;YAAW,oBAAoB;;CAkF1D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageFlashList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageFlashList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+E,MAAM,OAAO,CAAC;AACpG,OAAO,EAEL,eAAe,EAKhB,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,KAAK,EAAkB,YAAY,EAAmB,MAAM,aAAa,CAAC;AAUjF,OAAO,EACL,4BAA4B,EAE7B,MAAM,gEAAgE,CAAC;AACxE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAkB,MAAM,wCAAwC,CAAC;AAE1F,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAKhE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,2BAA2B,EAE5B,MAAM,8DAA8D,CAAC;AACtE,OAAO,EACL,gCAAgC,EAEjC,MAAM,wEAAwE,CAAC;AAEhF,OAAO,EAAE,kBAAkB,EAAoB,MAAM,4CAA4C,CAAC;AA6DlG,KAAK,gCAAgC,GAAG,IAAI,CAC1C,4BAA4B,EAC5B,aAAa,GAAG,uBAAuB,CACxC,GACC,IAAI,CAAC,2BAA2B,EAAE,YAAY,CAAC,GAC/C,IAAI,CACF,mBAAmB,EACjB,SAAS,GACT,yBAAyB,GACzB,UAAU,GACV,sBAAsB,GACtB,sBAAsB,GACtB,0BAA0B,GAC1B,SAAS,GACT,UAAU,GACV,eAAe,GACf,8BAA8B,GAC9B,uBAAuB,GACvB,oBAAoB,GACpB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,qBAAqB,CACxB,GACD,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,wBAAwB,EAAE,sBAAsB,GAAG,yBAAyB,CAAC,GAClF,IAAI,CAAC,gCAAgC,EAAE,UAAU,GAAG,gBAAgB,CAAC,GACrE,IAAI,CACF,oBAAoB,EACpB,wBAAwB,GAAG,UAAU,GAAG,gBAAgB,GAAG,0BAA0B,CACtF,GACD,IAAI,CACF,kBAAkB,EAClB,sBAAsB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,gBAAgB,CACxE,GAAG;IACF;;;;;;;;;;;;;OAaG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;IACjE;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;IACjE;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,YAAY,CAAC,YAAY,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IAClE;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AA08BJ,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC;AAE9E;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,sBA0E5D,CAAC"}
1
+ {"version":3,"file":"MessageFlashList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageFlashList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+E,MAAM,OAAO,CAAC;AACpG,OAAO,EAEL,eAAe,EAKhB,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,KAAK,EAAkB,YAAY,EAAmB,MAAM,aAAa,CAAC;AAUjF,OAAO,EACL,4BAA4B,EAE7B,MAAM,gEAAgE,CAAC;AACxE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAkB,MAAM,wCAAwC,CAAC;AAE1F,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAKhE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,2BAA2B,EAE5B,MAAM,8DAA8D,CAAC;AACtE,OAAO,EACL,gCAAgC,EAEjC,MAAM,wEAAwE,CAAC;AAEhF,OAAO,EAAE,kBAAkB,EAAoB,MAAM,4CAA4C,CAAC;AA8DlG,KAAK,gCAAgC,GAAG,IAAI,CAC1C,4BAA4B,EAC5B,aAAa,GAAG,uBAAuB,CACxC,GACC,IAAI,CAAC,2BAA2B,EAAE,YAAY,CAAC,GAC/C,IAAI,CACF,mBAAmB,EACjB,SAAS,GACT,yBAAyB,GACzB,UAAU,GACV,sBAAsB,GACtB,sBAAsB,GACtB,0BAA0B,GAC1B,SAAS,GACT,UAAU,GACV,eAAe,GACf,8BAA8B,GAC9B,uBAAuB,GACvB,oBAAoB,GACpB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,qBAAqB,CACxB,GACD,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,wBAAwB,EAAE,sBAAsB,GAAG,yBAAyB,CAAC,GAClF,IAAI,CAAC,gCAAgC,EAAE,UAAU,GAAG,gBAAgB,CAAC,GACrE,IAAI,CACF,oBAAoB,EACpB,wBAAwB,GAAG,UAAU,GAAG,gBAAgB,GAAG,0BAA0B,CACtF,GACD,IAAI,CACF,kBAAkB,EAClB,sBAAsB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,gBAAgB,CACxE,GAAG;IACF;;;;;;;;;;;;;OAaG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;IACjE;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;IACjE;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,YAAY,CAAC,YAAY,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IAClE;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AA29BJ,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC;AAE9E;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,sBA0E5D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AACjF,OAAO,EAEL,aAAa,EACb,QAAQ,IAAI,YAAY,EAExB,eAAe,EAKhB,MAAM,cAAc,CAAC;AAgBtB,OAAO,EAEL,6BAA6B,EAC9B,MAAM,wCAAwC,CAAC;AAEhD,OAAO,EACL,4BAA4B,EAE7B,MAAM,gEAAgE,CAAC;AACxE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,gBAAgB,EAAkB,MAAM,wCAAwC,CAAC;AAI1F,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAKhE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,2BAA2B,EAE5B,MAAM,8DAA8D,CAAC;AACtE,OAAO,EACL,gCAAgC,EAEjC,MAAM,wEAAwE,CAAC;AAEhF,OAAO,EAAE,kBAAkB,EAAoB,MAAM,4CAA4C,CAAC;AA8HlG,KAAK,2BAA2B,GAAG,IAAI,CACrC,4BAA4B,EAC5B,aAAa,GAAG,uBAAuB,CACxC,GACC,IAAI,CAAC,2BAA2B,EAAE,YAAY,CAAC,GAC/C,IAAI,CACF,mBAAmB,EACjB,SAAS,GACT,yBAAyB,GACzB,UAAU,GACV,sBAAsB,GACtB,0BAA0B,GAC1B,SAAS,GACT,UAAU,GACV,eAAe,GACf,8BAA8B,GAC9B,uBAAuB,GACvB,oBAAoB,GACpB,iBAAiB,GACjB,YAAY,GACZ,qBAAqB,CACxB,GACD,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,gCAAgC,EAAE,UAAU,GAAG,gBAAgB,GAAG,SAAS,CAAC,GACjF,IAAI,CACF,oBAAoB,EACpB,wBAAwB,GAAG,UAAU,GAAG,gBAAgB,GAAG,0BAA0B,CACtF,GACD,IAAI,CAAC,wBAAwB,EAAE,sBAAsB,GAAG,yBAAyB,CAAC,GAClF,IAAI,CACF,kBAAkB,EAClB,sBAAsB,GAAG,gBAAgB,GAAG,eAAe,GAAG,QAAQ,GAAG,gBAAgB,CAC1F,GAAG;IACF;;;;;;;;;;;;;OAaG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAChF;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;IACjE;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,YAAY,CAAC,6BAA6B,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACnF;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAujCJ,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAAC;AAEpE,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,sBAyElD,CAAC"}
1
+ {"version":3,"file":"MessageList.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageList/MessageList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AACjF,OAAO,EAEL,aAAa,EACb,QAAQ,IAAI,YAAY,EAExB,eAAe,EAKhB,MAAM,cAAc,CAAC;AAgBtB,OAAO,EAEL,6BAA6B,EAC9B,MAAM,wCAAwC,CAAC;AAEhD,OAAO,EACL,4BAA4B,EAE7B,MAAM,gEAAgE,CAAC;AACxE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,gBAAgB,EAAkB,MAAM,wCAAwC,CAAC;AAI1F,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAKhE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,2BAA2B,EAE5B,MAAM,8DAA8D,CAAC;AACtE,OAAO,EACL,gCAAgC,EAEjC,MAAM,wEAAwE,CAAC;AAEhF,OAAO,EAAE,kBAAkB,EAAoB,MAAM,4CAA4C,CAAC;AAyIlG,KAAK,2BAA2B,GAAG,IAAI,CACrC,4BAA4B,EAC5B,aAAa,GAAG,uBAAuB,CACxC,GACC,IAAI,CAAC,2BAA2B,EAAE,YAAY,CAAC,GAC/C,IAAI,CACF,mBAAmB,EACjB,SAAS,GACT,yBAAyB,GACzB,UAAU,GACV,sBAAsB,GACtB,0BAA0B,GAC1B,SAAS,GACT,UAAU,GACV,eAAe,GACf,8BAA8B,GAC9B,uBAAuB,GACvB,oBAAoB,GACpB,iBAAiB,GACjB,YAAY,GACZ,qBAAqB,CACxB,GACD,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAChC,IAAI,CAAC,gCAAgC,EAAE,UAAU,GAAG,gBAAgB,GAAG,SAAS,CAAC,GACjF,IAAI,CACF,oBAAoB,EACpB,wBAAwB,GAAG,UAAU,GAAG,gBAAgB,GAAG,0BAA0B,CACtF,GACD,IAAI,CAAC,wBAAwB,EAAE,sBAAsB,GAAG,yBAAyB,CAAC,GAClF,IAAI,CACF,kBAAkB,EAClB,sBAAsB,GAAG,gBAAgB,GAAG,eAAe,GAAG,QAAQ,GAAG,gBAAgB,CAC1F,GAAG;IACF;;;;;;;;;;;;;OAaG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAChF;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;IACjE;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,YAAY,CAAC,6BAA6B,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACnF;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAwkCJ,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAAC;AAEpE,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,sBAyElD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BottomSheetModal.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/BottomSheetModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,iBAAiB,EAMlB,MAAM,OAAO,CAAC;AAyCf,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAikBF,eAAO,MAAM,gBAAgB,GAAI,OAAO,iBAAiB,CAAC,qBAAqB,CAAC,6BAM/E,CAAC"}
1
+ {"version":3,"file":"BottomSheetModal.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/BottomSheetModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,iBAAiB,EAMlB,MAAM,OAAO,CAAC;AAyCf,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAkjBF,eAAO,MAAM,gBAAgB,GAAI,OAAO,iBAAiB,CAAC,qBAAqB,CAAC,6BAM/E,CAAC"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ export type ClippingFadeBottomProps = {
3
+ /**
4
+ * Color the fade ramps toward at the bottom edge. Typically the
5
+ * background color of the surface beneath the fade so the bottom edge of
6
+ * scrolling content visually melts into it.
7
+ */
8
+ backgroundColor: string;
9
+ };
10
+ /**
11
+ * Bottom edge fade overlay. Draws a 16px tall SVG linear gradient that
12
+ * ramps from the supplied background's transparent variant at the top to
13
+ * fully opaque at the bottom - visually clipping any content that scrolls
14
+ * past the lower edge of its parent. `pointerEvents='none'` so it doesn't
15
+ * intercept taps/scrolls on the rows underneath.
16
+ */
17
+ export declare const ClippingFadeBottom: ({ backgroundColor }: ClippingFadeBottomProps) => React.JSX.Element;
18
+ //# sourceMappingURL=ClippingFadeBottom.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClippingFadeBottom.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/ClippingFadeBottom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAAI,qBAAqB,uBAAuB,sBAY9E,CAAC"}
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../../icons/utils/base';
3
+ export type EmptyListProps = {
4
+ /**
5
+ * Icon component to render. Its size and color are set by `EmptyList`.
6
+ */
7
+ icon: React.ComponentType<IconProps>;
8
+ /**
9
+ * Title text shown below the icon.
10
+ */
11
+ title: string;
12
+ /**
13
+ * Optional supporting text shown below the title.
14
+ */
15
+ subtitle?: string;
16
+ };
17
+ /**
18
+ * @experimental This component is experimental and is subject to change.
19
+ */
20
+ export declare const EmptyList: {
21
+ ({ icon: Icon, subtitle, title }: EmptyListProps): React.JSX.Element;
22
+ displayName: string;
23
+ };
24
+ //# sourceMappingURL=EmptyList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyList.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/EmptyList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS;sCAAqC,cAAc;;CAqBxE,CAAC"}
@@ -1,5 +1,7 @@
1
1
  export * from './BottomSheetModal';
2
+ export * from './ClippingFadeBottom';
2
3
  export * from './StreamBottomSheetModalFlatList';
4
+ export * from './EmptyList';
3
5
  export * from './EmptySearchResult';
4
6
  export * from './ImageBackground';
5
7
  export * from './SearchInput';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kCAAkC,CAAC;AACjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/UIComponents/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC"}
@@ -25,6 +25,7 @@ export * from './AutoCompleteInput/AutoCompleteSuggestionHeader';
25
25
  export * from './AutoCompleteInput/AutoCompleteSuggestionItem';
26
26
  export * from './AutoCompleteInput/AutoCompleteSuggestionList';
27
27
  export * from './AutoCompleteInput/InputView';
28
+ export * from './AutoCompleteInput/mentionItems';
28
29
  export * from './Channel/Channel';
29
30
  export * from './Channel/hooks/useCreateChannelContext';
30
31
  export * from './Channel/hooks/useCreateInputMessageInputContext';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ import { Channel, MessageSearchSource } from 'stream-chat';
3
+ /**
4
+ * @experimental This API is experimental and is subject to change.
5
+ */
6
+ export type ChannelFileAttachmentListContextValue = {
7
+ channel: Channel;
8
+ searchSource: MessageSearchSource;
9
+ };
10
+ export declare const ChannelFileAttachmentListContext: React.Context<ChannelFileAttachmentListContextValue>;
11
+ /**
12
+ * @experimental This API is experimental and is subject to change.
13
+ */
14
+ export declare const ChannelFileAttachmentListProvider: ({ channel, children, }: PropsWithChildren<{
15
+ channel: Channel;
16
+ }>) => React.JSX.Element;
17
+ /**
18
+ * @experimental This API is experimental and is subject to change.
19
+ */
20
+ export declare const useChannelFileAttachmentListContext: () => ChannelFileAttachmentListContextValue;
21
+ //# sourceMappingURL=ChannelFileAttachmentListContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChannelFileAttachmentListContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/channelFileAttachmentListContext/ChannelFileAttachmentListContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAwB,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM3D;;GAEG;AACH,MAAM,MAAM,qCAAqC,GAAG;IAClD,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,mBAAmB,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,gCAAgC,sDAE5C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iCAAiC,GAAI,wBAG/C,iBAAiB,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,sBAuBzC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mCAAmC,6CAY/C,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ import { Channel, MessageSearchSource } from 'stream-chat';
3
+ /**
4
+ * @experimental This API is experimental and is subject to change.
5
+ */
6
+ export type ChannelMediaListContextValue = {
7
+ channel: Channel;
8
+ searchSource: MessageSearchSource;
9
+ };
10
+ export declare const ChannelMediaListContext: React.Context<ChannelMediaListContextValue>;
11
+ /**
12
+ * @experimental This API is experimental and is subject to change.
13
+ */
14
+ export declare const ChannelMediaListProvider: ({ channel, children, }: PropsWithChildren<{
15
+ channel: Channel;
16
+ }>) => React.JSX.Element;
17
+ /**
18
+ * @experimental This API is experimental and is subject to change.
19
+ */
20
+ export declare const useChannelMediaListContext: () => ChannelMediaListContextValue;
21
+ //# sourceMappingURL=ChannelMediaListContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChannelMediaListContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/channelMediaListContext/ChannelMediaListContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAwB,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM3D;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,mBAAmB,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,6CAEnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,GAAI,wBAGtC,iBAAiB,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,sBAwBzC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,oCAYtC,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ import { Channel, MessageSearchSource } from 'stream-chat';
3
+ /**
4
+ * @experimental This API is experimental and is subject to change.
5
+ */
6
+ export type ChannelPinnedMessageListContextValue = {
7
+ channel: Channel;
8
+ searchSource: MessageSearchSource;
9
+ };
10
+ export declare const ChannelPinnedMessageListContext: React.Context<ChannelPinnedMessageListContextValue>;
11
+ /**
12
+ * @experimental This API is experimental and is subject to change.
13
+ */
14
+ export declare const ChannelPinnedMessageListProvider: ({ channel, children, }: PropsWithChildren<{
15
+ channel: Channel;
16
+ }>) => React.JSX.Element;
17
+ /**
18
+ * @experimental This API is experimental and is subject to change.
19
+ */
20
+ export declare const useChannelPinnedMessageListContext: () => ChannelPinnedMessageListContextValue;
21
+ //# sourceMappingURL=ChannelPinnedMessageListContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChannelPinnedMessageListContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/channelPinnedMessageListContext/ChannelPinnedMessageListContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAwB,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM3D;;GAEG;AACH,MAAM,MAAM,oCAAoC,GAAG;IACjD,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,mBAAmB,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,+BAA+B,qDAE3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gCAAgC,GAAI,wBAG9C,iBAAiB,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,sBA4BzC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kCAAkC,4CAY9C,CAAC"}