@cometchat/chat-uikit-react 4.3.32 → 4.3.34
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.
|
@@ -5,6 +5,7 @@ import { CSSProperties } from "react";
|
|
|
5
5
|
type ButtonStyle = CSSProperties & {
|
|
6
6
|
buttonIconTint?: string;
|
|
7
7
|
};
|
|
8
|
+
export declare function applyResponsiveDimensions(childSelector: string, parentSelector: string, transferOwnershipStyleObject: TransferOwnershipStyle | null): void;
|
|
8
9
|
export declare function transferOwnershipStyle(transferOwnershipStyleObject: TransferOwnershipStyle | null, theme: CometChatTheme): CSSProperties;
|
|
9
10
|
export declare function scopeLabelStyle(transferOwnershipStyleObject: TransferOwnershipStyle | null, theme: CometChatTheme, isRadioButton: boolean): LabelStyle;
|
|
10
11
|
export declare function transferBtnStyle(transferOwnershipStyleObject: TransferOwnershipStyle | null, theme: CometChatTheme): ButtonStyle;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isMobileDevice(): 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.34",
|
|
4
4
|
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
|
|
5
5
|
"author": "CometChat",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@cometchat/chat-sdk-javascript": "^4.0
|
|
8
|
-
"@cometchat/uikit-elements": "~4.3.
|
|
9
|
-
"@cometchat/uikit-resources": "~4.3.
|
|
10
|
-
"@cometchat/uikit-shared": "~4.3.
|
|
7
|
+
"@cometchat/chat-sdk-javascript": "^4.1.0",
|
|
8
|
+
"@cometchat/uikit-elements": "~4.3.26",
|
|
9
|
+
"@cometchat/uikit-resources": "~4.3.21",
|
|
10
|
+
"@cometchat/uikit-shared": "~4.3.26"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@babel/cli": "^7.17.0",
|