Skip to content

Commit

Permalink
Update UIKIt to v4.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
birendraprasad-gupta committed Jul 23, 2024
1 parent 594d10a commit ba37a7c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/types/CometChatMessageComposer/hooks.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ type Args = {
userMemberWrapperRef: any;
getComposerId: Function;
parentMessageIdPropRef: any;
propsText: string | undefined;
};
export declare function Hooks(args: Args): void;
export {};
1 change: 1 addition & 0 deletions dist/types/Shared/Utils/MessageUtils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export declare class MessageUtils {
getContentView(message: CometChat.BaseMessage, template: CometChatMessageTemplate): any;
getBubbleWrapper(message: CometChat.BaseMessage, template: CometChatMessageTemplate): any;
getMessageBubble(baseMessage: CometChat.BaseMessage, template: CometChatMessageTemplate, messageBubbleStyle: any, alignment: MessageBubbleAlignment): any;
getUserStatusVisible(user: CometChat.User | CometChat.GroupMember | any): boolean;
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@cometchat/chat-uikit-react",
"version": "4.3.16",
"version": "4.3.17",
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
"author": "CometChat",
"peerDependencies": {
"@cometchat/chat-sdk-javascript": "^4.0.7",
"@cometchat/chat-sdk-javascript": "^4.0.8",
"@cometchat/uikit-elements": "^4.3.13",
"@cometchat/uikit-resources": "^4.3.10",
"@cometchat/uikit-shared": "^4.3.15"
Expand Down

0 comments on commit ba37a7c

Please sign in to comment.