@sendbird/uikit-react 3.6.6 → 3.6.7-rc-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +48 -48
- package/CHANGELOG.md +11 -0
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +41 -41
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +36 -36
- package/Channel/components/MessageInput.js +29 -29
- package/Channel/components/MessageList.js +37 -37
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -12
- package/Channel.js +41 -41
- package/ChannelList/components/AddChannel.js +15 -14
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +35 -68
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreviewAction.js +14 -13
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +8 -7
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +30 -30
- package/{ChannelListProvider-2e7026e9.js → ChannelListProvider-c9693640.js} +77 -11
- package/ChannelListProvider-c9693640.js.map +1 -0
- package/{ChannelProvider-31a344d3.js → ChannelProvider-1369e543.js} +32 -21
- package/ChannelProvider-1369e543.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-eeaa1371.js → CreateChannelProvider-78b3e53b.js} +1 -1
- package/{CreateChannelProvider-eeaa1371.js.map → CreateChannelProvider-78b3e53b.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-2952e678.js → LocalizationContext-4d3a4b11.js} +3 -3
- package/{LocalizationContext-2952e678.js.map → LocalizationContext-4d3a4b11.js.map} +1 -1
- package/{MediaQueryContext-2173573f.js → MediaQueryContext-6fb696d8.js} +1 -1
- package/{MediaQueryContext-2173573f.js.map → MediaQueryContext-6fb696d8.js.map} +1 -1
- package/{MemberList-a51051e6.js → MemberList-996715e5.js} +5 -5
- package/{MemberList-a51051e6.js.map → MemberList-996715e5.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +19 -19
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +31 -31
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-ce900f45.js → OpenChannelListProvider-f9abacdf.js} +3 -3
- package/{OpenChannelListProvider-ce900f45.js.map → OpenChannelListProvider-f9abacdf.js.map} +1 -1
- package/{OpenChannelProvider-bc20868c.js → OpenChannelProvider-a35fc216.js} +7 -7
- package/{OpenChannelProvider-bc20868c.js.map → OpenChannelProvider-a35fc216.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/README.md +6 -3
- package/{RemoveMessageModal-9c579f0f.js → RemoveMessageModal-c46e318e.js} +3 -3
- package/{RemoveMessageModal-9c579f0f.js.map → RemoveMessageModal-c46e318e.js.map} +1 -1
- package/SendbirdProvider.js +15 -15
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +33 -33
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -36
- package/Thread/components/ThreadListItem.js +36 -36
- package/Thread/components/ThreadMessageInput.js +30 -30
- package/Thread/components/ThreadUI.js +40 -40
- package/Thread/context.js +8 -8
- package/Thread.js +40 -40
- package/{ThreadProvider-27c497dc.js → ThreadProvider-437958f6.js} +21 -7
- package/ThreadProvider-437958f6.js.map +1 -0
- package/{UserProfileContext-76aab169.js → UserProfileContext-db5e5092.js} +1 -1
- package/{UserProfileContext-76aab169.js.map → UserProfileContext-db5e5092.js.map} +1 -1
- package/{VoiceMessageInputWrapper-e45ec2f0.js → VoiceMessageInputWrapper-2dda670b.js} +7 -7
- package/{VoiceMessageInputWrapper-e45ec2f0.js.map → VoiceMessageInputWrapper-2dda670b.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +9 -9
- package/VoiceRecorder/context.js +9 -9
- package/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/{WebAudioUtils-97e524fa.js → WebAudioUtils-f3831b3c.js} +2 -2
- package/{WebAudioUtils-97e524fa.js.map → WebAudioUtils-f3831b3c.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-34f2bdc3.js → _rollupPluginBabelHelpers-88b9291b.js} +1 -1
- package/_rollupPluginBabelHelpers-88b9291b.js.map +1 -0
- package/{actionTypes-e67c8999.js → actionTypes-c6f194a4.js} +1 -1
- package/{actionTypes-e67c8999.js.map → actionTypes-c6f194a4.js.map} +1 -1
- package/cjs/App.js +48 -48
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +41 -41
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +36 -36
- package/cjs/Channel/components/MessageInput.js +29 -29
- package/cjs/Channel/components/MessageList.js +37 -37
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +41 -41
- package/cjs/ChannelList/components/AddChannel.js +15 -14
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +35 -68
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -13
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +8 -7
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +30 -30
- package/cjs/{ChannelListProvider-51837593.js → ChannelListProvider-c13d3c1f.js} +75 -12
- package/cjs/ChannelListProvider-c13d3c1f.js.map +1 -0
- package/cjs/{ChannelProvider-ab59275b.js → ChannelProvider-e46e6825.js} +32 -21
- package/cjs/ChannelProvider-e46e6825.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-e0ae2cf1.js → CreateChannelProvider-369b8e26.js} +1 -1
- package/cjs/{CreateChannelProvider-e0ae2cf1.js.map → CreateChannelProvider-369b8e26.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-76831b0e.js → LocalizationContext-0b79a552.js} +3 -3
- package/cjs/{LocalizationContext-76831b0e.js.map → LocalizationContext-0b79a552.js.map} +1 -1
- package/cjs/{MediaQueryContext-792b58f7.js → MediaQueryContext-cd3c2c1f.js} +1 -1
- package/cjs/{MediaQueryContext-792b58f7.js.map → MediaQueryContext-cd3c2c1f.js.map} +1 -1
- package/cjs/{MemberList-6b630054.js → MemberList-64fd2474.js} +5 -5
- package/cjs/{MemberList-6b630054.js.map → MemberList-64fd2474.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +31 -31
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-4d15730f.js → OpenChannelListProvider-2a87b2b4.js} +3 -3
- package/cjs/{OpenChannelListProvider-4d15730f.js.map → OpenChannelListProvider-2a87b2b4.js.map} +1 -1
- package/cjs/{OpenChannelProvider-2f59b53a.js → OpenChannelProvider-83d672a7.js} +7 -7
- package/cjs/{OpenChannelProvider-2f59b53a.js.map → OpenChannelProvider-83d672a7.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-47cae846.js → RemoveMessageModal-08f65c1e.js} +3 -3
- package/cjs/{RemoveMessageModal-47cae846.js.map → RemoveMessageModal-08f65c1e.js.map} +1 -1
- package/cjs/SendbirdProvider.js +15 -15
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +33 -33
- package/cjs/Thread/components/ParentMessageInfoItem.js +22 -22
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -36
- package/cjs/Thread/components/ThreadListItem.js +36 -36
- package/cjs/Thread/components/ThreadMessageInput.js +30 -30
- package/cjs/Thread/components/ThreadUI.js +40 -40
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -40
- package/cjs/{ThreadProvider-5844bd6d.js → ThreadProvider-3c1a2c41.js} +21 -7
- package/cjs/ThreadProvider-3c1a2c41.js.map +1 -0
- package/cjs/{UserProfileContext-5fd27232.js → UserProfileContext-3dab87ec.js} +1 -1
- package/cjs/{UserProfileContext-5fd27232.js.map → UserProfileContext-3dab87ec.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-e10f305f.js → VoiceMessageInputWrapper-ef9621bb.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-e10f305f.js.map → VoiceMessageInputWrapper-ef9621bb.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +9 -9
- package/cjs/VoiceRecorder/context.js +9 -9
- package/cjs/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/cjs/{WebAudioUtils-4227909a.js → WebAudioUtils-1e0a2a1a.js} +2 -2
- package/cjs/{WebAudioUtils-4227909a.js.map → WebAudioUtils-1e0a2a1a.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-2c208df7.js → _rollupPluginBabelHelpers-0b87b048.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-0b87b048.js.map +1 -0
- package/cjs/{actionTypes-64cb54b1.js → actionTypes-bf20e70a.js} +1 -1
- package/cjs/{actionTypes-64cb54b1.js.map → actionTypes-bf20e70a.js.map} +1 -1
- package/cjs/{color-2a756176.js → color-9b5c1b44.js} +1 -1
- package/cjs/{color-2a756176.js.map → color-9b5c1b44.js.map} +1 -1
- package/cjs/{compareIds-d6d1cc62.js → compareIds-bf12ec68.js} +1 -1
- package/cjs/{compareIds-d6d1cc62.js.map → compareIds-bf12ec68.js.map} +1 -1
- package/cjs/{const-2d057dc1.js → const-229638db.js} +1 -1
- package/cjs/{const-2d057dc1.js.map → const-229638db.js.map} +1 -1
- package/cjs/{const-0f73f007.js → const-662e0a3d.js} +1 -1
- package/cjs/{const-0f73f007.js.map → const-662e0a3d.js.map} +1 -1
- package/cjs/{consts-5a40550e.js → consts-0501e01f.js} +1 -1
- package/cjs/{consts-5a40550e.js.map → consts-0501e01f.js.map} +1 -1
- package/cjs/{consts-c1c7f3b9.js → consts-122f358d.js} +1 -1
- package/cjs/{consts-c1c7f3b9.js.map → consts-122f358d.js.map} +1 -1
- package/cjs/{consts-c16c955d.js → consts-4db00575.js} +1 -1
- package/cjs/{consts-c16c955d.js.map → consts-4db00575.js.map} +1 -1
- package/cjs/{consts-0a4f487c.js → consts-661b767d.js} +5 -1
- package/cjs/{consts-0a4f487c.js.map → consts-661b767d.js.map} +1 -1
- package/cjs/{context-0bf4608e.js → context-76b49e88.js} +2 -2
- package/cjs/{context-0bf4608e.js.map → context-76b49e88.js.map} +1 -1
- package/cjs/dist/index.css +149 -149
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-b1b515a7.js → index-124b9dcf.js} +2 -2
- package/cjs/{index-b1b515a7.js.map → index-124b9dcf.js.map} +1 -1
- package/cjs/{index-f3743012.js → index-1ee0e4e4.js} +3 -3
- package/cjs/{index-f3743012.js.map → index-1ee0e4e4.js.map} +1 -1
- package/cjs/{index-c00c028b.js → index-212106b0.js} +1 -1
- package/cjs/{index-c00c028b.js.map → index-212106b0.js.map} +1 -1
- package/cjs/{index-3aeb8bf9.js → index-2ac63760.js} +6 -6
- package/cjs/{index-3aeb8bf9.js.map → index-2ac63760.js.map} +1 -1
- package/cjs/{index-d69866c1.js → index-3e6c93b8.js} +5 -5
- package/cjs/{index-d69866c1.js.map → index-3e6c93b8.js.map} +1 -1
- package/cjs/{index-44985c08.js → index-3eaca310.js} +2 -2
- package/cjs/{index-44985c08.js.map → index-3eaca310.js.map} +1 -1
- package/cjs/{index-29f85f9b.js → index-433d4bd2.js} +2 -2
- package/cjs/{index-29f85f9b.js.map → index-433d4bd2.js.map} +1 -1
- package/cjs/{index-803f2ff2.js → index-624378e0.js} +4 -4
- package/cjs/{index-803f2ff2.js.map → index-624378e0.js.map} +1 -1
- package/cjs/{index-6a9e8bcb.js → index-69714a70.js} +6 -6
- package/cjs/{index-6a9e8bcb.js.map → index-69714a70.js.map} +1 -1
- package/cjs/{index-060711f6.js → index-80804302.js} +2 -2
- package/cjs/{index-060711f6.js.map → index-80804302.js.map} +1 -1
- package/cjs/{index-6c3bc4f9.js → index-98250672.js} +6 -6
- package/cjs/{index-6c3bc4f9.js.map → index-98250672.js.map} +1 -1
- package/cjs/{index-6977efce.js → index-ab616622.js} +3 -3
- package/cjs/{index-6977efce.js.map → index-ab616622.js.map} +1 -1
- package/cjs/{index-b5614bfa.js → index-c841c070.js} +2 -2
- package/cjs/{index-b5614bfa.js.map → index-c841c070.js.map} +1 -1
- package/cjs/{index-71863abf.js → index-caaa2927.js} +1 -1
- package/cjs/{index-71863abf.js.map → index-caaa2927.js.map} +1 -1
- package/cjs/{index-03a83f97.js → index-ced384fa.js} +4 -4
- package/cjs/{index-03a83f97.js.map → index-ced384fa.js.map} +1 -1
- package/cjs/{index-6b02cca4.js → index-dcec7980.js} +3 -3
- package/cjs/{index-6b02cca4.js.map → index-dcec7980.js.map} +1 -1
- package/cjs/{index-ea4739fe.js → index-e1240d10.js} +2 -2
- package/cjs/{index-ea4739fe.js.map → index-e1240d10.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-bee98cc5.js → index.module-ed2ba1e3.js} +1 -1
- package/cjs/{index.module-bee98cc5.js.map → index.module-ed2ba1e3.js.map} +1 -1
- package/cjs/package.json +1 -1
- package/cjs/{resolvedReplyType-9517a813.js → resolvedReplyType-f61a88fe.js} +1 -1
- package/cjs/{resolvedReplyType-9517a813.js.map → resolvedReplyType-f61a88fe.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +19 -5
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/{stringSet-39e8b84e.js → stringSet-c3a71383.js} +1 -1
- package/cjs/{stringSet-39e8b84e.js.map → stringSet-c3a71383.js.map} +1 -1
- package/cjs/{tokenize-3176b8f2.js → tokenize-3d258c39.js} +2 -2
- package/cjs/{tokenize-3176b8f2.js.map → tokenize-3d258c39.js.map} +1 -1
- package/cjs/{topics-e1897e48.js → topics-92cc2ee6.js} +2 -1
- package/cjs/topics-92cc2ee6.js.map +1 -0
- package/cjs/{types-be32f153.js → types-2d9f4043.js} +1 -1
- package/cjs/{types-be32f153.js.map → types-2d9f4043.js.map} +1 -1
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +10 -10
- package/cjs/ui/Avatar.js.map +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +17 -17
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +26 -11
- package/cjs/ui/ImageRenderer.js.map +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +28 -28
- package/cjs/ui/MessageInput.js +13 -13
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +15 -15
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +19 -19
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +7 -7
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +7 -7
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-041acd2a.js → useDirtyGetMentions-2a7d10bf.js} +1 -1
- package/cjs/{useDirtyGetMentions-041acd2a.js.map → useDirtyGetMentions-2a7d10bf.js.map} +1 -1
- package/cjs/{useLongPress-5432edbf.js → useLongPress-c8839caf.js} +3 -3
- package/cjs/{useLongPress-5432edbf.js.map → useLongPress-c8839caf.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-b653226e.js → utils-29477573.js} +1 -1
- package/cjs/{utils-b653226e.js.map → utils-29477573.js.map} +1 -1
- package/cjs/{utils-bec85954.js → utils-302a674f.js} +2 -2
- package/cjs/{utils-bec85954.js.map → utils-302a674f.js.map} +1 -1
- package/cjs/{utils-e7fdfd61.js → utils-6af170b9.js} +1 -1
- package/cjs/{utils-e7fdfd61.js.map → utils-6af170b9.js.map} +1 -1
- package/cjs/{utils-24df69e2.js → utils-c2948e02.js} +1 -1
- package/cjs/{utils-24df69e2.js.map → utils-c2948e02.js.map} +1 -1
- package/cjs/{uuid-54dc5376.js → uuid-d26cf806.js} +1 -1
- package/cjs/{uuid-54dc5376.js.map → uuid-d26cf806.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-b73a158c.js → color-1a181ce1.js} +1 -1
- package/{color-b73a158c.js.map → color-1a181ce1.js.map} +1 -1
- package/{compareIds-eab12c15.js → compareIds-0cfc7f44.js} +1 -1
- package/{compareIds-eab12c15.js.map → compareIds-0cfc7f44.js.map} +1 -1
- package/{const-72965dcb.js → const-3e230ae8.js} +1 -1
- package/{const-72965dcb.js.map → const-3e230ae8.js.map} +1 -1
- package/{const-9ab08d0b.js → const-e65490a4.js} +1 -1
- package/{const-9ab08d0b.js.map → const-e65490a4.js.map} +1 -1
- package/{consts-8c9214ee.js → consts-2465e8d9.js} +1 -1
- package/{consts-8c9214ee.js.map → consts-2465e8d9.js.map} +1 -1
- package/{consts-2475c80c.js → consts-41b55fe8.js} +1 -1
- package/{consts-2475c80c.js.map → consts-41b55fe8.js.map} +1 -1
- package/{consts-55e36248.js → consts-51e4746e.js} +5 -2
- package/{consts-55e36248.js.map → consts-51e4746e.js.map} +1 -1
- package/{consts-0726d733.js → consts-faca6bf9.js} +1 -1
- package/{consts-0726d733.js.map → consts-faca6bf9.js.map} +1 -1
- package/{context-ebecf7b8.js → context-5973d35e.js} +2 -2
- package/{context-ebecf7b8.js.map → context-5973d35e.js.map} +1 -1
- package/dist/index.css +149 -149
- package/dist/index.css.map +1 -1
- package/{index-96fe32b3.js → index-1dbb47b6.js} +2 -2
- package/{index-96fe32b3.js.map → index-1dbb47b6.js.map} +1 -1
- package/{index-c2c52b45.js → index-2d72973d.js} +3 -3
- package/{index-c2c52b45.js.map → index-2d72973d.js.map} +1 -1
- package/{index-b74226dc.js → index-33432afb.js} +2 -2
- package/{index-b74226dc.js.map → index-33432afb.js.map} +1 -1
- package/{index-c191462d.js → index-37b97ba0.js} +3 -3
- package/{index-c191462d.js.map → index-37b97ba0.js.map} +1 -1
- package/{index-7b514167.js → index-3938ebeb.js} +4 -4
- package/{index-7b514167.js.map → index-3938ebeb.js.map} +1 -1
- package/{index-e43e7fa2.js → index-426b7e23.js} +1 -1
- package/{index-e43e7fa2.js.map → index-426b7e23.js.map} +1 -1
- package/{index-04e037ff.js → index-43a07216.js} +2 -2
- package/{index-04e037ff.js.map → index-43a07216.js.map} +1 -1
- package/{index-a5bf5a96.js → index-5243b241.js} +1 -1
- package/{index-a5bf5a96.js.map → index-5243b241.js.map} +1 -1
- package/{index-c2640752.js → index-542fc972.js} +2 -2
- package/{index-c2640752.js.map → index-542fc972.js.map} +1 -1
- package/{index-af1fb797.js → index-599947c0.js} +4 -4
- package/{index-af1fb797.js.map → index-599947c0.js.map} +1 -1
- package/{index-0dd2ee39.js → index-5f546540.js} +2 -2
- package/{index-0dd2ee39.js.map → index-5f546540.js.map} +1 -1
- package/{index-7727118e.js → index-a90528f7.js} +5 -5
- package/{index-7727118e.js.map → index-a90528f7.js.map} +1 -1
- package/{index-642e3f32.js → index-b325320d.js} +6 -6
- package/{index-642e3f32.js.map → index-b325320d.js.map} +1 -1
- package/{index-055e94b6.js → index-b59ab4f5.js} +4 -4
- package/{index-055e94b6.js.map → index-b59ab4f5.js.map} +1 -1
- package/{index-8485f009.js → index-b9d142c7.js} +2 -2
- package/{index-8485f009.js.map → index-b9d142c7.js.map} +1 -1
- package/{index-8dcf7652.js → index-db0537e7.js} +3 -3
- package/{index-8dcf7652.js.map → index-db0537e7.js.map} +1 -1
- package/{index-007ff82b.js → index-e3a3f253.js} +6 -6
- package/{index-007ff82b.js.map → index-e3a3f253.js.map} +1 -1
- package/index.d.ts +4 -2
- package/index.js +52 -52
- package/{index.module-0ccd37ce.js → index.module-66fc75ab.js} +1 -1
- package/{index.module-0ccd37ce.js.map → index.module-66fc75ab.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-6785a18d.js → resolvedReplyType-c306d0b1.js} +1 -1
- package/{resolvedReplyType-6785a18d.js.map → resolvedReplyType-c306d0b1.js.map} +1 -1
- package/sendbirdSelectors.js +19 -5
- package/sendbirdSelectors.js.map +1 -1
- package/{stringSet-23a36018.js → stringSet-0507097b.js} +1 -1
- package/{stringSet-23a36018.js.map → stringSet-0507097b.js.map} +1 -1
- package/{tokenize-6f680d6a.js → tokenize-df7ffa9b.js} +2 -2
- package/{tokenize-6f680d6a.js.map → tokenize-df7ffa9b.js.map} +1 -1
- package/{topics-67f9a9f1.js → topics-ee41e3ee.js} +2 -1
- package/topics-ee41e3ee.js.map +1 -0
- package/{types-82eb7ae8.js → types-f940eb84.js} +1 -1
- package/{types-82eb7ae8.js.map → types-f940eb84.js.map} +1 -1
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +13 -13
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +23 -11
- package/ui/ImageRenderer.js.map +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +28 -28
- package/ui/MessageInput.js +13 -13
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +8 -8
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +5 -5
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +9 -9
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useDirtyGetMentions-e4e855e3.js → useDirtyGetMentions-e995391d.js} +1 -1
- package/{useDirtyGetMentions-e4e855e3.js.map → useDirtyGetMentions-e995391d.js.map} +1 -1
- package/{useLongPress-0cf29ece.js → useLongPress-05d7564b.js} +3 -3
- package/{useLongPress-0cf29ece.js.map → useLongPress-05d7564b.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-e81640a7.js → utils-51b2a20e.js} +1 -1
- package/{utils-e81640a7.js.map → utils-51b2a20e.js.map} +1 -1
- package/{utils-cae251db.js → utils-9f0ab1b0.js} +1 -1
- package/{utils-cae251db.js.map → utils-9f0ab1b0.js.map} +1 -1
- package/{utils-8e781334.js → utils-a9f72927.js} +1 -1
- package/{utils-8e781334.js.map → utils-a9f72927.js.map} +1 -1
- package/{utils-a7468577.js → utils-b0bd415b.js} +2 -2
- package/{utils-a7468577.js.map → utils-b0bd415b.js.map} +1 -1
- package/{uuid-10fc0de7.js → uuid-708e5853.js} +1 -1
- package/{uuid-10fc0de7.js.map → uuid-708e5853.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-2e7026e9.js.map +0 -1
- package/ChannelProvider-31a344d3.js.map +0 -1
- package/ThreadProvider-27c497dc.js.map +0 -1
- package/_rollupPluginBabelHelpers-34f2bdc3.js.map +0 -1
- package/cjs/ChannelListProvider-51837593.js.map +0 -1
- package/cjs/ChannelProvider-ab59275b.js.map +0 -1
- package/cjs/ThreadProvider-5844bd6d.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-2c208df7.js.map +0 -1
- package/cjs/topics-e1897e48.js.map +0 -1
- package/topics-67f9a9f1.js.map +0 -1
package/ui/ImageRenderer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageRenderer.js","sources":["../../src/ui/ImageRenderer/index.tsx"],"sourcesContent":["import React, { useState, useMemo, ReactElement } from 'react';\n\nimport './index.scss';\n\n/*\n ImageRenderer displays image with url or source\n it checks if the source exist with img tag first\n if it exists onLoad is called, if not onError is called\n and those properties switch img tag to real purposing element\n*/\n\nexport interface ImageRendererProps {\n className?: string | Array<string>;\n url: string;\n alt?: string;\n width?: string | number;\n height?: string | number;\n circle?: boolean;\n fixedSize?: boolean;\n placeHolder?: ((props: { style: { [key: string]: string | number } }) => ReactElement) | ReactElement;\n defaultComponent?: (() => ReactElement) | ReactElement;\n onLoad?: () => void;\n onError?: () => void;\n}\n\nconst ImageRenderer = ({\n className = '',\n url,\n alt = '',\n width = null,\n height = null,\n circle = false,\n fixedSize = false,\n placeHolder = null,\n defaultComponent = null,\n onLoad = () => { /* noop */ },\n onError = () => { /* noop */ },\n}: ImageRendererProps): ReactElement => {\n const [showDefaultComponent, setShowDefaultComponent] = useState(false);\n const [showPlaceHolder, setShowPlaceHolder] = useState(true);\n\n const DefaultComponent = useMemo(() => {\n return typeof defaultComponent === 'function'\n ? defaultComponent()\n : defaultComponent;\n }, [defaultComponent]);\n\n const PlaceHolder = useMemo(() => {\n return (placeHolder && typeof placeHolder === 'function')\n ? placeHolder({\n style: {\n width: '100%',\n minWidth:
|
|
1
|
+
{"version":3,"file":"ImageRenderer.js","sources":["../../src/utils/numberToPx.ts","../../src/ui/ImageRenderer/index.tsx"],"sourcesContent":["export default (value: string | number): string => {\n return typeof value === 'number' ? `${value}px` : value;\n};\n","import React, { useState, useMemo, ReactElement } from 'react';\n\nimport './index.scss';\nimport numberToPx from '../../utils/numberToPx';\n\n/*\n ImageRenderer displays image with url or source\n it checks if the source exist with img tag first\n if it exists onLoad is called, if not onError is called\n and those properties switch img tag to real purposing element\n*/\n\nexport function getBorderRadiusForImageRenderer(\n circle = false,\n borderRadius: string | number = null,\n): string {\n return circle ? '50%' : numberToPx(borderRadius);\n}\n\nexport interface ImageRendererProps {\n className?: string | Array<string>;\n url: string;\n alt?: string;\n width?: string | number;\n height?: string | number;\n circle?: boolean;\n fixedSize?: boolean;\n placeHolder?: ((props: { style: { [key: string]: string | number } }) => ReactElement) | ReactElement;\n defaultComponent?: (() => ReactElement) | ReactElement;\n borderRadius?: string | number;\n onLoad?: () => void;\n onError?: () => void;\n}\n\nconst ImageRenderer = ({\n className = '',\n url,\n alt = '',\n width = null,\n height = null,\n circle = false,\n fixedSize = false,\n placeHolder = null,\n defaultComponent = null,\n borderRadius = null,\n onLoad = () => { /* noop */ },\n onError = () => { /* noop */ },\n}: ImageRendererProps): ReactElement => {\n const [showDefaultComponent, setShowDefaultComponent] = useState(false);\n const [showPlaceHolder, setShowPlaceHolder] = useState(true);\n\n const parsedWidth = numberToPx(width);\n const parsedHeight = numberToPx(height);\n\n const DefaultComponent = useMemo(() => {\n return typeof defaultComponent === 'function'\n ? defaultComponent()\n : defaultComponent;\n }, [defaultComponent]);\n\n const PlaceHolder = useMemo(() => {\n return (placeHolder && typeof placeHolder === 'function')\n ? placeHolder({\n style: {\n width: '100%',\n minWidth: parsedWidth,\n maxWidth: fixedSize ? parsedWidth : '400px',\n height: parsedHeight,\n position: 'absolute',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n },\n })\n : null;\n }, [placeHolder]);\n\n const HiddenImageLoader = useMemo(() => {\n setShowDefaultComponent(false);\n // reset the state when url is changed\n return (\n <img\n className=\"sendbird-image-renderer__hidden-image-loader\"\n src={url}\n alt={alt}\n onLoad={() => {\n setShowPlaceHolder(false);\n onLoad();\n }}\n onError={() => {\n setShowDefaultComponent(true);\n onError();\n }}\n />\n );\n }, [url]);\n\n return (\n <div\n className={[\n ...(Array.isArray(className) ? className : [className]),\n 'sendbird-image-renderer',\n ].join(' ')}\n style={{\n width: '100%',\n minWidth: parsedWidth,\n maxWidth: fixedSize ? parsedWidth : '400px',\n height: parsedHeight,\n }}\n >\n {showPlaceHolder && PlaceHolder}\n {\n showDefaultComponent\n ? DefaultComponent\n : (\n <div\n className=\"sendbird-image-renderer__image\"\n style={{\n width: '100%',\n minWidth: parsedWidth,\n maxWidth: fixedSize ? parsedWidth : '400px',\n height: parsedHeight,\n position: 'absolute',\n backgroundRepeat: 'no-repeat',\n backgroundPosition: 'center',\n backgroundSize: 'cover',\n backgroundImage: `url(${url})`,\n borderRadius: getBorderRadiusForImageRenderer(circle, borderRadius),\n }}\n />\n )\n }\n {HiddenImageLoader}\n </div>\n );\n};\n\nexport default ImageRenderer;\n"],"names":["value","getBorderRadiusForImageRenderer","circle","arguments","length","undefined","borderRadius","numberToPx","ImageRenderer","_ref","className","url","alt","width","height","fixedSize","placeHolder","defaultComponent","onLoad","onError","showDefaultComponent","setShowDefaultComponent","useState","showPlaceHolder","setShowPlaceHolder","parsedWidth","parsedHeight","DefaultComponent","useMemo","PlaceHolder","style","minWidth","maxWidth","position","display","justifyContent","alignItems","HiddenImageLoader","React","createElement","src","Array","isArray","join","backgroundRepeat","backgroundPosition","backgroundSize","backgroundImage"],"mappings":"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"}
|
package/ui/Input.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-0507097b.js';
|
|
5
5
|
|
|
6
6
|
const InputLabel = _ref => {
|
|
7
7
|
let {
|
package/ui/Label.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'prop-types';
|
|
3
|
-
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-5f546540.js';
|
|
4
|
+
import '../stringSet-0507097b.js';
|
|
5
5
|
//# sourceMappingURL=Label.js.map
|
package/ui/LinkLabel.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
4
|
+
import '../stringSet-0507097b.js';
|
|
5
5
|
|
|
6
6
|
const http = /https?:\/\//;
|
|
7
7
|
function LinkLabel(_ref) {
|
package/ui/MentionLabel.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useCallback } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
4
4
|
import UserProfile from './UserProfile.js';
|
|
5
5
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './SortByRow.js';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../uuid-708e5853.js';
|
|
10
|
+
import '../index-1dbb47b6.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../LocalizationContext-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../UserProfileContext-
|
|
13
|
+
import '../stringSet-0507097b.js';
|
|
14
|
+
import '../LocalizationContext-4d3a4b11.js';
|
|
15
|
+
import '../index-426b7e23.js';
|
|
16
|
+
import '../UserProfileContext-db5e5092.js';
|
|
17
17
|
import '../sendbirdSelectors.js';
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import '../topics-ee41e3ee.js';
|
|
19
|
+
import '../utils-9f0ab1b0.js';
|
|
20
20
|
import './Avatar.js';
|
|
21
21
|
import './ImageRenderer.js';
|
|
22
22
|
import './Icon.js';
|
package/ui/MentionUserLabel.js
CHANGED
package/ui/MessageContent.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-33432afb.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import UserProfile from './UserProfile.js';
|
|
6
|
-
import { M as MessageStatus } from '../index-
|
|
6
|
+
import { M as MessageStatus } from '../index-e3a3f253.js';
|
|
7
7
|
import MessageItemMenu from './MessageItemMenu.js';
|
|
8
8
|
import MessageItemReactionMenu from './MessageItemReactionMenu.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
11
11
|
import EmojiReactions from './EmojiReactions.js';
|
|
12
12
|
import AdminMessage from './AdminMessage.js';
|
|
13
13
|
import TextMessageItemBody from './TextMessageItemBody.js';
|
|
@@ -16,58 +16,58 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
|
|
|
16
16
|
import OGMessageItemBody from './OGMessageItemBody.js';
|
|
17
17
|
import UnknownMessageItemBody from './UnknownMessageItemBody.js';
|
|
18
18
|
import QuoteMessage from './QuoteMessage.js';
|
|
19
|
-
import { s as getUIKitMessageTypes, h as getClassName, u as getSenderName, v as isOGMessage, w as isTextMessage, r as getUIKitMessageType, d as isVoiceMessage, m as isThumbnailMessage } from '../index-
|
|
20
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
21
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
19
|
+
import { s as getUIKitMessageTypes, h as getClassName, u as getSenderName, v as isOGMessage, w as isTextMessage, r as getUIKitMessageType, d as isVoiceMessage, m as isThumbnailMessage } from '../index-1dbb47b6.js';
|
|
20
|
+
import { a as UserProfileContext } from '../UserProfileContext-db5e5092.js';
|
|
21
|
+
import { u as useLocalization } from '../LocalizationContext-4d3a4b11.js';
|
|
22
22
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
23
|
-
import { u as useLongPress } from '../useLongPress-
|
|
24
|
-
import { M as MobileMenu } from '../index-
|
|
25
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
23
|
+
import { u as useLongPress } from '../useLongPress-05d7564b.js';
|
|
24
|
+
import { M as MobileMenu } from '../index-599947c0.js';
|
|
25
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-6fb696d8.js';
|
|
26
26
|
import ThreadReplies from './ThreadReplies.js';
|
|
27
|
-
import { T as ThreadReplySelectType } from '../const-
|
|
27
|
+
import { T as ThreadReplySelectType } from '../const-3e230ae8.js';
|
|
28
28
|
import { VoiceMessageItemBody } from './VoiceMessageItemBody.js';
|
|
29
|
-
import { n as noop } from '../utils-
|
|
30
|
-
import '../index-
|
|
29
|
+
import { n as noop } from '../utils-9f0ab1b0.js';
|
|
30
|
+
import '../index-426b7e23.js';
|
|
31
31
|
import './ImageRenderer.js';
|
|
32
32
|
import './Icon.js';
|
|
33
33
|
import 'prop-types';
|
|
34
|
-
import '../uuid-
|
|
34
|
+
import '../uuid-708e5853.js';
|
|
35
35
|
import '../sendbirdSelectors.js';
|
|
36
|
-
import '../topics-
|
|
36
|
+
import '../topics-ee41e3ee.js';
|
|
37
37
|
import './Button.js';
|
|
38
|
-
import '../stringSet-
|
|
38
|
+
import '../stringSet-0507097b.js';
|
|
39
39
|
import './Loader.js';
|
|
40
40
|
import '../utils/message/getOutgoingMessageState.js';
|
|
41
|
-
import '../index-
|
|
42
|
-
import '../index-
|
|
41
|
+
import '../index-37b97ba0.js';
|
|
42
|
+
import '../index-542fc972.js';
|
|
43
43
|
import './IconButton.js';
|
|
44
|
-
import '../types-
|
|
44
|
+
import '../types-f940eb84.js';
|
|
45
45
|
import './ReactionButton.js';
|
|
46
46
|
import 'react-dom';
|
|
47
47
|
import './SortByRow.js';
|
|
48
48
|
import './ReactionBadge.js';
|
|
49
49
|
import './BottomSheet.js';
|
|
50
|
-
import '../index-
|
|
50
|
+
import '../index-5243b241.js';
|
|
51
51
|
import './UserListItem.js';
|
|
52
52
|
import './MutedAvatarOverlay.js';
|
|
53
53
|
import './Checkbox.js';
|
|
54
54
|
import './Tooltip.js';
|
|
55
55
|
import './TooltipWrapper.js';
|
|
56
56
|
import '../Message/context.js';
|
|
57
|
-
import '../tokenize-
|
|
58
|
-
import '../index-
|
|
59
|
-
import '../index.module-
|
|
57
|
+
import '../tokenize-df7ffa9b.js';
|
|
58
|
+
import '../index-3938ebeb.js';
|
|
59
|
+
import '../index.module-66fc75ab.js';
|
|
60
60
|
import './MentionLabel.js';
|
|
61
61
|
import './LinkLabel.js';
|
|
62
|
-
import '../consts-
|
|
62
|
+
import '../consts-faca6bf9.js';
|
|
63
63
|
import './TextButton.js';
|
|
64
|
-
import '../color-
|
|
65
|
-
import '../consts-
|
|
64
|
+
import '../color-1a181ce1.js';
|
|
65
|
+
import '../consts-2465e8d9.js';
|
|
66
66
|
import '../withSendbird.js';
|
|
67
67
|
import './ProgressBar.js';
|
|
68
68
|
import '../VoicePlayer/useVoicePlayer.js';
|
|
69
|
-
import '../index-
|
|
70
|
-
import '../consts-
|
|
69
|
+
import '../index-db0537e7.js';
|
|
70
|
+
import '../consts-51e4746e.js';
|
|
71
71
|
import '../VoiceRecorder/context.js';
|
|
72
72
|
import './Modal.js';
|
|
73
73
|
import './PlaybackTime.js';
|
package/ui/MessageInput.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
2
2
|
import React__default, { useCallback, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
5
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
4
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-e65490a4.js';
|
|
5
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-3e230ae8.js';
|
|
6
6
|
import IconButton from './IconButton.js';
|
|
7
7
|
import Button, { ButtonTypes, ButtonSizes } from './Button.js';
|
|
8
8
|
import DOMPurify from 'dompurify';
|
|
9
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from '../consts-
|
|
9
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from '../consts-41b55fe8.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-4d3a4b11.js';
|
|
13
13
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
14
|
-
import { j as arrayEqual, h as getClassName } from '../index-
|
|
15
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
16
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
17
|
-
import { t as tokenizeMessage, T as TOKEN_TYPES, U as USER_MENTION_PREFIX } from '../tokenize-
|
|
18
|
-
import { K } from '../index.module-
|
|
19
|
-
import '../stringSet-
|
|
20
|
-
import '../index-
|
|
14
|
+
import { j as arrayEqual, h as getClassName } from '../index-1dbb47b6.js';
|
|
15
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-faca6bf9.js';
|
|
16
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-2465e8d9.js';
|
|
17
|
+
import { t as tokenizeMessage, T as TOKEN_TYPES, U as USER_MENTION_PREFIX } from '../tokenize-df7ffa9b.js';
|
|
18
|
+
import { K } from '../index.module-66fc75ab.js';
|
|
19
|
+
import '../stringSet-0507097b.js';
|
|
20
|
+
import '../index-426b7e23.js';
|
|
21
21
|
import '../withSendbird.js';
|
|
22
22
|
import '../utils/message/getOutgoingMessageState.js';
|
|
23
23
|
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,18 +2,18 @@ import React__default, { useContext, useRef } from 'react';
|
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { q as isUserMessage, C as isSentMessage, D as isFailedMessage, E as isPendingMessage, h as getClassName, F as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import { R as Role } from '../types-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
5
|
+
import { q as isUserMessage, C as isSentMessage, D as isFailedMessage, E as isPendingMessage, h as getClassName, F as copyToClipboard } from '../index-1dbb47b6.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-4d3a4b11.js';
|
|
7
|
+
import { R as Role } from '../types-f940eb84.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-708e5853.js';
|
|
12
|
+
import '../index-5f546540.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-0507097b.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-426b7e23.js';
|
|
17
17
|
|
|
18
18
|
function MessageItemMenu(_ref) {
|
|
19
19
|
var _channel$isGroupChann;
|
|
@@ -4,18 +4,18 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
5
|
import ImageRenderer from './ImageRenderer.js';
|
|
6
6
|
import ReactionButton from './ReactionButton.js';
|
|
7
|
-
import { E as isPendingMessage, D as isFailedMessage, h as getClassName, G as getEmojiListAll } from '../index-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import { E as isPendingMessage, D as isFailedMessage, h as getClassName, G as getEmojiListAll } from '../index-1dbb47b6.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-708e5853.js';
|
|
12
|
+
import '../index-5f546540.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-0507097b.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
|
-
import '../useLongPress-
|
|
17
|
-
import '../MediaQueryContext-
|
|
18
|
-
import '../utils-
|
|
16
|
+
import '../useLongPress-05d7564b.js';
|
|
17
|
+
import '../MediaQueryContext-6fb696d8.js';
|
|
18
|
+
import '../utils-9f0ab1b0.js';
|
|
19
19
|
|
|
20
20
|
function MessageItemReactionMenu(_ref) {
|
|
21
21
|
let {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
6
|
-
import { f as format } from '../index-
|
|
7
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
8
|
-
import { d as isVoiceMessage } from '../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-4d3a4b11.js';
|
|
6
|
+
import { f as format } from '../index-33432afb.js';
|
|
7
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-37b97ba0.js';
|
|
8
|
+
import { d as isVoiceMessage } from '../index-1dbb47b6.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../uuid-
|
|
10
|
+
import '../uuid-708e5853.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../stringSet-0507097b.js';
|
|
13
|
+
import '../index-426b7e23.js';
|
|
14
|
+
import '../index-542fc972.js';
|
|
15
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
16
16
|
import '../utils/message/getOutgoingMessageState.js';
|
|
17
17
|
|
|
18
18
|
function getCreatedAt(_ref) {
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { f as format } from '../index-
|
|
3
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
2
|
+
import { f as format } from '../index-33432afb.js';
|
|
3
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-37b97ba0.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import '../index-
|
|
8
|
-
import '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-4d3a4b11.js';
|
|
7
|
+
import '../index-426b7e23.js';
|
|
8
|
+
import '../index-542fc972.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
10
|
import './Icon.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../uuid-
|
|
13
|
-
import '../stringSet-
|
|
12
|
+
import '../uuid-708e5853.js';
|
|
13
|
+
import '../stringSet-0507097b.js';
|
|
14
14
|
|
|
15
15
|
// getCreatedAt
|
|
16
16
|
function getCreatedAt (_ref) {
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import '../index-
|
|
2
|
+
import '../index-33432afb.js';
|
|
3
3
|
import './Icon.js';
|
|
4
|
-
import '../index-
|
|
4
|
+
import '../index-5f546540.js';
|
|
5
5
|
import './Loader.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-1dbb47b6.js';
|
|
7
7
|
import '../utils/message/getOutgoingMessageState.js';
|
|
8
|
-
export { e as MessageStatusTypes, M as default } from '../index-
|
|
9
|
-
import '../LocalizationContext-
|
|
10
|
-
import '../index-
|
|
8
|
+
export { e as MessageStatusTypes, M as default } from '../index-e3a3f253.js';
|
|
9
|
+
import '../LocalizationContext-4d3a4b11.js';
|
|
10
|
+
import '../index-426b7e23.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../_rollupPluginBabelHelpers-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
12
|
+
import '../stringSet-0507097b.js';
|
|
13
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
14
|
+
import '../index-37b97ba0.js';
|
|
15
|
+
import '../index-542fc972.js';
|
|
16
16
|
//# sourceMappingURL=MessageStatus.js.map
|
package/ui/Modal.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-5243b241.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-4d3a4b11.js';
|
|
5
5
|
import Button, { ButtonTypes } from './Button.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
9
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-6fb696d8.js';
|
|
10
|
+
import '../stringSet-0507097b.js';
|
|
11
|
+
import '../index-426b7e23.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
14
14
|
|
|
15
15
|
const ModalHeader = _ref => {
|
|
16
16
|
let {
|
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useMemo } from 'react';
|
|
2
2
|
import ImageRenderer from './ImageRenderer.js';
|
|
3
3
|
import Icon, { IconTypes } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { h as getClassName, B as isEditedMessage } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import { T as TextFragment } from '../index-
|
|
8
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
9
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
5
|
+
import { h as getClassName, B as isEditedMessage } from '../index-1dbb47b6.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-4d3a4b11.js';
|
|
7
|
+
import { T as TextFragment } from '../index-3938ebeb.js';
|
|
8
|
+
import { t as tokenizeMessage } from '../tokenize-df7ffa9b.js';
|
|
9
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-2465e8d9.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
+
import '../stringSet-0507097b.js';
|
|
12
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
13
13
|
import '../utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index.module-
|
|
14
|
+
import '../index-426b7e23.js';
|
|
15
|
+
import '../index.module-66fc75ab.js';
|
|
16
16
|
import '../Message/context.js';
|
|
17
17
|
import './MentionLabel.js';
|
|
18
18
|
import './ContextMenu.js';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../uuid-
|
|
21
|
+
import '../uuid-708e5853.js';
|
|
22
22
|
import './UserProfile.js';
|
|
23
|
-
import '../UserProfileContext-
|
|
23
|
+
import '../UserProfileContext-db5e5092.js';
|
|
24
24
|
import '../sendbirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../utils-
|
|
25
|
+
import '../topics-ee41e3ee.js';
|
|
26
|
+
import '../utils-9f0ab1b0.js';
|
|
27
27
|
import './Avatar.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
import '../useSendbirdStateContext.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-0507097b.js';
|
|
5
5
|
|
|
6
6
|
function OpenChannelAdminMessage(_ref) {
|
|
7
7
|
let {
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { b as getOpenChannelAvatar } from '../utils-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-4d3a4b11.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-a9f72927.js';
|
|
5
5
|
import './ImageRenderer.js';
|
|
6
6
|
import './Icon.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../uuid-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../uuid-708e5853.js';
|
|
9
|
+
import '../stringSet-0507097b.js';
|
|
10
|
+
import '../index-426b7e23.js';
|
|
11
11
|
|
|
12
12
|
function ChannelAvatar(_ref) {
|
|
13
13
|
let {
|
|
@@ -2,14 +2,14 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-4d3a4b11.js';
|
|
7
7
|
import './ImageRenderer.js';
|
|
8
|
-
import '../uuid-
|
|
8
|
+
import '../uuid-708e5853.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
10
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
11
|
+
import '../stringSet-0507097b.js';
|
|
12
|
+
import '../index-426b7e23.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_ref) {
|
|
15
15
|
let {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
2
2
|
import React__default, { useRef, useContext, useState } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-33432afb.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-5f546540.js';
|
|
7
7
|
import Loader from './Loader.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import TextButton from './TextButton.js';
|
|
11
11
|
import UserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
15
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
16
|
-
import { u as useLongPress } from '../useLongPress-
|
|
17
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-db5e5092.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-4d3a4b11.js';
|
|
14
|
+
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-43a07216.js';
|
|
15
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-6fb696d8.js';
|
|
16
|
+
import { u as useLongPress } from '../useLongPress-05d7564b.js';
|
|
17
|
+
import '../index-426b7e23.js';
|
|
18
18
|
import './ImageRenderer.js';
|
|
19
|
-
import '../uuid-
|
|
19
|
+
import '../uuid-708e5853.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../index-
|
|
23
|
+
import '../index-1dbb47b6.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../stringSet-
|
|
26
|
-
import '../color-
|
|
25
|
+
import '../stringSet-0507097b.js';
|
|
26
|
+
import '../color-1a181ce1.js';
|
|
27
27
|
import '../sendbirdSelectors.js';
|
|
28
|
-
import '../topics-
|
|
29
|
-
import '../utils-
|
|
28
|
+
import '../topics-ee41e3ee.js';
|
|
29
|
+
import '../utils-9f0ab1b0.js';
|
|
30
30
|
import './Button.js';
|
|
31
31
|
import '../useSendbirdStateContext.js';
|
|
32
32
|
import '../withSendbird.js';
|