Skip to content

Commit

Permalink
Update UiKit to version 4.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-cometchat committed Jul 9, 2024
1 parent 19cde97 commit 7c9241f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file modified dist/assets/placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3325,6 +3325,7 @@ declare class AISmartRepliesDecorator extends DataSourceDecorator {
group: CometChat.Group;
theme: CometChatTheme;
buttonRef: any;
isModalClosed: boolean;
private closeCallback?;
constructor(dataSource: DataSource, configuration?: AISmartRepliesConfiguration);
childRefCallback: (childRef: React__default.RefObject<typeof CometChatButton>) => void;
Expand Down
2 changes: 1 addition & 1 deletion 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/AI/AISmartReplies/AISmartRepliesDecorator.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export declare class AISmartRepliesDecorator extends DataSourceDecorator {
group: CometChat.Group;
theme: CometChatTheme;
buttonRef: any;
isModalClosed: boolean;
private closeCallback?;
constructor(dataSource: DataSource, configuration?: AISmartRepliesConfiguration);
childRefCallback: (childRef: React.RefObject<typeof CometChatButton>) => void;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@cometchat/chat-uikit-react",
"version": "4.3.13",
"version": "4.3.14",
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
"author": "CometChat",
"peerDependencies": {
"@cometchat/chat-sdk-javascript": "^4.0.7",
"@cometchat/uikit-elements": "^4.3.12",
"@cometchat/uikit-resources": "^4.3.10",
"@cometchat/uikit-shared": "^4.3.13"
"@cometchat/uikit-shared": "^4.3.14"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
Expand Down

0 comments on commit 7c9241f

Please sign in to comment.