@mindly/ui-components 3.46.7 → 3.46.9

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,6 +9,7 @@ declare type ChatListItemProps = {
9
9
  time?: number;
10
10
  timeZone?: string;
11
11
  lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
12
+ locale?: string;
12
13
  };
13
14
  declare const _default: React.NamedExoticComponent<ChatListItemProps>;
14
15
  export default _default;
@@ -13,6 +13,7 @@ declare type ChatMessageProps = {
13
13
  width?: number;
14
14
  height?: number;
15
15
  };
16
+ locale?: string;
16
17
  };
17
18
  declare const _default: React.NamedExoticComponent<ChatMessageProps>;
18
19
  export default _default;
@@ -1 +1 @@
1
- export declare const timeNormalize: (message: string, timeZone: string) => string;
1
+ export declare const timeNormalize: (message: string, timeZone: string, locale: string) => string;
@@ -29,6 +29,7 @@ declare type SpecialistCardProps = {
29
29
  session: string;
30
30
  clients: string[];
31
31
  sessions: string[];
32
+ by: string;
32
33
  };
33
34
  };
34
35
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
@@ -3,5 +3,6 @@ import '../Theme/global.css';
3
3
  export interface NoInternetConnectionProps {
4
4
  isInternetConnected: boolean;
5
5
  isIos: boolean;
6
+ heading?: string;
6
7
  }
7
8
  export declare const NoInternetConnection: React.FC<NoInternetConnectionProps>;
package/dist/index.d.ts CHANGED
@@ -100,6 +100,7 @@ declare const DatePicker: React.FC<DatePickerProps>;
100
100
  interface NoInternetConnectionProps {
101
101
  isInternetConnected: boolean;
102
102
  isIos: boolean;
103
+ heading?: string;
103
104
  }
104
105
  declare const NoInternetConnection: React.FC<NoInternetConnectionProps>;
105
106
 
@@ -460,6 +461,7 @@ declare type ChatListItemProps = {
460
461
  time?: number;
461
462
  timeZone?: string;
462
463
  lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
464
+ locale?: string;
463
465
  };
464
466
  declare const _default$s: React.NamedExoticComponent<ChatListItemProps>;
465
467
 
@@ -477,6 +479,7 @@ declare type ChatMessageProps = {
477
479
  width?: number;
478
480
  height?: number;
479
481
  };
482
+ locale?: string;
480
483
  };
481
484
  declare const _default$r: React.NamedExoticComponent<ChatMessageProps>;
482
485
 
@@ -1005,6 +1008,7 @@ declare type SpecialistCardProps = {
1005
1008
  session: string;
1006
1009
  clients: string[];
1007
1010
  sessions: string[];
1011
+ by: string;
1008
1012
  };
1009
1013
  };
1010
1014
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.46.7",
3
+ "version": "3.46.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",