@zohoim/chat-components 0.0.7 → 0.0.8
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.
|
@@ -17,7 +17,7 @@ import cssJSLogic from './css/cssJSLogic';
|
|
|
17
17
|
|
|
18
18
|
/** ** Styles *** */
|
|
19
19
|
import style from './css/IMArticleBubble.module.css';
|
|
20
|
-
import useIMArticleBubble from '
|
|
20
|
+
import useIMArticleBubble from '@zohoim/chat-components-hooks/es/IMArticleBubble/useIMArticleBubble';
|
|
21
21
|
import ArticleBubble from '../ArticleBubble/ArticleBubble';
|
|
22
22
|
export default function IMArticleBubble(props) {
|
|
23
23
|
const {
|
|
@@ -19,7 +19,7 @@ import cssJSLogic from './css/cssJSLogic';
|
|
|
19
19
|
import style from './css/IMAttachmentBubble.module.css';
|
|
20
20
|
import AttachmentBubble from '../AttachmentBubble/AttachmentBubble';
|
|
21
21
|
import IMAttachmentIcon from '../IMAttachmentIcon/IMAttachmentIcon';
|
|
22
|
-
import useIMAttachmentBubble from '
|
|
22
|
+
import useIMAttachmentBubble from '@zohoim/chat-components-hooks/es/IMAttachmentBubble/useIMAttachmentBubble';
|
|
23
23
|
export default function IMAttachmentBubble(props) {
|
|
24
24
|
const {
|
|
25
25
|
customStyle,
|
|
@@ -6,7 +6,7 @@ import React from 'react';
|
|
|
6
6
|
|
|
7
7
|
/** ** Hooks *** */
|
|
8
8
|
import useMergeStyle from '@zohodesk/hooks/es/utils/useMergeStyle';
|
|
9
|
-
import useIMAutoMessageInfo from '@zohoim/chat-components-hooks/
|
|
9
|
+
import useIMAutoMessageInfo from '@zohoim/chat-components-hooks/es/IMAutoMessageInfo/useIMAutoMessageInfo';
|
|
10
10
|
|
|
11
11
|
/** ** Constants *** */
|
|
12
12
|
import imAutoMessageInfoDefaultProps from './props/defaultProps';
|
|
@@ -18,7 +18,7 @@ import cssJSLogic from './css/cssJSLogic';
|
|
|
18
18
|
/** ** Styles *** */
|
|
19
19
|
import style from './css/IMVideoBubble.module.css';
|
|
20
20
|
import VideoBubble from '../VideoBubble/VideoBubble';
|
|
21
|
-
import useIMVideoBubble from '@zohoim/chat-components-hooks/
|
|
21
|
+
import useIMVideoBubble from '@zohoim/chat-components-hooks/es/IMVideoBubble/useIMVideoBubble';
|
|
22
22
|
export default function IMVideoBubble(props) {
|
|
23
23
|
const {
|
|
24
24
|
attachmentDetails,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohoim/chat-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Chat Components",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@zohodesk/utils": "1.3.9",
|
|
37
37
|
"@zohodesk/variables": "1.0.0-beta.30",
|
|
38
38
|
"@zohodesk/virtualizer": "1.0.13",
|
|
39
|
-
"@zohoim/chat-components-hooks": "^0.0.
|
|
39
|
+
"@zohoim/chat-components-hooks": "^0.0.7",
|
|
40
40
|
"@zohoim/chat-components-utils": "^0.0.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"html-to-react": "^1.4.8",
|
|
44
44
|
"react-to-jsx": "^1.3.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0559f14c8c257e7fee2c0d7ce2e1588c4776469a"
|
|
47
47
|
}
|