@mindly/ui-components 3.50.0 → 3.51.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.
- package/dist/cjs/index.js +57 -57
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/lib/BrowserNotSupport/NotSupportModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/ChangeLangModal/ChangeLangModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +3 -1
- package/dist/cjs/types/lib/CustomModal/CustomModal.d.ts +6 -0
- package/dist/cjs/types/lib/CustomModal/index.d.ts +1 -0
- package/dist/cjs/types/lib/Modal/Modal.style.d.ts +3 -1
- package/dist/esm/index.js +58 -58
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/lib/BrowserNotSupport/NotSupportModal.style.d.ts +3 -1
- package/dist/esm/types/lib/ChangeLangModal/ChangeLangModal.style.d.ts +3 -1
- package/dist/esm/types/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +3 -1
- package/dist/esm/types/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +3 -1
- package/dist/esm/types/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +3 -1
- package/dist/esm/types/lib/CustomModal/CustomModal.d.ts +6 -0
- package/dist/esm/types/lib/CustomModal/index.d.ts +1 -0
- package/dist/esm/types/lib/Modal/Modal.style.d.ts +3 -1
- package/dist/index.d.ts +39 -34
- package/package.json +4 -2
|
@@ -163,3 +163,5 @@ export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLa
|
|
|
163
163
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
|
164
164
|
export { default as ChangeLangModal } from './lib/ChangeLangModal';
|
|
165
165
|
export * from './lib/ChangeLangModal';
|
|
166
|
+
export { default as CustomModal } from './lib/CustomModal';
|
|
167
|
+
export * from './lib/CustomModal';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledNotSupportModal: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
export declare const StyledNotSupportModal: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
3
|
+
children: import("react").ReactNode;
|
|
4
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, {}, never>;
|
|
3
5
|
export declare const StyledNotSupportModalContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
6
|
export declare const StyleRedBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
7
|
export declare const StyleTextBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ChangeLangWrapper: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
export declare const ChangeLangWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
3
|
+
children: import("react").ReactNode;
|
|
4
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, {}, never>;
|
|
3
5
|
export declare const ChangeLangContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
6
|
export declare const LanguagesListWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
declare type ConsultationModalWrapperProps = {
|
|
3
3
|
height: number;
|
|
4
4
|
};
|
|
5
|
-
export declare const ConsultationModalWrapper: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const ConsultationModalWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, ConsultationModalWrapperProps, never>;
|
|
6
8
|
export declare const ConsultationModalContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
9
|
export {};
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
declare type SignUpSessionWrapperProps = {
|
|
3
3
|
height: number;
|
|
4
4
|
};
|
|
5
|
-
export declare const SignUpSessionWrapper: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const SignUpSessionWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, SignUpSessionWrapperProps, never>;
|
|
6
8
|
export declare const SignUpSessionContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
9
|
export {};
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
declare type SpecialistInfoWrapperProps = {
|
|
3
3
|
isClient: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, SpecialistInfoWrapperProps, never>;
|
|
6
8
|
declare type SpecialistInfoContainerProps = {
|
|
7
9
|
isClient: boolean;
|
|
8
10
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { JSX } from '@ionic/core';
|
|
3
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
} & JSX.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './CustomModal';
|
|
@@ -2,5 +2,7 @@
|
|
|
2
2
|
declare type ModalStyledProps = {
|
|
3
3
|
isFullWidth: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const ModalStyled: import("styled-components").StyledComponent<import("react").
|
|
5
|
+
export declare const ModalStyled: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
children: import("react").ReactNode;
|
|
7
|
+
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, ModalStyledProps, never>;
|
|
6
8
|
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import React, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, ReactText, ReactElement, ChangeEvent } from 'react';
|
|
3
3
|
import { JSX as JSX$1 } from '@ionic/core/components';
|
|
4
4
|
import { ILocalVideoTrack, IRemoteVideoTrack, ILocalAudioTrack, IRemoteAudioTrack } from 'agora-rtc-sdk-ng';
|
|
5
|
+
import { JSX as JSX$2 } from '@ionic/core';
|
|
5
6
|
|
|
6
7
|
interface ButtonProps$1 {
|
|
7
8
|
buttonType: 'primary' | 'secondary' | 'actionButton' | 'actionButtonDisabled' | 'secondaryWithStroke' | 'secondaryCancel' | 'actionButtonActive' | 'actionButtonGreen';
|
|
@@ -213,7 +214,7 @@ declare type LetterAvatarProps = {
|
|
|
213
214
|
fontSize?: number;
|
|
214
215
|
onClick?: () => void;
|
|
215
216
|
};
|
|
216
|
-
declare const _default$
|
|
217
|
+
declare const _default$x: React.NamedExoticComponent<LetterAvatarProps>;
|
|
217
218
|
|
|
218
219
|
declare type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
219
220
|
onErrorContent: React.ReactElement;
|
|
@@ -225,7 +226,7 @@ declare type PersonDateTimeCardProps = {
|
|
|
225
226
|
name: string;
|
|
226
227
|
dateTime: Date;
|
|
227
228
|
};
|
|
228
|
-
declare const _default$
|
|
229
|
+
declare const _default$w: React.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
229
230
|
|
|
230
231
|
declare type PsychologistProfileType = {
|
|
231
232
|
id: string;
|
|
@@ -408,7 +409,7 @@ declare type SelectImpressionEmojiProps = {
|
|
|
408
409
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
409
410
|
};
|
|
410
411
|
|
|
411
|
-
declare const _default$
|
|
412
|
+
declare const _default$v: React.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
412
413
|
|
|
413
414
|
interface FooterForBookingProps {
|
|
414
415
|
eventHandler: (props?: React.SyntheticEvent) => void;
|
|
@@ -437,7 +438,7 @@ declare type MediaPlayerProps = {
|
|
|
437
438
|
showControls: boolean;
|
|
438
439
|
isScreenSharing?: boolean;
|
|
439
440
|
} & HTMLAttributes<HTMLDivElement>;
|
|
440
|
-
declare const _default$
|
|
441
|
+
declare const _default$u: React.NamedExoticComponent<MediaPlayerProps>;
|
|
441
442
|
|
|
442
443
|
declare type RoundButtonPropsType = {
|
|
443
444
|
disabled?: boolean;
|
|
@@ -463,7 +464,7 @@ declare type ChatListItemProps = {
|
|
|
463
464
|
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
|
|
464
465
|
locale?: string;
|
|
465
466
|
};
|
|
466
|
-
declare const _default$
|
|
467
|
+
declare const _default$t: React.NamedExoticComponent<ChatListItemProps>;
|
|
467
468
|
|
|
468
469
|
declare type ChatMessageProps = {
|
|
469
470
|
message: string | File;
|
|
@@ -481,11 +482,11 @@ declare type ChatMessageProps = {
|
|
|
481
482
|
};
|
|
482
483
|
locale?: string;
|
|
483
484
|
};
|
|
484
|
-
declare const _default$
|
|
485
|
+
declare const _default$s: React.NamedExoticComponent<ChatMessageProps>;
|
|
485
486
|
|
|
486
487
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
487
488
|
|
|
488
|
-
declare const _default$
|
|
489
|
+
declare const _default$r: React.MemoExoticComponent<() => JSX.Element>;
|
|
489
490
|
|
|
490
491
|
declare type EmptyChatList = {
|
|
491
492
|
title?: string;
|
|
@@ -495,7 +496,7 @@ declare type EmptyChatList = {
|
|
|
495
496
|
onClick?: () => void;
|
|
496
497
|
};
|
|
497
498
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
498
|
-
declare const _default$
|
|
499
|
+
declare const _default$q: React.NamedExoticComponent<EmptyChatList>;
|
|
499
500
|
|
|
500
501
|
declare type EmptyChatMessagesProps = {
|
|
501
502
|
title?: string;
|
|
@@ -519,7 +520,7 @@ declare type TextareaProps = {
|
|
|
519
520
|
onError?: (message: string) => void;
|
|
520
521
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
521
522
|
};
|
|
522
|
-
declare const _default$
|
|
523
|
+
declare const _default$p: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
|
|
523
524
|
|
|
524
525
|
declare type LouseConnectProps = {
|
|
525
526
|
onClick?: () => void;
|
|
@@ -598,7 +599,7 @@ declare type SpecialistEducationCardProps$1 = {
|
|
|
598
599
|
yearEnd?: number | null;
|
|
599
600
|
showLoader?: boolean;
|
|
600
601
|
};
|
|
601
|
-
declare const _default$
|
|
602
|
+
declare const _default$o: React.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
602
603
|
|
|
603
604
|
declare type SpecialistProfileViewCardProps$1 = {
|
|
604
605
|
avatarLink?: string | null;
|
|
@@ -611,7 +612,7 @@ declare type SpecialistProfileViewCardProps$1 = {
|
|
|
611
612
|
videoLinkUrl?: string | null;
|
|
612
613
|
showLoader?: boolean;
|
|
613
614
|
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
614
|
-
declare const _default$
|
|
615
|
+
declare const _default$n: React.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
615
616
|
|
|
616
617
|
declare type SpecialistStatisticsCardProps$1 = {
|
|
617
618
|
activeClients?: number;
|
|
@@ -647,7 +648,7 @@ declare type VideoPlayerProps = {
|
|
|
647
648
|
closeModalHandler?: () => void;
|
|
648
649
|
onErrorContent: React.ReactElement;
|
|
649
650
|
} & JSX$1.IonModal;
|
|
650
|
-
declare const _default$
|
|
651
|
+
declare const _default$m: React.NamedExoticComponent<VideoPlayerProps>;
|
|
651
652
|
|
|
652
653
|
declare type NotSupportModalProps = {
|
|
653
654
|
closeModal?: () => void;
|
|
@@ -683,7 +684,7 @@ declare type VideoCallInfoProps = {
|
|
|
683
684
|
abbreviatedSeconds: string;
|
|
684
685
|
};
|
|
685
686
|
};
|
|
686
|
-
declare const _default$
|
|
687
|
+
declare const _default$l: React.NamedExoticComponent<VideoCallInfoProps>;
|
|
687
688
|
|
|
688
689
|
declare enum ConsultationCardType {
|
|
689
690
|
FEATURE = "feature",
|
|
@@ -714,14 +715,14 @@ declare type ConsultationCardProps = {
|
|
|
714
715
|
};
|
|
715
716
|
};
|
|
716
717
|
|
|
717
|
-
declare const _default$
|
|
718
|
+
declare const _default$k: React.NamedExoticComponent<ConsultationCardProps>;
|
|
718
719
|
|
|
719
720
|
declare type SignUpSessionButtonProps = {
|
|
720
721
|
label: string;
|
|
721
722
|
isLoading?: boolean;
|
|
722
723
|
onClick?: () => void;
|
|
723
724
|
};
|
|
724
|
-
declare const _default$
|
|
725
|
+
declare const _default$j: React.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
725
726
|
|
|
726
727
|
declare type EmptyConsultationsProps = {
|
|
727
728
|
title: string;
|
|
@@ -729,7 +730,7 @@ declare type EmptyConsultationsProps = {
|
|
|
729
730
|
buttonLabel?: string;
|
|
730
731
|
onClick?: () => void;
|
|
731
732
|
};
|
|
732
|
-
declare const _default$
|
|
733
|
+
declare const _default$i: React.NamedExoticComponent<EmptyConsultationsProps>;
|
|
733
734
|
|
|
734
735
|
declare type ConsultationModalProps = {
|
|
735
736
|
isOpen: boolean;
|
|
@@ -764,7 +765,7 @@ declare type ConsultationModalProps = {
|
|
|
764
765
|
started?: string;
|
|
765
766
|
};
|
|
766
767
|
};
|
|
767
|
-
declare const _default$
|
|
768
|
+
declare const _default$h: React.NamedExoticComponent<ConsultationModalProps>;
|
|
768
769
|
|
|
769
770
|
declare type SpecialistData = {
|
|
770
771
|
id: string;
|
|
@@ -781,7 +782,7 @@ declare type SignUpSessionModalProps = {
|
|
|
781
782
|
title: string;
|
|
782
783
|
cancelBtnLabel: string;
|
|
783
784
|
};
|
|
784
|
-
declare const _default$
|
|
785
|
+
declare const _default$g: React.NamedExoticComponent<SignUpSessionModalProps>;
|
|
785
786
|
|
|
786
787
|
declare type ConsultationSpecialistCardProps = {
|
|
787
788
|
id: string;
|
|
@@ -792,7 +793,7 @@ declare type ConsultationSpecialistCardProps = {
|
|
|
792
793
|
onSignUp?: (id: string) => void;
|
|
793
794
|
signInBtnLabel: string;
|
|
794
795
|
};
|
|
795
|
-
declare const _default$
|
|
796
|
+
declare const _default$f: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
796
797
|
|
|
797
798
|
declare type UserInfoModalProps = {
|
|
798
799
|
isOpen: boolean;
|
|
@@ -853,7 +854,7 @@ declare type ReScheduleProps = {
|
|
|
853
854
|
btnLabel: string;
|
|
854
855
|
};
|
|
855
856
|
};
|
|
856
|
-
declare const _default$
|
|
857
|
+
declare const _default$e: React.NamedExoticComponent<ReScheduleProps>;
|
|
857
858
|
|
|
858
859
|
declare type ReScheduleSuccessProps = {
|
|
859
860
|
name: string;
|
|
@@ -888,7 +889,7 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
|
|
|
888
889
|
tomorrow?: string;
|
|
889
890
|
};
|
|
890
891
|
};
|
|
891
|
-
declare const _default$
|
|
892
|
+
declare const _default$d: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "locale" | "translations" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
|
|
892
893
|
|
|
893
894
|
declare type SpecialistWorkDirectionsPropsType = {
|
|
894
895
|
workDirections?: string[] | [];
|
|
@@ -906,7 +907,7 @@ declare type SpecialistProfileViewCardProps = {
|
|
|
906
907
|
onImageClick?: () => void;
|
|
907
908
|
isLoading?: boolean;
|
|
908
909
|
};
|
|
909
|
-
declare const _default$
|
|
910
|
+
declare const _default$c: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
910
911
|
|
|
911
912
|
declare type SpecialistAboutProps = {
|
|
912
913
|
text?: string;
|
|
@@ -926,7 +927,7 @@ declare type SpecialistEducationCardProps = {
|
|
|
926
927
|
yearEnd?: number | null;
|
|
927
928
|
showLoader?: boolean;
|
|
928
929
|
};
|
|
929
|
-
declare const _default$
|
|
930
|
+
declare const _default$b: React.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
930
931
|
|
|
931
932
|
declare type SpecialistStatisticsCardProps = {
|
|
932
933
|
trust?: boolean;
|
|
@@ -971,7 +972,7 @@ declare type BookingScheduleTimeProps = {
|
|
|
971
972
|
onClick?: (index: number, item: string) => void;
|
|
972
973
|
isLoading?: boolean;
|
|
973
974
|
};
|
|
974
|
-
declare const _default$
|
|
975
|
+
declare const _default$a: React.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
975
976
|
|
|
976
977
|
declare type BookingSpecialistInfoProps = {
|
|
977
978
|
name: string;
|
|
@@ -980,7 +981,7 @@ declare type BookingSpecialistInfoProps = {
|
|
|
980
981
|
avatar?: string;
|
|
981
982
|
isLoading?: boolean;
|
|
982
983
|
};
|
|
983
|
-
declare const _default$
|
|
984
|
+
declare const _default$9: React.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
984
985
|
|
|
985
986
|
declare type SpecialistCardProps = {
|
|
986
987
|
fullName?: string;
|
|
@@ -1017,7 +1018,7 @@ declare type SpecialistCardProps = {
|
|
|
1017
1018
|
};
|
|
1018
1019
|
declare const SpecialistCard: React.FC<SpecialistCardProps>;
|
|
1019
1020
|
|
|
1020
|
-
declare const _default$
|
|
1021
|
+
declare const _default$8: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1021
1022
|
isError?: boolean | undefined;
|
|
1022
1023
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1023
1024
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
|
|
@@ -1038,11 +1039,11 @@ declare const PasswordInput: React.ForwardRefExoticComponent<{
|
|
|
1038
1039
|
error?: string | null | undefined;
|
|
1039
1040
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
|
|
1040
1041
|
|
|
1041
|
-
declare const _default$
|
|
1042
|
+
declare const _default$7: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1042
1043
|
isError?: boolean | undefined;
|
|
1043
1044
|
} & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>>;
|
|
1044
1045
|
|
|
1045
|
-
declare const _default$
|
|
1046
|
+
declare const _default$6: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1046
1047
|
options: {
|
|
1047
1048
|
id: string | number;
|
|
1048
1049
|
label: string | number;
|
|
@@ -1075,7 +1076,7 @@ declare type CustomCheckboxProps = {
|
|
|
1075
1076
|
isCheckbox?: boolean;
|
|
1076
1077
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1077
1078
|
};
|
|
1078
|
-
declare const _default$
|
|
1079
|
+
declare const _default$5: React.MemoExoticComponent<React.ForwardRefExoticComponent<CustomCheckboxProps & React.RefAttributes<HTMLInputElement>>>;
|
|
1079
1080
|
|
|
1080
1081
|
declare type CheckboxListItem = {
|
|
1081
1082
|
id: ReactText;
|
|
@@ -1103,7 +1104,7 @@ declare type CheckboxListProps = {
|
|
|
1103
1104
|
from: string;
|
|
1104
1105
|
};
|
|
1105
1106
|
};
|
|
1106
|
-
declare const _default$
|
|
1107
|
+
declare const _default$4: React.NamedExoticComponent<CheckboxListProps>;
|
|
1107
1108
|
|
|
1108
1109
|
declare type BookingHeaderProps = {
|
|
1109
1110
|
title?: string;
|
|
@@ -1117,9 +1118,9 @@ declare type ProgressBarProps = {
|
|
|
1117
1118
|
progress: number;
|
|
1118
1119
|
loaderTitle?: string;
|
|
1119
1120
|
};
|
|
1120
|
-
declare const _default$
|
|
1121
|
+
declare const _default$3: React.NamedExoticComponent<ProgressBarProps>;
|
|
1121
1122
|
|
|
1122
|
-
declare const _default$
|
|
1123
|
+
declare const _default$2: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1123
1124
|
title: string;
|
|
1124
1125
|
subTitle?: string | undefined;
|
|
1125
1126
|
isError?: boolean | undefined;
|
|
@@ -1149,7 +1150,7 @@ declare type FlagProps = {
|
|
|
1149
1150
|
name: keyof typeof FlagTypes;
|
|
1150
1151
|
dimensions?: number;
|
|
1151
1152
|
};
|
|
1152
|
-
declare const _default: React.NamedExoticComponent<FlagProps>;
|
|
1153
|
+
declare const _default$1: React.NamedExoticComponent<FlagProps>;
|
|
1153
1154
|
|
|
1154
1155
|
declare type SpecialistLangsProps = {
|
|
1155
1156
|
showLoader?: boolean;
|
|
@@ -1176,4 +1177,8 @@ declare type LanguagesListProps = {
|
|
|
1176
1177
|
declare const LanguagesList: FC<LanguagesListProps>;
|
|
1177
1178
|
declare const ChangeLangModal: FC<ChangeLangModalProps>;
|
|
1178
1179
|
|
|
1179
|
-
|
|
1180
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1181
|
+
children: React.ReactNode;
|
|
1182
|
+
} & JSX$2.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
1183
|
+
|
|
1184
|
+
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$a as BookingScheduleTime, _default$9 as BookingSpecialistInfo, Button, CancelSession, ChangeLangModal, _default$t as ChatListItem, _default$r as ChatListSkeleton, _default$s as ChatMessage, ChatMessageSkeleton, _default$4 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$k as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$h as ConsultationModal, _default$f as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$5 as CustomCheckbox, _default as CustomModal, _default$6 as CustomSelect, _default$7 as CustomTextarea, DatePicker, _default$d as DaySlider, DayToRender, _default$b as EducationCard, _default$q as EmptyChatList, EmptyChatMessages, _default$i as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$1 as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$x as LetterAvatar, _default$2 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$u as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$w as PersonDateTimeCard, _default$c as ProfileView, _default$3 as ProgressBar, Range, _default$e as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$v as SelectImpressionEmoji, _default$j as SignUpSessionButton, _default$g as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$o as SpecialistEducationCard, SpecialistLangs, _default$n as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$8 as TextInput, _default$p as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$l as VideoCallInfo, _default$m as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindly/ui-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.51.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "react-scripts start",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"-": "^0.0.1",
|
|
21
21
|
"@babel/polyfill": "^7.12.1",
|
|
22
|
-
"@capacitor/
|
|
22
|
+
"@capacitor-community/intercom": "^4.0.2",
|
|
23
|
+
"@capacitor/keyboard": "4.1.0",
|
|
23
24
|
"@ionic/react": "^6.1.11",
|
|
24
25
|
"@ionic/react-router": "^6.1.11",
|
|
25
26
|
"@storybook/addon-viewport": "^6.3.10",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"react-dom": "^17.0.2",
|
|
43
44
|
"react-refresh": "^0.9.0",
|
|
44
45
|
"react-scripts": "4.0.3",
|
|
46
|
+
"react-use-intercom": "^2.0.0",
|
|
45
47
|
"styled-components": "^5.3.1",
|
|
46
48
|
"swiper": "^8.4.4",
|
|
47
49
|
"web-vitals": "^1.1.2"
|