Skip to content

Commit 23d6aa6

Browse files
snapshots added
1 parent e20d658 commit 23d6aa6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ import { ChatItem } from 'react-chat-elements'
9595
| statusColor | none | color | ChatItem status color |
9696
| statusColorType | badge | string | ChatItem status color type (encircle, badge) |
9797
| statusText | none | color | ChatItem status text |
98+
| lazyLoadingImage | none | image path | lazy loading image |
9899
| muted | false | bool | chat mute info |
99100
| showMute | false | bool | chat mute button visibilty |
100101
| showVideoCall | false | bool | chat video call button visibilty |

src/ChatItem/__tests__/__snapshots__/ChatItem.js.snap

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`ChatItem component should render without issues 1`] = `
44
<div
55
className="rce-container-citem"
6-
onClick={null}
6+
onClick={[Function]}
77
>
88
<div
99
className="rce-citem"
@@ -42,6 +42,14 @@ exports[`ChatItem component should render without issues 1`] = `
4242
<div
4343
className="rce-citem-body--bottom-title"
4444
/>
45+
<div
46+
className="rce-citem-body--bottom-tools"
47+
onMouseEnter={[Function]}
48+
onMouseLeave={[Function]}
49+
/>
50+
<div
51+
className="rce-citem-body--bottom-tools-item-hidden-hover"
52+
/>
4553
<div
4654
className="rce-citem-body--bottom-status"
4755
/>

src/MessageBox/__tests__/__snapshots__/MessageBox.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`MessageBox component should render without issues 1`] = `
1313
onContextMenu={null}
1414
>
1515
<div
16-
className="rce-mbox-text"
16+
className="rce-mbox-text left"
1717
/>
1818
<div
1919
className="rce-mbox-time non-copiable"

0 commit comments

Comments
 (0)