@cometchat/chat-uikit-react 4.3.35 → 4.3.36
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.
|
@@ -276,6 +276,9 @@ interface IConversationsProps {
|
|
|
276
276
|
textFormatters?: CometChatTextFormatter[];
|
|
277
277
|
}
|
|
278
278
|
export type Action = {
|
|
279
|
+
type: "addConversationOfTheGroupAtTheTop";
|
|
280
|
+
conversation: CometChat.Conversation;
|
|
281
|
+
} | {
|
|
279
282
|
type: "appendConversations";
|
|
280
283
|
conversations: CometChat.Conversation[];
|
|
281
284
|
removeOldConversation?: boolean;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cometchat/chat-uikit-react",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.36",
|
|
4
4
|
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
|
|
5
5
|
"author": "CometChat",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@cometchat/chat-sdk-javascript": "^4.1.1",
|
|
8
8
|
"@cometchat/uikit-elements": "~4.3.27",
|
|
9
9
|
"@cometchat/uikit-resources": "~4.3.22",
|
|
10
|
-
"@cometchat/uikit-shared": "~4.3.
|
|
10
|
+
"@cometchat/uikit-shared": "~4.3.28"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@babel/cli": "^7.17.0",
|