@cometchat/chat-uikit-react 5.0.13 → 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.
@@ -23,6 +23,10 @@
23
23
  .cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{
24
24
  width: 100%;
25
25
  }
26
+ /* To remove the border of 1px */
27
+ .cometchat-message-list .cometchat-list__header{
28
+ border-bottom: 0;
29
+ }
26
30
  /* Body of the error state view */
27
31
  .cometchat-message-list__error-state-view-body {
28
32
  display: flex;
@@ -23,6 +23,10 @@
23
23
  .cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{
24
24
  width: 100%;
25
25
  }
26
+ /* To remove the border of 1px */
27
+ .cometchat-message-list .cometchat-list__header{
28
+ border-bottom: 0;
29
+ }
26
30
  /* Body of the error state view */
27
31
  .cometchat-message-list__error-state-view-body {
28
32
  display: flex;
@@ -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.13",
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": {