@mindly/ui-components 5.108.6 → 6.0.0-dev.2
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/configs/tailwind/colors.d.ts +0 -1
- package/dist/cjs/index.d.ts +1 -31
- package/dist/cjs/index.js +19 -18
- package/dist/cjs/lib/AppHeader/AppHeader.d.ts +3 -0
- package/dist/cjs/lib/Avatar/Avatar.d.ts +3 -0
- package/dist/cjs/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
- package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
- package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +4 -4
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +1 -1
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -1
- package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +14 -0
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +0 -1
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +0 -1
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +4 -6
- package/dist/cjs/lib2/shared/types/user.d.ts +0 -1
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Input/types.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +1 -3
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +0 -1
- package/dist/cjs/lib2/widgets/FiltersWidget/types.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +1 -1
- package/dist/esm/configs/tailwind/colors.d.ts +0 -1
- package/dist/esm/index.d.ts +1 -31
- package/dist/esm/index.js +19 -18
- package/dist/esm/lib/AppHeader/AppHeader.d.ts +3 -0
- package/dist/esm/lib/Avatar/Avatar.d.ts +3 -0
- package/dist/esm/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
- package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
- package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +4 -4
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +1 -1
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -1
- package/dist/esm/lib2/features/TariffFeature/styles.d.ts +14 -0
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +0 -1
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +0 -1
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +4 -6
- package/dist/esm/lib2/shared/types/user.d.ts +0 -1
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Input/Input.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Input/types.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +1 -3
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +0 -1
- package/dist/esm/lib2/widgets/FiltersWidget/types.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +1 -1
- package/dist/index.d.ts +162 -368
- package/package.json +1 -1
- package/src/configs/tailwind/colors.ts +0 -1
- package/dist/cjs/lib2/shared/assets/icons/IconCheckboxThinUnchecked.d.ts +0 -7
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +0 -18
- package/dist/esm/lib2/shared/assets/icons/IconCheckboxThinUnchecked.d.ts +0 -7
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +0 -18
package/dist/index.d.ts
CHANGED
|
@@ -63,40 +63,11 @@ interface ContentCardProps {
|
|
|
63
63
|
}
|
|
64
64
|
declare const ContentCard: React__default.FC<ContentCardProps>;
|
|
65
65
|
|
|
66
|
-
interface TherapistCardProps {
|
|
67
|
-
psychologistName: string;
|
|
68
|
-
psychologistLastName: string;
|
|
69
|
-
psychologistType: string;
|
|
70
|
-
psychologistPhoto: string;
|
|
71
|
-
psychologistPrice: number;
|
|
72
|
-
psychologistDuration: number;
|
|
73
|
-
psychologistExperience: number;
|
|
74
|
-
handleClick: (props?: React__default.SyntheticEvent) => void;
|
|
75
|
-
['data-testid']?: string;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* @deprecated
|
|
79
|
-
*/
|
|
80
|
-
declare const TherapistCard: React__default.FC<TherapistCardProps>;
|
|
81
|
-
|
|
82
66
|
/**
|
|
83
67
|
* Toast that work line an API, we can call it anywhere, need message text and duration(default 3 seconds)
|
|
84
68
|
*/
|
|
85
69
|
declare const toast: (message: string, duration?: number) => Promise<void>;
|
|
86
70
|
|
|
87
|
-
interface ArchivedConsultationCardProps {
|
|
88
|
-
nameAndSurname: string;
|
|
89
|
-
date: string;
|
|
90
|
-
avatar: string;
|
|
91
|
-
isFree?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Consultation price
|
|
94
|
-
*/
|
|
95
|
-
price: string;
|
|
96
|
-
['data-testid']?: string;
|
|
97
|
-
}
|
|
98
|
-
declare const ArchivedConsultationCard: React__default.FC<ArchivedConsultationCardProps>;
|
|
99
|
-
|
|
100
71
|
interface DatePickerProps {
|
|
101
72
|
type: 'date' | 'weekday';
|
|
102
73
|
weekday?: string;
|
|
@@ -225,7 +196,7 @@ type LetterAvatarProps = {
|
|
|
225
196
|
fontSize?: number;
|
|
226
197
|
onClick?: () => void;
|
|
227
198
|
};
|
|
228
|
-
declare const _default$
|
|
199
|
+
declare const _default$1d: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
229
200
|
|
|
230
201
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
231
202
|
onErrorContent: React__default.ReactElement;
|
|
@@ -237,7 +208,7 @@ type PersonDateTimeCardProps = {
|
|
|
237
208
|
name: string;
|
|
238
209
|
dateTime: Date;
|
|
239
210
|
};
|
|
240
|
-
declare const _default$
|
|
211
|
+
declare const _default$1c: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
241
212
|
|
|
242
213
|
type PsychologistProfileType = {
|
|
243
214
|
id: string;
|
|
@@ -358,6 +329,9 @@ type AvatarProps$1 = {
|
|
|
358
329
|
withBorder?: boolean;
|
|
359
330
|
onClick?: () => void;
|
|
360
331
|
};
|
|
332
|
+
/**
|
|
333
|
+
* @deprecated
|
|
334
|
+
*/
|
|
361
335
|
declare const Avatar: FC<AvatarProps$1>;
|
|
362
336
|
|
|
363
337
|
type AppHeaderProps$1 = {
|
|
@@ -365,6 +339,9 @@ type AppHeaderProps$1 = {
|
|
|
365
339
|
className?: string;
|
|
366
340
|
toolbarClassName?: string;
|
|
367
341
|
};
|
|
342
|
+
/**
|
|
343
|
+
* @deprecated
|
|
344
|
+
*/
|
|
368
345
|
declare const AppHeader: FC<AppHeaderProps$1>;
|
|
369
346
|
|
|
370
347
|
type ContainerProps$1 = {
|
|
@@ -404,7 +381,7 @@ type SelectImpressionEmojiProps = {
|
|
|
404
381
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
405
382
|
};
|
|
406
383
|
|
|
407
|
-
declare const _default$
|
|
384
|
+
declare const _default$1b: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
408
385
|
|
|
409
386
|
interface FooterForBookingProps {
|
|
410
387
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -420,24 +397,6 @@ type StatusTagPropsType = {
|
|
|
420
397
|
} & HTMLAttributes<HTMLDivElement>;
|
|
421
398
|
declare const StatusTag: React__default.FC<StatusTagPropsType>;
|
|
422
399
|
|
|
423
|
-
interface Playable {
|
|
424
|
-
play: (...args: any[]) => any;
|
|
425
|
-
}
|
|
426
|
-
type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined> = {
|
|
427
|
-
fullwidth?: boolean;
|
|
428
|
-
cameraTrack?: TCameraTrack;
|
|
429
|
-
audioTrack?: TAudioTrack;
|
|
430
|
-
isVideoTrackMuted?: boolean;
|
|
431
|
-
isAudioTrackMuted?: boolean;
|
|
432
|
-
networkQuality?: number;
|
|
433
|
-
fallbackAvatar?: string;
|
|
434
|
-
fallbackAvatarDimensions?: number;
|
|
435
|
-
fallbackName?: string;
|
|
436
|
-
showControls: boolean;
|
|
437
|
-
isScreenSharing?: boolean;
|
|
438
|
-
} & HTMLAttributes<HTMLDivElement>;
|
|
439
|
-
declare const _default$1i: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
|
|
440
|
-
|
|
441
400
|
type RoundButtonPropsType = {
|
|
442
401
|
disabled?: boolean;
|
|
443
402
|
onClickHandler?: () => void;
|
|
@@ -450,95 +409,6 @@ type RoundButtonPropsType = {
|
|
|
450
409
|
};
|
|
451
410
|
declare const RoundButton: React__default.FC<RoundButtonPropsType>;
|
|
452
411
|
|
|
453
|
-
type ChatListItemProps = {
|
|
454
|
-
name: string;
|
|
455
|
-
message?: string;
|
|
456
|
-
avatar?: string;
|
|
457
|
-
avatarReplacer?: JSX.Element;
|
|
458
|
-
newMessagesCount?: number;
|
|
459
|
-
onClick?: () => void;
|
|
460
|
-
status?: 'sent' | 'viewed';
|
|
461
|
-
time?: number;
|
|
462
|
-
timeZone?: string;
|
|
463
|
-
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
|
|
464
|
-
locale?: string;
|
|
465
|
-
isDisabled?: boolean;
|
|
466
|
-
t?: WithTranslation['t'];
|
|
467
|
-
};
|
|
468
|
-
declare const _default$1h: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
469
|
-
|
|
470
|
-
type ChatMessageProps = {
|
|
471
|
-
message: string | File;
|
|
472
|
-
/**
|
|
473
|
-
* This property is specifically for broadcast messages.
|
|
474
|
-
* It allows a separate file (e.g., an image URL) to be associated with the broadcast message,
|
|
475
|
-
* while the 'message' property contains the text content.
|
|
476
|
-
*/
|
|
477
|
-
fileUrl?: string;
|
|
478
|
-
position: 'left' | 'right';
|
|
479
|
-
time: number;
|
|
480
|
-
timeZone?: string;
|
|
481
|
-
status?: 'loading' | 'sent' | 'viewed';
|
|
482
|
-
messageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
|
|
483
|
-
onFileClick?: (type: 'file' | 'image', link: string) => void;
|
|
484
|
-
fileInfo?: {
|
|
485
|
-
originalName: string;
|
|
486
|
-
size: number;
|
|
487
|
-
width?: number;
|
|
488
|
-
height?: number;
|
|
489
|
-
};
|
|
490
|
-
locale?: string;
|
|
491
|
-
buttons?: {
|
|
492
|
-
text: string;
|
|
493
|
-
onClickHandler: () => void;
|
|
494
|
-
}[] | null;
|
|
495
|
-
};
|
|
496
|
-
declare const _default$1g: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
497
|
-
|
|
498
|
-
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
499
|
-
|
|
500
|
-
declare const _default$1f: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
501
|
-
|
|
502
|
-
type EmptyChatList = {
|
|
503
|
-
title?: string;
|
|
504
|
-
text?: string;
|
|
505
|
-
withButton?: boolean;
|
|
506
|
-
buttonTitle?: string;
|
|
507
|
-
onClick?: () => void;
|
|
508
|
-
};
|
|
509
|
-
declare const EmptyChatList: FC<EmptyChatList>;
|
|
510
|
-
declare const _default$1e: React__default.NamedExoticComponent<EmptyChatList>;
|
|
511
|
-
|
|
512
|
-
type EmptyChatMessagesProps = {
|
|
513
|
-
title?: string;
|
|
514
|
-
text: string;
|
|
515
|
-
};
|
|
516
|
-
declare const EmptyChatMessages: FC<EmptyChatMessagesProps>;
|
|
517
|
-
|
|
518
|
-
type FileInfoType = {
|
|
519
|
-
originalName: string;
|
|
520
|
-
size: number;
|
|
521
|
-
width?: number;
|
|
522
|
-
height?: number;
|
|
523
|
-
};
|
|
524
|
-
type TextareaProps = {
|
|
525
|
-
onSend: (value: string) => void;
|
|
526
|
-
defaultValue?: string;
|
|
527
|
-
onFocus?: () => void;
|
|
528
|
-
onBlur?: () => void;
|
|
529
|
-
isOpen: boolean;
|
|
530
|
-
maxLength: number;
|
|
531
|
-
onError?: (message: string) => void;
|
|
532
|
-
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
533
|
-
t?: WithTranslation['t'];
|
|
534
|
-
};
|
|
535
|
-
declare const _default$1d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
536
|
-
|
|
537
|
-
type LouseConnectProps = {
|
|
538
|
-
onClick?: () => void;
|
|
539
|
-
};
|
|
540
|
-
declare const LouseConnect: FC<LouseConnectProps>;
|
|
541
|
-
|
|
542
412
|
type UpdatesPopupPropsType = {
|
|
543
413
|
text?: string;
|
|
544
414
|
closeHandler?: () => void;
|
|
@@ -602,50 +472,6 @@ type SkeletonProps$1 = {
|
|
|
602
472
|
} & Omit<JSX$1.IonSkeletonText, 'animated'>;
|
|
603
473
|
declare const Skeleton: React__default.FC<SkeletonProps$1>;
|
|
604
474
|
|
|
605
|
-
type SpecialistEducationCardProps$1 = {
|
|
606
|
-
institutionName?: string;
|
|
607
|
-
institutionLogoLink?: string | null;
|
|
608
|
-
onClickSeeMoreButton?: () => void;
|
|
609
|
-
faculty?: string | null;
|
|
610
|
-
yearStart?: number | null;
|
|
611
|
-
yearEnd?: number | null;
|
|
612
|
-
showLoader?: boolean;
|
|
613
|
-
};
|
|
614
|
-
declare const _default$1c: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
615
|
-
|
|
616
|
-
type SpecialistProfileViewCardProps$1 = {
|
|
617
|
-
avatarLink?: string | null;
|
|
618
|
-
specialistName?: string | null;
|
|
619
|
-
specialization?: string | null;
|
|
620
|
-
sessionPrice?: number | null;
|
|
621
|
-
sessionDuration?: number | null;
|
|
622
|
-
hoursOfPractice?: number | null;
|
|
623
|
-
onImageClick?: () => void;
|
|
624
|
-
videoLinkUrl?: string | null;
|
|
625
|
-
showLoader?: boolean;
|
|
626
|
-
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
627
|
-
declare const _default$1b: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
628
|
-
|
|
629
|
-
type SpecialistStatisticsCardProps$1 = {
|
|
630
|
-
activeClients?: number;
|
|
631
|
-
sessionsCount?: number;
|
|
632
|
-
showLoader?: boolean;
|
|
633
|
-
};
|
|
634
|
-
/**
|
|
635
|
-
* @deprecated
|
|
636
|
-
*/
|
|
637
|
-
declare const SpecialistStatisticsCard: React__default.FC<SpecialistStatisticsCardProps$1>;
|
|
638
|
-
|
|
639
|
-
type SpecialistWorkDirectionsPropsType$1 = {
|
|
640
|
-
workDirections?: string[] | [];
|
|
641
|
-
limit?: number;
|
|
642
|
-
showLoader?: boolean;
|
|
643
|
-
};
|
|
644
|
-
/**
|
|
645
|
-
* @deprecated
|
|
646
|
-
*/
|
|
647
|
-
declare const SpecialistWorkDirections: React__default.FC<SpecialistWorkDirectionsPropsType$1>;
|
|
648
|
-
|
|
649
475
|
declare const Tag: React__default.FC;
|
|
650
476
|
|
|
651
477
|
type AppFooterProps$1 = {
|
|
@@ -1384,7 +1210,7 @@ type SpecialistPaymentConsultationDetailsType = {
|
|
|
1384
1210
|
onUserClick?: () => void;
|
|
1385
1211
|
};
|
|
1386
1212
|
|
|
1387
|
-
interface IconProps$
|
|
1213
|
+
interface IconProps$D extends SVGAttributes<SVGElement> {
|
|
1388
1214
|
size?: number | string;
|
|
1389
1215
|
width?: number | string;
|
|
1390
1216
|
height?: number | string;
|
|
@@ -1575,6 +1401,8 @@ type OnBoardingScreenOptionType = {
|
|
|
1575
1401
|
alphabeticalOrder?: string | null;
|
|
1576
1402
|
isDefault?: boolean;
|
|
1577
1403
|
filtrationAnswerId?: string;
|
|
1404
|
+
};
|
|
1405
|
+
type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
|
|
1578
1406
|
image?: ResponseFileType | null;
|
|
1579
1407
|
};
|
|
1580
1408
|
type OnBoardingScreenOptionWithScaleType = OnBoardingScreenOptionType & {
|
|
@@ -1644,19 +1472,15 @@ type OnBoardingInfoScreenType = OnBoardingBaseScreenType & OnBoardingScreenButto
|
|
|
1644
1472
|
image?: ResponseFileType | null;
|
|
1645
1473
|
};
|
|
1646
1474
|
type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenDescriptionType & {
|
|
1647
|
-
isOptionView?: boolean;
|
|
1648
|
-
isIconView?: boolean;
|
|
1649
1475
|
options: OnBoardingScreenOptionType[];
|
|
1650
1476
|
};
|
|
1651
1477
|
type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1652
|
-
isOptionView?: boolean;
|
|
1653
|
-
isIconView?: boolean;
|
|
1654
1478
|
legalText?: string;
|
|
1655
1479
|
options: OnBoardingScreenOptionType[];
|
|
1656
1480
|
};
|
|
1657
1481
|
type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1658
1482
|
legalText?: string;
|
|
1659
|
-
options:
|
|
1483
|
+
options: OnBoardingScreenOptionWithImageType[];
|
|
1660
1484
|
};
|
|
1661
1485
|
type OnBoardingSingleScaleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1662
1486
|
minLabel?: string;
|
|
@@ -1725,7 +1549,7 @@ type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButt
|
|
|
1725
1549
|
disclaimer?: string;
|
|
1726
1550
|
chart: ChartData;
|
|
1727
1551
|
};
|
|
1728
|
-
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType |
|
|
1552
|
+
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
|
|
1729
1553
|
type OnBoardingFlowType = {
|
|
1730
1554
|
id: string;
|
|
1731
1555
|
locale: string;
|
|
@@ -1801,7 +1625,6 @@ type UserType = {
|
|
|
1801
1625
|
global_personal_price?: number;
|
|
1802
1626
|
global_personal_price_currency?: SupportedCurrency;
|
|
1803
1627
|
possible_price_filters?: number[];
|
|
1804
|
-
balance?: number;
|
|
1805
1628
|
};
|
|
1806
1629
|
|
|
1807
1630
|
type SpecialistEducation = {
|
|
@@ -2019,20 +1842,18 @@ declare enum ListBoxSelectionType {
|
|
|
2019
1842
|
Checkbox = "checkbox",
|
|
2020
1843
|
Radio = "radio",
|
|
2021
1844
|
Image = "image",
|
|
2022
|
-
Emoji = "emoji"
|
|
2023
|
-
Icon = "icon"
|
|
1845
|
+
Emoji = "emoji"
|
|
2024
1846
|
}
|
|
2025
1847
|
type VariantType = 'default' | 'blue';
|
|
2026
1848
|
type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
2027
1849
|
type?: `${ListBoxSelectionType}`;
|
|
2028
1850
|
enableSelection?: boolean;
|
|
2029
|
-
selectedIconProps?: IconProps$
|
|
1851
|
+
selectedIconProps?: IconProps$D;
|
|
2030
1852
|
selectionPosition?: 'start' | 'end';
|
|
2031
1853
|
className?: string;
|
|
2032
1854
|
variant?: VariantType;
|
|
2033
1855
|
image?: ResponseFileType;
|
|
2034
1856
|
isOnboardingPreview?: boolean;
|
|
2035
|
-
selectionMode?: 'single' | 'multiple' | 'none';
|
|
2036
1857
|
};
|
|
2037
1858
|
|
|
2038
1859
|
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, isOnboardingPreview, ...props }: ListBoxProps<T>): JSX.Element;
|
|
@@ -2043,19 +1864,18 @@ type ListOptionsProps = {
|
|
|
2043
1864
|
icon?: React$1.ReactNode;
|
|
2044
1865
|
divider?: boolean;
|
|
2045
1866
|
value?: string;
|
|
2046
|
-
selectedIconProps?: IconProps$
|
|
1867
|
+
selectedIconProps?: IconProps$D;
|
|
2047
1868
|
type?: `${ListBoxSelectionType}`;
|
|
2048
1869
|
selectionPosition?: 'start' | 'end';
|
|
2049
1870
|
enableSelection?: boolean;
|
|
2050
1871
|
variant?: VariantType;
|
|
2051
1872
|
image?: ResponseFileType | null;
|
|
2052
1873
|
isOnboardingPreview?: boolean;
|
|
2053
|
-
selectionMode?: 'single' | 'multiple' | 'none';
|
|
2054
1874
|
};
|
|
2055
1875
|
type ListBoxItemProps = {
|
|
2056
1876
|
icon?: React$1.ReactNode;
|
|
2057
1877
|
type?: `${ListBoxSelectionType}`;
|
|
2058
|
-
selectedIconProps?: IconProps$
|
|
1878
|
+
selectedIconProps?: IconProps$D;
|
|
2059
1879
|
divider?: boolean;
|
|
2060
1880
|
value?: string;
|
|
2061
1881
|
children: React$1.ReactNode;
|
|
@@ -2509,126 +2329,126 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
|
|
|
2509
2329
|
|
|
2510
2330
|
declare function useIsKeyBoardShown(): boolean;
|
|
2511
2331
|
|
|
2512
|
-
interface IconProps$D extends React$1.SVGAttributes<SVGElement> {
|
|
2513
|
-
size?: number | string;
|
|
2514
|
-
color?: string;
|
|
2515
|
-
}
|
|
2516
|
-
declare function IconArrowLeft({ color, size, ...other }: IconProps$D): JSX.Element;
|
|
2517
|
-
|
|
2518
2332
|
interface IconProps$C extends React$1.SVGAttributes<SVGElement> {
|
|
2519
2333
|
size?: number | string;
|
|
2520
2334
|
color?: string;
|
|
2521
2335
|
}
|
|
2522
|
-
declare function
|
|
2336
|
+
declare function IconArrowLeft({ color, size, ...other }: IconProps$C): JSX.Element;
|
|
2523
2337
|
|
|
2524
2338
|
interface IconProps$B extends React$1.SVGAttributes<SVGElement> {
|
|
2525
2339
|
size?: number | string;
|
|
2526
2340
|
color?: string;
|
|
2527
2341
|
}
|
|
2528
|
-
declare function
|
|
2342
|
+
declare function IconArrowRight({ color, size, ...other }: IconProps$B): JSX.Element;
|
|
2529
2343
|
|
|
2530
2344
|
interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
|
|
2531
2345
|
size?: number | string;
|
|
2532
2346
|
color?: string;
|
|
2533
2347
|
}
|
|
2534
|
-
declare function
|
|
2535
|
-
|
|
2536
|
-
declare const IconCalendarNew: FC<IconProps$E>;
|
|
2537
|
-
|
|
2538
|
-
declare const IconCalendarMonth: React$1.FC<IconProps$E>;
|
|
2348
|
+
declare function IconBeachAccess({ color, size, ...other }: IconProps$A): JSX.Element;
|
|
2539
2349
|
|
|
2540
2350
|
interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
|
|
2541
2351
|
size?: number | string;
|
|
2542
2352
|
color?: string;
|
|
2543
2353
|
}
|
|
2544
|
-
declare function
|
|
2354
|
+
declare function IconCalendar({ color, size, ...other }: IconProps$z): JSX.Element;
|
|
2355
|
+
|
|
2356
|
+
declare const IconCalendarNew: FC<IconProps$D>;
|
|
2357
|
+
|
|
2358
|
+
declare const IconCalendarMonth: React$1.FC<IconProps$D>;
|
|
2545
2359
|
|
|
2546
2360
|
interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
|
|
2547
2361
|
size?: number | string;
|
|
2548
2362
|
color?: string;
|
|
2549
2363
|
}
|
|
2550
|
-
declare
|
|
2364
|
+
declare function IconChatOutline({ color, size, ...other }: IconProps$y): JSX.Element;
|
|
2551
2365
|
|
|
2552
2366
|
interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
|
|
2553
2367
|
size?: number | string;
|
|
2554
2368
|
color?: string;
|
|
2555
2369
|
}
|
|
2556
|
-
declare
|
|
2557
|
-
|
|
2558
|
-
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2370
|
+
declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$x) => JSX.Element;
|
|
2559
2371
|
|
|
2560
2372
|
interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
|
|
2561
2373
|
size?: number | string;
|
|
2562
2374
|
color?: string;
|
|
2563
2375
|
}
|
|
2564
|
-
declare function
|
|
2376
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$w): JSX.Element;
|
|
2377
|
+
|
|
2378
|
+
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2565
2379
|
|
|
2566
2380
|
interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
|
|
2567
2381
|
size?: number | string;
|
|
2568
2382
|
color?: string;
|
|
2569
2383
|
}
|
|
2570
|
-
declare function
|
|
2384
|
+
declare function IconEditCalendar({ color, size, ...props }: IconProps$v): JSX.Element;
|
|
2571
2385
|
|
|
2572
2386
|
interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
|
|
2573
2387
|
size?: number | string;
|
|
2574
2388
|
color?: string;
|
|
2575
2389
|
}
|
|
2576
|
-
declare function
|
|
2577
|
-
|
|
2578
|
-
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2390
|
+
declare function IconInvisible({ color, size, ...other }: IconProps$u): JSX.Element;
|
|
2579
2391
|
|
|
2580
2392
|
interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
|
|
2581
2393
|
size?: number | string;
|
|
2582
2394
|
color?: string;
|
|
2583
2395
|
}
|
|
2584
|
-
declare function
|
|
2396
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$t): JSX.Element;
|
|
2397
|
+
|
|
2398
|
+
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2585
2399
|
|
|
2586
2400
|
interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
|
|
2587
2401
|
size?: number | string;
|
|
2588
2402
|
color?: string;
|
|
2589
2403
|
}
|
|
2590
|
-
declare function
|
|
2591
|
-
|
|
2592
|
-
declare function IconMinus({ color, size, ...other }: IconProps$E): JSX.Element;
|
|
2593
|
-
|
|
2594
|
-
type IconPlusProps = React$1.SVGProps<any>;
|
|
2595
|
-
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
2404
|
+
declare function IconLogout({ color, size, ...other }: IconProps$s): JSX.Element;
|
|
2596
2405
|
|
|
2597
2406
|
interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
|
|
2598
2407
|
size?: number | string;
|
|
2599
2408
|
color?: string;
|
|
2600
2409
|
}
|
|
2601
|
-
declare function
|
|
2410
|
+
declare function IconPause({ color, size, ...other }: IconProps$r): JSX.Element;
|
|
2411
|
+
|
|
2412
|
+
declare function IconMinus({ color, size, ...other }: IconProps$D): JSX.Element;
|
|
2413
|
+
|
|
2414
|
+
type IconPlusProps = React$1.SVGProps<any>;
|
|
2415
|
+
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
2602
2416
|
|
|
2603
2417
|
interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
|
|
2604
2418
|
size?: number | string;
|
|
2605
2419
|
color?: string;
|
|
2606
2420
|
}
|
|
2607
|
-
declare function
|
|
2421
|
+
declare function IconProfileChecked({ color, size, ...other }: IconProps$q): JSX.Element;
|
|
2608
2422
|
|
|
2609
2423
|
interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
|
|
2610
2424
|
size?: number | string;
|
|
2611
2425
|
color?: string;
|
|
2612
2426
|
}
|
|
2613
|
-
declare function
|
|
2427
|
+
declare function IconProfileCircle({ color, size, ...other }: IconProps$p): JSX.Element;
|
|
2614
2428
|
|
|
2615
2429
|
interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
|
|
2616
2430
|
size?: number | string;
|
|
2617
2431
|
color?: string;
|
|
2618
2432
|
}
|
|
2619
|
-
declare function
|
|
2433
|
+
declare function IconProfileSetting({ color, size, ...other }: IconProps$o): JSX.Element;
|
|
2620
2434
|
|
|
2621
2435
|
interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
|
|
2622
2436
|
size?: number | string;
|
|
2623
2437
|
color?: string;
|
|
2624
2438
|
}
|
|
2625
|
-
declare function
|
|
2439
|
+
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$n): JSX.Element;
|
|
2626
2440
|
|
|
2627
2441
|
interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
|
|
2628
2442
|
size?: number | string;
|
|
2629
2443
|
color?: string;
|
|
2630
2444
|
}
|
|
2631
|
-
declare function
|
|
2445
|
+
declare function IconResume({ color, size, ...other }: IconProps$m): JSX.Element;
|
|
2446
|
+
|
|
2447
|
+
interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
|
|
2448
|
+
size?: number | string;
|
|
2449
|
+
color?: string;
|
|
2450
|
+
}
|
|
2451
|
+
declare function IconSettings({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
2632
2452
|
|
|
2633
2453
|
declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2634
2454
|
|
|
@@ -2636,23 +2456,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2636
2456
|
|
|
2637
2457
|
declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2638
2458
|
|
|
2639
|
-
interface IconProps$
|
|
2459
|
+
interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
|
|
2640
2460
|
size?: number | string;
|
|
2641
2461
|
color?: string;
|
|
2642
2462
|
}
|
|
2643
|
-
declare function IconTime({ color, size, ...other }: IconProps$
|
|
2463
|
+
declare function IconTime({ color, size, ...other }: IconProps$k): JSX.Element;
|
|
2644
2464
|
|
|
2645
|
-
interface IconProps$
|
|
2465
|
+
interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
|
|
2646
2466
|
size?: number | string;
|
|
2647
2467
|
color?: string;
|
|
2648
2468
|
}
|
|
2649
|
-
declare function IconVerifiedUser({ color, size, ...other }: IconProps$
|
|
2469
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
2650
2470
|
|
|
2651
|
-
interface IconProps$
|
|
2471
|
+
interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
|
|
2652
2472
|
size?: number | string;
|
|
2653
2473
|
color?: string;
|
|
2654
2474
|
}
|
|
2655
|
-
declare function IconVisible({ color, size, ...other }: IconProps$
|
|
2475
|
+
declare function IconVisible({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
2656
2476
|
|
|
2657
2477
|
declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2658
2478
|
|
|
@@ -2666,15 +2486,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2666
2486
|
|
|
2667
2487
|
declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2668
2488
|
|
|
2669
|
-
interface IconProps$
|
|
2489
|
+
interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
|
|
2670
2490
|
size?: number | string;
|
|
2671
2491
|
color?: string;
|
|
2672
2492
|
}
|
|
2673
|
-
declare function IconWarning({ color, size, ...other }: IconProps$
|
|
2493
|
+
declare function IconWarning({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
2674
2494
|
|
|
2675
2495
|
declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2676
2496
|
|
|
2677
|
-
declare const IconGiftNew: FC<IconProps$
|
|
2497
|
+
declare const IconGiftNew: FC<IconProps$D>;
|
|
2678
2498
|
|
|
2679
2499
|
declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2680
2500
|
|
|
@@ -2697,49 +2517,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
|
|
|
2697
2517
|
|
|
2698
2518
|
declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2699
2519
|
|
|
2700
|
-
interface IconProps$
|
|
2520
|
+
interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
|
|
2701
2521
|
size?: number | string;
|
|
2702
2522
|
color?: string;
|
|
2703
2523
|
className?: string;
|
|
2704
2524
|
style?: React$1.CSSProperties;
|
|
2705
2525
|
}
|
|
2706
|
-
declare function IconCheck({ color, size, ...other }: IconProps$
|
|
2526
|
+
declare function IconCheck({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
2707
2527
|
|
|
2708
|
-
interface IconProps$
|
|
2528
|
+
interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
|
|
2709
2529
|
size?: number | string;
|
|
2710
2530
|
color?: string;
|
|
2711
2531
|
className?: string;
|
|
2712
2532
|
style?: React$1.CSSProperties;
|
|
2713
2533
|
}
|
|
2714
|
-
declare const IconCapFilled: FC<IconProps$
|
|
2534
|
+
declare const IconCapFilled: FC<IconProps$f>;
|
|
2715
2535
|
|
|
2716
|
-
interface IconProps$
|
|
2536
|
+
interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
|
|
2717
2537
|
size?: number | string;
|
|
2718
2538
|
color?: string;
|
|
2719
2539
|
className?: string;
|
|
2720
2540
|
style?: React$1.CSSProperties;
|
|
2721
2541
|
}
|
|
2722
|
-
declare function IconCancelRounded({ color, size, ...other }: IconProps$
|
|
2542
|
+
declare function IconCancelRounded({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
2723
2543
|
|
|
2724
|
-
interface IconProps$
|
|
2544
|
+
interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
|
|
2725
2545
|
size?: number | string;
|
|
2726
2546
|
color?: string;
|
|
2727
2547
|
}
|
|
2728
|
-
declare function IconMute({ color, size, ...other }: IconProps$
|
|
2548
|
+
declare function IconMute({ color, size, ...other }: IconProps$d): JSX.Element;
|
|
2729
2549
|
|
|
2730
|
-
interface IconProps$
|
|
2550
|
+
interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
|
|
2731
2551
|
size?: number | string;
|
|
2732
2552
|
color?: string;
|
|
2733
2553
|
}
|
|
2734
|
-
declare function IconUnmute({ color, size, ...other }: IconProps$
|
|
2554
|
+
declare function IconUnmute({ color, size, ...other }: IconProps$c): JSX.Element;
|
|
2735
2555
|
|
|
2736
2556
|
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2737
2557
|
|
|
2738
|
-
interface IconProps$
|
|
2558
|
+
interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
|
|
2739
2559
|
size?: number | string;
|
|
2740
2560
|
color?: string;
|
|
2741
2561
|
}
|
|
2742
|
-
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$
|
|
2562
|
+
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$b): JSX.Element;
|
|
2743
2563
|
|
|
2744
2564
|
declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2745
2565
|
|
|
@@ -2759,202 +2579,196 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
|
|
|
2759
2579
|
|
|
2760
2580
|
declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2761
2581
|
|
|
2762
|
-
interface IconProps$
|
|
2582
|
+
interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
|
|
2763
2583
|
color?: string;
|
|
2764
2584
|
}
|
|
2765
|
-
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$
|
|
2585
|
+
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$a) => JSX.Element;
|
|
2766
2586
|
|
|
2767
|
-
interface IconProps$
|
|
2587
|
+
interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
|
|
2768
2588
|
size?: number | string;
|
|
2769
2589
|
color?: string;
|
|
2770
2590
|
}
|
|
2771
|
-
declare function IconShare({ size, ...props }: IconProps$
|
|
2591
|
+
declare function IconShare({ size, ...props }: IconProps$9): JSX.Element;
|
|
2772
2592
|
|
|
2773
|
-
interface IconProps$
|
|
2593
|
+
interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
|
|
2774
2594
|
size?: number | string;
|
|
2775
2595
|
color?: string;
|
|
2776
2596
|
}
|
|
2777
|
-
declare function IconLink({ size, ...props }: IconProps$
|
|
2597
|
+
declare function IconLink({ size, ...props }: IconProps$8): JSX.Element;
|
|
2778
2598
|
|
|
2779
|
-
declare const IconHome: FC<IconProps$
|
|
2599
|
+
declare const IconHome: FC<IconProps$D>;
|
|
2780
2600
|
|
|
2781
|
-
declare const IconEcgHeart: FC<IconProps$
|
|
2601
|
+
declare const IconEcgHeart: FC<IconProps$D>;
|
|
2782
2602
|
|
|
2783
|
-
declare const IconAddModerator: FC<IconProps$
|
|
2603
|
+
declare const IconAddModerator: FC<IconProps$D>;
|
|
2784
2604
|
|
|
2785
|
-
declare const IconQueryStats: FC<IconProps$
|
|
2605
|
+
declare const IconQueryStats: FC<IconProps$D>;
|
|
2786
2606
|
|
|
2787
|
-
declare const IconSchema: FC<IconProps$
|
|
2607
|
+
declare const IconSchema: FC<IconProps$D>;
|
|
2788
2608
|
|
|
2789
|
-
declare const IconPromocode: FC<IconProps$
|
|
2609
|
+
declare const IconPromocode: FC<IconProps$D>;
|
|
2790
2610
|
|
|
2791
|
-
declare const IconEventBusy: FC<IconProps$
|
|
2611
|
+
declare const IconEventBusy: FC<IconProps$D>;
|
|
2792
2612
|
|
|
2793
|
-
declare const IconDelete: FC<IconProps$
|
|
2613
|
+
declare const IconDelete: FC<IconProps$D>;
|
|
2794
2614
|
|
|
2795
|
-
declare const IconLock: FC<IconProps$
|
|
2615
|
+
declare const IconLock: FC<IconProps$D>;
|
|
2796
2616
|
|
|
2797
|
-
declare const IconEdit: FC<IconProps$
|
|
2617
|
+
declare const IconEdit: FC<IconProps$D>;
|
|
2798
2618
|
|
|
2799
|
-
declare const IconCopy: FC<IconProps$
|
|
2619
|
+
declare const IconCopy: FC<IconProps$D>;
|
|
2800
2620
|
|
|
2801
|
-
interface IconProps$
|
|
2621
|
+
interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
|
|
2802
2622
|
size?: number | string;
|
|
2803
2623
|
color?: string;
|
|
2804
2624
|
}
|
|
2805
|
-
declare function IconTimeAdd({ color, size, ...other }: IconProps$
|
|
2625
|
+
declare function IconTimeAdd({ color, size, ...other }: IconProps$7): JSX.Element;
|
|
2806
2626
|
|
|
2807
|
-
declare const IconManageAccounts: FC<IconProps$
|
|
2627
|
+
declare const IconManageAccounts: FC<IconProps$D>;
|
|
2808
2628
|
|
|
2809
|
-
declare const IconSend: FC<IconProps$
|
|
2629
|
+
declare const IconSend: FC<IconProps$D>;
|
|
2810
2630
|
|
|
2811
|
-
interface IconProps$
|
|
2631
|
+
interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
|
|
2812
2632
|
size?: number | string;
|
|
2813
2633
|
color?: string;
|
|
2814
2634
|
}
|
|
2815
|
-
declare function IconGallery({ color, size, ...other }: IconProps$
|
|
2635
|
+
declare function IconGallery({ color, size, ...other }: IconProps$6): JSX.Element;
|
|
2816
2636
|
|
|
2817
|
-
interface IconProps$
|
|
2637
|
+
interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
|
|
2818
2638
|
size?: number | string;
|
|
2819
2639
|
color?: string;
|
|
2820
2640
|
}
|
|
2821
|
-
declare function IconText({ color, size, ...other }: IconProps$
|
|
2641
|
+
declare function IconText({ color, size, ...other }: IconProps$5): JSX.Element;
|
|
2822
2642
|
|
|
2823
|
-
interface IconProps$
|
|
2643
|
+
interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
|
|
2824
2644
|
size?: number | string;
|
|
2825
2645
|
color?: string;
|
|
2826
2646
|
className?: string;
|
|
2827
2647
|
style?: React$1.CSSProperties;
|
|
2828
2648
|
}
|
|
2829
|
-
declare function IconCheckCircle({ color, size, ...props }: IconProps$
|
|
2649
|
+
declare function IconCheckCircle({ color, size, ...props }: IconProps$4): JSX.Element;
|
|
2830
2650
|
|
|
2831
|
-
interface IconProps$
|
|
2651
|
+
interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
|
|
2832
2652
|
size?: number | string;
|
|
2833
2653
|
color?: string;
|
|
2834
2654
|
}
|
|
2835
|
-
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$
|
|
2655
|
+
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$3): JSX.Element;
|
|
2836
2656
|
|
|
2837
|
-
declare const IconArrowTopRight: FC<IconProps$
|
|
2657
|
+
declare const IconArrowTopRight: FC<IconProps$D>;
|
|
2838
2658
|
|
|
2839
|
-
declare const IconMoreVertical: FC<IconProps$
|
|
2659
|
+
declare const IconMoreVertical: FC<IconProps$D>;
|
|
2840
2660
|
|
|
2841
|
-
interface IconProps$
|
|
2661
|
+
interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
|
|
2842
2662
|
size?: number | string;
|
|
2843
2663
|
color?: string;
|
|
2844
2664
|
}
|
|
2845
|
-
declare const IconStylus: FC<IconProps$
|
|
2665
|
+
declare const IconStylus: FC<IconProps$2>;
|
|
2846
2666
|
|
|
2847
|
-
declare const IconDocument: FC<IconProps$
|
|
2667
|
+
declare const IconDocument: FC<IconProps$D>;
|
|
2848
2668
|
|
|
2849
|
-
declare const IconPersonAlert: FC<IconProps$
|
|
2669
|
+
declare const IconPersonAlert: FC<IconProps$D>;
|
|
2850
2670
|
|
|
2851
|
-
declare const IconIdCard: FC<IconProps$
|
|
2671
|
+
declare const IconIdCard: FC<IconProps$D>;
|
|
2852
2672
|
|
|
2853
|
-
declare const IconProfile: FC<IconProps$
|
|
2673
|
+
declare const IconProfile: FC<IconProps$D>;
|
|
2854
2674
|
|
|
2855
|
-
declare const IconReceiptLong: FC<IconProps$
|
|
2675
|
+
declare const IconReceiptLong: FC<IconProps$D>;
|
|
2856
2676
|
|
|
2857
|
-
declare const IconInvoice: FC<IconProps$
|
|
2677
|
+
declare const IconInvoice: FC<IconProps$D>;
|
|
2858
2678
|
|
|
2859
|
-
declare const IconRenew: React$1.FC<IconProps$
|
|
2679
|
+
declare const IconRenew: React$1.FC<IconProps$D>;
|
|
2860
2680
|
|
|
2861
|
-
declare const IconDot: React$1.FC<IconProps$
|
|
2681
|
+
declare const IconDot: React$1.FC<IconProps$D>;
|
|
2862
2682
|
|
|
2863
|
-
declare const IconHeart: React$1.FC<IconProps$
|
|
2683
|
+
declare const IconHeart: React$1.FC<IconProps$D>;
|
|
2864
2684
|
|
|
2865
|
-
declare const IconMindly: React$1.FC<IconProps$
|
|
2685
|
+
declare const IconMindly: React$1.FC<IconProps$D>;
|
|
2866
2686
|
|
|
2867
|
-
declare const IconPlay: React$1.FC<IconProps$
|
|
2687
|
+
declare const IconPlay: React$1.FC<IconProps$D>;
|
|
2868
2688
|
|
|
2869
|
-
declare const IconStudyHat: React$1.FC<IconProps$
|
|
2689
|
+
declare const IconStudyHat: React$1.FC<IconProps$D>;
|
|
2870
2690
|
|
|
2871
|
-
declare const IconMindlyColored: React$1.FC<IconProps$
|
|
2691
|
+
declare const IconMindlyColored: React$1.FC<IconProps$D>;
|
|
2872
2692
|
|
|
2873
|
-
declare const IconUser: React$1.FC<IconProps$
|
|
2693
|
+
declare const IconUser: React$1.FC<IconProps$D>;
|
|
2874
2694
|
|
|
2875
|
-
declare const IconFilters: React$1.FC<IconProps$
|
|
2695
|
+
declare const IconFilters: React$1.FC<IconProps$D>;
|
|
2876
2696
|
|
|
2877
|
-
declare const IconEmptyList: React$1.FC<IconProps$
|
|
2697
|
+
declare const IconEmptyList: React$1.FC<IconProps$D>;
|
|
2878
2698
|
|
|
2879
|
-
declare const IconChat: React$1.FC<IconProps$
|
|
2699
|
+
declare const IconChat: React$1.FC<IconProps$D>;
|
|
2880
2700
|
|
|
2881
|
-
declare const IconMindlyMini: React$1.FC<IconProps$
|
|
2701
|
+
declare const IconMindlyMini: React$1.FC<IconProps$D>;
|
|
2882
2702
|
|
|
2883
|
-
declare const IconSchedule: React$1.FC<IconProps$
|
|
2703
|
+
declare const IconSchedule: React$1.FC<IconProps$D>;
|
|
2884
2704
|
|
|
2885
|
-
declare const IconContract: React$1.FC<IconProps$
|
|
2705
|
+
declare const IconContract: React$1.FC<IconProps$D>;
|
|
2886
2706
|
|
|
2887
|
-
declare const IconReceipt: React$1.FC<IconProps$
|
|
2707
|
+
declare const IconReceipt: React$1.FC<IconProps$D>;
|
|
2888
2708
|
|
|
2889
|
-
declare const IconCalendarWithDot: React$1.FC<IconProps$
|
|
2709
|
+
declare const IconCalendarWithDot: React$1.FC<IconProps$D>;
|
|
2890
2710
|
|
|
2891
|
-
declare const IconExperience: React$1.FC<IconProps$
|
|
2711
|
+
declare const IconExperience: React$1.FC<IconProps$D>;
|
|
2892
2712
|
|
|
2893
|
-
declare const IconSpecialistsEnded: React$1.FC<IconProps$
|
|
2713
|
+
declare const IconSpecialistsEnded: React$1.FC<IconProps$D>;
|
|
2894
2714
|
|
|
2895
|
-
declare const IconReviewSessionSubscription: React$1.FC<IconProps$
|
|
2715
|
+
declare const IconReviewSessionSubscription: React$1.FC<IconProps$D>;
|
|
2896
2716
|
|
|
2897
|
-
declare const IconReviewSessionTrial: React$1.FC<IconProps$
|
|
2717
|
+
declare const IconReviewSessionTrial: React$1.FC<IconProps$D>;
|
|
2898
2718
|
|
|
2899
|
-
declare const IconDoubleArrow: React$1.FC<IconProps$
|
|
2719
|
+
declare const IconDoubleArrow: React$1.FC<IconProps$D>;
|
|
2900
2720
|
|
|
2901
|
-
declare const IconDivider: React$1.FC<IconProps$
|
|
2721
|
+
declare const IconDivider: React$1.FC<IconProps$D>;
|
|
2902
2722
|
|
|
2903
|
-
declare const IconInfo: React$1.FC<IconProps$
|
|
2723
|
+
declare const IconInfo: React$1.FC<IconProps$D>;
|
|
2904
2724
|
|
|
2905
|
-
declare const IconApplePay: React$1.FC<IconProps$
|
|
2725
|
+
declare const IconApplePay: React$1.FC<IconProps$D>;
|
|
2906
2726
|
|
|
2907
|
-
declare const IconSecure: React$1.FC<IconProps$
|
|
2727
|
+
declare const IconSecure: React$1.FC<IconProps$D>;
|
|
2908
2728
|
|
|
2909
|
-
declare const IconGooglePay: React$1.FC<IconProps$
|
|
2729
|
+
declare const IconGooglePay: React$1.FC<IconProps$D>;
|
|
2910
2730
|
|
|
2911
|
-
declare const IconAmEx: React$1.FC<IconProps$
|
|
2731
|
+
declare const IconAmEx: React$1.FC<IconProps$D>;
|
|
2912
2732
|
|
|
2913
|
-
declare const IconMaestro: React$1.FC<IconProps$
|
|
2733
|
+
declare const IconMaestro: React$1.FC<IconProps$D>;
|
|
2914
2734
|
|
|
2915
|
-
declare const IconMastercard: React$1.FC<IconProps$
|
|
2735
|
+
declare const IconMastercard: React$1.FC<IconProps$D>;
|
|
2916
2736
|
|
|
2917
|
-
declare const IconVisa: React$1.FC<IconProps$
|
|
2737
|
+
declare const IconVisa: React$1.FC<IconProps$D>;
|
|
2918
2738
|
|
|
2919
|
-
declare const IconPoweredByStripe: React$1.FC<IconProps$
|
|
2739
|
+
declare const IconPoweredByStripe: React$1.FC<IconProps$D>;
|
|
2920
2740
|
|
|
2921
|
-
declare const IconCancelBold: React$1.FC<IconProps$
|
|
2741
|
+
declare const IconCancelBold: React$1.FC<IconProps$D>;
|
|
2922
2742
|
|
|
2923
|
-
interface IconProps$
|
|
2743
|
+
interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
|
|
2924
2744
|
size?: number | string;
|
|
2925
2745
|
color?: string;
|
|
2926
2746
|
}
|
|
2927
|
-
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$
|
|
2747
|
+
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$1>;
|
|
2928
2748
|
|
|
2929
|
-
interface IconProps
|
|
2749
|
+
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2930
2750
|
size?: number | string;
|
|
2931
2751
|
color?: string;
|
|
2932
2752
|
}
|
|
2933
|
-
declare const IconMatching: React$1.FC<IconProps
|
|
2753
|
+
declare const IconMatching: React$1.FC<IconProps>;
|
|
2934
2754
|
|
|
2935
|
-
declare const IconSwitch: React$1.FC<IconProps$
|
|
2755
|
+
declare const IconSwitch: React$1.FC<IconProps$D>;
|
|
2936
2756
|
|
|
2937
|
-
declare const IconGlobe: React$1.FC<IconProps$
|
|
2757
|
+
declare const IconGlobe: React$1.FC<IconProps$D>;
|
|
2938
2758
|
|
|
2939
|
-
declare const IconAppStoreRating: React$1.FC<IconProps$
|
|
2759
|
+
declare const IconAppStoreRating: React$1.FC<IconProps$D>;
|
|
2940
2760
|
|
|
2941
|
-
declare const IconCompare: React$1.FC<IconProps$
|
|
2761
|
+
declare const IconCompare: React$1.FC<IconProps$D>;
|
|
2942
2762
|
|
|
2943
|
-
declare const IconChart: React$1.FC<IconProps$
|
|
2763
|
+
declare const IconChart: React$1.FC<IconProps$D>;
|
|
2944
2764
|
|
|
2945
|
-
declare const IconPaywall: React$1.FC<IconProps$
|
|
2765
|
+
declare const IconPaywall: React$1.FC<IconProps$D>;
|
|
2946
2766
|
|
|
2947
|
-
declare const IconRadioPartial: FC<IconProps$
|
|
2767
|
+
declare const IconRadioPartial: FC<IconProps$D>;
|
|
2948
2768
|
|
|
2949
|
-
declare const IconArrowRange: FC<IconProps$
|
|
2769
|
+
declare const IconArrowRange: FC<IconProps$D>;
|
|
2950
2770
|
|
|
2951
|
-
declare const IconLeaderboard: FC<IconProps$
|
|
2952
|
-
|
|
2953
|
-
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2954
|
-
size?: number | string;
|
|
2955
|
-
color?: string;
|
|
2956
|
-
}
|
|
2957
|
-
declare const IconCheckboxThinUnchecked: React$1.FC<IconProps>;
|
|
2771
|
+
declare const IconLeaderboard: FC<IconProps$D>;
|
|
2958
2772
|
|
|
2959
2773
|
declare const formatByDigits: (value: number) => string;
|
|
2960
2774
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
@@ -3109,7 +2923,7 @@ type SpecialistInfoColumnFeatureProps = {
|
|
|
3109
2923
|
sessionDurationMinutes: number;
|
|
3110
2924
|
currentPriceType: SupportedCurrency;
|
|
3111
2925
|
className?: string;
|
|
3112
|
-
|
|
2926
|
+
globalPersonalPrice?: number;
|
|
3113
2927
|
};
|
|
3114
2928
|
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
|
|
3115
2929
|
|
|
@@ -3386,7 +3200,6 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
|
3386
3200
|
onChange?: (value: string[]) => void;
|
|
3387
3201
|
defaultValues?: string[];
|
|
3388
3202
|
variant?: OnboardingVariant;
|
|
3389
|
-
template?: 'checkbox' | 'icon';
|
|
3390
3203
|
} & OnBoardingMultiSelectScreenType;
|
|
3391
3204
|
declare const _default$m: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3392
3205
|
|
|
@@ -3394,7 +3207,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
|
3394
3207
|
onChange?: (value: string) => void;
|
|
3395
3208
|
defaultValues?: string[];
|
|
3396
3209
|
variant?: OnboardingVariant;
|
|
3397
|
-
template?: 'radio' | 'image' | 'emoji'
|
|
3210
|
+
template?: 'radio' | 'image' | 'emoji';
|
|
3398
3211
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3399
3212
|
declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3400
3213
|
|
|
@@ -3411,7 +3224,6 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3411
3224
|
contentStyle?: OnBoardingScreenStyleOptions;
|
|
3412
3225
|
startAdornment?: React__default.ReactNode;
|
|
3413
3226
|
variant?: OnboardingVariant;
|
|
3414
|
-
empty?: boolean;
|
|
3415
3227
|
};
|
|
3416
3228
|
declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3417
3229
|
|
|
@@ -3451,8 +3263,6 @@ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
|
3451
3263
|
useAdditionalDiscount?: boolean;
|
|
3452
3264
|
onBuyTariff?: (tariffId: string) => void;
|
|
3453
3265
|
isLoading?: boolean;
|
|
3454
|
-
termsOfUseLink?: string;
|
|
3455
|
-
onTrackTariffEvent: (tariffData: OnBoardingPaywallScreenType['tariffs'][number], eventName: 'FUNNEL_PAYWALL_PLAN_INFO_VIEWED' | 'FUNNEL_PAYWALL_PURCHASE_BUTTON_CLICKED') => void;
|
|
3456
3266
|
} & OnBoardingPaywallScreenType;
|
|
3457
3267
|
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
|
|
3458
3268
|
|
|
@@ -3603,7 +3413,6 @@ type FiltersWidgetProps = {
|
|
|
3603
3413
|
isLoadingTotalItems?: boolean;
|
|
3604
3414
|
className?: string;
|
|
3605
3415
|
currency?: SupportedCurrency;
|
|
3606
|
-
staticFiltersKeys?: string[];
|
|
3607
3416
|
onClose?(): void;
|
|
3608
3417
|
onChange?(filters: FilterItem[]): void;
|
|
3609
3418
|
onApply?(action: 'apply' | 'clear', filters: FilterItem[]): void;
|
|
@@ -3829,7 +3638,6 @@ type TariffFeatureProps = {
|
|
|
3829
3638
|
initialIsInfoOpen?: boolean;
|
|
3830
3639
|
isPreview?: boolean;
|
|
3831
3640
|
onSelect(id: string): void;
|
|
3832
|
-
onInfoViewed?(id: string): void;
|
|
3833
3641
|
};
|
|
3834
3642
|
|
|
3835
3643
|
declare const TariffFeature: React__default.FC<TariffFeatureProps>;
|
|
@@ -4151,20 +3959,6 @@ type SpecialistLangsProps = {
|
|
|
4151
3959
|
};
|
|
4152
3960
|
declare const SpecialistLangs: FC<SpecialistLangsProps>;
|
|
4153
3961
|
|
|
4154
|
-
type ChangeLangModalProps = {
|
|
4155
|
-
title: string;
|
|
4156
|
-
selected: string;
|
|
4157
|
-
isOpen: boolean;
|
|
4158
|
-
onSelect: (lang: string) => void;
|
|
4159
|
-
onModalClose?: () => void;
|
|
4160
|
-
};
|
|
4161
|
-
type LanguagesListProps = {
|
|
4162
|
-
selected: string;
|
|
4163
|
-
onSelect: (lang: string) => void;
|
|
4164
|
-
};
|
|
4165
|
-
declare const LanguagesList: FC<LanguagesListProps>;
|
|
4166
|
-
declare const ChangeLangModal: FC<ChangeLangModalProps>;
|
|
4167
|
-
|
|
4168
3962
|
type ProfileInformationProps = {
|
|
4169
3963
|
specialistAvatar?: string;
|
|
4170
3964
|
specialistFirstName?: string;
|
|
@@ -4469,4 +4263,4 @@ type SpecialistPreviewWidgetProps = {
|
|
|
4469
4263
|
|
|
4470
4264
|
declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4471
4265
|
|
|
4472
|
-
export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1h as ChatListItem, _default$1f as ChatListSkeleton, _default$1g as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$11 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, _default$1e as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$16 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$R as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$L as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$E as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$H as Item, _default$O as ItemCard, LabelArrowRedirect, LanguagesList, _default$1l as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, _default$1i as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$1k as PersonDateTimeCard, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1j as SelectImpressionEmoji, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1c as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1b as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1d as Textarea, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|
|
4266
|
+
export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$11 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, EmptyChatModalFeature, _default$16 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$R as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$L as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$D as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$H as Item, _default$O as ItemCard, LabelArrowRedirect, _default$1d as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithImageType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$1c as PersonDateTimeCard, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1b as SelectImpressionEmoji, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|