@mindly/ui-components 3.9.11 → 3.9.13
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 +12 -12
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/SpecialistEducationCard/SpecialistEducationCard.d.ts +2 -2
- package/dist/cjs/types/lib/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +5 -1
- package/dist/cjs/types/lib/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +3 -2
- package/dist/cjs/types/lib/VideoPlayer/VideoPlayer.d.ts +3 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/SpecialistEducationCard/SpecialistEducationCard.d.ts +2 -2
- package/dist/esm/types/lib/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +5 -1
- package/dist/esm/types/lib/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +3 -2
- package/dist/esm/types/lib/VideoPlayer/VideoPlayer.d.ts +3 -2
- package/dist/index.d.ts +10 -8
- package/package.json +1 -1
|
@@ -8,5 +8,5 @@ export declare type SpecialistEducationCardProps = {
|
|
|
8
8
|
yearEnd?: number | null;
|
|
9
9
|
showLoader?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
12
|
-
export default
|
|
11
|
+
declare const _default: React.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
12
|
+
export default _default;
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
declare type StyledSpecialistEducationCardProps = {
|
|
2
|
+
isNeedHoverEffect?: boolean;
|
|
3
|
+
};
|
|
4
|
+
export declare const StyledSpecialistEducationCard: import("styled-components").StyledComponent<"div", any, StyledSpecialistEducationCardProps, never>;
|
|
2
5
|
export declare const StyledInstitutionTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export {};
|
|
@@ -7,7 +7,8 @@ export declare type SpecialistProfileViewCardProps = {
|
|
|
7
7
|
sessionDuration?: number | null;
|
|
8
8
|
hoursOfPractice?: number | null;
|
|
9
9
|
onImageClick?: () => void;
|
|
10
|
+
videoLinkUrl?: string | null;
|
|
10
11
|
showLoader?: boolean;
|
|
11
12
|
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
12
|
-
declare const
|
|
13
|
-
export default
|
|
13
|
+
declare const _default: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
14
|
+
export default _default;
|
|
@@ -3,6 +3,7 @@ import { JSX } from '@ionic/core/components';
|
|
|
3
3
|
declare type VideoPlayerProps = {
|
|
4
4
|
videoLink: string;
|
|
5
5
|
closeModalHandler?: () => void;
|
|
6
|
+
onErrorContent: React.ReactElement;
|
|
6
7
|
} & JSX.IonModal;
|
|
7
|
-
declare const
|
|
8
|
-
export default
|
|
8
|
+
declare const _default: React.NamedExoticComponent<VideoPlayerProps>;
|
|
9
|
+
export default _default;
|
package/dist/index.d.ts
CHANGED
|
@@ -197,7 +197,7 @@ declare type LetterAvatarProps = {
|
|
|
197
197
|
className?: string;
|
|
198
198
|
style?: CSSProperties;
|
|
199
199
|
};
|
|
200
|
-
declare const _default$
|
|
200
|
+
declare const _default$6: React.NamedExoticComponent<LetterAvatarProps>;
|
|
201
201
|
|
|
202
202
|
declare type ImageWithFallbackProps = JSX.IntrinsicElements["img"] & ({
|
|
203
203
|
onErrorContent: React.ReactElement;
|
|
@@ -209,7 +209,7 @@ declare type PersonDateTimeCardProps = {
|
|
|
209
209
|
name: string;
|
|
210
210
|
dateTime: Date;
|
|
211
211
|
};
|
|
212
|
-
declare const _default$
|
|
212
|
+
declare const _default$5: React.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
213
213
|
|
|
214
214
|
declare type PsychologistProfileType = {
|
|
215
215
|
id: string;
|
|
@@ -416,7 +416,7 @@ declare type SelectImpressionEmojiProps = {
|
|
|
416
416
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
417
417
|
};
|
|
418
418
|
|
|
419
|
-
declare const _default$
|
|
419
|
+
declare const _default$4: React.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
420
420
|
|
|
421
421
|
interface FooterForBookingProps {
|
|
422
422
|
eventHandler: (props?: React.SyntheticEvent) => void;
|
|
@@ -443,7 +443,7 @@ declare type MediaPlayerProps = {
|
|
|
443
443
|
fallbackText?: string;
|
|
444
444
|
isVideoTrackMuted?: boolean;
|
|
445
445
|
} & HTMLAttributes<HTMLDivElement>;
|
|
446
|
-
declare const _default: React.NamedExoticComponent<MediaPlayerProps>;
|
|
446
|
+
declare const _default$3: React.NamedExoticComponent<MediaPlayerProps>;
|
|
447
447
|
|
|
448
448
|
declare type RoundButtonPropsType = {
|
|
449
449
|
disabled?: boolean;
|
|
@@ -577,7 +577,7 @@ declare type SpecialistEducationCardProps = {
|
|
|
577
577
|
yearEnd?: number | null;
|
|
578
578
|
showLoader?: boolean;
|
|
579
579
|
};
|
|
580
|
-
declare const
|
|
580
|
+
declare const _default$2: React.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
581
581
|
|
|
582
582
|
declare type SpecialistProfileViewCardProps = {
|
|
583
583
|
avatarLink?: string | null;
|
|
@@ -587,9 +587,10 @@ declare type SpecialistProfileViewCardProps = {
|
|
|
587
587
|
sessionDuration?: number | null;
|
|
588
588
|
hoursOfPractice?: number | null;
|
|
589
589
|
onImageClick?: () => void;
|
|
590
|
+
videoLinkUrl?: string | null;
|
|
590
591
|
showLoader?: boolean;
|
|
591
592
|
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
592
|
-
declare const
|
|
593
|
+
declare const _default$1: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
593
594
|
|
|
594
595
|
declare type SpecialistStatisticsCardProps = {
|
|
595
596
|
activeClients?: number;
|
|
@@ -621,7 +622,8 @@ declare const AppFooter: FC<AppFooterProps>;
|
|
|
621
622
|
declare type VideoPlayerProps = {
|
|
622
623
|
videoLink: string;
|
|
623
624
|
closeModalHandler?: () => void;
|
|
625
|
+
onErrorContent: React.ReactElement;
|
|
624
626
|
} & JSX$1.IonModal;
|
|
625
|
-
declare const
|
|
627
|
+
declare const _default: React.NamedExoticComponent<VideoPlayerProps>;
|
|
626
628
|
|
|
627
|
-
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, ChatListItem, ChatListSkeleton, ChatMessage, ChatMessageSkeleton, ConsultationCard, ConsultationCardProps, ConsultationCardSkeleton, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, DayToRender, EmptyChatList, EmptyChatMessages, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$
|
|
629
|
+
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, ChatListItem, ChatListSkeleton, ChatMessage, ChatMessageSkeleton, ConsultationCard, ConsultationCardProps, ConsultationCardSkeleton, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, DayToRender, EmptyChatList, EmptyChatMessages, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$6 as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$3 as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotesCardText, NotesEditor, _default$5 as PersonDateTimeCard, Range, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$4 as SelectImpressionEmoji, Skeleton, SpecialistAbout, _default$2 as SpecialistEducationCard, _default$1 as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, Textarea, TherapistCard, TherapistInformationComponent, Toggle, UpdatesCard, UsersPsychologistScrollList, _default as VideoPlayer, YourLocalTimeBlock, toast };
|