@mindly/ui-components 3.45.2 → 3.46.0

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,11 @@ declare type NotSupportModalProps = {
7
7
  buttonLink?: string;
8
8
  type?: 'danger' | 'primary';
9
9
  title?: string;
10
+ translations: {
11
+ buttonText: string;
12
+ downloadChromeText: string;
13
+ attention: string;
14
+ };
10
15
  } & JSX.IonModal;
11
16
  declare const NotSupportModal: React.FC<NotSupportModalProps>;
12
17
  export default NotSupportModal;
@@ -28,6 +28,11 @@ declare type VideoCallSwitchDevice = {
28
28
  * If device disabled - false, in another way - true
29
29
  */
30
30
  isDisabled?: boolean;
31
+ translations: {
32
+ micro: string;
33
+ camera: string;
34
+ offText: string;
35
+ };
31
36
  };
32
37
  declare const SwitchDeviceCard: React.FC<VideoCallSwitchDevice>;
33
38
  export default SwitchDeviceCard;
@@ -8,6 +8,15 @@ export declare type VideoCallInfoProps = {
8
8
  userInfo: UserInfo;
9
9
  consultationDate?: number;
10
10
  timeZone?: string;
11
+ locale: string;
12
+ translations: {
13
+ dateAndTime: string;
14
+ toStartSession: string;
15
+ abbreviatedDay: string;
16
+ abbreviatedHour: string;
17
+ abbreviatedMinutes: string;
18
+ abbreviatedSeconds: string;
19
+ };
11
20
  };
12
21
  declare const _default: React.NamedExoticComponent<VideoCallInfoProps>;
13
22
  export default _default;
package/dist/index.d.ts CHANGED
@@ -562,6 +562,11 @@ declare type VideoCallSwitchDevice = {
562
562
  * If device disabled - false, in another way - true
563
563
  */
564
564
  isDisabled?: boolean;
565
+ translations: {
566
+ micro: string;
567
+ camera: string;
568
+ offText: string;
569
+ };
565
570
  };
566
571
  declare const SwitchDeviceCard: React.FC<VideoCallSwitchDevice>;
567
572
 
@@ -648,6 +653,11 @@ declare type NotSupportModalProps = {
648
653
  buttonLink?: string;
649
654
  type?: 'danger' | 'primary';
650
655
  title?: string;
656
+ translations: {
657
+ buttonText: string;
658
+ downloadChromeText: string;
659
+ attention: string;
660
+ };
651
661
  } & JSX$1.IonModal;
652
662
  declare const NotSupportModal: React.FC<NotSupportModalProps>;
653
663
 
@@ -660,6 +670,15 @@ declare type VideoCallInfoProps = {
660
670
  userInfo: UserInfo;
661
671
  consultationDate?: number;
662
672
  timeZone?: string;
673
+ locale: string;
674
+ translations: {
675
+ dateAndTime: string;
676
+ toStartSession: string;
677
+ abbreviatedDay: string;
678
+ abbreviatedHour: string;
679
+ abbreviatedMinutes: string;
680
+ abbreviatedSeconds: string;
681
+ };
663
682
  };
664
683
  declare const _default$k: React.NamedExoticComponent<VideoCallInfoProps>;
665
684
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.45.2",
3
+ "version": "3.46.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",