@mindly/ui-components 3.49.1 → 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/Booking/BookingScheduleTime/BookingScheduleTime.d.ts +5 -1
- 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/DaySlider/DaySlider.d.ts +2 -2
- 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/Booking/BookingScheduleTime/BookingScheduleTime.d.ts +5 -1
- 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/DaySlider/DaySlider.d.ts +2 -2
- package/dist/esm/types/lib/Modal/Modal.style.d.ts +3 -1
- package/dist/index.d.ts +46 -37
- 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,6 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
declare type BookingItem = {
|
|
3
|
+
title: string;
|
|
4
|
+
active?: boolean;
|
|
5
|
+
};
|
|
2
6
|
declare type BookingScheduleTimeProps = {
|
|
3
|
-
items: string[];
|
|
7
|
+
items: BookingItem[] | string[];
|
|
4
8
|
onClick?: (index: number, item: string) => void;
|
|
5
9
|
isLoading?: boolean;
|
|
6
10
|
};
|
|
@@ -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';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { HTMLAttributes, RefAttributes } from 'react';
|
|
2
2
|
import { JSX } from '@ionic/core/components';
|
|
3
3
|
declare type DaySliderProps = JSX.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & RefAttributes<HTMLIonSlidesElement> & {
|
|
4
|
-
slides: number[];
|
|
5
|
-
onDayClick?: (i: number, item: number) => void;
|
|
4
|
+
slides: number[] | string[];
|
|
5
|
+
onDayClick?: (i: number, item: number | string) => void;
|
|
6
6
|
locale: string;
|
|
7
7
|
translations?: {
|
|
8
8
|
today?: string;
|
|
@@ -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;
|
|
@@ -880,15 +881,15 @@ declare type TooltipComponentProps = {
|
|
|
880
881
|
declare const TooltipComponent: FC<TooltipComponentProps>;
|
|
881
882
|
|
|
882
883
|
declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & RefAttributes<HTMLIonSlidesElement> & {
|
|
883
|
-
slides: number[];
|
|
884
|
-
onDayClick?: (i: number, item: number) => void;
|
|
884
|
+
slides: number[] | string[];
|
|
885
|
+
onDayClick?: (i: number, item: number | string) => void;
|
|
885
886
|
locale: string;
|
|
886
887
|
translations?: {
|
|
887
888
|
today?: string;
|
|
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;
|
|
@@ -962,12 +963,16 @@ declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
|
|
|
962
963
|
|
|
963
964
|
declare const decOfNum: (number: number, titles: string[]) => string;
|
|
964
965
|
|
|
966
|
+
declare type BookingItem = {
|
|
967
|
+
title: string;
|
|
968
|
+
active?: boolean;
|
|
969
|
+
};
|
|
965
970
|
declare type BookingScheduleTimeProps = {
|
|
966
|
-
items: string[];
|
|
971
|
+
items: BookingItem[] | string[];
|
|
967
972
|
onClick?: (index: number, item: string) => void;
|
|
968
973
|
isLoading?: boolean;
|
|
969
974
|
};
|
|
970
|
-
declare const _default$
|
|
975
|
+
declare const _default$a: React.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
971
976
|
|
|
972
977
|
declare type BookingSpecialistInfoProps = {
|
|
973
978
|
name: string;
|
|
@@ -976,7 +981,7 @@ declare type BookingSpecialistInfoProps = {
|
|
|
976
981
|
avatar?: string;
|
|
977
982
|
isLoading?: boolean;
|
|
978
983
|
};
|
|
979
|
-
declare const _default$
|
|
984
|
+
declare const _default$9: React.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
980
985
|
|
|
981
986
|
declare type SpecialistCardProps = {
|
|
982
987
|
fullName?: string;
|
|
@@ -1013,7 +1018,7 @@ declare type SpecialistCardProps = {
|
|
|
1013
1018
|
};
|
|
1014
1019
|
declare const SpecialistCard: React.FC<SpecialistCardProps>;
|
|
1015
1020
|
|
|
1016
|
-
declare const _default$
|
|
1021
|
+
declare const _default$8: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1017
1022
|
isError?: boolean | undefined;
|
|
1018
1023
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1019
1024
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
|
|
@@ -1034,11 +1039,11 @@ declare const PasswordInput: React.ForwardRefExoticComponent<{
|
|
|
1034
1039
|
error?: string | null | undefined;
|
|
1035
1040
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
|
|
1036
1041
|
|
|
1037
|
-
declare const _default$
|
|
1042
|
+
declare const _default$7: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1038
1043
|
isError?: boolean | undefined;
|
|
1039
1044
|
} & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>>;
|
|
1040
1045
|
|
|
1041
|
-
declare const _default$
|
|
1046
|
+
declare const _default$6: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1042
1047
|
options: {
|
|
1043
1048
|
id: string | number;
|
|
1044
1049
|
label: string | number;
|
|
@@ -1071,7 +1076,7 @@ declare type CustomCheckboxProps = {
|
|
|
1071
1076
|
isCheckbox?: boolean;
|
|
1072
1077
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1073
1078
|
};
|
|
1074
|
-
declare const _default$
|
|
1079
|
+
declare const _default$5: React.MemoExoticComponent<React.ForwardRefExoticComponent<CustomCheckboxProps & React.RefAttributes<HTMLInputElement>>>;
|
|
1075
1080
|
|
|
1076
1081
|
declare type CheckboxListItem = {
|
|
1077
1082
|
id: ReactText;
|
|
@@ -1099,7 +1104,7 @@ declare type CheckboxListProps = {
|
|
|
1099
1104
|
from: string;
|
|
1100
1105
|
};
|
|
1101
1106
|
};
|
|
1102
|
-
declare const _default$
|
|
1107
|
+
declare const _default$4: React.NamedExoticComponent<CheckboxListProps>;
|
|
1103
1108
|
|
|
1104
1109
|
declare type BookingHeaderProps = {
|
|
1105
1110
|
title?: string;
|
|
@@ -1113,9 +1118,9 @@ declare type ProgressBarProps = {
|
|
|
1113
1118
|
progress: number;
|
|
1114
1119
|
loaderTitle?: string;
|
|
1115
1120
|
};
|
|
1116
|
-
declare const _default$
|
|
1121
|
+
declare const _default$3: React.NamedExoticComponent<ProgressBarProps>;
|
|
1117
1122
|
|
|
1118
|
-
declare const _default$
|
|
1123
|
+
declare const _default$2: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1119
1124
|
title: string;
|
|
1120
1125
|
subTitle?: string | undefined;
|
|
1121
1126
|
isError?: boolean | undefined;
|
|
@@ -1145,7 +1150,7 @@ declare type FlagProps = {
|
|
|
1145
1150
|
name: keyof typeof FlagTypes;
|
|
1146
1151
|
dimensions?: number;
|
|
1147
1152
|
};
|
|
1148
|
-
declare const _default: React.NamedExoticComponent<FlagProps>;
|
|
1153
|
+
declare const _default$1: React.NamedExoticComponent<FlagProps>;
|
|
1149
1154
|
|
|
1150
1155
|
declare type SpecialistLangsProps = {
|
|
1151
1156
|
showLoader?: boolean;
|
|
@@ -1172,4 +1177,8 @@ declare type LanguagesListProps = {
|
|
|
1172
1177
|
declare const LanguagesList: FC<LanguagesListProps>;
|
|
1173
1178
|
declare const ChangeLangModal: FC<ChangeLangModalProps>;
|
|
1174
1179
|
|
|
1175
|
-
|
|
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"
|