@mindly/ui-components 5.59.0 → 5.59.1

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.
@@ -9,7 +9,7 @@ type ChatListItemProps = {
9
9
  status?: 'sent' | 'viewed';
10
10
  time?: number;
11
11
  timeZone?: string;
12
- lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
12
+ lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
13
13
  locale?: string;
14
14
  isDisabled?: boolean;
15
15
  t?: WithTranslation['t'];
@@ -4,7 +4,7 @@ export declare const MessageInfo: import("styled-components").StyledComponent<"d
4
4
  export declare const UserName: import("styled-components").StyledComponent<"div", any, {}, never>;
5
5
  export declare const MessageStatus: import("styled-components").StyledComponent<"div", any, {}, never>;
6
6
  type TextMessageProps = {
7
- lastMessageType: 'text' | 'file' | 'image' | 'video' | 'system';
7
+ lastMessageType: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
8
8
  };
9
9
  export declare const LastMessage: import("styled-components").StyledComponent<"div", any, TextMessageProps, never>;
10
10
  export declare const BadgeContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
package/dist/index.d.ts CHANGED
@@ -457,7 +457,7 @@ type ChatListItemProps = {
457
457
  status?: 'sent' | 'viewed';
458
458
  time?: number;
459
459
  timeZone?: string;
460
- lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
460
+ lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
461
461
  locale?: string;
462
462
  isDisabled?: boolean;
463
463
  t?: WithTranslation['t'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.59.0",
3
+ "version": "5.59.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",