@cometchat/chat-uikit-react 5.0.14 → 5.0.15

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.
@@ -157,6 +157,9 @@ interface ConversationsProps {
157
157
  showScrollbar?: boolean;
158
158
  }
159
159
  export type Action = {
160
+ type: "addConversationOfTheGroupAtTheTop";
161
+ conversation: CometChat.Conversation;
162
+ } | {
160
163
  type: "appendConversations";
161
164
  conversations: CometChat.Conversation[];
162
165
  removeOldConversation?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-react",
3
- "version": "5.0.14",
3
+ "version": "5.0.15",
4
4
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
5
5
  "author": "CometChat",
6
6
  "exports": {