sceyt-chat-react-uikit 1.6.8-beta.8 → 1.6.8-beta.9
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/components/index.d.ts +2 -1
- package/index.js +622 -405
- package/index.modern.js +622 -406
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/components/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import MessageList from './Messages';
|
|
|
7
7
|
import SendMessage from './SendMessageInput';
|
|
8
8
|
import ChannelDetails from './ChannelDetailsContainer';
|
|
9
9
|
import MessagesScrollToBottomButton from './MessagesScrollToBottomButton';
|
|
10
|
+
import MessagesScrollToUnreadMentionsButton from './MessagesScrollToUnreadMentionsButton';
|
|
10
11
|
import CreateChannel from './../common/popups/createChannel';
|
|
11
12
|
import ChannelSearch from './ChannelList/ChannelSearch';
|
|
12
13
|
import Avatar from './Avatar';
|
|
@@ -15,7 +16,7 @@ import EmojisPopup from './Emojis';
|
|
|
15
16
|
import FrequentlyEmojis from './Emojis/frequentlyEmojis';
|
|
16
17
|
import DropDown from '../common/dropdown';
|
|
17
18
|
import { THEME_COLORS } from '../UIHelper/constants';
|
|
18
|
-
export { SceytChat, ChannelList, Channel, Chat, ChatHeader, MessageList, SendMessage, ChannelDetails, MessagesScrollToBottomButton, CreateChannel, ChannelSearch, Avatar, DropDown, Attachment, EmojisPopup, FrequentlyEmojis, SceytChatUIKitTheme, ThemeMode, THEME_COLORS };
|
|
19
|
+
export { SceytChat, ChannelList, Channel, Chat, ChatHeader, MessageList, SendMessage, ChannelDetails, MessagesScrollToBottomButton, MessagesScrollToUnreadMentionsButton, CreateChannel, ChannelSearch, Avatar, DropDown, Attachment, EmojisPopup, FrequentlyEmojis, SceytChatUIKitTheme, ThemeMode, THEME_COLORS };
|
|
19
20
|
declare global {
|
|
20
21
|
interface Window {
|
|
21
22
|
sceytTabNotifications: any;
|