@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
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { n as noop } from '../../utils-
|
|
4
|
+
import { n as noop } from '../../utils-9f0ab1b0.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
7
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
6
|
+
import { u as useLocalization } from '../../LocalizationContext-4d3a4b11.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-6fb696d8.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5f546540.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
12
|
+
import '../../UserProfileContext-db5e5092.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-708e5853.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-5243b241.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
22
|
-
import '../../color-
|
|
20
|
+
import '../../stringSet-0507097b.js';
|
|
21
|
+
import '../../index-426b7e23.js';
|
|
22
|
+
import '../../color-1a181ce1.js';
|
|
23
23
|
|
|
24
24
|
const LeaveChannel = props => {
|
|
25
25
|
var _state$config, _state$config2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-4d3a4b11.js';
|
|
3
3
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
4
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
4
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-5f546540.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Badge from '../../ui/Badge.js';
|
|
7
7
|
import { Toggle } from '../../ui/Toggle.js';
|
|
@@ -13,29 +13,29 @@ import Modal from '../../ui/Modal.js';
|
|
|
13
13
|
import UserListItem from '../../ui/UserListItem.js';
|
|
14
14
|
import { useChannelSettingsContext } from '../context.js';
|
|
15
15
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
16
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
17
17
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
18
|
-
import { M as MemberList } from '../../MemberList-
|
|
19
|
-
import { n as noop } from '../../utils-
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
18
|
+
import { M as MemberList } from '../../MemberList-996715e5.js';
|
|
19
|
+
import { n as noop } from '../../utils-9f0ab1b0.js';
|
|
20
|
+
import '../../stringSet-0507097b.js';
|
|
21
|
+
import '../../index-426b7e23.js';
|
|
22
22
|
import '../../ui/AccordionGroup.js';
|
|
23
|
-
import '../../context-
|
|
23
|
+
import '../../context-5973d35e.js';
|
|
24
24
|
import 'prop-types';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import '../../ui/SortByRow.js';
|
|
27
|
-
import '../../uuid-
|
|
28
|
-
import '../../index-
|
|
27
|
+
import '../../uuid-708e5853.js';
|
|
28
|
+
import '../../index-1dbb47b6.js';
|
|
29
29
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-db5e5092.js';
|
|
31
31
|
import '../../ui/Avatar.js';
|
|
32
32
|
import '../../ui/ImageRenderer.js';
|
|
33
33
|
import '../../ui/MutedAvatarOverlay.js';
|
|
34
34
|
import '../../ui/UserProfile.js';
|
|
35
35
|
import '../../sendbirdSelectors.js';
|
|
36
|
-
import '../../topics-
|
|
37
|
-
import '../../index-
|
|
38
|
-
import '../../MediaQueryContext-
|
|
36
|
+
import '../../topics-ee41e3ee.js';
|
|
37
|
+
import '../../index-5243b241.js';
|
|
38
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
39
39
|
import '../../ui/Checkbox.js';
|
|
40
40
|
import '../../withSendbird.js';
|
|
41
41
|
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useRef, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d3a4b11.js';
|
|
3
|
+
import { a as UserProfileContext } from '../../UserProfileContext-db5e5092.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
5
|
import MutedAvatarOverlay from '../../ui/MutedAvatarOverlay.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 UserProfile from '../../ui/UserProfile.js';
|
|
8
8
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-0507097b.js';
|
|
10
|
+
import '../../index-426b7e23.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-708e5853.js';
|
|
15
15
|
import '../../sendbirdSelectors.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../topics-
|
|
18
|
-
import '../../utils-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
17
|
+
import '../../topics-ee41e3ee.js';
|
|
18
|
+
import '../../utils-9f0ab1b0.js';
|
|
19
19
|
import '../../ui/Button.js';
|
|
20
20
|
import '../../useSendbirdStateContext.js';
|
|
21
21
|
import '../../withSendbird.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import '../../ui/SortByRow.js';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-1dbb47b6.js';
|
|
25
25
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
26
26
|
|
|
27
27
|
const UserListItem = _ref => {
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d3a4b11.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5f546540.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import Badge from '../../ui/Badge.js';
|
|
6
|
-
import { M as MemberList } from '../../MemberList-
|
|
6
|
+
import { M as MemberList } from '../../MemberList-996715e5.js';
|
|
7
7
|
import { useChannelSettingsContext } from '../context.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-0507097b.js';
|
|
9
|
+
import '../../index-426b7e23.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/Button.js';
|
|
12
12
|
import '../../ui/IconButton.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
14
14
|
import '../../ui/ContextMenu.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import '../../ui/SortByRow.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-708e5853.js';
|
|
18
|
+
import '../../index-1dbb47b6.js';
|
|
19
19
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './UserListItem.js';
|
|
21
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../UserProfileContext-db5e5092.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../utils-
|
|
27
|
+
import '../../topics-ee41e3ee.js';
|
|
28
|
+
import '../../utils-9f0ab1b0.js';
|
|
29
29
|
import '../../useSendbirdStateContext.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-5243b241.js';
|
|
33
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { U as UserProfileProvider } from '../UserProfileContext-db5e5092.js';
|
|
4
|
+
import { u as uuidv4 } from '../uuid-708e5853.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
const ChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/ChannelSettings.js
CHANGED
|
@@ -3,52 +3,52 @@ import ChannelSettingsUI from './ChannelSettings/components/ChannelSettingsUI.js
|
|
|
3
3
|
import { ChannelSettingsProvider } from './ChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './index-
|
|
8
|
-
import './LocalizationContext-
|
|
9
|
-
import './stringSet-
|
|
10
|
-
import './index-
|
|
6
|
+
import './_rollupPluginBabelHelpers-88b9291b.js';
|
|
7
|
+
import './index-2d72973d.js';
|
|
8
|
+
import './LocalizationContext-4d3a4b11.js';
|
|
9
|
+
import './stringSet-0507097b.js';
|
|
10
|
+
import './index-426b7e23.js';
|
|
11
11
|
import './ui/Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-5f546540.js';
|
|
14
14
|
import './ui/Loader.js';
|
|
15
15
|
import './ui/IconButton.js';
|
|
16
16
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
17
17
|
import './ui/ChannelAvatar.js';
|
|
18
18
|
import './ui/Avatar.js';
|
|
19
19
|
import './ui/ImageRenderer.js';
|
|
20
|
-
import './uuid-
|
|
21
|
-
import './utils-
|
|
20
|
+
import './uuid-708e5853.js';
|
|
21
|
+
import './utils-a9f72927.js';
|
|
22
22
|
import './ui/TextButton.js';
|
|
23
|
-
import './color-
|
|
23
|
+
import './color-1a181ce1.js';
|
|
24
24
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
25
25
|
import './ui/Modal.js';
|
|
26
26
|
import 'react-dom';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-5243b241.js';
|
|
28
28
|
import './ui/Button.js';
|
|
29
|
-
import './MediaQueryContext-
|
|
29
|
+
import './MediaQueryContext-6fb696d8.js';
|
|
30
30
|
import './ui/Input.js';
|
|
31
31
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
32
32
|
import './ui/Accordion.js';
|
|
33
33
|
import './ui/AccordionGroup.js';
|
|
34
|
-
import './context-
|
|
35
|
-
import './utils-
|
|
34
|
+
import './context-5973d35e.js';
|
|
35
|
+
import './utils-9f0ab1b0.js';
|
|
36
36
|
import './ui/Badge.js';
|
|
37
37
|
import './ui/Toggle.js';
|
|
38
38
|
import './ui/ContextMenu.js';
|
|
39
39
|
import './ui/SortByRow.js';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-1dbb47b6.js';
|
|
41
41
|
import './utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import './ChannelSettings/components/UserListItem.js';
|
|
43
|
-
import './UserProfileContext-
|
|
43
|
+
import './UserProfileContext-db5e5092.js';
|
|
44
44
|
import './ui/MutedAvatarOverlay.js';
|
|
45
45
|
import './ui/UserProfile.js';
|
|
46
46
|
import './sendbirdSelectors.js';
|
|
47
|
-
import './topics-
|
|
47
|
+
import './topics-ee41e3ee.js';
|
|
48
48
|
import './ui/UserListItem.js';
|
|
49
49
|
import './ui/Checkbox.js';
|
|
50
50
|
import '@sendbird/chat/groupChannel';
|
|
51
|
-
import './MemberList-
|
|
51
|
+
import './MemberList-996715e5.js';
|
|
52
52
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
53
53
|
import './ChannelSettings/components/UserPanel.js';
|
|
54
54
|
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
2
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-78b3e53b.js';
|
|
3
3
|
import InviteUsers from './InviteUsers.js';
|
|
4
4
|
import SelectChannelType from './SelectChannelType.js';
|
|
5
5
|
import '../../sendbirdSelectors.js';
|
|
6
|
-
import '../../_rollupPluginBabelHelpers-
|
|
7
|
-
import '../../topics-
|
|
8
|
-
import '../../utils-
|
|
6
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
7
|
+
import '../../topics-ee41e3ee.js';
|
|
8
|
+
import '../../utils-9f0ab1b0.js';
|
|
9
9
|
import '../../useSendbirdStateContext.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../LocalizationContext-
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
11
|
+
import '../../LocalizationContext-4d3a4b11.js';
|
|
12
|
+
import '../../stringSet-0507097b.js';
|
|
13
|
+
import '../../index-426b7e23.js';
|
|
14
14
|
import '../../ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-5243b241.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-5f546540.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
23
23
|
import '../../ui/UserListItem.js';
|
|
24
|
-
import '../../UserProfileContext-
|
|
24
|
+
import '../../UserProfileContext-db5e5092.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-708e5853.js';
|
|
28
28
|
import '../../ui/MutedAvatarOverlay.js';
|
|
29
29
|
import '../../ui/Checkbox.js';
|
|
30
30
|
import '../../ui/UserProfile.js';
|
|
31
31
|
import '../../ui/ContextMenu.js';
|
|
32
32
|
import '../../ui/SortByRow.js';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-1dbb47b6.js';
|
|
34
34
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
35
35
|
|
|
36
36
|
const CreateChannel = props => {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect } from 'react';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d3a4b11.js';
|
|
4
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-78b3e53b.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
6
|
import Modal from '../../ui/Modal.js';
|
|
7
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
7
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-5f546540.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
9
9
|
import UserListItem from '../../ui/UserListItem.js';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../index-
|
|
10
|
+
import '../../stringSet-0507097b.js';
|
|
11
|
+
import '../../index-426b7e23.js';
|
|
12
12
|
import '../../sendbirdSelectors.js';
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../utils-
|
|
13
|
+
import '../../topics-ee41e3ee.js';
|
|
14
|
+
import '../../utils-9f0ab1b0.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-5243b241.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../MediaQueryContext-
|
|
22
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
22
|
+
import '../../UserProfileContext-db5e5092.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-708e5853.js';
|
|
26
26
|
import '../../ui/MutedAvatarOverlay.js';
|
|
27
27
|
import '../../ui/Checkbox.js';
|
|
28
28
|
import '../../ui/UserProfile.js';
|
|
29
29
|
import '../../ui/ContextMenu.js';
|
|
30
30
|
import '../../ui/SortByRow.js';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-1dbb47b6.js';
|
|
32
32
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
33
33
|
|
|
34
34
|
const filterUser = idsToFilter => currentId => idsToFilter === null || idsToFilter === void 0 ? void 0 : idsToFilter.includes(currentId);
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { getSdk } from '../../sendbirdSelectors.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-78b3e53b.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d3a4b11.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5f546540.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import Modal from '../../ui/Modal.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
-
import '../../topics-
|
|
11
|
-
import '../../utils-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
10
|
+
import '../../topics-ee41e3ee.js';
|
|
11
|
+
import '../../utils-9f0ab1b0.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-0507097b.js';
|
|
14
|
+
import '../../index-426b7e23.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-5243b241.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
21
21
|
|
|
22
22
|
const isBroadcastChannelEnabled = sdk => {
|
|
23
23
|
var _sdk$appInfo;
|
package/CreateChannel/context.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../sendbirdSelectors.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-
|
|
5
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
-
import '../topics-
|
|
7
|
-
import '../utils-
|
|
4
|
+
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-78b3e53b.js';
|
|
5
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
6
|
+
import '../topics-ee41e3ee.js';
|
|
7
|
+
import '../utils-9f0ab1b0.js';
|
|
8
8
|
import '../withSendbird.js';
|
|
9
9
|
//# sourceMappingURL=context.js.map
|
package/CreateChannel.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import CreateChannel$1 from './CreateChannel/components/CreateChannelUI.js';
|
|
3
|
-
import { C as CreateChannelProvider } from './CreateChannelProvider-
|
|
3
|
+
import { C as CreateChannelProvider } from './CreateChannelProvider-78b3e53b.js';
|
|
4
4
|
import './CreateChannel/components/InviteUsers.js';
|
|
5
|
-
import './_rollupPluginBabelHelpers-
|
|
6
|
-
import './LocalizationContext-
|
|
7
|
-
import './stringSet-
|
|
8
|
-
import './index-
|
|
5
|
+
import './_rollupPluginBabelHelpers-88b9291b.js';
|
|
6
|
+
import './LocalizationContext-4d3a4b11.js';
|
|
7
|
+
import './stringSet-0507097b.js';
|
|
8
|
+
import './index-426b7e23.js';
|
|
9
9
|
import './useSendbirdStateContext.js';
|
|
10
10
|
import './withSendbird.js';
|
|
11
11
|
import './ui/Modal.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-5243b241.js';
|
|
14
14
|
import './ui/Button.js';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-5f546540.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import './ui/Icon.js';
|
|
18
18
|
import './ui/IconButton.js';
|
|
19
|
-
import './MediaQueryContext-
|
|
19
|
+
import './MediaQueryContext-6fb696d8.js';
|
|
20
20
|
import './ui/UserListItem.js';
|
|
21
|
-
import './UserProfileContext-
|
|
21
|
+
import './UserProfileContext-db5e5092.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
24
|
+
import './uuid-708e5853.js';
|
|
25
25
|
import './ui/MutedAvatarOverlay.js';
|
|
26
26
|
import './ui/Checkbox.js';
|
|
27
27
|
import './ui/UserProfile.js';
|
|
28
28
|
import './sendbirdSelectors.js';
|
|
29
|
-
import './topics-
|
|
30
|
-
import './utils-
|
|
29
|
+
import './topics-ee41e3ee.js';
|
|
30
|
+
import './utils-9f0ab1b0.js';
|
|
31
31
|
import './ui/ContextMenu.js';
|
|
32
32
|
import './ui/SortByRow.js';
|
|
33
|
-
import './index-
|
|
33
|
+
import './index-1dbb47b6.js';
|
|
34
34
|
import './utils/message/getOutgoingMessageState.js';
|
|
35
35
|
import './CreateChannel/components/SelectChannelType.js';
|
|
36
36
|
|
|
@@ -41,4 +41,4 @@ const CreateChannelProvider = props => {
|
|
|
41
41
|
const useCreateChannelContext = () => React__default.useContext(CreateChannelContext);
|
|
42
42
|
|
|
43
43
|
export { CreateChannelProvider as C, CHANNEL_TYPE as a, useCreateChannelContext as u };
|
|
44
|
-
//# sourceMappingURL=CreateChannelProvider-
|
|
44
|
+
//# sourceMappingURL=CreateChannelProvider-78b3e53b.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChannelProvider-
|
|
1
|
+
{"version":3,"file":"CreateChannelProvider-78b3e53b.js","sources":["../src/modules/CreateChannel/types.ts","../src/modules/CreateChannel/context/CreateChannelProvider.tsx"],"sourcesContent":["export enum CHANNEL_TYPE {\n GROUP = 'group',\n SUPERGROUP = 'supergroup',\n BROADCAST = 'broadcast',\n}\n","import React, { useState } from 'react';\nimport { User } from '@sendbird/chat';\nimport type {\n GroupChannel,\n GroupChannelCreateParams,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport { getCreateGroupChannel } from '../../../lib/selectors';\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\nimport { CHANNEL_TYPE } from '../types';\n\nconst CreateChannelContext = React.createContext(undefined);\n\nexport interface UserListQuery {\n hasNext?: boolean;\n next(): Promise<Array<User>>;\n}\n\ntype OverrideInviteUserType = {\n users: Array<string>;\n onClose: () => void;\n channelType: CHANNEL_TYPE;\n};\n\nexport interface CreateChannelProviderProps {\n children?: React.ReactElement;\n onCreateChannel(channel: GroupChannel): void;\n overrideInviteUser?(params: OverrideInviteUserType): void;\n onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;\n userListQuery?(): UserListQuery;\n}\n\ntype CreateChannel = (channelParams: GroupChannelCreateParams) => Promise<GroupChannel>;\n\nexport interface CreateChannelContextInterface {\n onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;\n createChannel: CreateChannel;\n sdk: SendbirdGroupChat;\n userListQuery?(): UserListQuery;\n overrideInviteUser?(params: OverrideInviteUserType): void;\n onCreateChannel?(channel: GroupChannel): void;\n step: number,\n setStep: React.Dispatch<React.SetStateAction<number>>,\n type: CHANNEL_TYPE,\n setType: React.Dispatch<React.SetStateAction<CHANNEL_TYPE>>,\n}\n\nconst CreateChannelProvider: React.FC<CreateChannelProviderProps> = (props: CreateChannelProviderProps) => {\n const {\n children,\n onCreateChannel,\n onBeforeCreateChannel,\n overrideInviteUser,\n userListQuery,\n } = props;\n\n const store = useSendbirdStateContext();\n const userListQuery_ = store?.config?.userListQuery;\n const createChannel: (channelParams: GroupChannelCreateParams)\n => Promise<GroupChannel> = getCreateGroupChannel(store);\n\n const [step, setStep] = useState(0);\n const [type, setType] = useState(CHANNEL_TYPE.GROUP);\n\n return (\n <CreateChannelContext.Provider value={{\n onBeforeCreateChannel,\n createChannel,\n onCreateChannel,\n overrideInviteUser,\n userListQuery: userListQuery || userListQuery_,\n step,\n setStep,\n type,\n setType,\n }}>\n {children}\n </CreateChannelContext.Provider>\n );\n};\n\nconst useCreateChannelContext = (): CreateChannelContextInterface => (\n React.useContext(CreateChannelContext)\n);\n\nexport {\n CreateChannelProvider,\n useCreateChannelContext,\n};\n"],"names":["CHANNEL_TYPE","CreateChannelContext","React","createContext","undefined","CreateChannelProvider","props","_store$config","children","onCreateChannel","onBeforeCreateChannel","overrideInviteUser","userListQuery","store","useSendbirdStateContext","userListQuery_","config","createChannel","getCreateGroupChannel","step","setStep","useState","type","setType","GROUP","createElement","Provider","value","useCreateChannelContext","useContext"],"mappings":";;;;AAAYA,IAAAA,YAAY,0BAAZA,YAAY,EAAA;EAAZA,YAAY,CAAA,OAAA,CAAA,GAAA,OAAA,CAAA;EAAZA,YAAY,CAAA,YAAA,CAAA,GAAA,YAAA,CAAA;EAAZA,YAAY,CAAA,WAAA,CAAA,GAAA,WAAA,CAAA;AAAA,EAAA,OAAZA,YAAY,CAAA;AAAA,CAAA,CAAA,EAAA;;ACYxB,MAAMC,oBAAoB,gBAAGC,cAAK,CAACC,aAAa,CAACC,SAAS,CAAC,CAAA;AAoCrDC,MAAAA,qBAA2D,GAAIC,KAAiC,IAAK;AAAA,EAAA,IAAAC,aAAA,CAAA;EACzG,MAAM;IACJC,QAAQ;IACRC,eAAe;IACfC,qBAAqB;IACrBC,kBAAkB;AAClBC,IAAAA,aAAAA;AACF,GAAC,GAAGN,KAAK,CAAA;EAET,MAAMO,KAAK,GAAGC,uBAAuB,EAAE,CAAA;AACvC,EAAA,MAAMC,cAAc,GAAGF,KAAK,KAALA,IAAAA,IAAAA,KAAK,wBAAAN,aAAA,GAALM,KAAK,CAAEG,MAAM,MAAAT,IAAAA,IAAAA,aAAA,KAAbA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,aAAA,CAAeK,aAAa,CAAA;AACnD,EAAA,MAAMK,aACoB,GAAGC,qBAAqB,CAACL,KAAK,CAAC,CAAA;EAEzD,MAAM,CAACM,IAAI,EAAEC,OAAO,CAAC,GAAGC,QAAQ,CAAC,CAAC,CAAC,CAAA;EACnC,MAAM,CAACC,IAAI,EAAEC,OAAO,CAAC,GAAGF,QAAQ,CAACrB,YAAY,CAACwB,KAAK,CAAC,CAAA;AAEpD,EAAA,oBACEtB,cAAA,CAAAuB,aAAA,CAACxB,oBAAoB,CAACyB,QAAQ,EAAA;AAACC,IAAAA,KAAK,EAAE;MACpCjB,qBAAqB;MACrBO,aAAa;MACbR,eAAe;MACfE,kBAAkB;MAClBC,aAAa,EAAEA,aAAa,IAAIG,cAAc;MAC9CI,IAAI;MACJC,OAAO;MACPE,IAAI;AACJC,MAAAA,OAAAA;AACF,KAAA;AAAE,GAAA,EACCf,QAAQ,CACqB,CAAA;AAEpC,EAAC;AAEKoB,MAAAA,uBAAuB,GAAGA,MAC9B1B,cAAK,CAAC2B,UAAU,CAAC5B,oBAAoB;;;;"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4d3a4b11.js';
|
|
3
3
|
import Avatar from '../../ui/Avatar.js';
|
|
4
4
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
7
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-5f546540.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import { useCreateOpenChannelContext } from '../context.js';
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
11
|
+
import '../../stringSet-0507097b.js';
|
|
12
|
+
import '../../index-426b7e23.js';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-708e5853.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-5243b241.js';
|
|
18
18
|
import '../../ui/IconButton.js';
|
|
19
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
-
import '../../MediaQueryContext-
|
|
21
|
-
import '../../color-
|
|
19
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
20
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
21
|
+
import '../../color-1a181ce1.js';
|
|
22
22
|
import '../../useSendbirdStateContext.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
3
|
import '../withSendbird.js';
|
|
4
|
-
import '../_rollupPluginBabelHelpers-
|
|
4
|
+
import '../_rollupPluginBabelHelpers-88b9291b.js';
|
|
5
5
|
|
|
6
6
|
const CreateOpenChannelContext = /*#__PURE__*/React__default.createContext({
|
|
7
7
|
sdk: null,
|
package/CreateOpenChannel.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import CreateOpenChannelUI from './CreateOpenChannel/components/CreateOpenChannelUI.js';
|
|
3
3
|
import { CreateOpenChannelProvider } from './CreateOpenChannel/context.js';
|
|
4
|
-
import './LocalizationContext-
|
|
5
|
-
import './stringSet-
|
|
6
|
-
import './index-
|
|
4
|
+
import './LocalizationContext-4d3a4b11.js';
|
|
5
|
+
import './stringSet-0507097b.js';
|
|
6
|
+
import './index-426b7e23.js';
|
|
7
7
|
import './ui/Avatar.js';
|
|
8
8
|
import './ui/ImageRenderer.js';
|
|
9
9
|
import './ui/Icon.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import './uuid-
|
|
11
|
+
import './uuid-708e5853.js';
|
|
12
12
|
import './ui/Button.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-5f546540.js';
|
|
14
14
|
import './ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import './index-
|
|
16
|
+
import './index-5243b241.js';
|
|
17
17
|
import './ui/IconButton.js';
|
|
18
|
-
import './_rollupPluginBabelHelpers-
|
|
19
|
-
import './MediaQueryContext-
|
|
18
|
+
import './_rollupPluginBabelHelpers-88b9291b.js';
|
|
19
|
+
import './MediaQueryContext-6fb696d8.js';
|
|
20
20
|
import './ui/Input.js';
|
|
21
21
|
import './ui/TextButton.js';
|
|
22
|
-
import './color-
|
|
22
|
+
import './color-1a181ce1.js';
|
|
23
23
|
import './useSendbirdStateContext.js';
|
|
24
24
|
import './withSendbird.js';
|
|
25
25
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as default } from '../../index-
|
|
2
|
+
export { a as default } from '../../index-a90528f7.js';
|
|
3
3
|
import '../../ui/Modal.js';
|
|
4
|
-
import '../../LocalizationContext-
|
|
4
|
+
import '../../LocalizationContext-4d3a4b11.js';
|
|
5
5
|
import '../../useSendbirdStateContext.js';
|
|
6
6
|
import '../../ui/Input.js';
|
|
7
7
|
import '../../ui/Avatar.js';
|
|
8
8
|
import '../../ui/Icon.js';
|
|
9
9
|
import '../../ui/Button.js';
|
|
10
|
-
import '../../index-
|
|
10
|
+
import '../../index-5f546540.js';
|
|
11
11
|
import '../../ui/TextButton.js';
|
|
12
|
-
import '../../utils-
|
|
13
|
-
import '../../actionTypes-
|
|
12
|
+
import '../../utils-9f0ab1b0.js';
|
|
13
|
+
import '../../actionTypes-c6f194a4.js';
|
|
14
14
|
import 'react-dom';
|
|
15
|
-
import '../../index-
|
|
15
|
+
import '../../index-5243b241.js';
|
|
16
16
|
import '../../ui/IconButton.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../MediaQueryContext-
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-88b9291b.js';
|
|
18
|
+
import '../../MediaQueryContext-6fb696d8.js';
|
|
19
|
+
import '../../stringSet-0507097b.js';
|
|
20
|
+
import '../../index-426b7e23.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import '../../withSendbird.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
|
-
import '../../uuid-
|
|
25
|
-
import '../../color-
|
|
24
|
+
import '../../uuid-708e5853.js';
|
|
25
|
+
import '../../color-1a181ce1.js';
|
|
26
26
|
//# sourceMappingURL=EditUserProfileUI.js.map
|