cometchat-visual-builder-no-code 1.0.10-test42 → 1.0.10-test43

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.
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Custom React hook that listens for clicks on the
3
+ * `.cometchat-message-list__message-indicator` element inside an iframe
4
+ * with the static ID `"cometchat-frame"`.
5
+ *
6
+ * When such a click is detected, the provided callback is executed.
7
+ *
8
+ * @param {() => void} callback - Function to execute when the message indicator is clicked inside the iframe.
9
+ *
10
+ * @example
11
+ * useIframeIndicatorClick(() => {
12
+ * console.log("Message indicator clicked inside iframe");
13
+ * });
14
+ */
15
+ export declare function useIframeIndicatorClick(callback: () => void): void;
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "cometchat-visual-builder-no-code",
3
- "version": "1.0.10-test42",
3
+ "version": "1.0.10-test43",
4
4
  "description": "CometChat Chat Builder No-Code Integration",
5
5
  "cometChatCustomConfig": {
6
- "prodVersion": "1.0.9",
6
+ "prodVersion": "1.0.12",
7
7
  "devStagingVersion": "1.0.10-test29",
8
8
  "prodName": "@cometchat/chat-embed",
9
9
  "devName": "cometchat-visual-builder-no-code",
10
10
  "name": "cometchat-visual-builder-react-no-code",
11
- "version": "1.0.9",
11
+ "version": "1.0.12",
12
12
  "production": true
13
13
  },
14
14
  "author": "CometChat",
15
15
  "dependencies": {
16
16
  "@cometchat/calls-sdk-javascript": "4.1.0",
17
- "@cometchat/chat-uikit-react": "6.2.5",
17
+ "@cometchat/chat-uikit-react": "6.2.6",
18
18
  "react": "18.2.0",
19
19
  "react-dom": "18.2.0",
20
20
  "react-frame-component": "^5.2.7",