@sendbird/uikit-react 3.5.0-beta.0 → 3.5.0-mobile-web-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +284 -226
- package/App.js.map +1 -1
- package/CHANGELOG.md +470 -0
- package/Channel/components/ChannelHeader.js +45 -41
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +101 -129
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +55 -52
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +12 -7
- package/Channel/components/FrozenNotification.js.map +1 -1
- package/Channel/components/Message.js +238 -230
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +150 -129
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +258 -174
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +33 -30
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +138 -193
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +43 -61
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +18 -20
- package/Channel/components/UnreadCount.js.map +1 -1
- package/Channel/context.js +11 -19
- package/Channel/context.js.map +1 -1
- package/Channel.js +67 -43
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +29 -30
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +32 -28
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +100 -142
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +71 -82
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +36 -36
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +7 -8
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +31 -31
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-f461d265.js → ChannelListProvider-86b6d956.js} +233 -285
- package/ChannelListProvider-86b6d956.js.map +1 -0
- package/{ChannelProvider-554e7116.js → ChannelProvider-b41fde4c.js} +627 -716
- package/ChannelProvider-b41fde4c.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +33 -46
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsUI.js +45 -48
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +47 -58
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +40 -46
- package/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/ChannelSettings/components/ModerationPanel.js +522 -605
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +71 -72
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +29 -32
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +53 -57
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings.js +20 -20
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +24 -24
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +102 -124
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +41 -42
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +22 -21
- package/CreateChannel.js.map +1 -1
- package/CreateChannelProvider-2b669e7e.js +44 -0
- package/CreateChannelProvider-2b669e7e.js.map +1 -0
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +33 -43
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +33 -33
- package/CreateOpenChannel/context.js.map +1 -1
- package/CreateOpenChannel.js +18 -17
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +12 -13
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile/context.js +0 -2
- package/EditUserProfile/context.js.map +1 -1
- package/EditUserProfile.js +18 -17
- package/EditUserProfile.js.map +1 -1
- package/LocalizationContext-57b46f6c.js +20 -0
- package/{LocalizationContext-4df0cc32.js.map → LocalizationContext-57b46f6c.js.map} +1 -1
- package/MediaQueryContext-fbe7af77.js +87 -0
- package/MediaQueryContext-fbe7af77.js.map +1 -0
- package/MemberList-6ff1e7fa.js +401 -0
- package/MemberList-6ff1e7fa.js.map +1 -0
- package/Message/context.js +31 -0
- package/Message/context.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +62 -71
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +201 -224
- package/MessageSearch/context.js.map +1 -1
- package/MessageSearch.js +46 -58
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +8 -6
- package/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/OpenChannel/components/OpenChannelHeader.js +27 -25
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +46 -33
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +168 -190
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +72 -92
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +52 -49
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +8 -9
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +34 -28
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +61 -76
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +21 -22
- package/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/OpenChannelList/context.js +3 -4
- package/OpenChannelList/context.js.map +1 -1
- package/OpenChannelList.js +26 -24
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelListProvider-700cf3de.js +429 -0
- package/OpenChannelListProvider-700cf3de.js.map +1 -0
- package/OpenChannelProvider-b634e564.js +1885 -0
- package/OpenChannelProvider-b634e564.js.map +1 -0
- package/OpenChannelSettings/components/EditDetailsModal.js +47 -56
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +26 -31
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +45 -43
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +516 -586
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +15 -16
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +56 -69
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +19 -20
- package/OpenChannelSettings.js.map +1 -1
- package/README.md +62 -13
- package/RemoveMessageModal-625b3778.js +36 -0
- package/RemoveMessageModal-625b3778.js.map +1 -0
- package/SendbirdProvider.js +897 -408
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +235 -217
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +110 -89
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +22 -23
- package/Thread/components/ThreadHeader.js.map +1 -1
- package/Thread/components/ThreadList.js +107 -83
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +297 -273
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +144 -113
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +168 -138
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context/types.js +9 -14
- package/Thread/context/types.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +86 -57
- package/Thread.js.map +1 -1
- package/ThreadProvider-a3d3b241.js +1695 -0
- package/ThreadProvider-a3d3b241.js.map +1 -0
- package/{UserProfileContext-c58a7b86.js → UserProfileContext-29074346.js} +1 -4
- package/{UserProfileContext-c58a7b86.js.map → UserProfileContext-29074346.js.map} +1 -1
- package/VoiceMessageInputWrapper-bdc53de4.js +169 -0
- package/VoiceMessageInputWrapper-bdc53de4.js.map +1 -0
- package/VoicePlayer/context.js +7 -0
- package/{NotificationChannel → VoicePlayer}/context.js.map +1 -1
- package/VoicePlayer/useVoicePlayer.js +72 -0
- package/VoicePlayer/useVoicePlayer.js.map +1 -0
- package/VoiceRecorder/context.js +118 -0
- package/VoiceRecorder/context.js.map +1 -0
- package/VoiceRecorder/useVoiceRecorder.js +109 -0
- package/VoiceRecorder/useVoiceRecorder.js.map +1 -0
- package/WebAudioUtils-c3ea2db7.js +123 -0
- package/WebAudioUtils-c3ea2db7.js.map +1 -0
- package/{_rollupPluginBabelHelpers-498add61.js → _rollupPluginBabelHelpers-0bc76382.js} +17 -11
- package/_rollupPluginBabelHelpers-0bc76382.js.map +1 -0
- package/actionTypes-45ec82e6.js +8 -0
- package/actionTypes-45ec82e6.js.map +1 -0
- package/cjs/App.js +284 -226
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +45 -41
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +99 -127
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +55 -52
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +12 -7
- package/cjs/Channel/components/FrozenNotification.js.map +1 -1
- package/cjs/Channel/components/Message.js +241 -233
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +149 -128
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +258 -174
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +33 -30
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +138 -193
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +43 -61
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +18 -20
- package/cjs/Channel/components/UnreadCount.js.map +1 -1
- package/cjs/Channel/context.js +12 -23
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel.js +67 -43
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +29 -30
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +32 -28
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +99 -141
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +71 -82
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +36 -36
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +7 -8
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +31 -31
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-c2148b43.js → ChannelListProvider-46e379c7.js} +232 -284
- package/cjs/ChannelListProvider-46e379c7.js.map +1 -0
- package/cjs/{ChannelProvider-cf5dc7e3.js → ChannelProvider-2bfafa25.js} +626 -714
- package/cjs/ChannelProvider-2bfafa25.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +33 -46
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +45 -48
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +47 -58
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +40 -46
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +522 -605
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +71 -72
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +29 -32
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +55 -59
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings.js +20 -20
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +24 -24
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +102 -124
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +41 -42
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +22 -21
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateChannelProvider-ef7e4c91.js +52 -0
- package/cjs/CreateChannelProvider-ef7e4c91.js.map +1 -0
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +33 -43
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +33 -33
- package/cjs/CreateOpenChannel/context.js.map +1 -1
- package/cjs/CreateOpenChannel.js +18 -17
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -13
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile/context.js +0 -2
- package/cjs/EditUserProfile/context.js.map +1 -1
- package/cjs/EditUserProfile.js +18 -17
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/{LocalizationContext-2b3f310d.js → LocalizationContext-b42fa07d.js} +9 -11
- package/cjs/{LocalizationContext-2b3f310d.js.map → LocalizationContext-b42fa07d.js.map} +1 -1
- package/cjs/MediaQueryContext-372b55a6.js +94 -0
- package/cjs/MediaQueryContext-372b55a6.js.map +1 -0
- package/cjs/MemberList-d878307c.js +407 -0
- package/cjs/MemberList-d878307c.js.map +1 -0
- package/cjs/Message/context.js +40 -0
- package/cjs/Message/context.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +61 -70
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +201 -224
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +46 -58
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +8 -6
- package/cjs/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelHeader.js +27 -25
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +46 -33
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +168 -190
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +72 -92
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +52 -49
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +8 -9
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +34 -28
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +61 -76
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +21 -22
- package/cjs/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/cjs/OpenChannelList/context.js +3 -4
- package/cjs/OpenChannelList/context.js.map +1 -1
- package/cjs/OpenChannelList.js +26 -24
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelListProvider-d1cbe71b.js +439 -0
- package/cjs/OpenChannelListProvider-d1cbe71b.js.map +1 -0
- package/cjs/OpenChannelProvider-94eb45b4.js +1894 -0
- package/cjs/OpenChannelProvider-94eb45b4.js.map +1 -0
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +47 -56
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +26 -31
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +45 -43
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +516 -586
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +57 -70
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +19 -20
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/{RemoveMessageModal-c01eb93b.js → RemoveMessageModal-83d3158a.js} +19 -14
- package/cjs/RemoveMessageModal-83d3158a.js.map +1 -0
- package/cjs/SendbirdProvider.js +897 -409
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +234 -216
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +109 -88
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +22 -23
- package/cjs/Thread/components/ThreadHeader.js.map +1 -1
- package/cjs/Thread/components/ThreadList.js +107 -83
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +296 -272
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +144 -113
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +169 -139
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context/types.js +13 -14
- package/cjs/Thread/context/types.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +86 -57
- package/cjs/Thread.js.map +1 -1
- package/cjs/ThreadProvider-3ff0ff63.js +1704 -0
- package/cjs/ThreadProvider-3ff0ff63.js.map +1 -0
- package/cjs/{UserProfileContext-9d60cdc4.js → UserProfileContext-c87514d3.js} +1 -4
- package/cjs/{UserProfileContext-9d60cdc4.js.map → UserProfileContext-c87514d3.js.map} +1 -1
- package/cjs/VoiceMessageInputWrapper-6e1d03d7.js +175 -0
- package/cjs/VoiceMessageInputWrapper-6e1d03d7.js.map +1 -0
- package/cjs/VoicePlayer/context.js +16 -0
- package/cjs/{NotificationChannel → VoicePlayer}/context.js.map +1 -1
- package/cjs/VoicePlayer/useVoicePlayer.js +76 -0
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -0
- package/cjs/VoiceRecorder/context.js +128 -0
- package/cjs/VoiceRecorder/context.js.map +1 -0
- package/cjs/VoiceRecorder/useVoiceRecorder.js +114 -0
- package/cjs/VoiceRecorder/useVoiceRecorder.js.map +1 -0
- package/cjs/WebAudioUtils-de98e939.js +126 -0
- package/cjs/WebAudioUtils-de98e939.js.map +1 -0
- package/cjs/{_rollupPluginBabelHelpers-a7254c9d.js → _rollupPluginBabelHelpers-3a9d1641.js} +17 -10
- package/cjs/_rollupPluginBabelHelpers-3a9d1641.js.map +1 -0
- package/cjs/actionTypes-ecb5bef6.js +10 -0
- package/cjs/actionTypes-ecb5bef6.js.map +1 -0
- package/cjs/{color-89f33656.js → color-a4e73e6f.js} +13 -21
- package/cjs/color-a4e73e6f.js.map +1 -0
- package/cjs/{compareIds-ca869c2e.js → compareIds-a7029d6a.js} +5 -6
- package/cjs/compareIds-a7029d6a.js.map +1 -0
- package/cjs/{const-db71e993.js → const-3ab3e45c.js} +4 -4
- package/cjs/const-3ab3e45c.js.map +1 -0
- package/cjs/const-68cf2709.js +20 -0
- package/cjs/const-68cf2709.js.map +1 -0
- package/cjs/consts-26d4668c.js +6 -0
- package/cjs/consts-26d4668c.js.map +1 -0
- package/cjs/consts-ad8ba629.js +6 -0
- package/cjs/consts-ad8ba629.js.map +1 -0
- package/cjs/consts-bb2a67c7.js +6 -0
- package/cjs/consts-bb2a67c7.js.map +1 -0
- package/cjs/consts-f71467c8.js +41 -0
- package/cjs/consts-f71467c8.js.map +1 -0
- package/cjs/{context-2f5d47fd.js → context-b81d493d.js} +6 -5
- package/cjs/{context-2f5d47fd.js.map → context-b81d493d.js.map} +1 -1
- package/cjs/dist/index.css +970 -532
- package/cjs/dist/index.css.map +1 -1
- package/cjs/handlers/OpenChannelHandler.js.map +1 -1
- package/cjs/handlers/SessionHandler.js.map +1 -1
- package/cjs/index-0b8a1074.js +590 -0
- package/cjs/index-0b8a1074.js.map +1 -0
- package/cjs/index-1c18afa8.js +57 -0
- package/cjs/index-1c18afa8.js.map +1 -0
- package/cjs/index-3f079f3e.js +367 -0
- package/cjs/index-3f079f3e.js.map +1 -0
- package/cjs/{index-d6ef2a60.js → index-72e412f7.js} +11 -25
- package/cjs/index-72e412f7.js.map +1 -0
- package/cjs/{index-0988ab25.js → index-7ec4fe06.js} +57 -3
- package/cjs/index-7ec4fe06.js.map +1 -0
- package/cjs/{index-be9c6237.js → index-811da6ee.js} +55 -63
- package/cjs/index-811da6ee.js.map +1 -0
- package/cjs/{index-73467e1d.js → index-849f44b0.js} +2 -2
- package/cjs/{index-73467e1d.js.map → index-849f44b0.js.map} +1 -1
- package/cjs/{index-de151767.js → index-97005534.js} +1 -1
- package/cjs/{index-de151767.js.map → index-97005534.js.map} +1 -1
- package/cjs/index-9b23b5c2.js +161 -0
- package/cjs/index-9b23b5c2.js.map +1 -0
- package/cjs/{index-621e74bd.js → index-9d9e563e.js} +29 -37
- package/cjs/index-9d9e563e.js.map +1 -0
- package/cjs/index-a401f2b6.js +441 -0
- package/cjs/index-a401f2b6.js.map +1 -0
- package/cjs/{index-2c5dd48c.js → index-afada680.js} +2 -2
- package/cjs/{index-2c5dd48c.js.map → index-afada680.js.map} +1 -1
- package/cjs/index-c38404d2.js +79 -0
- package/cjs/index-c38404d2.js.map +1 -0
- package/cjs/index-cb1d7ac4.js +292 -0
- package/cjs/index-cb1d7ac4.js.map +1 -0
- package/cjs/{index-e240e852.js → index-e1d69370.js} +42 -51
- package/cjs/index-e1d69370.js.map +1 -0
- package/cjs/{index-c4d4ef49.js → index-e8b83547.js} +1 -1
- package/cjs/index-e8b83547.js.map +1 -0
- package/cjs/index-f4f6d794.js +202 -0
- package/cjs/index-f4f6d794.js.map +1 -0
- package/cjs/index.js +77 -58
- package/cjs/index.js.map +1 -1
- package/cjs/index.module-d2876b1c.js +6 -0
- package/cjs/index.module-d2876b1c.js.map +1 -0
- package/cjs/lame.all.js +2541 -0
- package/cjs/lame.all.js.map +1 -0
- package/cjs/sendbirdSelectors.js +307 -417
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/{stringSet-91b919f6.js → stringSet-4f30313f.js} +110 -90
- package/cjs/stringSet-4f30313f.js.map +1 -0
- package/cjs/tokenize-e944d548.js +164 -0
- package/cjs/tokenize-e944d548.js.map +1 -0
- package/cjs/topics-3226c6ee.js +18 -0
- package/cjs/topics-3226c6ee.js.map +1 -0
- package/cjs/types-31174fcc.js +17 -0
- package/cjs/types-31174fcc.js.map +1 -0
- package/cjs/ui/Accordion.js +21 -24
- package/cjs/ui/Accordion.js.map +1 -1
- package/cjs/ui/AccordionGroup.js +10 -13
- package/cjs/ui/AccordionGroup.js.map +1 -1
- package/cjs/ui/AdminMessage.js +10 -13
- package/cjs/ui/AdminMessage.js.map +1 -1
- package/cjs/ui/Avatar.js +57 -79
- package/cjs/ui/Avatar.js.map +1 -1
- package/cjs/ui/Badge.js +16 -15
- package/cjs/ui/Badge.js.map +1 -1
- package/cjs/ui/BottomSheet.js +14 -12
- package/cjs/ui/BottomSheet.js.map +1 -1
- package/cjs/ui/Button.js +20 -35
- package/cjs/ui/Button.js.map +1 -1
- package/cjs/ui/ChannelAvatar.js +38 -41
- package/cjs/ui/ChannelAvatar.js.map +1 -1
- package/cjs/ui/Checkbox.js +11 -13
- package/cjs/ui/Checkbox.js.map +1 -1
- package/cjs/ui/ConnectionStatus.js +7 -5
- package/cjs/ui/ConnectionStatus.js.map +1 -1
- package/cjs/ui/ContextMenu.js +175 -199
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +12 -14
- package/cjs/ui/DateSeparator.js.map +1 -1
- package/cjs/ui/EmojiReactions.js +299 -107
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +22 -23
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- package/cjs/ui/FileViewer.js +36 -36
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Icon.js +447 -623
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +20 -31
- package/cjs/ui/IconButton.js.map +1 -1
- package/cjs/ui/ImageRenderer.js +34 -43
- package/cjs/ui/ImageRenderer.js.map +1 -1
- package/cjs/ui/Input.js +16 -16
- package/cjs/ui/Input.js.map +1 -1
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +4 -3
- package/cjs/ui/LinkLabel.js.map +1 -1
- package/cjs/ui/Loader.js +10 -12
- package/cjs/ui/Loader.js.map +1 -1
- package/cjs/ui/MentionLabel.js +58 -65
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +12 -10
- package/cjs/ui/MentionUserLabel.js.map +1 -1
- package/cjs/ui/MessageContent.js +208 -546
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +338 -118
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +83 -83
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +58 -62
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +56 -51
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +42 -41
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +10 -11
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/Modal.js +52 -46
- package/cjs/ui/Modal.js.map +1 -1
- package/cjs/ui/MutedAvatarOverlay.js +10 -10
- package/cjs/ui/MutedAvatarOverlay.js.map +1 -1
- package/cjs/ui/OGMessageItemBody.js +67 -63
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +8 -7
- package/cjs/ui/OpenChannelAdminMessage.js.map +1 -1
- package/cjs/ui/OpenChannelAvatar.js +18 -17
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +17 -13
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +138 -149
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +204 -233
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +213 -220
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +164 -173
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +5 -6
- package/cjs/ui/PlaceHolder.js.map +1 -1
- package/cjs/ui/PlaybackTime.js +35 -0
- package/cjs/ui/PlaybackTime.js.map +1 -0
- package/cjs/ui/ProgressBar.js +40 -0
- package/cjs/ui/ProgressBar.js.map +1 -0
- package/cjs/ui/QuoteMessage.js +50 -44
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +31 -29
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- package/cjs/ui/ReactionBadge.js +13 -21
- package/cjs/ui/ReactionBadge.js.map +1 -1
- package/cjs/ui/ReactionButton.js +30 -27
- package/cjs/ui/ReactionButton.js.map +1 -1
- package/cjs/ui/SortByRow.js +14 -18
- package/cjs/ui/SortByRow.js.map +1 -1
- package/cjs/ui/TextButton.js +13 -21
- package/cjs/ui/TextButton.js.map +1 -1
- package/cjs/ui/TextMessageItemBody.js +41 -48
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +25 -22
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +43 -45
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/cjs/ui/Toggle.js +202 -0
- package/cjs/ui/Toggle.js.map +1 -0
- package/cjs/ui/Tooltip.js +8 -9
- package/cjs/ui/Tooltip.js.map +1 -1
- package/cjs/ui/TooltipWrapper.js +17 -20
- package/cjs/ui/TooltipWrapper.js.map +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +21 -22
- package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
- package/cjs/ui/UserListItem.js +76 -76
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +31 -29
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageItemBody.js +108 -0
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -0
- package/cjs/ui/VoiceMessgeInput.js +22 -0
- package/cjs/ui/VoiceMessgeInput.js.map +1 -0
- package/cjs/ui/Word.js +31 -39
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useDirtyGetMentions-97c6e05a.js +77 -0
- package/cjs/useDirtyGetMentions-97c6e05a.js.map +1 -0
- package/cjs/useLongPress-bf1e8eee.js +87 -0
- package/cjs/useLongPress-bf1e8eee.js.map +1 -0
- package/cjs/useSendbirdStateContext.js +2 -3
- package/cjs/useSendbirdStateContext.js.map +1 -1
- package/cjs/utils/message/getOutgoingMessageState.js +16 -21
- package/cjs/utils/message/getOutgoingMessageState.js.map +1 -1
- package/cjs/utils/message/isVoiceMessage.js +12 -0
- package/cjs/utils/message/isVoiceMessage.js.map +1 -0
- package/cjs/{utils-1f6c6626.js → utils-146517a9.js} +1 -1
- package/cjs/{utils-1f6c6626.js.map → utils-146517a9.js.map} +1 -1
- package/cjs/utils-411a893e.js +31 -0
- package/cjs/utils-411a893e.js.map +1 -0
- package/cjs/{utils-3714e90e.js → utils-dbaff0d0.js} +3 -7
- package/cjs/{utils-3714e90e.js.map → utils-dbaff0d0.js.map} +1 -1
- package/cjs/utils-de654d3c.js +35 -0
- package/cjs/utils-de654d3c.js.map +1 -0
- package/cjs/uuid-5ab4f88b.js +15 -0
- package/cjs/{uuid-11d4efe8.js.map → uuid-5ab4f88b.js.map} +1 -1
- package/cjs/withSendbird.js +5 -6
- package/cjs/withSendbird.js.map +1 -1
- package/{color-ff5f9069.js → color-2ed716e6.js} +5 -14
- package/{color-ff5f9069.js.map → color-2ed716e6.js.map} +1 -1
- package/{compareIds-9430f9d8.js → compareIds-bc881fe7.js} +5 -6
- package/compareIds-bc881fe7.js.map +1 -0
- package/{const-83764204.js → const-8daee9fc.js} +4 -4
- package/const-8daee9fc.js.map +1 -0
- package/const-e51dda0c.js +13 -0
- package/const-e51dda0c.js.map +1 -0
- package/consts-3c0ff1ed.js +27 -0
- package/consts-3c0ff1ed.js.map +1 -0
- package/consts-7aab5aff.js +4 -0
- package/consts-7aab5aff.js.map +1 -0
- package/consts-d0b365df.js +4 -0
- package/consts-d0b365df.js.map +1 -0
- package/consts-d0cfee49.js +4 -0
- package/consts-d0cfee49.js.map +1 -0
- package/context-cde5c2bf.js +13 -0
- package/{context-9a69e846.js.map → context-cde5c2bf.js.map} +1 -1
- package/dist/index.css +970 -532
- package/dist/index.css.map +1 -1
- package/handlers/OpenChannelHandler.js.map +1 -1
- package/handlers/SessionHandler.js.map +1 -1
- package/{index-134314e2.js → index-0f22e96e.js} +29 -37
- package/index-0f22e96e.js.map +1 -0
- package/index-1e5cf284.js +154 -0
- package/index-1e5cf284.js.map +1 -0
- package/{index-defabece.js → index-1ec11afb.js} +57 -4
- package/index-1ec11afb.js.map +1 -0
- package/{index-d3f6dbb9.js → index-37531f98.js} +2 -2
- package/{index-d3f6dbb9.js.map → index-37531f98.js.map} +1 -1
- package/index-3f1fa3f9.js +76 -0
- package/index-3f1fa3f9.js.map +1 -0
- package/{index-44470dab.js → index-4023d1b2.js} +11 -25
- package/index-4023d1b2.js.map +1 -0
- package/index-5141f766.js +51 -0
- package/index-5141f766.js.map +1 -0
- package/{index-fc4702b7.js → index-5a1c1956.js} +55 -63
- package/index-5a1c1956.js.map +1 -0
- package/index-735cb5a3.js +360 -0
- package/index-735cb5a3.js.map +1 -0
- package/{index-e5b78039.js → index-7bff4ce0.js} +1 -1
- package/index-7bff4ce0.js.map +1 -0
- package/{index-07e060cd.js → index-865112db.js} +1 -1
- package/{index-07e060cd.js.map → index-865112db.js.map} +1 -1
- package/index-ac642e0b.js +435 -0
- package/index-ac642e0b.js.map +1 -0
- package/index-d847a382.js +283 -0
- package/index-d847a382.js.map +1 -0
- package/index-e2601165.js +544 -0
- package/index-e2601165.js.map +1 -0
- package/{index-3f26a31c.js → index-f1701c11.js} +2 -2
- package/{index-3f26a31c.js.map → index-f1701c11.js.map} +1 -1
- package/{index-1b91b116.js → index-fa140763.js} +39 -48
- package/index-fa140763.js.map +1 -0
- package/index-fa37119a.js +187 -0
- package/index-fa37119a.js.map +1 -0
- package/index.d.ts +171 -123
- package/index.js +77 -58
- package/index.js.map +1 -1
- package/index.module-9202ebbd.js +4 -0
- package/index.module-9202ebbd.js.map +1 -0
- package/lame.all.js +2537 -0
- package/lame.all.js.map +1 -0
- package/package.json +61 -41
- package/sendbirdSelectors.js +307 -417
- package/sendbirdSelectors.js.map +1 -1
- package/{stringSet-d555d877.js → stringSet-7a8ce1ce.js} +110 -90
- package/stringSet-7a8ce1ce.js.map +1 -0
- package/tokenize-003bf3f7.js +159 -0
- package/tokenize-003bf3f7.js.map +1 -0
- package/topics-5ff88d6f.js +16 -0
- package/topics-5ff88d6f.js.map +1 -0
- package/types-bffbc5f5.js +15 -0
- package/types-bffbc5f5.js.map +1 -0
- package/ui/Accordion.js +21 -24
- package/ui/Accordion.js.map +1 -1
- package/ui/AccordionGroup.js +10 -13
- package/ui/AccordionGroup.js.map +1 -1
- package/ui/AdminMessage.js +10 -13
- package/ui/AdminMessage.js.map +1 -1
- package/ui/Avatar.js +57 -79
- package/ui/Avatar.js.map +1 -1
- package/ui/Badge.js +16 -15
- package/ui/Badge.js.map +1 -1
- package/ui/BottomSheet.js +14 -12
- package/ui/BottomSheet.js.map +1 -1
- package/ui/Button.js +20 -35
- package/ui/Button.js.map +1 -1
- package/ui/ChannelAvatar.js +38 -41
- package/ui/ChannelAvatar.js.map +1 -1
- package/ui/Checkbox.js +11 -13
- package/ui/Checkbox.js.map +1 -1
- package/ui/ConnectionStatus.js +7 -5
- package/ui/ConnectionStatus.js.map +1 -1
- package/ui/ContextMenu.js +176 -200
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +12 -14
- package/ui/DateSeparator.js.map +1 -1
- package/ui/EmojiReactions.js +300 -108
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FileMessageItemBody.js +22 -23
- package/ui/FileMessageItemBody.js.map +1 -1
- package/ui/FileViewer.js +36 -36
- package/ui/FileViewer.js.map +1 -1
- package/ui/Icon.js +448 -622
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +20 -31
- package/ui/IconButton.js.map +1 -1
- package/ui/ImageRenderer.js +34 -43
- package/ui/ImageRenderer.js.map +1 -1
- package/ui/Input.js +16 -16
- package/ui/Input.js.map +1 -1
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +4 -3
- package/ui/LinkLabel.js.map +1 -1
- package/ui/Loader.js +10 -12
- package/ui/Loader.js.map +1 -1
- package/ui/MentionLabel.js +58 -65
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +12 -10
- package/ui/MentionUserLabel.js.map +1 -1
- package/ui/MessageContent.js +211 -549
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +338 -119
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +83 -83
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +58 -62
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +55 -50
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +41 -40
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +10 -11
- package/ui/MessageStatus.js.map +1 -1
- package/ui/Modal.js +52 -46
- package/ui/Modal.js.map +1 -1
- package/ui/MutedAvatarOverlay.js +10 -10
- package/ui/MutedAvatarOverlay.js.map +1 -1
- package/ui/OGMessageItemBody.js +68 -64
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +8 -7
- package/ui/OpenChannelAdminMessage.js.map +1 -1
- package/ui/OpenChannelAvatar.js +18 -17
- package/ui/OpenChannelAvatar.js.map +1 -1
- package/ui/OpenchannelConversationHeader.js +17 -13
- package/ui/OpenchannelConversationHeader.js.map +1 -1
- package/ui/OpenchannelFileMessage.js +138 -149
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +204 -233
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +213 -220
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +164 -173
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +5 -6
- package/ui/PlaceHolder.js.map +1 -1
- package/ui/PlaybackTime.js +26 -0
- package/ui/PlaybackTime.js.map +1 -0
- package/ui/ProgressBar.js +30 -0
- package/ui/ProgressBar.js.map +1 -0
- package/ui/QuoteMessage.js +50 -44
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +31 -29
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +13 -21
- package/ui/ReactionBadge.js.map +1 -1
- package/ui/ReactionButton.js +30 -27
- package/ui/ReactionButton.js.map +1 -1
- package/ui/SortByRow.js +14 -18
- package/ui/SortByRow.js.map +1 -1
- package/ui/TextButton.js +13 -21
- package/ui/TextButton.js.map +1 -1
- package/ui/TextMessageItemBody.js +41 -48
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +25 -22
- package/ui/ThreadReplies.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +43 -45
- package/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/ui/Toggle.js +191 -0
- package/ui/Toggle.js.map +1 -0
- package/ui/Tooltip.js +8 -9
- package/ui/Tooltip.js.map +1 -1
- package/ui/TooltipWrapper.js +17 -20
- package/ui/TooltipWrapper.js.map +1 -1
- package/ui/UnknownMessageItemBody.js +21 -22
- package/ui/UnknownMessageItemBody.js.map +1 -1
- package/ui/UserListItem.js +76 -76
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +31 -29
- package/ui/UserProfile.js.map +1 -1
- package/ui/VoiceMessageItemBody.js +99 -0
- package/ui/VoiceMessageItemBody.js.map +1 -0
- package/ui/VoiceMessgeInput.js +14 -0
- package/ui/VoiceMessgeInput.js.map +1 -0
- package/ui/Word.js +31 -39
- package/ui/Word.js.map +1 -1
- package/useDirtyGetMentions-aac697f4.js +75 -0
- package/useDirtyGetMentions-aac697f4.js.map +1 -0
- package/useLongPress-fbab35a9.js +85 -0
- package/useLongPress-fbab35a9.js.map +1 -0
- package/useSendbirdStateContext.js +2 -3
- package/useSendbirdStateContext.js.map +1 -1
- package/utils/message/getOutgoingMessageState.js +9 -15
- package/utils/message/getOutgoingMessageState.js.map +1 -1
- package/utils/message/isVoiceMessage.js +8 -0
- package/utils/message/isVoiceMessage.js.map +1 -0
- package/{utils-8b11ff42.js → utils-0d88f863.js} +3 -7
- package/{utils-8b11ff42.js.map → utils-0d88f863.js.map} +1 -1
- package/{utils-e720e03a.js → utils-388a790e.js} +1 -1
- package/{utils-e720e03a.js.map → utils-388a790e.js.map} +1 -1
- package/utils-6f2bb331.js +31 -0
- package/utils-6f2bb331.js.map +1 -0
- package/utils-af761f03.js +29 -0
- package/utils-af761f03.js.map +1 -0
- package/uuid-1f1bbd9c.js +13 -0
- package/{uuid-286ed926.js.map → uuid-1f1bbd9c.js.map} +1 -1
- package/withSendbird.js +5 -6
- package/withSendbird.js.map +1 -1
- package/ChannelListProvider-f461d265.js.map +0 -1
- package/ChannelProvider-554e7116.js.map +0 -1
- package/CreateChannelProvider-250cd98e.js +0 -55
- package/CreateChannelProvider-250cd98e.js.map +0 -1
- package/LocalizationContext-4df0cc32.js +0 -22
- package/MediaQueryContext-74183e34.js +0 -90
- package/MediaQueryContext-74183e34.js.map +0 -1
- package/MemberList-51c7afaa.js +0 -435
- package/MemberList-51c7afaa.js.map +0 -1
- package/NotificationChannel/components/NotificationChannelUI.js +0 -119
- package/NotificationChannel/components/NotificationChannelUI.js.map +0 -1
- package/NotificationChannel/components/NotificationList.js +0 -111
- package/NotificationChannel/components/NotificationList.js.map +0 -1
- package/NotificationChannel/components/NotificationMessageWrap.js +0 -136
- package/NotificationChannel/components/NotificationMessageWrap.js.map +0 -1
- package/NotificationChannel/context.js +0 -12
- package/NotificationChannel.js +0 -58
- package/NotificationChannel.js.map +0 -1
- package/NotificationChannelProvider-0d8be1ad.js +0 -535
- package/NotificationChannelProvider-0d8be1ad.js.map +0 -1
- package/OpenChannelListProvider-8c753945.js +0 -434
- package/OpenChannelListProvider-8c753945.js.map +0 -1
- package/OpenChannelProvider-2fa01820.js +0 -2000
- package/OpenChannelProvider-2fa01820.js.map +0 -1
- package/RemoveMessageModal-9762fed1.js +0 -31
- package/RemoveMessageModal-9762fed1.js.map +0 -1
- package/ThreadProvider-6974fb3e.js +0 -1644
- package/ThreadProvider-6974fb3e.js.map +0 -1
- package/_rollupPluginBabelHelpers-498add61.js.map +0 -1
- package/actionTypes-ad2cbd73.js +0 -6
- package/actionTypes-ad2cbd73.js.map +0 -1
- package/cjs/ChannelListProvider-c2148b43.js.map +0 -1
- package/cjs/ChannelProvider-cf5dc7e3.js.map +0 -1
- package/cjs/CreateChannelProvider-c98de398.js +0 -62
- package/cjs/CreateChannelProvider-c98de398.js.map +0 -1
- package/cjs/MediaQueryContext-71862be1.js +0 -97
- package/cjs/MediaQueryContext-71862be1.js.map +0 -1
- package/cjs/MemberList-13566703.js +0 -441
- package/cjs/MemberList-13566703.js.map +0 -1
- package/cjs/NotificationChannel/components/NotificationChannelUI.js +0 -125
- package/cjs/NotificationChannel/components/NotificationChannelUI.js.map +0 -1
- package/cjs/NotificationChannel/components/NotificationList.js +0 -117
- package/cjs/NotificationChannel/components/NotificationList.js.map +0 -1
- package/cjs/NotificationChannel/components/NotificationMessageWrap.js +0 -142
- package/cjs/NotificationChannel/components/NotificationMessageWrap.js.map +0 -1
- package/cjs/NotificationChannel/context.js +0 -21
- package/cjs/NotificationChannel.js +0 -64
- package/cjs/NotificationChannel.js.map +0 -1
- package/cjs/NotificationChannelProvider-8f3b7320.js +0 -543
- package/cjs/NotificationChannelProvider-8f3b7320.js.map +0 -1
- package/cjs/OpenChannelListProvider-64043b4f.js +0 -443
- package/cjs/OpenChannelListProvider-64043b4f.js.map +0 -1
- package/cjs/OpenChannelProvider-5b56e629.js +0 -2009
- package/cjs/OpenChannelProvider-5b56e629.js.map +0 -1
- package/cjs/RemoveMessageModal-c01eb93b.js.map +0 -1
- package/cjs/ThreadProvider-d3c0c877.js +0 -1653
- package/cjs/ThreadProvider-d3c0c877.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-a7254c9d.js.map +0 -1
- package/cjs/actionTypes-0e8bea91.js +0 -10
- package/cjs/actionTypes-0e8bea91.js.map +0 -1
- package/cjs/color-89f33656.js.map +0 -1
- package/cjs/compareIds-ca869c2e.js.map +0 -1
- package/cjs/const-55d167ca.js +0 -20
- package/cjs/const-55d167ca.js.map +0 -1
- package/cjs/const-db71e993.js.map +0 -1
- package/cjs/index-0988ab25.js.map +0 -1
- package/cjs/index-21b2339d.js +0 -701
- package/cjs/index-21b2339d.js.map +0 -1
- package/cjs/index-5c81f847.js +0 -194
- package/cjs/index-5c81f847.js.map +0 -1
- package/cjs/index-621e74bd.js.map +0 -1
- package/cjs/index-8de59744.js +0 -59
- package/cjs/index-8de59744.js.map +0 -1
- package/cjs/index-a52859ed.js +0 -360
- package/cjs/index-a52859ed.js.map +0 -1
- package/cjs/index-be9c6237.js.map +0 -1
- package/cjs/index-c4d4ef49.js.map +0 -1
- package/cjs/index-d6ef2a60.js.map +0 -1
- package/cjs/index-e240e852.js.map +0 -1
- package/cjs/stringSet-91b919f6.js.map +0 -1
- package/cjs/topics-ac9cf7ed.js +0 -22
- package/cjs/topics-ac9cf7ed.js.map +0 -1
- package/cjs/tslib.es6-43854eb1.js +0 -110
- package/cjs/tslib.es6-43854eb1.js.map +0 -1
- package/cjs/useLongPress-c7bf12b1.js +0 -118
- package/cjs/useLongPress-c7bf12b1.js.map +0 -1
- package/cjs/utils-4b529d96.js +0 -38
- package/cjs/utils-4b529d96.js.map +0 -1
- package/cjs/utils-65a380e8.js +0 -32
- package/cjs/utils-65a380e8.js.map +0 -1
- package/cjs/uuid-11d4efe8.js +0 -19
- package/compareIds-9430f9d8.js.map +0 -1
- package/const-83764204.js.map +0 -1
- package/const-9d11f204.js +0 -14
- package/const-9d11f204.js.map +0 -1
- package/context-9a69e846.js +0 -12
- package/index-134314e2.js.map +0 -1
- package/index-1572c90f.js +0 -57
- package/index-1572c90f.js.map +0 -1
- package/index-1b91b116.js.map +0 -1
- package/index-44470dab.js.map +0 -1
- package/index-5f08f486.js +0 -662
- package/index-5f08f486.js.map +0 -1
- package/index-d8e3ccee.js +0 -179
- package/index-d8e3ccee.js.map +0 -1
- package/index-defabece.js.map +0 -1
- package/index-e5b78039.js.map +0 -1
- package/index-ed65ee3b.js +0 -353
- package/index-ed65ee3b.js.map +0 -1
- package/index-fc4702b7.js.map +0 -1
- package/stringSet-d555d877.js.map +0 -1
- package/topics-351ea731.js +0 -13
- package/topics-351ea731.js.map +0 -1
- package/tslib.es6-bcead7e6.js +0 -104
- package/tslib.es6-bcead7e6.js.map +0 -1
- package/useLongPress-794838b8.js +0 -116
- package/useLongPress-794838b8.js.map +0 -1
- package/utils-00ac1a7d.js +0 -34
- package/utils-00ac1a7d.js.map +0 -1
- package/utils-01e76a0c.js +0 -30
- package/utils-01e76a0c.js.map +0 -1
- package/uuid-286ed926.js +0 -17
package/cjs/dist/index.css
CHANGED
|
@@ -58,208 +58,17 @@
|
|
|
58
58
|
.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon {
|
|
59
59
|
background-color: var(--sendbird-dark-background-300);
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
.sb-message-template__parent {
|
|
67
|
-
font-family: 'Roboto';
|
|
68
|
-
}
|
|
69
|
-
.sendbird-theme--light
|
|
70
|
-
.sb-message-template__box {
|
|
71
|
-
background-color: #eee;
|
|
72
|
-
}
|
|
73
|
-
.sendbird-theme--dark
|
|
74
|
-
.sb-message-template__box {
|
|
75
|
-
background-color: #2c2c2c;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sendbird-theme--light
|
|
79
|
-
.sb-message-template__text {
|
|
80
|
-
color: rgba(0, 0, 0, 0.88);
|
|
81
|
-
}
|
|
82
|
-
.sendbird-theme--dark
|
|
83
|
-
.sb-message-template__text {
|
|
84
|
-
color: rgba(255, 255, 255, 0.88);
|
|
85
|
-
}
|
|
86
|
-
.sb-message-template__text {
|
|
87
|
-
font-family: inherit;
|
|
88
|
-
font-size: 14px;
|
|
89
|
-
font-weight: normal;
|
|
90
|
-
font-stretch: normal;
|
|
91
|
-
font-style: normal;
|
|
92
|
-
line-height: 1.43;
|
|
93
|
-
letter-spacing: normal;
|
|
94
|
-
text-align: left;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.sendbird-theme--light
|
|
98
|
-
.sb-message-template__text-button {
|
|
99
|
-
background-color: #e0e0e0;
|
|
100
|
-
color: #742ddd;
|
|
101
|
-
}
|
|
102
|
-
.sendbird-theme--dark
|
|
103
|
-
.sb-message-template__text-button {
|
|
104
|
-
background-color: #393939;
|
|
105
|
-
color: #c2a9fa;
|
|
106
|
-
}
|
|
107
|
-
.sb-message-template__text-button {
|
|
108
|
-
height: 36px;
|
|
109
|
-
padding: 10px 20px;
|
|
110
|
-
border-radius: 6px;
|
|
111
|
-
font-family: Roboto;
|
|
112
|
-
font-size: 14px;
|
|
113
|
-
font-weight: 500;
|
|
114
|
-
font-stretch: normal;
|
|
115
|
-
font-style: normal;
|
|
116
|
-
line-height: 1.43;
|
|
117
|
-
letter-spacing: normal;
|
|
118
|
-
text-align: center;
|
|
119
|
-
/* opacity: 0.8; */
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sb-message-template__text-button:hover {
|
|
123
|
-
opacity: 1;
|
|
124
|
-
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.sb-message-template__text-button,
|
|
128
|
-
.sb-message-template__image-button {
|
|
129
|
-
cursor: pointer;
|
|
130
|
-
border-style: none;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.sb-message-template__parent {
|
|
134
|
-
border-radius: 8px;
|
|
135
|
-
overflow: hidden;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.sendbird-create-open-channel-ui {
|
|
139
|
-
position: relative;
|
|
140
|
-
display: inline-flex;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.sendbird-create-open-channel-ui__profile-input {
|
|
144
|
-
position: relative;
|
|
145
|
-
display: inline-flex;
|
|
146
|
-
flex-direction: column;
|
|
147
|
-
justify-content: flex-start;
|
|
148
|
-
width: 100%;
|
|
149
|
-
height: 100%;
|
|
150
|
-
box-sizing: border-box;
|
|
151
|
-
}
|
|
152
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section {
|
|
153
|
-
position: relative;
|
|
154
|
-
margin-top: 16px;
|
|
155
|
-
display: inline-flex;
|
|
156
|
-
flex-direction: row;
|
|
157
|
-
align-items: center;
|
|
158
|
-
}
|
|
159
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar {
|
|
160
|
-
position: relative;
|
|
161
|
-
display: inline-flex;
|
|
162
|
-
align-items: center;
|
|
163
|
-
justify-content: center;
|
|
164
|
-
width: 80px;
|
|
165
|
-
height: 80px;
|
|
166
|
-
}
|
|
167
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
168
|
-
position: relative;
|
|
169
|
-
display: inline-flex;
|
|
170
|
-
align-items: center;
|
|
171
|
-
justify-content: center;
|
|
172
|
-
width: 80px;
|
|
173
|
-
height: 80px;
|
|
174
|
-
border-radius: 50%;
|
|
175
|
-
}
|
|
176
|
-
.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
177
|
-
background-color: var(--sendbird-light-background-200);
|
|
178
|
-
}
|
|
179
|
-
.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
180
|
-
background-color: var(--sendbird-dark-background-400);
|
|
181
|
-
}
|
|
182
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button {
|
|
183
|
-
position: relative;
|
|
184
|
-
margin-left: 18px;
|
|
185
|
-
display: inline-flex;
|
|
186
|
-
}
|
|
187
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section {
|
|
188
|
-
position: relative;
|
|
189
|
-
margin-top: 8px;
|
|
190
|
-
display: inline-flex;
|
|
191
|
-
flex-direction: row;
|
|
192
|
-
}
|
|
193
|
-
.sendbird-notification-channel__message-wrap {
|
|
194
|
-
padding-left: 48px;
|
|
195
|
-
margin-right: 16px;
|
|
196
|
-
box-sizing: border-box;
|
|
197
|
-
/**
|
|
198
|
-
* 1. Modify unknown message to be visually similar with other platforms
|
|
199
|
-
*/
|
|
200
|
-
}
|
|
201
|
-
.sendbird-notification-channel__message-wrap .sendbird-unknown-message-item-body {
|
|
202
|
-
width: 100%;
|
|
203
|
-
}
|
|
204
|
-
.sendbird-notification-channel__message-wrap .sendbird-unknown-message-item-body__description {
|
|
205
|
-
white-space: pre-line;
|
|
206
|
-
}
|
|
207
|
-
.sendbird-theme--light .sendbird-notification-channel__message-wrap .sendbird-unknown-message-item-body__description {
|
|
208
|
-
color: var(--sendbird-light-onlight-01);
|
|
209
|
-
}
|
|
210
|
-
.sendbird-theme--dark .sendbird-notification-channel__message-wrap .sendbird-unknown-message-item-body__description {
|
|
211
|
-
color: var(--sendbird-dark-ondark-01);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.sendbird-notification-channel__message-wrap-header {
|
|
215
|
-
position: relative;
|
|
216
|
-
display: flex;
|
|
217
|
-
justify-content: space-between;
|
|
218
|
-
align-items: flex-end;
|
|
219
|
-
margin-bottom: 4px;
|
|
220
|
-
margin-top: 16px;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.sendbird-notification-channel__message-caption {
|
|
224
|
-
white-space: nowrap;
|
|
225
|
-
overflow: hidden;
|
|
226
|
-
text-overflow: ellipsis;
|
|
227
|
-
width: 120px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.sendbird-notification-channel__message-date-wrap {
|
|
231
|
-
position: relative;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.sendbird-notification-channel__unread {
|
|
235
|
-
position: absolute;
|
|
236
|
-
left: -10px;
|
|
237
|
-
top: 8px;
|
|
238
|
-
height: 6px;
|
|
239
|
-
width: 6px;
|
|
240
|
-
border-radius: 50%;
|
|
241
|
-
background-color: #259C72;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.sendbird-notification-channel__channel-icon-wrap {
|
|
245
|
-
position: absolute;
|
|
246
|
-
left: -32px;
|
|
247
|
-
top: 12px;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.sendbird-notification-channel__channel-icon {
|
|
251
|
-
display: inline-block;
|
|
252
|
-
height: 24px;
|
|
253
|
-
width: 24px;
|
|
254
|
-
border-radius: 50%;
|
|
255
|
-
box-sizing: border-box;
|
|
256
|
-
padding-top: 4px;
|
|
257
|
-
padding-left: 6px;
|
|
258
|
-
background-color: #bdbdbd;
|
|
61
|
+
.sendbird-word {
|
|
62
|
+
display: inline;
|
|
63
|
+
height: -moz-fit-content;
|
|
64
|
+
height: fit-content;
|
|
259
65
|
}
|
|
260
66
|
|
|
261
|
-
.sendbird-
|
|
262
|
-
|
|
67
|
+
.sendbird-word__url {
|
|
68
|
+
margin: 0 4px;
|
|
69
|
+
display: inline;
|
|
70
|
+
color: inherit;
|
|
71
|
+
word-break: break-all;
|
|
263
72
|
}
|
|
264
73
|
.sendbird-open-channel-preview {
|
|
265
74
|
position: relative;
|
|
@@ -380,10 +189,60 @@
|
|
|
380
189
|
text-overflow: ellipsis;
|
|
381
190
|
word-break: keep-all;
|
|
382
191
|
}
|
|
383
|
-
.sendbird-
|
|
384
|
-
|
|
385
|
-
|
|
192
|
+
.sendbird-create-open-channel-ui {
|
|
193
|
+
position: relative;
|
|
194
|
+
display: inline-flex;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.sendbird-create-open-channel-ui__profile-input {
|
|
198
|
+
position: relative;
|
|
199
|
+
display: inline-flex;
|
|
200
|
+
flex-direction: column;
|
|
201
|
+
justify-content: flex-start;
|
|
386
202
|
width: 100%;
|
|
203
|
+
height: 100%;
|
|
204
|
+
box-sizing: border-box;
|
|
205
|
+
}
|
|
206
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section {
|
|
207
|
+
position: relative;
|
|
208
|
+
margin-top: 16px;
|
|
209
|
+
display: inline-flex;
|
|
210
|
+
flex-direction: row;
|
|
211
|
+
align-items: center;
|
|
212
|
+
}
|
|
213
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar {
|
|
214
|
+
position: relative;
|
|
215
|
+
display: inline-flex;
|
|
216
|
+
align-items: center;
|
|
217
|
+
justify-content: center;
|
|
218
|
+
width: 80px;
|
|
219
|
+
height: 80px;
|
|
220
|
+
}
|
|
221
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
222
|
+
position: relative;
|
|
223
|
+
display: inline-flex;
|
|
224
|
+
align-items: center;
|
|
225
|
+
justify-content: center;
|
|
226
|
+
width: 80px;
|
|
227
|
+
height: 80px;
|
|
228
|
+
border-radius: 50%;
|
|
229
|
+
}
|
|
230
|
+
.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
231
|
+
background-color: var(--sendbird-light-background-200);
|
|
232
|
+
}
|
|
233
|
+
.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
234
|
+
background-color: var(--sendbird-dark-background-400);
|
|
235
|
+
}
|
|
236
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button {
|
|
237
|
+
position: relative;
|
|
238
|
+
margin-left: 18px;
|
|
239
|
+
display: inline-flex;
|
|
240
|
+
}
|
|
241
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section {
|
|
242
|
+
position: relative;
|
|
243
|
+
margin-top: 8px;
|
|
244
|
+
display: inline-flex;
|
|
245
|
+
flex-direction: row;
|
|
387
246
|
}
|
|
388
247
|
.sendbird-open-channel-list,
|
|
389
248
|
.sendbird-open-channel-list-ui {
|
|
@@ -419,10 +278,12 @@
|
|
|
419
278
|
}
|
|
420
279
|
.sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
|
|
421
280
|
.sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
|
|
281
|
+
background-color: var(--sendbird-light-background-50);
|
|
422
282
|
border-bottom: solid 1px var(--sendbird-light-onlight-04);
|
|
423
283
|
}
|
|
424
284
|
.sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,
|
|
425
285
|
.sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header {
|
|
286
|
+
background-color: var(--sendbird-dark-background-600);
|
|
426
287
|
border-bottom: solid 1px var(--sendbird-dark-ondark-04);
|
|
427
288
|
}
|
|
428
289
|
.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,
|
|
@@ -477,17 +338,6 @@
|
|
|
477
338
|
.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
|
|
478
339
|
background-color: var(--sendbird-dark-background-500);
|
|
479
340
|
}
|
|
480
|
-
.sendbird-notification-channel {
|
|
481
|
-
height: 100%;
|
|
482
|
-
}
|
|
483
|
-
.sendbird-theme--light .sendbird-notification-channel {
|
|
484
|
-
background-color: var(--sendbird-light-background-50);
|
|
485
|
-
border: 1px solid var(--sendbird-light-onlight-04);
|
|
486
|
-
}
|
|
487
|
-
.sendbird-theme--dark .sendbird-notification-channel {
|
|
488
|
-
background-color: var(--sendbird-dark-background-600);
|
|
489
|
-
border: 1px solid var(--sendbird-dark-ondark-04);
|
|
490
|
-
}
|
|
491
341
|
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
|
|
492
342
|
:root {
|
|
493
343
|
--sendbird-light-primary-500: #491389;
|
|
@@ -682,6 +532,11 @@
|
|
|
682
532
|
overflow-y: auto;
|
|
683
533
|
overflow-x: hidden;
|
|
684
534
|
}
|
|
535
|
+
.sendbird-label {
|
|
536
|
+
-webkit-user-select: none;
|
|
537
|
+
-webkit-touch-callout: none;
|
|
538
|
+
}
|
|
539
|
+
|
|
685
540
|
[class*=sendbird-label] {
|
|
686
541
|
font-family: var(--sendbird-font-family-default);
|
|
687
542
|
}
|
|
@@ -946,6 +801,13 @@
|
|
|
946
801
|
fill: var(--sendbird-dark-primary-200);
|
|
947
802
|
}
|
|
948
803
|
|
|
804
|
+
.sendbird-theme--light .sendbird-icon-color--primary-2 [class*=fill] {
|
|
805
|
+
fill: var(--sendbird-light-primary-200);
|
|
806
|
+
}
|
|
807
|
+
.sendbird-theme--dark .sendbird-icon-color--primary-2 [class*=fill] {
|
|
808
|
+
fill: var(--sendbird-dark-primary-400);
|
|
809
|
+
}
|
|
810
|
+
|
|
949
811
|
.sendbird-theme--light .sendbird-icon-color--primary [class*=stroke] {
|
|
950
812
|
stroke: var(--sendbird-light-primary-300);
|
|
951
813
|
stroke-width: 2px;
|
|
@@ -1021,6 +883,13 @@
|
|
|
1021
883
|
fill: var(--sendbird-dark-ondark-03);
|
|
1022
884
|
}
|
|
1023
885
|
|
|
886
|
+
.sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill] {
|
|
887
|
+
fill: var(--sendbird-light-onlight-04);
|
|
888
|
+
}
|
|
889
|
+
.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill] {
|
|
890
|
+
fill: var(--sendbird-dark-ondark-04);
|
|
891
|
+
}
|
|
892
|
+
|
|
1024
893
|
.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill] {
|
|
1025
894
|
fill: var(--sendbird-light-background-300);
|
|
1026
895
|
}
|
|
@@ -1208,9 +1077,9 @@
|
|
|
1208
1077
|
height: 100%;
|
|
1209
1078
|
}
|
|
1210
1079
|
.sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content {
|
|
1211
|
-
height: -
|
|
1212
|
-
height: -
|
|
1213
|
-
height:
|
|
1080
|
+
height: -webkit-fill-available;
|
|
1081
|
+
height: -moz-available;
|
|
1082
|
+
height: stretch;
|
|
1214
1083
|
}
|
|
1215
1084
|
|
|
1216
1085
|
.sendbird-modal {
|
|
@@ -1222,7 +1091,6 @@
|
|
|
1222
1091
|
display: flex;
|
|
1223
1092
|
align-items: center;
|
|
1224
1093
|
justify-content: center;
|
|
1225
|
-
z-index: 9999999;
|
|
1226
1094
|
}
|
|
1227
1095
|
|
|
1228
1096
|
.sendbird-modal__backdrop--clickoutside {
|
|
@@ -1710,6 +1578,9 @@
|
|
|
1710
1578
|
background-color: var(--sendbird-dark-primary-200);
|
|
1711
1579
|
border: solid 2px var(--sendbird-dark-primary-200);
|
|
1712
1580
|
}
|
|
1581
|
+
.sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled {
|
|
1582
|
+
cursor: default;
|
|
1583
|
+
}
|
|
1713
1584
|
.sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled {
|
|
1714
1585
|
background-color: var(--sendbird-light-onlight-04);
|
|
1715
1586
|
border: solid 2px var(--sendbird-light-onlight-04);
|
|
@@ -1947,6 +1818,7 @@
|
|
|
1947
1818
|
}
|
|
1948
1819
|
.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content {
|
|
1949
1820
|
position: relative;
|
|
1821
|
+
max-width: calc(100% - 72px);
|
|
1950
1822
|
}
|
|
1951
1823
|
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper {
|
|
1952
1824
|
display: flex;
|
|
@@ -2247,72 +2119,30 @@
|
|
|
2247
2119
|
.sendbird-theme--dark .sendbird-color--error--background-color {
|
|
2248
2120
|
background-color: var(--sendbird-dark-error-300);
|
|
2249
2121
|
}
|
|
2250
|
-
.sendbird-
|
|
2251
|
-
|
|
2122
|
+
.sendbird-message-status {
|
|
2123
|
+
position: relative;
|
|
2124
|
+
display: inline-flex;
|
|
2125
|
+
align-items: flex-start;
|
|
2126
|
+
width: 100%;
|
|
2127
|
+
height: 100%;
|
|
2128
|
+
}
|
|
2129
|
+
.sendbird-message-status .sendbird-message-status__icon {
|
|
2130
|
+
position: relative;
|
|
2252
2131
|
display: inline-block;
|
|
2253
|
-
|
|
2254
|
-
box-sizing: border-box;
|
|
2255
|
-
cursor: pointer;
|
|
2132
|
+
top: -2px;
|
|
2256
2133
|
}
|
|
2257
|
-
.sendbird-
|
|
2258
|
-
|
|
2259
|
-
background-color: var(--sendbird-light-background-100);
|
|
2134
|
+
.sendbird-message-status .sendbird-message-status__icon.hide-icon {
|
|
2135
|
+
display: none;
|
|
2260
2136
|
}
|
|
2261
|
-
.sendbird-
|
|
2262
|
-
|
|
2263
|
-
|
|
2137
|
+
.sendbird-message-status .sendbird-message-status__text {
|
|
2138
|
+
position: relative;
|
|
2139
|
+
display: inline-block;
|
|
2140
|
+
margin-left: 4px;
|
|
2264
2141
|
}
|
|
2265
|
-
.sendbird-
|
|
2266
|
-
|
|
2142
|
+
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again {
|
|
2143
|
+
text-decoration: underline;
|
|
2267
2144
|
}
|
|
2268
|
-
|
|
2269
|
-
.sendbird-reaction-button--selected {
|
|
2270
|
-
cursor: pointer;
|
|
2271
|
-
border-radius: 8px;
|
|
2272
|
-
display: inline-block;
|
|
2273
|
-
box-sizing: border-box;
|
|
2274
|
-
}
|
|
2275
|
-
.sendbird-theme--light .sendbird-reaction-button--selected {
|
|
2276
|
-
border: solid 1px var(--sendbird-light-primary-100);
|
|
2277
|
-
background-color: var(--sendbird-light-primary-100);
|
|
2278
|
-
}
|
|
2279
|
-
.sendbird-theme--dark .sendbird-reaction-button--selected {
|
|
2280
|
-
border: solid 1px var(--sendbird-dark-primary-400);
|
|
2281
|
-
background-color: var(--sendbird-dark-primary-400);
|
|
2282
|
-
}
|
|
2283
|
-
.sendbird-reaction-button--selected:hover {
|
|
2284
|
-
border: solid 1px var(--sendbird-selected-reaction-button-border-hover);
|
|
2285
|
-
}
|
|
2286
|
-
.sendbird-reaction-button--selected__inner {
|
|
2287
|
-
margin: 3px;
|
|
2288
|
-
}
|
|
2289
|
-
.sendbird-reaction-button--selected.sendbird-reactions--pressed {
|
|
2290
|
-
display: block !important;
|
|
2291
|
-
}
|
|
2292
|
-
.sendbird-message-status {
|
|
2293
|
-
position: relative;
|
|
2294
|
-
display: inline-flex;
|
|
2295
|
-
align-items: flex-start;
|
|
2296
|
-
width: 100%;
|
|
2297
|
-
height: 100%;
|
|
2298
|
-
}
|
|
2299
|
-
.sendbird-message-status .sendbird-message-status__icon {
|
|
2300
|
-
position: relative;
|
|
2301
|
-
display: inline-block;
|
|
2302
|
-
top: -2px;
|
|
2303
|
-
}
|
|
2304
|
-
.sendbird-message-status .sendbird-message-status__icon.hide-icon {
|
|
2305
|
-
display: none;
|
|
2306
|
-
}
|
|
2307
|
-
.sendbird-message-status .sendbird-message-status__text {
|
|
2308
|
-
position: relative;
|
|
2309
|
-
display: inline-block;
|
|
2310
|
-
margin-left: 4px;
|
|
2311
|
-
}
|
|
2312
|
-
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again {
|
|
2313
|
-
text-decoration: underline;
|
|
2314
|
-
}
|
|
2315
|
-
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover {
|
|
2145
|
+
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover {
|
|
2316
2146
|
cursor: pointer;
|
|
2317
2147
|
}
|
|
2318
2148
|
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete {
|
|
@@ -2595,6 +2425,12 @@
|
|
|
2595
2425
|
animation-duration: 1.6s;
|
|
2596
2426
|
animation-fill-mode: forwards;
|
|
2597
2427
|
}
|
|
2428
|
+
.sendbird-msg-hoc__highlighted .sendbird-voice-message-item-body {
|
|
2429
|
+
display: block;
|
|
2430
|
+
animation-name: sbHighlightBlock;
|
|
2431
|
+
animation-duration: 1.6s;
|
|
2432
|
+
animation-fill-mode: forwards;
|
|
2433
|
+
}
|
|
2598
2434
|
.sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover {
|
|
2599
2435
|
display: block;
|
|
2600
2436
|
animation-name: sbHighlightBlock;
|
|
@@ -2680,7 +2516,7 @@
|
|
|
2680
2516
|
overflow: hidden;
|
|
2681
2517
|
text-overflow: ellipsis;
|
|
2682
2518
|
white-space: nowrap;
|
|
2683
|
-
max-width:
|
|
2519
|
+
max-width: 780px;
|
|
2684
2520
|
}
|
|
2685
2521
|
.sendbird--mobile-mode .sendbird-chat-header .sendbird-chat-header__left__title {
|
|
2686
2522
|
max-width: calc(100vw - 240px);
|
|
@@ -2691,7 +2527,7 @@
|
|
|
2691
2527
|
text-overflow: ellipsis;
|
|
2692
2528
|
}
|
|
2693
2529
|
.sendbird-chat-header .sendbird-chat-header__right__mute {
|
|
2694
|
-
margin-right:
|
|
2530
|
+
margin-right: 18px;
|
|
2695
2531
|
}
|
|
2696
2532
|
.sendbird-chat-header .sendbird-iconbutton--pressed {
|
|
2697
2533
|
background-color: inherit;
|
|
@@ -2703,7 +2539,11 @@
|
|
|
2703
2539
|
.sendbird-chat-header__icon_back {
|
|
2704
2540
|
margin-right: 8px;
|
|
2705
2541
|
}
|
|
2542
|
+
.sendbird-conversation__messages {
|
|
2543
|
+
position: relative;
|
|
2544
|
+
}
|
|
2706
2545
|
.sendbird-conversation__messages .sendbird-conversation__messages-padding {
|
|
2546
|
+
position: relative;
|
|
2707
2547
|
padding-left: 24px;
|
|
2708
2548
|
padding-right: 24px;
|
|
2709
2549
|
height: 100%;
|
|
@@ -2716,6 +2556,13 @@
|
|
|
2716
2556
|
padding-bottom: 8px;
|
|
2717
2557
|
}
|
|
2718
2558
|
|
|
2559
|
+
.sendbird-conversation__messages__notification {
|
|
2560
|
+
position: fixed;
|
|
2561
|
+
top: 0px;
|
|
2562
|
+
width: calc(100% - 50px);
|
|
2563
|
+
margin-left: 25px;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2719
2566
|
.sendbird-conversation__scroll-bottom-button {
|
|
2720
2567
|
position: sticky;
|
|
2721
2568
|
display: flex;
|
|
@@ -2918,13 +2765,16 @@
|
|
|
2918
2765
|
font-size: 14px;
|
|
2919
2766
|
line-height: 1.43;
|
|
2920
2767
|
}
|
|
2921
|
-
.sendbird-
|
|
2922
|
-
|
|
2768
|
+
.sendbird-message-input .sendbird-message-input--attach {
|
|
2769
|
+
position: absolute;
|
|
2770
|
+
padding: 6px;
|
|
2771
|
+
right: 16px;
|
|
2772
|
+
bottom: 14px;
|
|
2923
2773
|
}
|
|
2924
|
-
.sendbird-
|
|
2925
|
-
|
|
2774
|
+
.sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled {
|
|
2775
|
+
right: 48px;
|
|
2926
2776
|
}
|
|
2927
|
-
.sendbird-message-input .sendbird-message-input--
|
|
2777
|
+
.sendbird-message-input .sendbird-message-input--voice-message {
|
|
2928
2778
|
position: absolute;
|
|
2929
2779
|
padding: 6px;
|
|
2930
2780
|
right: 16px;
|
|
@@ -2980,16 +2830,12 @@
|
|
|
2980
2830
|
cursor: disabled;
|
|
2981
2831
|
}
|
|
2982
2832
|
.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea {
|
|
2983
|
-
|
|
2833
|
+
color: var(--sendbird-light-onlight-04);
|
|
2834
|
+
border: 1px solid var(--sendbird-light-onlight-04);
|
|
2984
2835
|
}
|
|
2985
2836
|
.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea {
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
.sendbird-theme--light .sendbird-message-input__disabled svg {
|
|
2989
|
-
fill: var(--sendbird-light-onlight-03);
|
|
2990
|
-
}
|
|
2991
|
-
.sendbird-theme--dark .sendbird-message-input__disabled svg {
|
|
2992
|
-
fill: var(--sendbird-dark-ondark-03);
|
|
2837
|
+
color: var(--sendbird-dark-ondark-04);
|
|
2838
|
+
border: 1px solid var(--sendbird-dark-ondark-04);
|
|
2993
2839
|
}
|
|
2994
2840
|
.sendbird-message-content {
|
|
2995
2841
|
position: relative;
|
|
@@ -3008,13 +2854,17 @@
|
|
|
3008
2854
|
max-width: 400px;
|
|
3009
2855
|
}
|
|
3010
2856
|
.sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle {
|
|
3011
|
-
max-width: calc(100vw -
|
|
2857
|
+
max-width: calc(100vw - 140px);
|
|
3012
2858
|
}
|
|
3013
2859
|
.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote {
|
|
3014
2860
|
margin-top: -8px;
|
|
3015
2861
|
bottom: -8px;
|
|
3016
2862
|
}
|
|
3017
2863
|
|
|
2864
|
+
.sendbird-message-content__middle__quote-message__quote {
|
|
2865
|
+
width: 100%;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
3018
2868
|
.sendbird-message-content.incoming .sendbird-message-content__left {
|
|
3019
2869
|
position: relative;
|
|
3020
2870
|
display: inline-flex;
|
|
@@ -3050,6 +2900,9 @@
|
|
|
3050
2900
|
position: relative;
|
|
3051
2901
|
margin-left: 12px;
|
|
3052
2902
|
margin-bottom: 4px;
|
|
2903
|
+
width: 100%;
|
|
2904
|
+
overflow-x: hidden;
|
|
2905
|
+
text-overflow: ellipsis;
|
|
3053
2906
|
}
|
|
3054
2907
|
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message {
|
|
3055
2908
|
position: relative;
|
|
@@ -3096,6 +2949,9 @@
|
|
|
3096
2949
|
.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
3097
2950
|
display: none;
|
|
3098
2951
|
}
|
|
2952
|
+
.sendbird--mobile-mode .sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
2953
|
+
display: inline-flex;
|
|
2954
|
+
}
|
|
3099
2955
|
|
|
3100
2956
|
.sendbird-message-content.outgoing .sendbird-message-content__left {
|
|
3101
2957
|
position: relative;
|
|
@@ -3139,8 +2995,7 @@
|
|
|
3139
2995
|
}
|
|
3140
2996
|
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container {
|
|
3141
2997
|
position: relative;
|
|
3142
|
-
width:
|
|
3143
|
-
width: fit-content;
|
|
2998
|
+
width: 100%;
|
|
3144
2999
|
}
|
|
3145
3000
|
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
3146
3001
|
position: absolute;
|
|
@@ -3169,6 +3024,9 @@
|
|
|
3169
3024
|
.sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
3170
3025
|
display: none;
|
|
3171
3026
|
}
|
|
3027
|
+
.sendbird--mobile-mode .sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
3028
|
+
display: inline-flex;
|
|
3029
|
+
}
|
|
3172
3030
|
|
|
3173
3031
|
.sendbird-message-content__middle__body-container {
|
|
3174
3032
|
position: relative;
|
|
@@ -3216,12 +3074,59 @@
|
|
|
3216
3074
|
.sendbird-message-content__middle__thread-replies {
|
|
3217
3075
|
margin-top: 4px;
|
|
3218
3076
|
}
|
|
3077
|
+
|
|
3078
|
+
.sendbird-voice-message-item-body.sendbird-message-content__middle__message-item-body {
|
|
3079
|
+
min-width: 136px;
|
|
3080
|
+
height: 50px;
|
|
3081
|
+
}
|
|
3219
3082
|
.sendbird-message-item-menu__list__menu-item:focus-visible {
|
|
3220
3083
|
outline: none;
|
|
3221
3084
|
}
|
|
3222
3085
|
.sendbird-text {
|
|
3223
3086
|
color: var(--primary-1);
|
|
3224
3087
|
}
|
|
3088
|
+
.sendbird-reaction-button {
|
|
3089
|
+
border-radius: 8px;
|
|
3090
|
+
display: inline-block;
|
|
3091
|
+
border: solid 1px transparent;
|
|
3092
|
+
box-sizing: border-box;
|
|
3093
|
+
cursor: pointer;
|
|
3094
|
+
}
|
|
3095
|
+
.sendbird-theme--light .sendbird-reaction-button:hover {
|
|
3096
|
+
border: solid 1px var(--sendbird-light-background-100);
|
|
3097
|
+
background-color: var(--sendbird-light-background-100);
|
|
3098
|
+
}
|
|
3099
|
+
.sendbird-theme--dark .sendbird-reaction-button:hover {
|
|
3100
|
+
border: solid 1px var(--sendbird-dark-background-400);
|
|
3101
|
+
background-color: var(--sendbird-dark-background-400);
|
|
3102
|
+
}
|
|
3103
|
+
.sendbird-reaction-button__inner {
|
|
3104
|
+
margin: 3px;
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
.sendbird-reaction-button--selected {
|
|
3108
|
+
cursor: pointer;
|
|
3109
|
+
border-radius: 8px;
|
|
3110
|
+
display: inline-block;
|
|
3111
|
+
box-sizing: border-box;
|
|
3112
|
+
}
|
|
3113
|
+
.sendbird-theme--light .sendbird-reaction-button--selected {
|
|
3114
|
+
border: solid 1px var(--sendbird-light-primary-100);
|
|
3115
|
+
background-color: var(--sendbird-light-primary-100);
|
|
3116
|
+
}
|
|
3117
|
+
.sendbird-theme--dark .sendbird-reaction-button--selected {
|
|
3118
|
+
border: solid 1px var(--sendbird-dark-primary-400);
|
|
3119
|
+
background-color: var(--sendbird-dark-primary-400);
|
|
3120
|
+
}
|
|
3121
|
+
.sendbird-reaction-button--selected:hover {
|
|
3122
|
+
border: solid 1px var(--sendbird-selected-reaction-button-border-hover);
|
|
3123
|
+
}
|
|
3124
|
+
.sendbird-reaction-button--selected__inner {
|
|
3125
|
+
margin: 3px;
|
|
3126
|
+
}
|
|
3127
|
+
.sendbird-reaction-button--selected.sendbird-reactions--pressed {
|
|
3128
|
+
display: block !important;
|
|
3129
|
+
}
|
|
3225
3130
|
.sendbird-emoji-reactions {
|
|
3226
3131
|
display: inline-block;
|
|
3227
3132
|
border-radius: 16px;
|
|
@@ -3263,60 +3168,6 @@
|
|
|
3263
3168
|
.sendbird-emoji-reactions .sendbird-context-menu {
|
|
3264
3169
|
margin-left: 2px;
|
|
3265
3170
|
}
|
|
3266
|
-
.sendbird-tooltip {
|
|
3267
|
-
position: relative;
|
|
3268
|
-
display: inline-flex;
|
|
3269
|
-
justify-content: center;
|
|
3270
|
-
max-width: 200px;
|
|
3271
|
-
border-radius: 8px;
|
|
3272
|
-
padding: 8px 16px;
|
|
3273
|
-
}
|
|
3274
|
-
.sendbird-theme--light .sendbird-tooltip {
|
|
3275
|
-
background-color: var(--sendbird-light-background-700);
|
|
3276
|
-
}
|
|
3277
|
-
.sendbird-theme--dark .sendbird-tooltip {
|
|
3278
|
-
background-color: var(--sendbird-dark-background-300);
|
|
3279
|
-
}
|
|
3280
|
-
.sendbird-tooltip::after {
|
|
3281
|
-
content: "";
|
|
3282
|
-
position: absolute;
|
|
3283
|
-
bottom: -4px;
|
|
3284
|
-
width: 8px;
|
|
3285
|
-
height: 8px;
|
|
3286
|
-
transform: rotate(45deg);
|
|
3287
|
-
}
|
|
3288
|
-
.sendbird-theme--light .sendbird-tooltip::after {
|
|
3289
|
-
background-color: var(--sendbird-light-background-700);
|
|
3290
|
-
}
|
|
3291
|
-
.sendbird-theme--dark .sendbird-tooltip::after {
|
|
3292
|
-
background-color: var(--sendbird-dark-background-300);
|
|
3293
|
-
}
|
|
3294
|
-
.sendbird-tooltip__text {
|
|
3295
|
-
font-family: var(--sendbird-font-family-default);
|
|
3296
|
-
font-size: 12px;
|
|
3297
|
-
font-weight: bold;
|
|
3298
|
-
font-stretch: normal;
|
|
3299
|
-
font-style: normal;
|
|
3300
|
-
line-height: 1.33;
|
|
3301
|
-
letter-spacing: normal;
|
|
3302
|
-
word-break: keep-all;
|
|
3303
|
-
max-width: 180px;
|
|
3304
|
-
overflow: hidden;
|
|
3305
|
-
text-overflow: ellipsis;
|
|
3306
|
-
}
|
|
3307
|
-
.sendbird-tooltip-wrapper {
|
|
3308
|
-
position: relative;
|
|
3309
|
-
display: inline-flex;
|
|
3310
|
-
}
|
|
3311
|
-
.sendbird-tooltip-wrapper__hover-tooltip {
|
|
3312
|
-
position: absolute;
|
|
3313
|
-
display: inline-flex;
|
|
3314
|
-
width: 200px;
|
|
3315
|
-
}
|
|
3316
|
-
.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container {
|
|
3317
|
-
position: relative;
|
|
3318
|
-
display: inline-flex;
|
|
3319
|
-
}
|
|
3320
3171
|
.sendbird-reaction-badge {
|
|
3321
3172
|
display: inline-block;
|
|
3322
3173
|
border-radius: 15px;
|
|
@@ -3410,40 +3261,162 @@
|
|
|
3410
3261
|
.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count {
|
|
3411
3262
|
margin-left: 4px;
|
|
3412
3263
|
}
|
|
3413
|
-
.sendbird-
|
|
3414
|
-
|
|
3264
|
+
.sendbird-message__bottomsheet__reacted-members {
|
|
3265
|
+
position: relative;
|
|
3266
|
+
padding: 0px 16px;
|
|
3267
|
+
box-sizing: border-box;
|
|
3268
|
+
width: 100%;
|
|
3269
|
+
height: 46px;
|
|
3270
|
+
overflow-x: scroll;
|
|
3271
|
+
display: inline-flex;
|
|
3272
|
+
flex-direction: row;
|
|
3415
3273
|
justify-content: center;
|
|
3416
|
-
|
|
3417
|
-
}
|
|
3418
|
-
.sendbird-admin-message .sendbird-admin-message__text {
|
|
3419
|
-
display: flex;
|
|
3274
|
+
gap: 16px;
|
|
3420
3275
|
}
|
|
3421
|
-
|
|
3276
|
+
|
|
3277
|
+
.sendbird-message__bottomsheet__reacted-members__item {
|
|
3422
3278
|
position: relative;
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
word-break: break-word;
|
|
3279
|
+
height: 100%;
|
|
3280
|
+
display: inline-flex;
|
|
3281
|
+
gap: 4px;
|
|
3282
|
+
flex-direction: row;
|
|
3283
|
+
align-items: center;
|
|
3429
3284
|
}
|
|
3430
|
-
|
|
3431
|
-
|
|
3285
|
+
|
|
3286
|
+
.sendbird-message__bottomsheet__reactor-list {
|
|
3287
|
+
position: relative;
|
|
3288
|
+
padding: 0px 16px;
|
|
3289
|
+
width: 100%;
|
|
3290
|
+
height: 216px;
|
|
3291
|
+
box-sizing: border-box;
|
|
3292
|
+
display: inline-flex;
|
|
3293
|
+
flex-direction: column;
|
|
3294
|
+
overflow-y: scroll;
|
|
3432
3295
|
}
|
|
3433
|
-
|
|
3434
|
-
|
|
3296
|
+
|
|
3297
|
+
.sendbird-message__bottomsheet__reactor-list__item.sendbird-user-list-item {
|
|
3298
|
+
border-bottom: 0px;
|
|
3299
|
+
min-height: 48px;
|
|
3435
3300
|
}
|
|
3436
|
-
.sendbird-
|
|
3437
|
-
|
|
3301
|
+
.sendbird-bottomsheet {
|
|
3302
|
+
position: fixed;
|
|
3303
|
+
top: 0;
|
|
3304
|
+
left: 0;
|
|
3305
|
+
width: 100%;
|
|
3306
|
+
height: 100%;
|
|
3438
3307
|
}
|
|
3439
|
-
|
|
3440
|
-
|
|
3308
|
+
|
|
3309
|
+
.sendbird-bottomsheet__content {
|
|
3310
|
+
z-index: 10001;
|
|
3311
|
+
position: fixed;
|
|
3312
|
+
bottom: 0;
|
|
3313
|
+
left: 0;
|
|
3441
3314
|
}
|
|
3442
|
-
|
|
3443
|
-
|
|
3315
|
+
|
|
3316
|
+
.sendbird-bottomsheet__backdrop {
|
|
3317
|
+
position: fixed;
|
|
3318
|
+
z-index: 10000;
|
|
3319
|
+
height: 100%;
|
|
3320
|
+
width: 100%;
|
|
3321
|
+
top: 0;
|
|
3322
|
+
left: 0;
|
|
3444
3323
|
}
|
|
3445
|
-
.sendbird-theme--light .sendbird-
|
|
3446
|
-
background-color: var(--sendbird-light-
|
|
3324
|
+
.sendbird-theme--light .sendbird-bottomsheet__backdrop {
|
|
3325
|
+
background-color: var(--sendbird-light-overlay-02);
|
|
3326
|
+
}
|
|
3327
|
+
.sendbird-theme--dark .sendbird-bottomsheet__backdrop {
|
|
3328
|
+
background-color: var(--sendbird-dark-overlay-02);
|
|
3329
|
+
}
|
|
3330
|
+
.sendbird-tooltip {
|
|
3331
|
+
position: relative;
|
|
3332
|
+
display: inline-flex;
|
|
3333
|
+
justify-content: center;
|
|
3334
|
+
max-width: 200px;
|
|
3335
|
+
border-radius: 8px;
|
|
3336
|
+
padding: 8px 16px;
|
|
3337
|
+
}
|
|
3338
|
+
.sendbird-theme--light .sendbird-tooltip {
|
|
3339
|
+
background-color: var(--sendbird-light-background-700);
|
|
3340
|
+
}
|
|
3341
|
+
.sendbird-theme--dark .sendbird-tooltip {
|
|
3342
|
+
background-color: var(--sendbird-dark-background-300);
|
|
3343
|
+
}
|
|
3344
|
+
.sendbird-tooltip::after {
|
|
3345
|
+
content: "";
|
|
3346
|
+
position: absolute;
|
|
3347
|
+
bottom: -4px;
|
|
3348
|
+
width: 8px;
|
|
3349
|
+
height: 8px;
|
|
3350
|
+
transform: rotate(45deg);
|
|
3351
|
+
}
|
|
3352
|
+
.sendbird-theme--light .sendbird-tooltip::after {
|
|
3353
|
+
background-color: var(--sendbird-light-background-700);
|
|
3354
|
+
}
|
|
3355
|
+
.sendbird-theme--dark .sendbird-tooltip::after {
|
|
3356
|
+
background-color: var(--sendbird-dark-background-300);
|
|
3357
|
+
}
|
|
3358
|
+
.sendbird-tooltip__text {
|
|
3359
|
+
font-family: var(--sendbird-font-family-default);
|
|
3360
|
+
font-size: 12px;
|
|
3361
|
+
font-weight: bold;
|
|
3362
|
+
font-stretch: normal;
|
|
3363
|
+
font-style: normal;
|
|
3364
|
+
line-height: 1.33;
|
|
3365
|
+
letter-spacing: normal;
|
|
3366
|
+
word-break: keep-all;
|
|
3367
|
+
max-width: 180px;
|
|
3368
|
+
overflow: hidden;
|
|
3369
|
+
text-overflow: ellipsis;
|
|
3370
|
+
}
|
|
3371
|
+
.sendbird-tooltip-wrapper {
|
|
3372
|
+
position: relative;
|
|
3373
|
+
display: inline-flex;
|
|
3374
|
+
}
|
|
3375
|
+
.sendbird-tooltip-wrapper__hover-tooltip {
|
|
3376
|
+
position: absolute;
|
|
3377
|
+
display: inline-flex;
|
|
3378
|
+
width: 200px;
|
|
3379
|
+
}
|
|
3380
|
+
.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container {
|
|
3381
|
+
position: relative;
|
|
3382
|
+
display: inline-flex;
|
|
3383
|
+
}
|
|
3384
|
+
.sendbird-admin-message {
|
|
3385
|
+
display: flex;
|
|
3386
|
+
justify-content: center;
|
|
3387
|
+
align-items: center;
|
|
3388
|
+
}
|
|
3389
|
+
.sendbird-admin-message .sendbird-admin-message__text {
|
|
3390
|
+
display: flex;
|
|
3391
|
+
width: 100%;
|
|
3392
|
+
word-break: break-word;
|
|
3393
|
+
}
|
|
3394
|
+
.sendbird-text-message-item-body {
|
|
3395
|
+
position: relative;
|
|
3396
|
+
display: inline-block;
|
|
3397
|
+
box-sizing: content-box;
|
|
3398
|
+
padding: 8px 12px;
|
|
3399
|
+
border-radius: 16px;
|
|
3400
|
+
white-space: pre-line;
|
|
3401
|
+
word-break: break-word;
|
|
3402
|
+
}
|
|
3403
|
+
.sendbird-text-message-item-body.reactions {
|
|
3404
|
+
border-radius: 16px 16px 0px 0px;
|
|
3405
|
+
}
|
|
3406
|
+
.sendbird-theme--light .sendbird-text-message-item-body.incoming {
|
|
3407
|
+
background-color: var(--sendbird-light-background-100);
|
|
3408
|
+
}
|
|
3409
|
+
.sendbird-theme--dark .sendbird-text-message-item-body.incoming {
|
|
3410
|
+
background-color: var(--sendbird-dark-background-500);
|
|
3411
|
+
}
|
|
3412
|
+
.sendbird-theme--light .sendbird-text-message-item-body.outgoing {
|
|
3413
|
+
background-color: var(--sendbird-light-primary-300);
|
|
3414
|
+
}
|
|
3415
|
+
.sendbird-theme--dark .sendbird-text-message-item-body.outgoing {
|
|
3416
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
3417
|
+
}
|
|
3418
|
+
.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-text-message-item-body:hover.incoming {
|
|
3419
|
+
background-color: var(--sendbird-light-background-200);
|
|
3447
3420
|
}
|
|
3448
3421
|
.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming {
|
|
3449
3422
|
background-color: var(--sendbird-dark-background-400);
|
|
@@ -3463,16 +3436,25 @@ div.sendbird-text-message-item-body {
|
|
|
3463
3436
|
margin: 0px;
|
|
3464
3437
|
}
|
|
3465
3438
|
.sendbird-word {
|
|
3466
|
-
|
|
3467
|
-
margin-right: 4px;
|
|
3468
|
-
height: -moz-fit-content;
|
|
3469
|
-
height: fit-content;
|
|
3470
|
-
white-space: nowrap;
|
|
3439
|
+
white-space: break-spaces;
|
|
3471
3440
|
}
|
|
3472
|
-
.sendbird-word .sendbird-
|
|
3473
|
-
.sendbird-word .sendbird-word__normal {
|
|
3441
|
+
.sendbird-word .sendbird-word__mention {
|
|
3474
3442
|
display: inline-block;
|
|
3475
|
-
|
|
3443
|
+
}
|
|
3444
|
+
.sendbird-word .sendbird-word__mention:hover {
|
|
3445
|
+
cursor: pointer;
|
|
3446
|
+
}
|
|
3447
|
+
.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me {
|
|
3448
|
+
background-color: var(--sendbird-highlight-100);
|
|
3449
|
+
}
|
|
3450
|
+
.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me {
|
|
3451
|
+
background-color: var(--sendbird-highlight-100);
|
|
3452
|
+
}
|
|
3453
|
+
.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label {
|
|
3454
|
+
color: var(--sendbird-light-onlight-01);
|
|
3455
|
+
}
|
|
3456
|
+
.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label {
|
|
3457
|
+
color: var(--sendbird-dark-onlight-01);
|
|
3476
3458
|
}
|
|
3477
3459
|
.sendbird-link-label {
|
|
3478
3460
|
text-decoration: unset;
|
|
@@ -3543,24 +3525,6 @@ div.sendbird-text-message-item-body {
|
|
|
3543
3525
|
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3 {
|
|
3544
3526
|
color: var(--sendbird-dark-secondary-200);
|
|
3545
3527
|
}
|
|
3546
|
-
.sendbird-word .sendbird-word__mention {
|
|
3547
|
-
display: inline-block;
|
|
3548
|
-
}
|
|
3549
|
-
.sendbird-word .sendbird-word__mention:hover {
|
|
3550
|
-
cursor: pointer;
|
|
3551
|
-
}
|
|
3552
|
-
.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me {
|
|
3553
|
-
background-color: var(--sendbird-highlight-100);
|
|
3554
|
-
}
|
|
3555
|
-
.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me {
|
|
3556
|
-
background-color: var(--sendbird-highlight-100);
|
|
3557
|
-
}
|
|
3558
|
-
.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label {
|
|
3559
|
-
color: var(--sendbird-light-onlight-01);
|
|
3560
|
-
}
|
|
3561
|
-
.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label {
|
|
3562
|
-
color: var(--sendbird-dark-onlight-01);
|
|
3563
|
-
}
|
|
3564
3528
|
.sendbird-file-message-item-body {
|
|
3565
3529
|
position: relative;
|
|
3566
3530
|
display: inline-block;
|
|
@@ -3629,7 +3593,6 @@ div.sendbird-text-message-item-body {
|
|
|
3629
3593
|
border-radius: 16px;
|
|
3630
3594
|
}
|
|
3631
3595
|
.sendbird--mobile-mode .sendbird-thumbnail-message-item-body {
|
|
3632
|
-
width: 66vw;
|
|
3633
3596
|
min-width: 160px;
|
|
3634
3597
|
}
|
|
3635
3598
|
.sendbird-thumbnail-message-item-body.reactions {
|
|
@@ -3861,12 +3824,10 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3861
3824
|
.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming {
|
|
3862
3825
|
background-color: var(--sendbird-dark-background-400);
|
|
3863
3826
|
}
|
|
3864
|
-
|
|
3865
|
-
.sendbird-unknown-message-item-body__header {
|
|
3827
|
+
.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header {
|
|
3866
3828
|
display: block;
|
|
3867
3829
|
}
|
|
3868
|
-
|
|
3869
|
-
.sendbird-unknown-message-item-body__description {
|
|
3830
|
+
.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description {
|
|
3870
3831
|
display: block;
|
|
3871
3832
|
}
|
|
3872
3833
|
.sendbird-quote-message {
|
|
@@ -3874,6 +3835,7 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3874
3835
|
display: inline-flex;
|
|
3875
3836
|
box-sizing: border-box;
|
|
3876
3837
|
flex-direction: column;
|
|
3838
|
+
width: 100%;
|
|
3877
3839
|
max-width: 400px;
|
|
3878
3840
|
}
|
|
3879
3841
|
.sendbird-quote-message.incoming {
|
|
@@ -3889,6 +3851,7 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3889
3851
|
align-items: center;
|
|
3890
3852
|
height: 16px;
|
|
3891
3853
|
padding: 0px 12px;
|
|
3854
|
+
width: 100%;
|
|
3892
3855
|
}
|
|
3893
3856
|
.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon {
|
|
3894
3857
|
position: relative;
|
|
@@ -4125,35 +4088,6 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4125
4088
|
.sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled {
|
|
4126
4089
|
background-color: var(--sendbird-dark-background-500);
|
|
4127
4090
|
}
|
|
4128
|
-
.sendbird-bottomsheet {
|
|
4129
|
-
position: fixed;
|
|
4130
|
-
top: 0;
|
|
4131
|
-
left: 0;
|
|
4132
|
-
width: 100%;
|
|
4133
|
-
height: 100%;
|
|
4134
|
-
}
|
|
4135
|
-
|
|
4136
|
-
.sendbird-bottomsheet__content {
|
|
4137
|
-
z-index: 10001;
|
|
4138
|
-
position: fixed;
|
|
4139
|
-
bottom: 0;
|
|
4140
|
-
left: 0;
|
|
4141
|
-
}
|
|
4142
|
-
|
|
4143
|
-
.sendbird-bottomsheet__backdrop {
|
|
4144
|
-
position: fixed;
|
|
4145
|
-
z-index: 10000;
|
|
4146
|
-
height: 100%;
|
|
4147
|
-
width: 100%;
|
|
4148
|
-
top: 0;
|
|
4149
|
-
left: 0;
|
|
4150
|
-
}
|
|
4151
|
-
.sendbird-theme--light .sendbird-bottomsheet__backdrop {
|
|
4152
|
-
background-color: var(--sendbird-light-overlay-02);
|
|
4153
|
-
}
|
|
4154
|
-
.sendbird-theme--dark .sendbird-bottomsheet__backdrop {
|
|
4155
|
-
background-color: var(--sendbird-dark-overlay-02);
|
|
4156
|
-
}
|
|
4157
4091
|
.sendbird-ui-thread-replies {
|
|
4158
4092
|
position: relative;
|
|
4159
4093
|
width: -moz-fit-content;
|
|
@@ -4250,6 +4184,114 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4250
4184
|
position: relative;
|
|
4251
4185
|
display: inline-flex;
|
|
4252
4186
|
}
|
|
4187
|
+
.sendbird-voice-message-item-body {
|
|
4188
|
+
position: relative;
|
|
4189
|
+
display: inline-flex;
|
|
4190
|
+
width: 100%;
|
|
4191
|
+
border-radius: 16px;
|
|
4192
|
+
overflow: hidden;
|
|
4193
|
+
}
|
|
4194
|
+
|
|
4195
|
+
.sendbird-voice-message-item-body.is-reactions-contained {
|
|
4196
|
+
border-radius: 16px 16px 0px 0px;
|
|
4197
|
+
}
|
|
4198
|
+
|
|
4199
|
+
.sendbird-voice-message-item-body__progress-bar {
|
|
4200
|
+
position: absolute;
|
|
4201
|
+
width: 100%;
|
|
4202
|
+
height: 50px;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4205
|
+
.sendbird-voice-message-item-body__status-button {
|
|
4206
|
+
position: relative;
|
|
4207
|
+
top: 8px;
|
|
4208
|
+
left: 12px;
|
|
4209
|
+
display: inline-flex;
|
|
4210
|
+
justify-content: center;
|
|
4211
|
+
align-items: center;
|
|
4212
|
+
width: 34px;
|
|
4213
|
+
height: 34px;
|
|
4214
|
+
min-width: 34px;
|
|
4215
|
+
min-height: 34px;
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
.sendbird-voice-message-item-body__status-button__button {
|
|
4219
|
+
width: 100%;
|
|
4220
|
+
height: 100%;
|
|
4221
|
+
display: inline-flex;
|
|
4222
|
+
justify-content: center;
|
|
4223
|
+
align-items: center;
|
|
4224
|
+
border-radius: 50%;
|
|
4225
|
+
}
|
|
4226
|
+
.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button {
|
|
4227
|
+
background-color: var(--sendbird-light-background-50);
|
|
4228
|
+
}
|
|
4229
|
+
.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button {
|
|
4230
|
+
background-color: var(--sendbird-dark-background-600);
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
.sendbird-voice-message-item-body__playback-time {
|
|
4234
|
+
position: absolute;
|
|
4235
|
+
top: 15px;
|
|
4236
|
+
right: 12px;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
4239
|
+
.sendbird-voice-message-item-body__status-button__button__pause {
|
|
4240
|
+
position: relative;
|
|
4241
|
+
display: inline-flex;
|
|
4242
|
+
justify-content: space-between;
|
|
4243
|
+
align-items: center;
|
|
4244
|
+
width: 13.75px;
|
|
4245
|
+
height: 13.75px;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
|
+
.sendbird-voice-message-item-body__status-button__button__pause__inner {
|
|
4249
|
+
position: relative;
|
|
4250
|
+
display: inline-flex;
|
|
4251
|
+
width: 4.38px;
|
|
4252
|
+
height: 13.75px;
|
|
4253
|
+
border-radius: 2px;
|
|
4254
|
+
}
|
|
4255
|
+
.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button__pause__inner {
|
|
4256
|
+
background-color: var(--sendbird-light-primary-300);
|
|
4257
|
+
}
|
|
4258
|
+
.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button__pause__inner {
|
|
4259
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
4260
|
+
}
|
|
4261
|
+
.sendbird-progress-bar, .sendbird-progress-bar__fill {
|
|
4262
|
+
display: inline-flex;
|
|
4263
|
+
width: 100%;
|
|
4264
|
+
height: 100%;
|
|
4265
|
+
}
|
|
4266
|
+
|
|
4267
|
+
.sendbird-progress-bar {
|
|
4268
|
+
justify-content: flex-start;
|
|
4269
|
+
}
|
|
4270
|
+
|
|
4271
|
+
.sendbird-theme--light .sendbird-progress-bar__fill {
|
|
4272
|
+
background-color: var(--sendbird-light-onlight-03);
|
|
4273
|
+
}
|
|
4274
|
+
.sendbird-theme--dark .sendbird-progress-bar__fill {
|
|
4275
|
+
background-color: var(--sendbird-dark-ondark-03);
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4278
|
+
.sendbird-theme--light .progress-bar-color--primary {
|
|
4279
|
+
background-color: var(--sendbird-light-primary-300);
|
|
4280
|
+
}
|
|
4281
|
+
.sendbird-theme--dark .progress-bar-color--primary {
|
|
4282
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
.sendbird-theme--light .sendbird-progress-bar.progress-bar--disabled, .sendbird-theme--light .progress-bar-color--gray {
|
|
4286
|
+
background-color: var(--sendbird-light-background-100);
|
|
4287
|
+
}
|
|
4288
|
+
.sendbird-theme--dark .sendbird-progress-bar.progress-bar--disabled, .sendbird-theme--dark .progress-bar-color--gray {
|
|
4289
|
+
background-color: var(--sendbird-dark-background-500);
|
|
4290
|
+
}
|
|
4291
|
+
|
|
4292
|
+
.sendbird-progress-bar.progress-bar--disabled .sendbird-progress-bar__fill {
|
|
4293
|
+
background-color: transparent;
|
|
4294
|
+
}
|
|
4253
4295
|
.sendbird-fileviewer__header__right__actions__download,
|
|
4254
4296
|
.sendbird-fileviewer__header__right__actions__delete,
|
|
4255
4297
|
.sendbird-fileviewer__header__right__actions__close {
|
|
@@ -4372,6 +4414,11 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4372
4414
|
justify-content: center;
|
|
4373
4415
|
align-items: center;
|
|
4374
4416
|
}
|
|
4417
|
+
.sendbird-notification--hide,
|
|
4418
|
+
.sendbird-notification {
|
|
4419
|
+
position: absolute;
|
|
4420
|
+
}
|
|
4421
|
+
|
|
4375
4422
|
.sendbird-notification {
|
|
4376
4423
|
margin-top: 8px;
|
|
4377
4424
|
margin-left: 24px;
|
|
@@ -4416,6 +4463,10 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4416
4463
|
justify-content: center;
|
|
4417
4464
|
margin-right: 8px;
|
|
4418
4465
|
}
|
|
4466
|
+
|
|
4467
|
+
.sendbird-notification--hide {
|
|
4468
|
+
display: none;
|
|
4469
|
+
}
|
|
4419
4470
|
.sendbird-notification {
|
|
4420
4471
|
margin-top: 8px;
|
|
4421
4472
|
margin-left: 24px;
|
|
@@ -4427,117 +4478,330 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4427
4478
|
align-items: center;
|
|
4428
4479
|
justify-content: center;
|
|
4429
4480
|
}
|
|
4430
|
-
.sendbird-theme--light .sendbird-notification {
|
|
4481
|
+
.sendbird-theme--light .sendbird-notification {
|
|
4482
|
+
background-color: var(--sendbird-light-primary-300);
|
|
4483
|
+
}
|
|
4484
|
+
.sendbird-theme--dark .sendbird-notification {
|
|
4485
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
4486
|
+
}
|
|
4487
|
+
.sendbird-notification:hover {
|
|
4488
|
+
cursor: pointer;
|
|
4489
|
+
}
|
|
4490
|
+
.sendbird-theme--light .sendbird-notification:hover {
|
|
4491
|
+
background-color: var(--sendbird-light-primary-400);
|
|
4492
|
+
}
|
|
4493
|
+
.sendbird-theme--dark .sendbird-notification:hover {
|
|
4494
|
+
background-color: var(--sendbird-dark-primary-300);
|
|
4495
|
+
}
|
|
4496
|
+
.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen {
|
|
4497
|
+
background-color: var(--sendbird-light-information-100);
|
|
4498
|
+
}
|
|
4499
|
+
.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen {
|
|
4500
|
+
background-color: var(--sendbird-dark-information-100);
|
|
4501
|
+
}
|
|
4502
|
+
.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text {
|
|
4503
|
+
color: var(--sendbird-light-onlight-01);
|
|
4504
|
+
}
|
|
4505
|
+
.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text {
|
|
4506
|
+
color: var(--sendbird-dark-onlight-01);
|
|
4507
|
+
}
|
|
4508
|
+
.sendbird-notification .sendbird-notification__text {
|
|
4509
|
+
display: flex;
|
|
4510
|
+
align-items: center;
|
|
4511
|
+
justify-content: center;
|
|
4512
|
+
margin-right: 8px;
|
|
4513
|
+
}
|
|
4514
|
+
.sendbird-message-input-wrapper--voice-message,
|
|
4515
|
+
.sendbird-message-input-wrapper {
|
|
4516
|
+
position: relative;
|
|
4517
|
+
width: 100%;
|
|
4518
|
+
}
|
|
4519
|
+
.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input,
|
|
4520
|
+
.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
|
|
4521
|
+
position: relative;
|
|
4522
|
+
width: 100%;
|
|
4523
|
+
}
|
|
4524
|
+
.sendbird-theme--light .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input,
|
|
4525
|
+
.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
|
|
4526
|
+
border-top: solid 1px var(--sendbird-light-onlight-04);
|
|
4527
|
+
}
|
|
4528
|
+
.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input,
|
|
4529
|
+
.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
|
|
4530
|
+
border-top: solid 1px var(--sendbird-dark-ondark-04);
|
|
4531
|
+
}
|
|
4532
|
+
.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input,
|
|
4533
|
+
.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input {
|
|
4534
|
+
position: relative;
|
|
4535
|
+
width: 100%;
|
|
4536
|
+
box-sizing: border-box;
|
|
4537
|
+
padding-left: 24px;
|
|
4538
|
+
padding-right: 24px;
|
|
4539
|
+
}
|
|
4540
|
+
|
|
4541
|
+
.sendbird-theme--light .sendbird-message-input-wrapper--voice-message {
|
|
4542
|
+
border-top: 1px solid var(--sendbird-light-onlight-04);
|
|
4543
|
+
}
|
|
4544
|
+
.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message {
|
|
4545
|
+
border-top: 1px solid var(--sendbird-dark-ondark-04);
|
|
4546
|
+
}
|
|
4547
|
+
.sendbird-quote_message_input {
|
|
4548
|
+
position: relative;
|
|
4549
|
+
padding: 16px 80px 16px 40px;
|
|
4550
|
+
width: 100%;
|
|
4551
|
+
height: 76px;
|
|
4552
|
+
display: flex;
|
|
4553
|
+
flex-direction: row;
|
|
4554
|
+
box-sizing: border-box;
|
|
4555
|
+
}
|
|
4556
|
+
.sendbird-quote_message_input .sendbird-quote_message_input__avatar {
|
|
4557
|
+
width: 44px;
|
|
4558
|
+
min-width: 44px;
|
|
4559
|
+
height: 44px;
|
|
4560
|
+
min-height: 44px;
|
|
4561
|
+
position: relative;
|
|
4562
|
+
border-radius: 8px;
|
|
4563
|
+
display: flex;
|
|
4564
|
+
justify-content: center;
|
|
4565
|
+
align-items: center;
|
|
4566
|
+
}
|
|
4567
|
+
.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar {
|
|
4568
|
+
background-color: var(--sendbird-light-background-100);
|
|
4569
|
+
}
|
|
4570
|
+
.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar {
|
|
4571
|
+
background-color: var(--sendbird-dark-background-500);
|
|
4572
|
+
}
|
|
4573
|
+
.sendbird-quote_message_input .sendbird-quote_message_input__body {
|
|
4574
|
+
position: absolute;
|
|
4575
|
+
display: flex;
|
|
4576
|
+
flex-direction: column;
|
|
4577
|
+
align-items: flex-start;
|
|
4578
|
+
overflow: hidden;
|
|
4579
|
+
}
|
|
4580
|
+
.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name {
|
|
4581
|
+
position: relative;
|
|
4582
|
+
width: 100%;
|
|
4583
|
+
overflow: hidden;
|
|
4584
|
+
text-overflow: ellipsis;
|
|
4585
|
+
white-space: nowrap;
|
|
4586
|
+
box-sizing: border-box;
|
|
4587
|
+
margin-bottom: 8px;
|
|
4588
|
+
}
|
|
4589
|
+
.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content {
|
|
4590
|
+
position: relative;
|
|
4591
|
+
width: 100%;
|
|
4592
|
+
overflow: hidden;
|
|
4593
|
+
text-overflow: ellipsis;
|
|
4594
|
+
white-space: nowrap;
|
|
4595
|
+
box-sizing: border-box;
|
|
4596
|
+
}
|
|
4597
|
+
.sendbird-quote_message_input .sendbird-quote_message_input__close-button {
|
|
4598
|
+
position: absolute;
|
|
4599
|
+
top: 26px;
|
|
4600
|
+
right: 40px;
|
|
4601
|
+
}
|
|
4602
|
+
.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover {
|
|
4603
|
+
cursor: pointer;
|
|
4604
|
+
}
|
|
4605
|
+
.sendbird-voice-message-input-wrapper .sendbird-voice-message-input__indicator {
|
|
4606
|
+
height: 40px;
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4609
|
+
.sendbird-voice-message-input-wrapper-alert__body {
|
|
4610
|
+
position: relative;
|
|
4611
|
+
display: flex;
|
|
4612
|
+
justify-content: flex-end;
|
|
4613
|
+
align-items: flex-end;
|
|
4614
|
+
width: 100%;
|
|
4615
|
+
height: 74px;
|
|
4616
|
+
}
|
|
4617
|
+
|
|
4618
|
+
.sendbird-voice-message-input-wrapper-alert__body__ok-button {
|
|
4619
|
+
width: 74px;
|
|
4620
|
+
}
|
|
4621
|
+
.sendbird-voice-message-input {
|
|
4622
|
+
position: relative;
|
|
4623
|
+
display: inline-flex;
|
|
4624
|
+
flex-direction: column;
|
|
4625
|
+
width: 100%;
|
|
4626
|
+
height: 110px;
|
|
4627
|
+
padding-top: 22px;
|
|
4628
|
+
padding-left: 24px;
|
|
4629
|
+
padding-right: 24px;
|
|
4630
|
+
box-sizing: border-box;
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
.sendbird-voice-message-input__indicator {
|
|
4634
|
+
position: relative;
|
|
4635
|
+
display: inline-flex;
|
|
4636
|
+
width: 100%;
|
|
4637
|
+
}
|
|
4638
|
+
|
|
4639
|
+
.sendbird-voice-message-input__indicator__progress-bar {
|
|
4640
|
+
position: relative;
|
|
4641
|
+
display: inline-flex;
|
|
4642
|
+
width: 100%;
|
|
4643
|
+
border-radius: 28px;
|
|
4644
|
+
overflow: hidden;
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
.sendbird-voice-message-input__indicator__on-rec {
|
|
4648
|
+
position: absolute;
|
|
4649
|
+
top: 14px;
|
|
4650
|
+
right: 53px;
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
.sendbird-voice-message-input__indicator__playback-time {
|
|
4654
|
+
position: absolute;
|
|
4655
|
+
top: 10px;
|
|
4656
|
+
right: 16px;
|
|
4657
|
+
}
|
|
4658
|
+
|
|
4659
|
+
.sendbird-voice-message-input__controler {
|
|
4660
|
+
position: relative;
|
|
4661
|
+
display: inline-flex;
|
|
4662
|
+
flex-direction: row;
|
|
4663
|
+
justify-content: space-between;
|
|
4664
|
+
align-items: center;
|
|
4665
|
+
margin-top: 14px;
|
|
4666
|
+
height: 34px;
|
|
4667
|
+
min-height: 34px;
|
|
4668
|
+
}
|
|
4669
|
+
|
|
4670
|
+
.sendbird-voice-message-input__controler__main {
|
|
4671
|
+
position: relative;
|
|
4672
|
+
display: inline-flex;
|
|
4673
|
+
justify-content: center;
|
|
4674
|
+
align-items: center;
|
|
4675
|
+
width: 34px;
|
|
4676
|
+
height: 34px;
|
|
4677
|
+
min-width: 34px;
|
|
4678
|
+
min-height: 34px;
|
|
4679
|
+
border-radius: 50%;
|
|
4680
|
+
}
|
|
4681
|
+
.sendbird-theme--light .sendbird-voice-message-input__controler__main {
|
|
4682
|
+
background-color: var(--sendbird-light-background-100);
|
|
4683
|
+
}
|
|
4684
|
+
.sendbird-theme--dark .sendbird-voice-message-input__controler__main {
|
|
4685
|
+
background-color: var(--sendbird-dark-background-500);
|
|
4686
|
+
}
|
|
4687
|
+
.sendbird-voice-message-input__controler__main:hover {
|
|
4688
|
+
cursor: pointer;
|
|
4689
|
+
}
|
|
4690
|
+
|
|
4691
|
+
.sendbird-voice-message-input__controler__submit {
|
|
4692
|
+
position: relative;
|
|
4693
|
+
display: inline-flex;
|
|
4694
|
+
justify-content: center;
|
|
4695
|
+
align-items: center;
|
|
4696
|
+
width: 34px;
|
|
4697
|
+
height: 34px;
|
|
4698
|
+
min-width: 34px;
|
|
4699
|
+
min-height: 34px;
|
|
4700
|
+
border-radius: 50%;
|
|
4701
|
+
}
|
|
4702
|
+
.sendbird-theme--light .sendbird-voice-message-input__controler__submit {
|
|
4431
4703
|
background-color: var(--sendbird-light-primary-300);
|
|
4432
4704
|
}
|
|
4433
|
-
.sendbird-theme--dark .sendbird-
|
|
4705
|
+
.sendbird-theme--dark .sendbird-voice-message-input__controler__submit {
|
|
4434
4706
|
background-color: var(--sendbird-dark-primary-200);
|
|
4435
4707
|
}
|
|
4436
|
-
.sendbird-
|
|
4708
|
+
.sendbird-voice-message-input__controler__submit:hover {
|
|
4437
4709
|
cursor: pointer;
|
|
4438
4710
|
}
|
|
4439
|
-
|
|
4440
|
-
|
|
4711
|
+
|
|
4712
|
+
.sendbird-theme--light .sendbird-voice-message-input__controler__submit.voice-message--disabled {
|
|
4713
|
+
background-color: var(--sendbird-light-background-100);
|
|
4441
4714
|
}
|
|
4442
|
-
.sendbird-theme--dark .sendbird-
|
|
4443
|
-
background-color: var(--sendbird-dark-
|
|
4715
|
+
.sendbird-theme--dark .sendbird-voice-message-input__controler__submit.voice-message--disabled {
|
|
4716
|
+
background-color: var(--sendbird-dark-background-500);
|
|
4444
4717
|
}
|
|
4445
|
-
.sendbird-
|
|
4446
|
-
|
|
4718
|
+
.sendbird-voice-message-input__controler__submit.voice-message--disabled:hover {
|
|
4719
|
+
cursor: default;
|
|
4447
4720
|
}
|
|
4448
|
-
|
|
4449
|
-
|
|
4721
|
+
|
|
4722
|
+
@keyframes flickerAnimation {
|
|
4723
|
+
0% {
|
|
4724
|
+
opacity: 0;
|
|
4725
|
+
}
|
|
4726
|
+
50% {
|
|
4727
|
+
opacity: 1;
|
|
4728
|
+
}
|
|
4729
|
+
100% {
|
|
4730
|
+
opacity: 0;
|
|
4731
|
+
}
|
|
4450
4732
|
}
|
|
4451
|
-
.sendbird-
|
|
4452
|
-
|
|
4733
|
+
.sendbird-voice-message-input__indicator__on-rec {
|
|
4734
|
+
width: 12px;
|
|
4735
|
+
height: 12px;
|
|
4736
|
+
min-width: 12px;
|
|
4737
|
+
min-height: 12px;
|
|
4738
|
+
border-radius: 50%;
|
|
4739
|
+
animation: flickerAnimation 1s infinite;
|
|
4453
4740
|
}
|
|
4454
|
-
.sendbird-theme--
|
|
4455
|
-
color: var(--sendbird-
|
|
4741
|
+
.sendbird-theme--light .sendbird-voice-message-input__indicator__on-rec {
|
|
4742
|
+
background-color: var(--sendbird-light-error-300);
|
|
4456
4743
|
}
|
|
4457
|
-
.sendbird-
|
|
4458
|
-
|
|
4459
|
-
align-items: center;
|
|
4460
|
-
justify-content: center;
|
|
4461
|
-
margin-right: 8px;
|
|
4744
|
+
.sendbird-theme--dark .sendbird-voice-message-input__indicator__on-rec {
|
|
4745
|
+
background-color: var(--sendbird-dark-error-300);
|
|
4462
4746
|
}
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4747
|
+
|
|
4748
|
+
.sendbird-voice-message-input__indicator__progress-bar__bar {
|
|
4749
|
+
height: 40px;
|
|
4466
4750
|
}
|
|
4467
|
-
|
|
4751
|
+
|
|
4752
|
+
.sendbird-controler-icon {
|
|
4468
4753
|
position: relative;
|
|
4469
|
-
|
|
4470
|
-
}
|
|
4471
|
-
.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
|
|
4472
|
-
border-top: solid 1px var(--sendbird-light-onlight-04);
|
|
4473
|
-
}
|
|
4474
|
-
.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
|
|
4475
|
-
border-top: solid 1px var(--sendbird-dark-ondark-04);
|
|
4754
|
+
display: inline-block;
|
|
4476
4755
|
}
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
width:
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4756
|
+
|
|
4757
|
+
.sendbird-controler-icon.record-icon {
|
|
4758
|
+
width: 20px;
|
|
4759
|
+
height: 20px;
|
|
4760
|
+
min-width: 20px;
|
|
4761
|
+
min-height: 20px;
|
|
4762
|
+
border-radius: 50%;
|
|
4483
4763
|
}
|
|
4484
|
-
.sendbird-
|
|
4485
|
-
|
|
4486
|
-
padding: 16px 80px 16px 40px;
|
|
4487
|
-
width: 100%;
|
|
4488
|
-
height: 76px;
|
|
4489
|
-
display: flex;
|
|
4490
|
-
flex-direction: row;
|
|
4491
|
-
box-sizing: border-box;
|
|
4764
|
+
.sendbird-theme--light .sendbird-controler-icon.record-icon {
|
|
4765
|
+
background-color: var(--sendbird-light-error-300);
|
|
4492
4766
|
}
|
|
4493
|
-
.sendbird-
|
|
4494
|
-
|
|
4495
|
-
min-width: 44px;
|
|
4496
|
-
height: 44px;
|
|
4497
|
-
min-height: 44px;
|
|
4498
|
-
position: relative;
|
|
4499
|
-
border-radius: 8px;
|
|
4500
|
-
display: flex;
|
|
4501
|
-
justify-content: center;
|
|
4502
|
-
align-items: center;
|
|
4767
|
+
.sendbird-theme--dark .sendbird-controler-icon.record-icon {
|
|
4768
|
+
background-color: var(--sendbird-dark-error-300);
|
|
4503
4769
|
}
|
|
4504
|
-
|
|
4505
|
-
|
|
4770
|
+
|
|
4771
|
+
.sendbird-controler-icon.stop-icon {
|
|
4772
|
+
width: 14px;
|
|
4773
|
+
height: 14px;
|
|
4774
|
+
min-width: 14px;
|
|
4775
|
+
min-height: 14px;
|
|
4776
|
+
border-radius: 2px;
|
|
4506
4777
|
}
|
|
4507
|
-
.sendbird-theme--
|
|
4508
|
-
background-color: var(--sendbird-
|
|
4778
|
+
.sendbird-theme--light .sendbird-controler-icon.stop-icon {
|
|
4779
|
+
background-color: var(--sendbird-light-onlight-01);
|
|
4509
4780
|
}
|
|
4510
|
-
.sendbird-
|
|
4511
|
-
|
|
4512
|
-
display: flex;
|
|
4513
|
-
flex-direction: column;
|
|
4514
|
-
align-items: flex-start;
|
|
4515
|
-
overflow: hidden;
|
|
4781
|
+
.sendbird-theme--dark .sendbird-controler-icon.stop-icon {
|
|
4782
|
+
background-color: var(--sendbird-dark-ondark-01);
|
|
4516
4783
|
}
|
|
4517
|
-
|
|
4518
|
-
|
|
4784
|
+
|
|
4785
|
+
.sendbird-controler-icon.pause-icon {
|
|
4786
|
+
display: inline-flex;
|
|
4519
4787
|
width: 100%;
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4788
|
+
gap: 3.75px;
|
|
4789
|
+
width: 13.75px;
|
|
4790
|
+
height: 13.75px;
|
|
4791
|
+
min-width: 13.75px;
|
|
4792
|
+
min-height: 13.75px;
|
|
4525
4793
|
}
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
white-space: nowrap;
|
|
4532
|
-
box-sizing: border-box;
|
|
4794
|
+
|
|
4795
|
+
.sendbird-controler-icon.pause-icon-inner {
|
|
4796
|
+
display: inline-flex;
|
|
4797
|
+
min-width: 4.38px;
|
|
4798
|
+
border-radius: 2px;
|
|
4533
4799
|
}
|
|
4534
|
-
.sendbird-
|
|
4535
|
-
|
|
4536
|
-
top: 26px;
|
|
4537
|
-
right: 40px;
|
|
4800
|
+
.sendbird-theme--light .sendbird-controler-icon.pause-icon-inner {
|
|
4801
|
+
background-color: var(--sendbird-light-onlight-01);
|
|
4538
4802
|
}
|
|
4539
|
-
.sendbird-
|
|
4540
|
-
|
|
4803
|
+
.sendbird-theme--dark .sendbird-controler-icon.pause-icon-inner {
|
|
4804
|
+
background-color: var(--sendbird-dark-ondark-01);
|
|
4541
4805
|
}
|
|
4542
4806
|
.sendbird-channel-settings {
|
|
4543
4807
|
height: 100%;
|
|
@@ -4849,6 +5113,106 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4849
5113
|
.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path {
|
|
4850
5114
|
fill: var(--sendbird-dark-error-300);
|
|
4851
5115
|
}
|
|
5116
|
+
.sendbird-input-toggle-button {
|
|
5117
|
+
position: relative;
|
|
5118
|
+
display: inline-flex;
|
|
5119
|
+
align-items: center;
|
|
5120
|
+
box-sizing: border-box;
|
|
5121
|
+
cursor: pointer;
|
|
5122
|
+
}
|
|
5123
|
+
|
|
5124
|
+
.sendbird-theme--light .sendbird-input-toggle-button--checked {
|
|
5125
|
+
background-color: var(--sendbird-light-primary-300);
|
|
5126
|
+
border: 1px solid var(--sendbird-light-primary-300);
|
|
5127
|
+
}
|
|
5128
|
+
.sendbird-theme--dark .sendbird-input-toggle-button--checked {
|
|
5129
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
5130
|
+
border: 1px solid var(--sendbird-dark-primary-200);
|
|
5131
|
+
}
|
|
5132
|
+
|
|
5133
|
+
.sendbird-theme--light .sendbird-input-toggle-button--unchecked {
|
|
5134
|
+
background-color: var(--sendbird-light-background-300);
|
|
5135
|
+
border: 1px solid var(--sendbird-light-background-300);
|
|
5136
|
+
}
|
|
5137
|
+
.sendbird-theme--dark .sendbird-input-toggle-button--unchecked {
|
|
5138
|
+
background-color: var(--sendbird-dark-background-400);
|
|
5139
|
+
border: 1px solid var(--sendbird-dark-background-400);
|
|
5140
|
+
}
|
|
5141
|
+
|
|
5142
|
+
.sendbird-input-toggle-button--disabled {
|
|
5143
|
+
cursor: not-allowed;
|
|
5144
|
+
}
|
|
5145
|
+
.sendbird-theme--light .sendbird-input-toggle-button--disabled {
|
|
5146
|
+
background-color: var(--sendbird-light-background-200);
|
|
5147
|
+
border: 1px solid var(--sendbird-light-background-200);
|
|
5148
|
+
}
|
|
5149
|
+
.sendbird-theme--dark .sendbird-input-toggle-button--disabled {
|
|
5150
|
+
background-color: var(--sendbird-dark-background-400);
|
|
5151
|
+
border: 1px solid var(--sendbird-dark-background-400);
|
|
5152
|
+
}
|
|
5153
|
+
|
|
5154
|
+
.sendbird-input-toggle-button input {
|
|
5155
|
+
position: absolute;
|
|
5156
|
+
display: none;
|
|
5157
|
+
}
|
|
5158
|
+
|
|
5159
|
+
.sendbird-input-toggle-button__inner-dot {
|
|
5160
|
+
position: absolute;
|
|
5161
|
+
border-radius: 50%;
|
|
5162
|
+
animation-iteration-count: 1;
|
|
5163
|
+
}
|
|
5164
|
+
.sendbird-theme--light .sendbird-input-toggle-button__inner-dot {
|
|
5165
|
+
background-color: var(--sendbird-light-background-50);
|
|
5166
|
+
}
|
|
5167
|
+
.sendbird-theme--dark .sendbird-input-toggle-button__inner-dot {
|
|
5168
|
+
background-color: var(--sendbird-dark-background-600);
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
/* Manage animation and position by status */
|
|
5172
|
+
@keyframes sendbirdMoveToRight {
|
|
5173
|
+
0% {
|
|
5174
|
+
right: 60%;
|
|
5175
|
+
}
|
|
5176
|
+
100% {
|
|
5177
|
+
right: 10%;
|
|
5178
|
+
}
|
|
5179
|
+
}
|
|
5180
|
+
@keyframes sendbirdMoveToLeft {
|
|
5181
|
+
0% {
|
|
5182
|
+
right: 10%;
|
|
5183
|
+
}
|
|
5184
|
+
100% {
|
|
5185
|
+
right: 60%;
|
|
5186
|
+
}
|
|
5187
|
+
}
|
|
5188
|
+
.sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot {
|
|
5189
|
+
animation-name: sendbirdMoveToRight;
|
|
5190
|
+
}
|
|
5191
|
+
|
|
5192
|
+
.sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot {
|
|
5193
|
+
animation-name: sendbirdMoveToLeft;
|
|
5194
|
+
}
|
|
5195
|
+
|
|
5196
|
+
.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot {
|
|
5197
|
+
right: 60%;
|
|
5198
|
+
}
|
|
5199
|
+
|
|
5200
|
+
.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot {
|
|
5201
|
+
right: 10%;
|
|
5202
|
+
}
|
|
5203
|
+
|
|
5204
|
+
.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot {
|
|
5205
|
+
animation-name: sendbirdMoveToLeft;
|
|
5206
|
+
}
|
|
5207
|
+
.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot {
|
|
5208
|
+
animation-name: sendbirdMoveToRight;
|
|
5209
|
+
}
|
|
5210
|
+
.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot {
|
|
5211
|
+
right: 10%;
|
|
5212
|
+
}
|
|
5213
|
+
.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot {
|
|
5214
|
+
right: 60%;
|
|
5215
|
+
}
|
|
4852
5216
|
.sendbird-user-list-item--small {
|
|
4853
5217
|
display: block;
|
|
4854
5218
|
position: relative;
|
|
@@ -4942,6 +5306,42 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4942
5306
|
overflow: hidden;
|
|
4943
5307
|
text-overflow: ellipsis;
|
|
4944
5308
|
}
|
|
5309
|
+
.sendbird-more-members__popup-scroll {
|
|
5310
|
+
max-height: 420px;
|
|
5311
|
+
overflow-x: hidden;
|
|
5312
|
+
overflow-y: scroll;
|
|
5313
|
+
}
|
|
5314
|
+
.sendbird--mobile-mode .sendbird-more-members__popup-scroll {
|
|
5315
|
+
max-height: 100%;
|
|
5316
|
+
}
|
|
5317
|
+
.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator {
|
|
5318
|
+
right: 72px;
|
|
5319
|
+
}
|
|
5320
|
+
.sendbird-more-members__popup-scroll .sendbird-user-list-item__title {
|
|
5321
|
+
max-width: 240px;
|
|
5322
|
+
}
|
|
5323
|
+
|
|
5324
|
+
.sendbird-channel-settings__badge {
|
|
5325
|
+
position: absolute;
|
|
5326
|
+
right: 48px;
|
|
5327
|
+
}
|
|
5328
|
+
.sendbird-theme--light .sendbird-channel-settings__badge {
|
|
5329
|
+
background-color: var(--sendbird-light-background-200);
|
|
5330
|
+
}
|
|
5331
|
+
.sendbird-theme--dark .sendbird-channel-settings__badge {
|
|
5332
|
+
background-color: var(--sendbird-dark-background-400);
|
|
5333
|
+
}
|
|
5334
|
+
.sendbird-theme--light .sendbird-channel-settings__badge .sendbird-label {
|
|
5335
|
+
color: var(--sendbird-light-onlight-02);
|
|
5336
|
+
}
|
|
5337
|
+
.sendbird-theme--dark .sendbird-channel-settings__badge .sendbird-label {
|
|
5338
|
+
color: var(--sendbird-dark-ondark-02);
|
|
5339
|
+
}
|
|
5340
|
+
|
|
5341
|
+
.sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer {
|
|
5342
|
+
padding-left: 14px;
|
|
5343
|
+
padding-top: 14px;
|
|
5344
|
+
}
|
|
4945
5345
|
.sendbird-message-search-pannel {
|
|
4946
5346
|
position: relative;
|
|
4947
5347
|
display: flex;
|
|
@@ -5280,9 +5680,17 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5280
5680
|
|
|
5281
5681
|
.sendbird-theme--light .sendbird-thread-ui__parent-message-info {
|
|
5282
5682
|
border-top: 1px solid var(--sendbird-light-onlight-04);
|
|
5683
|
+
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
5283
5684
|
}
|
|
5284
5685
|
.sendbird-theme--dark .sendbird-thread-ui__parent-message-info {
|
|
5285
5686
|
border-top: 1px solid var(--sendbird-dark-ondark-04);
|
|
5687
|
+
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
|
|
5688
|
+
}
|
|
5689
|
+
.sendbird-theme--light .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label {
|
|
5690
|
+
color: var(--sendbird-light-onlight-01);
|
|
5691
|
+
}
|
|
5692
|
+
.sendbird-theme--dark .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label {
|
|
5693
|
+
color: var(--sendbird-dark-ondark-01);
|
|
5286
5694
|
}
|
|
5287
5695
|
|
|
5288
5696
|
.sendbird-thread-ui__reply-counts {
|
|
@@ -5291,7 +5699,7 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5291
5699
|
width: 100%;
|
|
5292
5700
|
height: 42px;
|
|
5293
5701
|
display: inline-flex;
|
|
5294
|
-
justify-content: start;
|
|
5702
|
+
justify-content: flex-start;
|
|
5295
5703
|
align-items: center;
|
|
5296
5704
|
padding: 16px 11px;
|
|
5297
5705
|
}
|
|
@@ -5449,6 +5857,10 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5449
5857
|
background-color: var(--sendbird-dark-background-500);
|
|
5450
5858
|
}
|
|
5451
5859
|
|
|
5860
|
+
.sendbird--mobile-mode .sendbird-parent-message-info.sendbird-thread-ui__parent-message-info:hover {
|
|
5861
|
+
background-color: transparent;
|
|
5862
|
+
}
|
|
5863
|
+
|
|
5452
5864
|
.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-emoji-reactions {
|
|
5453
5865
|
border: 1px solid var(--sendbird-light-background-100);
|
|
5454
5866
|
background-color: var(--sendbird-light-background-100);
|
|
@@ -5591,6 +6003,11 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5591
6003
|
.sendbird-parent-message-info-item__thumbnail-message:hover .sendbird-parent-message-info-item__thumbnail-message__image-cover {
|
|
5592
6004
|
display: inline-flex;
|
|
5593
6005
|
}
|
|
6006
|
+
|
|
6007
|
+
.sendbird-parent-message-info-item__voice-message__item {
|
|
6008
|
+
min-width: 136px;
|
|
6009
|
+
height: 50px;
|
|
6010
|
+
}
|
|
5594
6011
|
.sendbird-fileviewer__header__right__actions__download,
|
|
5595
6012
|
.sendbird-fileviewer__header__right__actions__delete,
|
|
5596
6013
|
.sendbird-fileviewer__header__right__actions__close {
|
|
@@ -5808,6 +6225,10 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5808
6225
|
bottom: -8px;
|
|
5809
6226
|
}
|
|
5810
6227
|
|
|
6228
|
+
.sendbird-thread-list-item-content__middle__body-container {
|
|
6229
|
+
width: 100%;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
5811
6232
|
.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left {
|
|
5812
6233
|
position: relative;
|
|
5813
6234
|
display: inline-flex;
|
|
@@ -5824,9 +6245,6 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5824
6245
|
flex-direction: column;
|
|
5825
6246
|
align-items: flex-start;
|
|
5826
6247
|
}
|
|
5827
|
-
.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body {
|
|
5828
|
-
max-width: 198px;
|
|
5829
|
-
}
|
|
5830
6248
|
.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at {
|
|
5831
6249
|
position: absolute;
|
|
5832
6250
|
bottom: 6px;
|
|
@@ -5935,11 +6353,6 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5935
6353
|
}
|
|
5936
6354
|
.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container {
|
|
5937
6355
|
position: relative;
|
|
5938
|
-
width: -moz-fit-content;
|
|
5939
|
-
width: fit-content;
|
|
5940
|
-
}
|
|
5941
|
-
.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body {
|
|
5942
|
-
max-width: 200px;
|
|
5943
6356
|
}
|
|
5944
6357
|
.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at {
|
|
5945
6358
|
position: absolute;
|
|
@@ -5971,8 +6384,6 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5971
6384
|
|
|
5972
6385
|
.sendbird-thread-list-item-content__middle__body-container {
|
|
5973
6386
|
position: relative;
|
|
5974
|
-
width: -moz-fit-content;
|
|
5975
|
-
width: fit-content;
|
|
5976
6387
|
display: flex;
|
|
5977
6388
|
flex-direction: column;
|
|
5978
6389
|
}
|
|
@@ -6031,6 +6442,11 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
6031
6442
|
.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video {
|
|
6032
6443
|
height: 148px;
|
|
6033
6444
|
}
|
|
6445
|
+
|
|
6446
|
+
.sendbird-voice-message-item-body.sendbird-thread-list-item-content__middle__message-item-body {
|
|
6447
|
+
min-width: 136px;
|
|
6448
|
+
height: 50px;
|
|
6449
|
+
}
|
|
6034
6450
|
.sendbird-thread-message-input .sendbird-mention-suggest-list {
|
|
6035
6451
|
width: 100%;
|
|
6036
6452
|
margin-left: 0px;
|
|
@@ -6049,6 +6465,13 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
6049
6465
|
.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id {
|
|
6050
6466
|
max-width: 46px;
|
|
6051
6467
|
}
|
|
6468
|
+
|
|
6469
|
+
.sendbird-theme--light .sendbird-thread-message-input--voice-message {
|
|
6470
|
+
border-top: 1px solid var(--sendbird-light-onlight-04);
|
|
6471
|
+
}
|
|
6472
|
+
.sendbird-theme--dark .sendbird-thread-message-input--voice-message {
|
|
6473
|
+
border-top: 1px solid var(--sendbird-dark-ondark-04);
|
|
6474
|
+
}
|
|
6052
6475
|
.sb_mobile__panelwrap {
|
|
6053
6476
|
height: 100vh;
|
|
6054
6477
|
}
|
|
@@ -6056,6 +6479,17 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
6056
6479
|
.sb-show-main {
|
|
6057
6480
|
padding: 0 !important;
|
|
6058
6481
|
}
|
|
6482
|
+
|
|
6483
|
+
.sb_mobile__panelwrap .sendbird-thread {
|
|
6484
|
+
width: 100%;
|
|
6485
|
+
height: 100%;
|
|
6486
|
+
}
|
|
6487
|
+
.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui {
|
|
6488
|
+
max-width: 100%;
|
|
6489
|
+
}
|
|
6490
|
+
.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui .sendbird-thread-ui__header {
|
|
6491
|
+
width: 100%;
|
|
6492
|
+
}
|
|
6059
6493
|
.sendbird-app__wrap {
|
|
6060
6494
|
width: 100%;
|
|
6061
6495
|
height: 100%;
|
|
@@ -7073,6 +7507,10 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
7073
7507
|
margin-left: 8px;
|
|
7074
7508
|
}
|
|
7075
7509
|
|
|
7510
|
+
.sendbird-participants-accordion__member-avatar__avatar {
|
|
7511
|
+
position: absolute;
|
|
7512
|
+
}
|
|
7513
|
+
|
|
7076
7514
|
.sendbird-more-users__popup-scroll {
|
|
7077
7515
|
max-height: 420px;
|
|
7078
7516
|
overflow: scroll;
|