@cometchat/chat-uikit-react 6.0.0 → 6.0.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.
@@ -35,6 +35,7 @@
35
35
  display: flex;
36
36
  align-items: center;
37
37
  justify-content: center;
38
+ z-index: 1;
38
39
  }
39
40
 
40
41
  /* Container for download progress circle (24x24 size) */
@@ -89,7 +89,7 @@
89
89
  }
90
90
 
91
91
  /* Avatar size adjustment for smaller screens */
92
- .cometchat-outgoing-call__avatar .cometchat-avatar {
92
+ .cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar {
93
93
  width: 120px;
94
94
  height: 120px;
95
95
  }
@@ -35,6 +35,7 @@
35
35
  display: flex;
36
36
  align-items: center;
37
37
  justify-content: center;
38
+ z-index: 1;
38
39
  }
39
40
 
40
41
  /* Container for download progress circle (24x24 size) */
@@ -89,7 +89,7 @@
89
89
  }
90
90
 
91
91
  /* Avatar size adjustment for smaller screens */
92
- .cometchat-outgoing-call__avatar .cometchat-avatar {
92
+ .cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar {
93
93
  width: 120px;
94
94
  height: 120px;
95
95
  }
@@ -34,6 +34,7 @@ declare class CometChatLocalize {
34
34
  * @returns {string} Localized string.
35
35
  */
36
36
  static getLocalizedString: (str: string) => any;
37
+ private static getDefaultTimeZone;
37
38
  /**
38
39
  * Initializes localization settings (v2).
39
40
  * @param {LocalizationSettings} settings - Localization settings.
@@ -42,7 +42,7 @@ export declare class MessagesDataSource implements DataSource {
42
42
  getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
43
43
  getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
44
44
  getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
45
- getReceiptClass(status?: number): "wait" | "error" | "read" | "delivered" | "sent" | undefined;
45
+ getReceiptClass(status?: number): "error" | "wait" | "read" | "delivered" | "sent" | undefined;
46
46
  /**
47
47
  * Function to get receipt for message bubble
48
48
  * @param {CometChat.BaseMessage} item - The message bubble for which the receipt needs to be fetched
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-react",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
5
5
  "author": "CometChat",
6
6
  "dependencies": {