@mindly/ui-components 5.59.1 → 5.59.3

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.
@@ -4,6 +4,7 @@ type ChatListItemProps = {
4
4
  name: string;
5
5
  message?: string;
6
6
  avatar?: string;
7
+ avatarReplacer?: JSX.Element;
7
8
  newMessagesCount?: number;
8
9
  onClick?: () => void;
9
10
  status?: 'sent' | 'viewed';
package/dist/index.d.ts CHANGED
@@ -452,6 +452,7 @@ type ChatListItemProps = {
452
452
  name: string;
453
453
  message?: string;
454
454
  avatar?: string;
455
+ avatarReplacer?: JSX.Element;
455
456
  newMessagesCount?: number;
456
457
  onClick?: () => void;
457
458
  status?: 'sent' | 'viewed';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.59.1",
3
+ "version": "5.59.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",