@sendbird/uikit-react 3.2.2-rc.0 → 3.2.2
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 +28 -28
- package/Channel/components/ChannelHeader.js +15 -15
- package/Channel/components/ChannelUI.js +21 -21
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +18 -18
- package/Channel/components/MessageInput.js +15 -15
- package/Channel/components/MessageList.js +20 -20
- package/Channel/components/RemoveMessageModal.js +15 -15
- package/Channel/components/SuggestedMentionList.js +15 -15
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +21 -21
- package/ChannelList/components/AddChannel.js +13 -13
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +25 -25
- package/ChannelList/components/ChannelPreview.js +19 -19
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +25 -25
- package/{ChannelListProvider-0f680566.js → ChannelListProvider-ac91b9ac.js} +8 -8
- package/{ChannelListProvider-0f680566.js.map → ChannelListProvider-ac91b9ac.js.map} +1 -1
- package/{ChannelProvider-39a2dc01.js → ChannelProvider-7924e137.js} +9 -9
- package/{ChannelProvider-39a2dc01.js.map → ChannelProvider-7924e137.js.map} +1 -1
- 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 +10 -10
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +11 -11
- 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-6ca875f0.js → CreateChannelProvider-11543306.js} +1 -1
- package/{CreateChannelProvider-6ca875f0.js.map → CreateChannelProvider-11543306.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-6a3c0561.js → LocalizationContext-83cab487.js} +3 -3
- package/{LocalizationContext-6a3c0561.js.map → LocalizationContext-83cab487.js.map} +1 -1
- package/{MemberList-8e0f0595.js → MemberList-9605f473.js} +5 -5
- package/{MemberList-8e0f0595.js.map → MemberList-9605f473.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +20 -20
- package/OpenChannel/components/OpenChannelMessageList.js +22 -22
- package/OpenChannel/components/OpenChannelUI.js +22 -22
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +22 -22
- package/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +12 -12
- package/{OpenChannelListProvider-6b400787.js → OpenChannelListProvider-b1734de3.js} +3 -3
- package/{OpenChannelListProvider-6b400787.js.map → OpenChannelListProvider-b1734de3.js.map} +1 -1
- package/{OpenChannelProvider-65570af9.js → OpenChannelProvider-ccdfc3d7.js} +7 -7
- package/{OpenChannelProvider-65570af9.js.map → OpenChannelProvider-ccdfc3d7.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/SendbirdProvider.js +9 -9
- package/{UserProfileContext-efa87f83.js → UserProfileContext-c2fcaa62.js} +1 -1
- package/{UserProfileContext-efa87f83.js.map → UserProfileContext-c2fcaa62.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-0bee2425.js → _rollupPluginBabelHelpers-008a1844.js} +1 -1
- package/_rollupPluginBabelHelpers-008a1844.js.map +1 -0
- package/{actionTypes-81d0e341.js → actionTypes-e2247efe.js} +1 -1
- package/{actionTypes-81d0e341.js.map → actionTypes-e2247efe.js.map} +1 -1
- package/cjs/App.js +28 -28
- package/cjs/Channel/components/ChannelHeader.js +15 -15
- package/cjs/Channel/components/ChannelUI.js +21 -21
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +18 -18
- package/cjs/Channel/components/MessageInput.js +15 -15
- package/cjs/Channel/components/MessageList.js +20 -20
- package/cjs/Channel/components/RemoveMessageModal.js +15 -15
- package/cjs/Channel/components/SuggestedMentionList.js +15 -15
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +21 -21
- package/cjs/ChannelList/components/AddChannel.js +13 -13
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +25 -25
- package/cjs/ChannelList/components/ChannelPreview.js +19 -19
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +25 -25
- package/cjs/{ChannelListProvider-88cd9b2a.js → ChannelListProvider-21708c39.js} +8 -8
- package/cjs/{ChannelListProvider-88cd9b2a.js.map → ChannelListProvider-21708c39.js.map} +1 -1
- package/cjs/{ChannelProvider-61aa7b2a.js → ChannelProvider-dc38544c.js} +9 -9
- package/cjs/{ChannelProvider-61aa7b2a.js.map → ChannelProvider-dc38544c.js.map} +1 -1
- 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 +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- 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-5a058abb.js → CreateChannelProvider-266d45a0.js} +1 -1
- package/cjs/{CreateChannelProvider-5a058abb.js.map → CreateChannelProvider-266d45a0.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-4d823138.js → LocalizationContext-f761ec27.js} +3 -3
- package/cjs/{LocalizationContext-4d823138.js.map → LocalizationContext-f761ec27.js.map} +1 -1
- package/cjs/{MemberList-0aef4d76.js → MemberList-3d1f10ce.js} +5 -5
- package/cjs/{MemberList-0aef4d76.js.map → MemberList-3d1f10ce.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- 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 +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelUI.js +22 -22
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +22 -22
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +12 -12
- package/cjs/{OpenChannelListProvider-5b8998de.js → OpenChannelListProvider-422c413e.js} +3 -3
- package/cjs/{OpenChannelListProvider-5b8998de.js.map → OpenChannelListProvider-422c413e.js.map} +1 -1
- package/cjs/{OpenChannelProvider-2cddfe89.js → OpenChannelProvider-3a28c320.js} +7 -7
- package/cjs/{OpenChannelProvider-2cddfe89.js.map → OpenChannelProvider-3a28c320.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/SendbirdProvider.js +9 -9
- package/cjs/{UserProfileContext-7d7dbfa8.js → UserProfileContext-e6c4c6cd.js} +1 -1
- package/cjs/{UserProfileContext-7d7dbfa8.js.map → UserProfileContext-e6c4c6cd.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-3da02f29.js → _rollupPluginBabelHelpers-b0ecb658.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-b0ecb658.js.map +1 -0
- package/cjs/{actionTypes-b57b348f.js → actionTypes-a284f20e.js} +1 -1
- package/cjs/{actionTypes-b57b348f.js.map → actionTypes-a284f20e.js.map} +1 -1
- package/cjs/{color-fde2f017.js → color-9957dbf5.js} +1 -1
- package/cjs/{color-fde2f017.js.map → color-9957dbf5.js.map} +1 -1
- package/cjs/{compareIds-0dc10948.js → compareIds-1d542fb6.js} +1 -1
- package/cjs/{compareIds-0dc10948.js.map → compareIds-1d542fb6.js.map} +1 -1
- package/cjs/{const-4dec56be.js → const-cecc5538.js} +1 -1
- package/cjs/{const-4dec56be.js.map → const-cecc5538.js.map} +1 -1
- package/cjs/{const-4746207f.js → const-e8d6d2ca.js} +1 -1
- package/cjs/{const-4746207f.js.map → const-e8d6d2ca.js.map} +1 -1
- package/cjs/{context-6fb2d493.js → context-c49da3e7.js} +2 -2
- package/cjs/{context-6fb2d493.js.map → context-c49da3e7.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-e69fe951.js → index-3a7cc4f3.js} +2 -2
- package/cjs/{index-e69fe951.js.map → index-3a7cc4f3.js.map} +1 -1
- package/cjs/{index-41f1d19c.js → index-57dc486a.js} +7 -7
- package/cjs/{index-41f1d19c.js.map → index-57dc486a.js.map} +1 -1
- package/cjs/{index-cfa8d471.js → index-722557fc.js} +1 -1
- package/cjs/{index-cfa8d471.js.map → index-722557fc.js.map} +1 -1
- package/cjs/{index-9f30019d.js → index-7515c3b7.js} +2 -2
- package/cjs/{index-9f30019d.js.map → index-7515c3b7.js.map} +1 -1
- package/cjs/{index-43ccaf72.js → index-a332c97a.js} +1 -1
- package/cjs/{index-43ccaf72.js.map → index-a332c97a.js.map} +1 -1
- package/cjs/{index-81965519.js → index-b02c7fda.js} +2 -2
- package/cjs/{index-81965519.js.map → index-b02c7fda.js.map} +1 -1
- package/cjs/{index-5a52365c.js → index-b4e3b6d9.js} +2 -2
- package/cjs/{index-5a52365c.js.map → index-b4e3b6d9.js.map} +1 -1
- package/cjs/{index-e7fbdda3.js → index-d1dd6aac.js} +5 -5
- package/cjs/{index-e7fbdda3.js.map → index-d1dd6aac.js.map} +1 -1
- package/cjs/{index-dbc6713d.js → index-efef37ff.js} +4 -4
- package/cjs/{index-dbc6713d.js.map → index-efef37ff.js.map} +1 -1
- package/cjs/{index-ab052326.js → index-fea8438a.js} +4 -4
- package/cjs/{index-ab052326.js.map → index-fea8438a.js.map} +1 -1
- package/cjs/index.js +32 -32
- package/cjs/{openChannelUtils-344a9306.js → openChannelUtils-f9cce808.js} +1 -1
- package/cjs/{openChannelUtils-344a9306.js.map → openChannelUtils-f9cce808.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-86981e3d.js → stringSet-5a829a29.js} +1 -1
- package/cjs/{stringSet-86981e3d.js.map → stringSet-5a829a29.js.map} +1 -1
- package/cjs/{topics-dd40ff32.js → topics-3bfeb62f.js} +1 -1
- package/cjs/{topics-dd40ff32.js.map → topics-3bfeb62f.js.map} +1 -1
- package/cjs/{tslib.es6-7f4f6730.js → tslib.es6-ca15b7cc.js} +1 -1
- package/cjs/{tslib.es6-7f4f6730.js.map → tslib.es6-ca15b7cc.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +5 -5
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +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/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MessageContent.js +13 -13
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +6 -6
- package/cjs/ui/OGMessageItemBody.js +10 -10
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +14 -14
- package/cjs/ui/OpenchannelOGMessage.js +14 -14
- package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
- package/cjs/ui/OpenchannelUserMessage.js +14 -14
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +10 -10
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/Word.js +10 -10
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-06ddc7ca.js → utils-4754b3c2.js} +1 -1
- package/cjs/{utils-06ddc7ca.js.map → utils-4754b3c2.js.map} +1 -1
- package/cjs/{utils-80108228.js → utils-47ccaecc.js} +1 -1
- package/cjs/{utils-80108228.js.map → utils-47ccaecc.js.map} +1 -1
- package/cjs/{utils-11bdf7b6.js → utils-56c62b34.js} +1 -1
- package/cjs/{utils-11bdf7b6.js.map → utils-56c62b34.js.map} +1 -1
- package/cjs/{uuid-01d4b7ef.js → uuid-279278c6.js} +1 -1
- package/cjs/{uuid-01d4b7ef.js.map → uuid-279278c6.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-b14eebd4.js → color-b8fbee14.js} +1 -1
- package/{color-b14eebd4.js.map → color-b8fbee14.js.map} +1 -1
- package/{compareIds-8cb3ae2b.js → compareIds-eb89e686.js} +1 -1
- package/{compareIds-8cb3ae2b.js.map → compareIds-eb89e686.js.map} +1 -1
- package/{const-8c71e95a.js → const-21c50fc9.js} +1 -1
- package/{const-8c71e95a.js.map → const-21c50fc9.js.map} +1 -1
- package/{const-7dd290ce.js → const-e3a99496.js} +1 -1
- package/{const-7dd290ce.js.map → const-e3a99496.js.map} +1 -1
- package/{context-f2f41992.js → context-26bcf69f.js} +2 -2
- package/{context-f2f41992.js.map → context-26bcf69f.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-3427b39f.js → index-02b9dcb6.js} +4 -4
- package/{index-3427b39f.js.map → index-02b9dcb6.js.map} +1 -1
- package/{index-267e85d5.js → index-4230994b.js} +2 -2
- package/{index-267e85d5.js.map → index-4230994b.js.map} +1 -1
- package/{index-594499d8.js → index-480fdda4.js} +2 -2
- package/{index-594499d8.js.map → index-480fdda4.js.map} +1 -1
- package/{index-94c418af.js → index-4cfa849d.js} +7 -7
- package/{index-94c418af.js.map → index-4cfa849d.js.map} +1 -1
- package/{index-e7e5efcf.js → index-a6620ba4.js} +2 -2
- package/{index-e7e5efcf.js.map → index-a6620ba4.js.map} +1 -1
- package/{index-5bebcb3a.js → index-b84202de.js} +2 -2
- package/{index-5bebcb3a.js.map → index-b84202de.js.map} +1 -1
- package/{index-8287486d.js → index-d7a65767.js} +1 -1
- package/{index-8287486d.js.map → index-d7a65767.js.map} +1 -1
- package/{index-78e92d76.js → index-f266664f.js} +4 -4
- package/{index-78e92d76.js.map → index-f266664f.js.map} +1 -1
- package/{index-198f15c3.js → index-f5829dca.js} +5 -5
- package/{index-198f15c3.js.map → index-f5829dca.js.map} +1 -1
- package/{index-bd437d0f.js → index-f608979d.js} +1 -1
- package/{index-bd437d0f.js.map → index-f608979d.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +32 -32
- package/{openChannelUtils-72e02367.js → openChannelUtils-f8bde567.js} +1 -1
- package/{openChannelUtils-72e02367.js.map → openChannelUtils-f8bde567.js.map} +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-dc01885c.js → stringSet-4cfbe7bc.js} +1 -1
- package/{stringSet-dc01885c.js.map → stringSet-4cfbe7bc.js.map} +1 -1
- package/{topics-57d99208.js → topics-58d21996.js} +1 -1
- package/{topics-57d99208.js.map → topics-58d21996.js.map} +1 -1
- package/{tslib.es6-9643c112.js → tslib.es6-9a4d0074.js} +1 -1
- package/{tslib.es6-9643c112.js.map → tslib.es6-9a4d0074.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +5 -5
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +10 -10
- package/ui/MessageContent.js +13 -13
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +6 -6
- package/ui/OGMessageItemBody.js +10 -10
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +14 -14
- package/ui/OpenchannelOGMessage.js +14 -14
- package/ui/OpenchannelThumbnailMessage.js +13 -13
- package/ui/OpenchannelUserMessage.js +14 -14
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +10 -10
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/ui/Word.js +10 -10
- package/useSendbirdStateContext.js +1 -1
- package/{utils-8ff877ec.js → utils-23048a3f.js} +1 -1
- package/{utils-8ff877ec.js.map → utils-23048a3f.js.map} +1 -1
- package/{utils-7bc7f35b.js → utils-59146385.js} +1 -1
- package/{utils-7bc7f35b.js.map → utils-59146385.js.map} +1 -1
- package/{utils-2b1c0262.js → utils-9300425e.js} +1 -1
- package/{utils-2b1c0262.js.map → utils-9300425e.js.map} +1 -1
- package/{uuid-dacf1460.js → uuid-04e2d5ae.js} +1 -1
- package/{uuid-dacf1460.js.map → uuid-04e2d5ae.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-0bee2425.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-3da02f29.js.map +0 -1
package/ui/MessageInput.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-008a1844.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
|
|
3
3
|
import { renderToString } from 'react-dom/server';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
6
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
5
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-21c50fc9.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-e3a99496.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes, ButtonSizes } from './Button.js';
|
|
9
9
|
import MentionUserLabel from './MentionUserLabel.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 { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
-
import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-
|
|
14
|
-
import '../tslib.es6-
|
|
15
|
-
import '../stringSet-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
13
|
+
import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-480fdda4.js';
|
|
14
|
+
import '../tslib.es6-9a4d0074.js';
|
|
15
|
+
import '../stringSet-4cfbe7bc.js';
|
|
16
|
+
import '../index-d7a65767.js';
|
|
17
17
|
import '../utils/message/getOutgoingMessageState.js';
|
|
18
18
|
|
|
19
19
|
const TEXT_FIELD_ID = 'sendbird-message-input-text-field';
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,17 +2,17 @@ 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 { r as isUserMessage, B as isSentMessage, C as isFailedMessage, D as isPendingMessage, h as getClassName, E as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { r as isUserMessage, B as isSentMessage, C as isFailedMessage, D as isPendingMessage, h as getClassName, E as copyToClipboard } from '../index-480fdda4.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
7
|
+
import '../tslib.es6-9a4d0074.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import './SortByRow.js';
|
|
10
|
-
import '../uuid-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../uuid-04e2d5ae.js';
|
|
11
|
+
import '../index-a6620ba4.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
13
|
+
import '../stringSet-4cfbe7bc.js';
|
|
14
14
|
import '../utils/message/getOutgoingMessageState.js';
|
|
15
|
-
import '../index-
|
|
15
|
+
import '../index-d7a65767.js';
|
|
16
16
|
|
|
17
17
|
function MessageItemMenu(_a) {
|
|
18
18
|
var className = _a.className,
|
|
@@ -4,14 +4,14 @@ 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 { D as isPendingMessage, C as isFailedMessage, h as getClassName, F as getEmojiListAll } from '../index-
|
|
8
|
-
import '../tslib.es6-
|
|
7
|
+
import { D as isPendingMessage, C as isFailedMessage, h as getClassName, F as getEmojiListAll } from '../index-480fdda4.js';
|
|
8
|
+
import '../tslib.es6-9a4d0074.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-04e2d5ae.js';
|
|
12
|
+
import '../index-a6620ba4.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-4cfbe7bc.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
16
|
|
|
17
17
|
function MessageItemReactionMenu(_a) {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import Avatar from './Avatar.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import { f as format } from '../index-
|
|
8
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
7
|
+
import { f as format } from '../index-b84202de.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-f266664f.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../uuid-
|
|
10
|
+
import '../uuid-04e2d5ae.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
14
|
-
import '../index-
|
|
12
|
+
import '../stringSet-4cfbe7bc.js';
|
|
13
|
+
import '../index-d7a65767.js';
|
|
14
|
+
import '../index-4230994b.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt(createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
3
|
+
import { f as format } from '../index-b84202de.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-f266664f.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
8
|
+
import '../index-d7a65767.js';
|
|
9
|
+
import '../index-4230994b.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
11
|
import './Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../uuid-
|
|
14
|
-
import '../stringSet-
|
|
13
|
+
import '../uuid-04e2d5ae.js';
|
|
14
|
+
import '../stringSet-4cfbe7bc.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt (createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default, { useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-b84202de.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
6
6
|
import Loader from './Loader.js';
|
|
7
|
-
import { e as isSentStatus } from '../index-
|
|
7
|
+
import { e as isSentStatus } from '../index-480fdda4.js';
|
|
8
8
|
import { getOutgoingMessageState, OutgoingMessageStates } from '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
10
|
-
import '../index-
|
|
9
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
10
|
+
import '../index-d7a65767.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
12
|
+
import '../stringSet-4cfbe7bc.js';
|
|
13
13
|
|
|
14
14
|
var MessageStatusTypes = OutgoingMessageStates;
|
|
15
15
|
function MessageStatus(_a) {
|
package/ui/Modal.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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-f608979d.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.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 '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
9
|
+
import '../stringSet-4cfbe7bc.js';
|
|
10
|
+
import '../index-d7a65767.js';
|
|
11
|
+
import '../tslib.es6-9a4d0074.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
|
|
14
14
|
var ModalHeader = function (_a) {
|
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -2,28 +2,28 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Word from './Word.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
4
|
import Icon, { IconTypes } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as uuidv4 } from '../uuid-
|
|
7
|
-
import { h as getClassName, d as isEditedMessage } from '../index-
|
|
8
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-04e2d5ae.js';
|
|
7
|
+
import { h as getClassName, d as isEditedMessage } from '../index-480fdda4.js';
|
|
8
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
9
9
|
import './LinkLabel.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './MentionLabel.js';
|
|
12
12
|
import './ContextMenu.js';
|
|
13
|
-
import '../tslib.es6-
|
|
13
|
+
import '../tslib.es6-9a4d0074.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './SortByRow.js';
|
|
16
16
|
import '../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../stringSet-
|
|
17
|
+
import '../stringSet-4cfbe7bc.js';
|
|
18
18
|
import './UserProfile.js';
|
|
19
19
|
import '../withSendbird.js';
|
|
20
|
-
import '../_rollupPluginBabelHelpers-
|
|
20
|
+
import '../_rollupPluginBabelHelpers-008a1844.js';
|
|
21
21
|
import '../sendbirdSelectors.js';
|
|
22
|
-
import '../topics-
|
|
23
|
-
import '../utils-
|
|
22
|
+
import '../topics-58d21996.js';
|
|
23
|
+
import '../utils-23048a3f.js';
|
|
24
24
|
import './Avatar.js';
|
|
25
25
|
import './Button.js';
|
|
26
|
-
import '../index-
|
|
26
|
+
import '../index-d7a65767.js';
|
|
27
27
|
import '../useSendbirdStateContext.js';
|
|
28
28
|
|
|
29
29
|
function OGMessageItemBody(_a) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default from 'react';
|
|
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-a6620ba4.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-4cfbe7bc.js';
|
|
6
6
|
|
|
7
7
|
function OpenChannelAdminMessage(_a) {
|
|
8
8
|
var className = _a.className,
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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-
|
|
5
|
-
import '../tslib.es6-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-9300425e.js';
|
|
5
|
+
import '../tslib.es6-9a4d0074.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../uuid-04e2d5ae.js';
|
|
10
|
+
import '../stringSet-4cfbe7bc.js';
|
|
11
|
+
import '../index-d7a65767.js';
|
|
12
12
|
|
|
13
13
|
function ChannelAvatar(_a) {
|
|
14
14
|
var channel = _a.channel,
|
|
@@ -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-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
7
|
+
import '../tslib.es6-9a4d0074.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
|
-
import '../uuid-
|
|
9
|
+
import '../uuid-04e2d5ae.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-4cfbe7bc.js';
|
|
12
|
+
import '../index-d7a65767.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_a) {
|
|
15
15
|
var coverImage = _a.coverImage,
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-b84202de.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-a6620ba4.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 ConnectedUserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-c2fcaa62.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-f8bde567.js';
|
|
15
|
+
import '../index-d7a65767.js';
|
|
16
16
|
import './ImageRenderer.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-04e2d5ae.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-480fdda4.js';
|
|
22
22
|
import '../utils/message/getOutgoingMessageState.js';
|
|
23
|
-
import '../stringSet-
|
|
24
|
-
import '../color-
|
|
23
|
+
import '../stringSet-4cfbe7bc.js';
|
|
24
|
+
import '../color-b8fbee14.js';
|
|
25
25
|
import '../withSendbird.js';
|
|
26
|
-
import '../_rollupPluginBabelHelpers-
|
|
26
|
+
import '../_rollupPluginBabelHelpers-008a1844.js';
|
|
27
27
|
import '../sendbirdSelectors.js';
|
|
28
|
-
import '../topics-
|
|
29
|
-
import '../utils-
|
|
28
|
+
import '../topics-58d21996.js';
|
|
29
|
+
import '../utils-23048a3f.js';
|
|
30
30
|
import './Button.js';
|
|
31
31
|
|
|
32
32
|
var checkFileType = function (fileUrl) {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-b84202de.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import ImageRenderer from './ImageRenderer.js';
|
|
9
9
|
import LinkLabel from './LinkLabel.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-a6620ba4.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
13
|
import Word from './Word.js';
|
|
14
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
15
|
-
import { u as uuidv4 } from '../uuid-
|
|
16
|
-
import { c as copyToClipboard } from '../utils-
|
|
17
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
18
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
14
|
+
import { a as UserProfileContext } from '../UserProfileContext-c2fcaa62.js';
|
|
15
|
+
import { u as uuidv4 } from '../uuid-04e2d5ae.js';
|
|
16
|
+
import { c as copyToClipboard } from '../utils-59146385.js';
|
|
17
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
18
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-f8bde567.js';
|
|
19
19
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-d7a65767.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../index-
|
|
24
|
+
import '../index-480fdda4.js';
|
|
25
25
|
import '../utils/message/getOutgoingMessageState.js';
|
|
26
|
-
import '../stringSet-
|
|
26
|
+
import '../stringSet-4cfbe7bc.js';
|
|
27
27
|
import '../withSendbird.js';
|
|
28
|
-
import '../_rollupPluginBabelHelpers-
|
|
28
|
+
import '../_rollupPluginBabelHelpers-008a1844.js';
|
|
29
29
|
import '../sendbirdSelectors.js';
|
|
30
|
-
import '../topics-
|
|
31
|
-
import '../utils-
|
|
30
|
+
import '../topics-58d21996.js';
|
|
31
|
+
import '../utils-23048a3f.js';
|
|
32
32
|
import './Button.js';
|
|
33
33
|
import './MentionLabel.js';
|
|
34
34
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-b84202de.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.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-a6620ba4.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../stringSet-
|
|
17
|
-
import '../uuid-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-c2fcaa62.js';
|
|
14
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-f8bde567.js';
|
|
15
|
+
import '../index-d7a65767.js';
|
|
16
|
+
import '../stringSet-4cfbe7bc.js';
|
|
17
|
+
import '../uuid-04e2d5ae.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-480fdda4.js';
|
|
22
22
|
import '../utils/message/getOutgoingMessageState.js';
|
|
23
23
|
import '../withSendbird.js';
|
|
24
|
-
import '../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../_rollupPluginBabelHelpers-008a1844.js';
|
|
25
25
|
import '../sendbirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../utils-
|
|
26
|
+
import '../topics-58d21996.js';
|
|
27
|
+
import '../utils-23048a3f.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
|
|
30
30
|
var SUPPORTING_TYPES = {
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-b84202de.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.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-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import ConnectedUserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-c2fcaa62.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-83cab487.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-59146385.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-04e2d5ae.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, d as checkIsPending, e as checkIsFailed } from '../openChannelUtils-f8bde567.js';
|
|
16
|
+
import '../index-d7a65767.js';
|
|
17
17
|
import './ImageRenderer.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-480fdda4.js';
|
|
22
22
|
import '../utils/message/getOutgoingMessageState.js';
|
|
23
|
-
import '../stringSet-
|
|
23
|
+
import '../stringSet-4cfbe7bc.js';
|
|
24
24
|
import '../withSendbird.js';
|
|
25
|
-
import '../_rollupPluginBabelHelpers-
|
|
25
|
+
import '../_rollupPluginBabelHelpers-008a1844.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-58d21996.js';
|
|
28
|
+
import '../utils-23048a3f.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
|
|
31
31
|
function OpenchannelUserMessage(_a) {
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
4
|
-
import '../LocalizationContext-
|
|
3
|
+
export { a as PlaceHolderTypes, P as default } from '../index-02b9dcb6.js';
|
|
4
|
+
import '../LocalizationContext-83cab487.js';
|
|
5
5
|
import './Icon.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-a6620ba4.js';
|
|
7
7
|
import './Loader.js';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
8
|
+
import '../stringSet-4cfbe7bc.js';
|
|
9
|
+
import '../index-d7a65767.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.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-a6620ba4.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { K as getUIKitFileTypes, h as getClassName, r as isUserMessage, n as isThumbnailMessage, z as isVideo, L as isGif, l as isFileMessage, y as isSupportedFileView, J as getUIKitFileType, t as truncateString } from '../index-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
6
|
+
import { K as getUIKitFileTypes, h as getClassName, r as isUserMessage, n as isThumbnailMessage, z as isVideo, L as isGif, l as isFileMessage, y as isSupportedFileView, J as getUIKitFileType, t as truncateString } from '../index-480fdda4.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-4cfbe7bc.js';
|
|
9
|
+
import '../tslib.es6-9a4d0074.js';
|
|
10
|
+
import '../index-d7a65767.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function QuoteMessage(_a) {
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { l as isFileMessage, m as isImageMessage, n as isThumbnailMessage, o as isAudioMessage, h as getClassName, p as isGifMessage, q as isVideoMessage, r as isUserMessage } from '../index-
|
|
2
|
+
import { l as isFileMessage, m as isImageMessage, n as isThumbnailMessage, o as isAudioMessage, h as getClassName, p as isGifMessage, q as isVideoMessage, r as isUserMessage } from '../index-480fdda4.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 { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
7
|
+
import '../tslib.es6-9a4d0074.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-4cfbe7bc.js';
|
|
11
|
+
import '../index-d7a65767.js';
|
|
12
12
|
|
|
13
13
|
var componentClassname = 'sendbird-quote_message_input__avatar';
|
|
14
14
|
function QuoteMessageThumbnail(_a) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default from 'react';
|
|
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-a6620ba4.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-4cfbe7bc.js';
|
|
6
6
|
|
|
7
7
|
var ReactionBadge = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
8
8
|
var _a = props.className,
|
package/ui/ReactionButton.js
CHANGED
package/ui/SortByRow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { u as uuidv4 } from '../uuid-04e2d5ae.js';
|
|
4
4
|
|
|
5
5
|
var componentClassName = 'sendbird-sort-by-row';
|
|
6
6
|
function SortByRow(_a) {
|
package/ui/TextButton.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-9a4d0074.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../color-b8fbee14.js';
|
|
4
4
|
|
|
5
5
|
var TextButton = function (_a) {
|
|
6
6
|
var _b = _a.className,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { h as getClassName, d as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-a6620ba4.js';
|
|
3
|
+
import { h as getClassName, d as isEditedMessage } from '../index-480fdda4.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-83cab487.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-04e2d5ae.js';
|
|
6
6
|
import Word from './Word.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-4cfbe7bc.js';
|
|
9
|
+
import '../tslib.es6-9a4d0074.js';
|
|
10
10
|
import '../utils/message/getOutgoingMessageState.js';
|
|
11
|
-
import '../index-
|
|
11
|
+
import '../index-d7a65767.js';
|
|
12
12
|
import './LinkLabel.js';
|
|
13
13
|
import './MentionLabel.js';
|
|
14
14
|
import './ContextMenu.js';
|
|
@@ -16,10 +16,10 @@ import 'react-dom';
|
|
|
16
16
|
import './SortByRow.js';
|
|
17
17
|
import './UserProfile.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
|
-
import '../_rollupPluginBabelHelpers-
|
|
19
|
+
import '../_rollupPluginBabelHelpers-008a1844.js';
|
|
20
20
|
import '../sendbirdSelectors.js';
|
|
21
|
-
import '../topics-
|
|
22
|
-
import '../utils-
|
|
21
|
+
import '../topics-58d21996.js';
|
|
22
|
+
import '../utils-23048a3f.js';
|
|
23
23
|
import './Avatar.js';
|
|
24
24
|
import './ImageRenderer.js';
|
|
25
25
|
import './Icon.js';
|