@mindly/ui-components 3.27.0 → 3.27.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.
@@ -7,6 +7,7 @@ declare type UserInfo = {
7
7
  export declare type VideoCallInfoProps = {
8
8
  userInfo: UserInfo;
9
9
  consultationDate?: number;
10
+ timeZone?: string;
10
11
  };
11
12
  declare const _default: React.NamedExoticComponent<VideoCallInfoProps>;
12
13
  export default _default;
package/dist/index.d.ts CHANGED
@@ -653,6 +653,7 @@ declare type UserInfo = {
653
653
  declare type VideoCallInfoProps = {
654
654
  userInfo: UserInfo;
655
655
  consultationDate?: number;
656
+ timeZone?: string;
656
657
  };
657
658
  declare const _default$c: React.NamedExoticComponent<VideoCallInfoProps>;
658
659
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.27.0",
3
+ "version": "3.27.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",