@cometchat/chat-uikit-react 6.3.11 → 6.3.13

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.
@@ -1,2 +1,4 @@
1
- declare const CometChatModerationView: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const CometChatModerationView: ({ message }: {
2
+ message?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
2
4
  export { CometChatModerationView };
@@ -29,6 +29,12 @@ export declare class MessageUtils {
29
29
  * @returns {JSX.Element} The default view for moderated messages.
30
30
  */
31
31
  getModeratedMessageBottomView(): JSX.Element;
32
+ /**
33
+ * Retrieves the bottom view for permission denied messages
34
+ *
35
+ * @returns {JSX.Element} The default view for permission denied messages.
36
+ */
37
+ getPermissionDeniedMessageBottomView(): JSX.Element;
32
38
  /**
33
39
  * Retrieves the bubble wrapper for a message based on the provided template.
34
40
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-react",
3
- "version": "6.3.11",
3
+ "version": "6.3.13",
4
4
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
5
5
  "author": "CometChat",
6
6
  "exports": {
@@ -8,7 +8,7 @@
8
8
  "./css-variables.css": "./dist/styles/css-variables.css"
9
9
  },
10
10
  "dependencies": {
11
- "@cometchat/chat-sdk-javascript": "^4.1.6",
11
+ "@cometchat/chat-sdk-javascript": "^4.1.8",
12
12
  "@rollup/plugin-json": "^6.1.0",
13
13
  "rxjs": "^7.8.1",
14
14
  "react-markdown": "^10.1.0",