@mindly/ui-components 5.108.6 → 6.0.0-dev.1
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 -10
- package/dist/cjs/index.js +7 -7
- 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 +1 -1
- 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 -10
- package/dist/esm/index.js +7 -7
- 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 +1 -1
- 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 -240
- 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,22 +63,6 @@ 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
|
*/
|
|
@@ -225,7 +209,7 @@ type LetterAvatarProps = {
|
|
|
225
209
|
fontSize?: number;
|
|
226
210
|
onClick?: () => void;
|
|
227
211
|
};
|
|
228
|
-
declare const _default$
|
|
212
|
+
declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
229
213
|
|
|
230
214
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
231
215
|
onErrorContent: React__default.ReactElement;
|
|
@@ -237,7 +221,7 @@ type PersonDateTimeCardProps = {
|
|
|
237
221
|
name: string;
|
|
238
222
|
dateTime: Date;
|
|
239
223
|
};
|
|
240
|
-
declare const _default$
|
|
224
|
+
declare const _default$1i: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
241
225
|
|
|
242
226
|
type PsychologistProfileType = {
|
|
243
227
|
id: string;
|
|
@@ -404,7 +388,7 @@ type SelectImpressionEmojiProps = {
|
|
|
404
388
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
405
389
|
};
|
|
406
390
|
|
|
407
|
-
declare const _default$
|
|
391
|
+
declare const _default$1h: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
408
392
|
|
|
409
393
|
interface FooterForBookingProps {
|
|
410
394
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -436,7 +420,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
436
420
|
showControls: boolean;
|
|
437
421
|
isScreenSharing?: boolean;
|
|
438
422
|
} & HTMLAttributes<HTMLDivElement>;
|
|
439
|
-
declare const _default$
|
|
423
|
+
declare const _default$1g: <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
424
|
|
|
441
425
|
type RoundButtonPropsType = {
|
|
442
426
|
disabled?: boolean;
|
|
@@ -465,7 +449,7 @@ type ChatListItemProps = {
|
|
|
465
449
|
isDisabled?: boolean;
|
|
466
450
|
t?: WithTranslation['t'];
|
|
467
451
|
};
|
|
468
|
-
declare const _default$
|
|
452
|
+
declare const _default$1f: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
469
453
|
|
|
470
454
|
type ChatMessageProps = {
|
|
471
455
|
message: string | File;
|
|
@@ -493,11 +477,11 @@ type ChatMessageProps = {
|
|
|
493
477
|
onClickHandler: () => void;
|
|
494
478
|
}[] | null;
|
|
495
479
|
};
|
|
496
|
-
declare const _default$
|
|
480
|
+
declare const _default$1e: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
497
481
|
|
|
498
482
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
499
483
|
|
|
500
|
-
declare const _default$
|
|
484
|
+
declare const _default$1d: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
501
485
|
|
|
502
486
|
type EmptyChatList = {
|
|
503
487
|
title?: string;
|
|
@@ -507,7 +491,7 @@ type EmptyChatList = {
|
|
|
507
491
|
onClick?: () => void;
|
|
508
492
|
};
|
|
509
493
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
510
|
-
declare const _default$
|
|
494
|
+
declare const _default$1c: React__default.NamedExoticComponent<EmptyChatList>;
|
|
511
495
|
|
|
512
496
|
type EmptyChatMessagesProps = {
|
|
513
497
|
title?: string;
|
|
@@ -532,7 +516,7 @@ type TextareaProps = {
|
|
|
532
516
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
533
517
|
t?: WithTranslation['t'];
|
|
534
518
|
};
|
|
535
|
-
declare const _default$
|
|
519
|
+
declare const _default$1b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
536
520
|
|
|
537
521
|
type LouseConnectProps = {
|
|
538
522
|
onClick?: () => void;
|
|
@@ -602,50 +586,6 @@ type SkeletonProps$1 = {
|
|
|
602
586
|
} & Omit<JSX$1.IonSkeletonText, 'animated'>;
|
|
603
587
|
declare const Skeleton: React__default.FC<SkeletonProps$1>;
|
|
604
588
|
|
|
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
589
|
declare const Tag: React__default.FC;
|
|
650
590
|
|
|
651
591
|
type AppFooterProps$1 = {
|
|
@@ -1384,7 +1324,7 @@ type SpecialistPaymentConsultationDetailsType = {
|
|
|
1384
1324
|
onUserClick?: () => void;
|
|
1385
1325
|
};
|
|
1386
1326
|
|
|
1387
|
-
interface IconProps$
|
|
1327
|
+
interface IconProps$D extends SVGAttributes<SVGElement> {
|
|
1388
1328
|
size?: number | string;
|
|
1389
1329
|
width?: number | string;
|
|
1390
1330
|
height?: number | string;
|
|
@@ -1575,6 +1515,8 @@ type OnBoardingScreenOptionType = {
|
|
|
1575
1515
|
alphabeticalOrder?: string | null;
|
|
1576
1516
|
isDefault?: boolean;
|
|
1577
1517
|
filtrationAnswerId?: string;
|
|
1518
|
+
};
|
|
1519
|
+
type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
|
|
1578
1520
|
image?: ResponseFileType | null;
|
|
1579
1521
|
};
|
|
1580
1522
|
type OnBoardingScreenOptionWithScaleType = OnBoardingScreenOptionType & {
|
|
@@ -1644,19 +1586,15 @@ type OnBoardingInfoScreenType = OnBoardingBaseScreenType & OnBoardingScreenButto
|
|
|
1644
1586
|
image?: ResponseFileType | null;
|
|
1645
1587
|
};
|
|
1646
1588
|
type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenDescriptionType & {
|
|
1647
|
-
isOptionView?: boolean;
|
|
1648
|
-
isIconView?: boolean;
|
|
1649
1589
|
options: OnBoardingScreenOptionType[];
|
|
1650
1590
|
};
|
|
1651
1591
|
type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1652
|
-
isOptionView?: boolean;
|
|
1653
|
-
isIconView?: boolean;
|
|
1654
1592
|
legalText?: string;
|
|
1655
1593
|
options: OnBoardingScreenOptionType[];
|
|
1656
1594
|
};
|
|
1657
1595
|
type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1658
1596
|
legalText?: string;
|
|
1659
|
-
options:
|
|
1597
|
+
options: OnBoardingScreenOptionWithImageType[];
|
|
1660
1598
|
};
|
|
1661
1599
|
type OnBoardingSingleScaleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1662
1600
|
minLabel?: string;
|
|
@@ -1725,7 +1663,7 @@ type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButt
|
|
|
1725
1663
|
disclaimer?: string;
|
|
1726
1664
|
chart: ChartData;
|
|
1727
1665
|
};
|
|
1728
|
-
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType |
|
|
1666
|
+
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
|
|
1729
1667
|
type OnBoardingFlowType = {
|
|
1730
1668
|
id: string;
|
|
1731
1669
|
locale: string;
|
|
@@ -1801,7 +1739,6 @@ type UserType = {
|
|
|
1801
1739
|
global_personal_price?: number;
|
|
1802
1740
|
global_personal_price_currency?: SupportedCurrency;
|
|
1803
1741
|
possible_price_filters?: number[];
|
|
1804
|
-
balance?: number;
|
|
1805
1742
|
};
|
|
1806
1743
|
|
|
1807
1744
|
type SpecialistEducation = {
|
|
@@ -2019,20 +1956,18 @@ declare enum ListBoxSelectionType {
|
|
|
2019
1956
|
Checkbox = "checkbox",
|
|
2020
1957
|
Radio = "radio",
|
|
2021
1958
|
Image = "image",
|
|
2022
|
-
Emoji = "emoji"
|
|
2023
|
-
Icon = "icon"
|
|
1959
|
+
Emoji = "emoji"
|
|
2024
1960
|
}
|
|
2025
1961
|
type VariantType = 'default' | 'blue';
|
|
2026
1962
|
type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
2027
1963
|
type?: `${ListBoxSelectionType}`;
|
|
2028
1964
|
enableSelection?: boolean;
|
|
2029
|
-
selectedIconProps?: IconProps$
|
|
1965
|
+
selectedIconProps?: IconProps$D;
|
|
2030
1966
|
selectionPosition?: 'start' | 'end';
|
|
2031
1967
|
className?: string;
|
|
2032
1968
|
variant?: VariantType;
|
|
2033
1969
|
image?: ResponseFileType;
|
|
2034
1970
|
isOnboardingPreview?: boolean;
|
|
2035
|
-
selectionMode?: 'single' | 'multiple' | 'none';
|
|
2036
1971
|
};
|
|
2037
1972
|
|
|
2038
1973
|
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, isOnboardingPreview, ...props }: ListBoxProps<T>): JSX.Element;
|
|
@@ -2043,19 +1978,18 @@ type ListOptionsProps = {
|
|
|
2043
1978
|
icon?: React$1.ReactNode;
|
|
2044
1979
|
divider?: boolean;
|
|
2045
1980
|
value?: string;
|
|
2046
|
-
selectedIconProps?: IconProps$
|
|
1981
|
+
selectedIconProps?: IconProps$D;
|
|
2047
1982
|
type?: `${ListBoxSelectionType}`;
|
|
2048
1983
|
selectionPosition?: 'start' | 'end';
|
|
2049
1984
|
enableSelection?: boolean;
|
|
2050
1985
|
variant?: VariantType;
|
|
2051
1986
|
image?: ResponseFileType | null;
|
|
2052
1987
|
isOnboardingPreview?: boolean;
|
|
2053
|
-
selectionMode?: 'single' | 'multiple' | 'none';
|
|
2054
1988
|
};
|
|
2055
1989
|
type ListBoxItemProps = {
|
|
2056
1990
|
icon?: React$1.ReactNode;
|
|
2057
1991
|
type?: `${ListBoxSelectionType}`;
|
|
2058
|
-
selectedIconProps?: IconProps$
|
|
1992
|
+
selectedIconProps?: IconProps$D;
|
|
2059
1993
|
divider?: boolean;
|
|
2060
1994
|
value?: string;
|
|
2061
1995
|
children: React$1.ReactNode;
|
|
@@ -2509,126 +2443,126 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
|
|
|
2509
2443
|
|
|
2510
2444
|
declare function useIsKeyBoardShown(): boolean;
|
|
2511
2445
|
|
|
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
2446
|
interface IconProps$C extends React$1.SVGAttributes<SVGElement> {
|
|
2519
2447
|
size?: number | string;
|
|
2520
2448
|
color?: string;
|
|
2521
2449
|
}
|
|
2522
|
-
declare function
|
|
2450
|
+
declare function IconArrowLeft({ color, size, ...other }: IconProps$C): JSX.Element;
|
|
2523
2451
|
|
|
2524
2452
|
interface IconProps$B extends React$1.SVGAttributes<SVGElement> {
|
|
2525
2453
|
size?: number | string;
|
|
2526
2454
|
color?: string;
|
|
2527
2455
|
}
|
|
2528
|
-
declare function
|
|
2456
|
+
declare function IconArrowRight({ color, size, ...other }: IconProps$B): JSX.Element;
|
|
2529
2457
|
|
|
2530
2458
|
interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
|
|
2531
2459
|
size?: number | string;
|
|
2532
2460
|
color?: string;
|
|
2533
2461
|
}
|
|
2534
|
-
declare function
|
|
2535
|
-
|
|
2536
|
-
declare const IconCalendarNew: FC<IconProps$E>;
|
|
2537
|
-
|
|
2538
|
-
declare const IconCalendarMonth: React$1.FC<IconProps$E>;
|
|
2462
|
+
declare function IconBeachAccess({ color, size, ...other }: IconProps$A): JSX.Element;
|
|
2539
2463
|
|
|
2540
2464
|
interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
|
|
2541
2465
|
size?: number | string;
|
|
2542
2466
|
color?: string;
|
|
2543
2467
|
}
|
|
2544
|
-
declare function
|
|
2468
|
+
declare function IconCalendar({ color, size, ...other }: IconProps$z): JSX.Element;
|
|
2469
|
+
|
|
2470
|
+
declare const IconCalendarNew: FC<IconProps$D>;
|
|
2471
|
+
|
|
2472
|
+
declare const IconCalendarMonth: React$1.FC<IconProps$D>;
|
|
2545
2473
|
|
|
2546
2474
|
interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
|
|
2547
2475
|
size?: number | string;
|
|
2548
2476
|
color?: string;
|
|
2549
2477
|
}
|
|
2550
|
-
declare
|
|
2478
|
+
declare function IconChatOutline({ color, size, ...other }: IconProps$y): JSX.Element;
|
|
2551
2479
|
|
|
2552
2480
|
interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
|
|
2553
2481
|
size?: number | string;
|
|
2554
2482
|
color?: string;
|
|
2555
2483
|
}
|
|
2556
|
-
declare
|
|
2557
|
-
|
|
2558
|
-
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2484
|
+
declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$x) => JSX.Element;
|
|
2559
2485
|
|
|
2560
2486
|
interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
|
|
2561
2487
|
size?: number | string;
|
|
2562
2488
|
color?: string;
|
|
2563
2489
|
}
|
|
2564
|
-
declare function
|
|
2490
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$w): JSX.Element;
|
|
2491
|
+
|
|
2492
|
+
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2565
2493
|
|
|
2566
2494
|
interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
|
|
2567
2495
|
size?: number | string;
|
|
2568
2496
|
color?: string;
|
|
2569
2497
|
}
|
|
2570
|
-
declare function
|
|
2498
|
+
declare function IconEditCalendar({ color, size, ...props }: IconProps$v): JSX.Element;
|
|
2571
2499
|
|
|
2572
2500
|
interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
|
|
2573
2501
|
size?: number | string;
|
|
2574
2502
|
color?: string;
|
|
2575
2503
|
}
|
|
2576
|
-
declare function
|
|
2577
|
-
|
|
2578
|
-
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2504
|
+
declare function IconInvisible({ color, size, ...other }: IconProps$u): JSX.Element;
|
|
2579
2505
|
|
|
2580
2506
|
interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
|
|
2581
2507
|
size?: number | string;
|
|
2582
2508
|
color?: string;
|
|
2583
2509
|
}
|
|
2584
|
-
declare function
|
|
2510
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$t): JSX.Element;
|
|
2511
|
+
|
|
2512
|
+
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2585
2513
|
|
|
2586
2514
|
interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
|
|
2587
2515
|
size?: number | string;
|
|
2588
2516
|
color?: string;
|
|
2589
2517
|
}
|
|
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;
|
|
2518
|
+
declare function IconLogout({ color, size, ...other }: IconProps$s): JSX.Element;
|
|
2596
2519
|
|
|
2597
2520
|
interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
|
|
2598
2521
|
size?: number | string;
|
|
2599
2522
|
color?: string;
|
|
2600
2523
|
}
|
|
2601
|
-
declare function
|
|
2524
|
+
declare function IconPause({ color, size, ...other }: IconProps$r): JSX.Element;
|
|
2525
|
+
|
|
2526
|
+
declare function IconMinus({ color, size, ...other }: IconProps$D): JSX.Element;
|
|
2527
|
+
|
|
2528
|
+
type IconPlusProps = React$1.SVGProps<any>;
|
|
2529
|
+
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
2602
2530
|
|
|
2603
2531
|
interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
|
|
2604
2532
|
size?: number | string;
|
|
2605
2533
|
color?: string;
|
|
2606
2534
|
}
|
|
2607
|
-
declare function
|
|
2535
|
+
declare function IconProfileChecked({ color, size, ...other }: IconProps$q): JSX.Element;
|
|
2608
2536
|
|
|
2609
2537
|
interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
|
|
2610
2538
|
size?: number | string;
|
|
2611
2539
|
color?: string;
|
|
2612
2540
|
}
|
|
2613
|
-
declare function
|
|
2541
|
+
declare function IconProfileCircle({ color, size, ...other }: IconProps$p): JSX.Element;
|
|
2614
2542
|
|
|
2615
2543
|
interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
|
|
2616
2544
|
size?: number | string;
|
|
2617
2545
|
color?: string;
|
|
2618
2546
|
}
|
|
2619
|
-
declare function
|
|
2547
|
+
declare function IconProfileSetting({ color, size, ...other }: IconProps$o): JSX.Element;
|
|
2620
2548
|
|
|
2621
2549
|
interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
|
|
2622
2550
|
size?: number | string;
|
|
2623
2551
|
color?: string;
|
|
2624
2552
|
}
|
|
2625
|
-
declare function
|
|
2553
|
+
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$n): JSX.Element;
|
|
2626
2554
|
|
|
2627
2555
|
interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
|
|
2628
2556
|
size?: number | string;
|
|
2629
2557
|
color?: string;
|
|
2630
2558
|
}
|
|
2631
|
-
declare function
|
|
2559
|
+
declare function IconResume({ color, size, ...other }: IconProps$m): JSX.Element;
|
|
2560
|
+
|
|
2561
|
+
interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
|
|
2562
|
+
size?: number | string;
|
|
2563
|
+
color?: string;
|
|
2564
|
+
}
|
|
2565
|
+
declare function IconSettings({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
2632
2566
|
|
|
2633
2567
|
declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2634
2568
|
|
|
@@ -2636,23 +2570,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2636
2570
|
|
|
2637
2571
|
declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2638
2572
|
|
|
2639
|
-
interface IconProps$
|
|
2573
|
+
interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
|
|
2640
2574
|
size?: number | string;
|
|
2641
2575
|
color?: string;
|
|
2642
2576
|
}
|
|
2643
|
-
declare function IconTime({ color, size, ...other }: IconProps$
|
|
2577
|
+
declare function IconTime({ color, size, ...other }: IconProps$k): JSX.Element;
|
|
2644
2578
|
|
|
2645
|
-
interface IconProps$
|
|
2579
|
+
interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
|
|
2646
2580
|
size?: number | string;
|
|
2647
2581
|
color?: string;
|
|
2648
2582
|
}
|
|
2649
|
-
declare function IconVerifiedUser({ color, size, ...other }: IconProps$
|
|
2583
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
2650
2584
|
|
|
2651
|
-
interface IconProps$
|
|
2585
|
+
interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
|
|
2652
2586
|
size?: number | string;
|
|
2653
2587
|
color?: string;
|
|
2654
2588
|
}
|
|
2655
|
-
declare function IconVisible({ color, size, ...other }: IconProps$
|
|
2589
|
+
declare function IconVisible({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
2656
2590
|
|
|
2657
2591
|
declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2658
2592
|
|
|
@@ -2666,15 +2600,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2666
2600
|
|
|
2667
2601
|
declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2668
2602
|
|
|
2669
|
-
interface IconProps$
|
|
2603
|
+
interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
|
|
2670
2604
|
size?: number | string;
|
|
2671
2605
|
color?: string;
|
|
2672
2606
|
}
|
|
2673
|
-
declare function IconWarning({ color, size, ...other }: IconProps$
|
|
2607
|
+
declare function IconWarning({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
2674
2608
|
|
|
2675
2609
|
declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2676
2610
|
|
|
2677
|
-
declare const IconGiftNew: FC<IconProps$
|
|
2611
|
+
declare const IconGiftNew: FC<IconProps$D>;
|
|
2678
2612
|
|
|
2679
2613
|
declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2680
2614
|
|
|
@@ -2697,49 +2631,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
|
|
|
2697
2631
|
|
|
2698
2632
|
declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2699
2633
|
|
|
2700
|
-
interface IconProps$
|
|
2634
|
+
interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
|
|
2701
2635
|
size?: number | string;
|
|
2702
2636
|
color?: string;
|
|
2703
2637
|
className?: string;
|
|
2704
2638
|
style?: React$1.CSSProperties;
|
|
2705
2639
|
}
|
|
2706
|
-
declare function IconCheck({ color, size, ...other }: IconProps$
|
|
2640
|
+
declare function IconCheck({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
2707
2641
|
|
|
2708
|
-
interface IconProps$
|
|
2642
|
+
interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
|
|
2709
2643
|
size?: number | string;
|
|
2710
2644
|
color?: string;
|
|
2711
2645
|
className?: string;
|
|
2712
2646
|
style?: React$1.CSSProperties;
|
|
2713
2647
|
}
|
|
2714
|
-
declare const IconCapFilled: FC<IconProps$
|
|
2648
|
+
declare const IconCapFilled: FC<IconProps$f>;
|
|
2715
2649
|
|
|
2716
|
-
interface IconProps$
|
|
2650
|
+
interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
|
|
2717
2651
|
size?: number | string;
|
|
2718
2652
|
color?: string;
|
|
2719
2653
|
className?: string;
|
|
2720
2654
|
style?: React$1.CSSProperties;
|
|
2721
2655
|
}
|
|
2722
|
-
declare function IconCancelRounded({ color, size, ...other }: IconProps$
|
|
2656
|
+
declare function IconCancelRounded({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
2723
2657
|
|
|
2724
|
-
interface IconProps$
|
|
2658
|
+
interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
|
|
2725
2659
|
size?: number | string;
|
|
2726
2660
|
color?: string;
|
|
2727
2661
|
}
|
|
2728
|
-
declare function IconMute({ color, size, ...other }: IconProps$
|
|
2662
|
+
declare function IconMute({ color, size, ...other }: IconProps$d): JSX.Element;
|
|
2729
2663
|
|
|
2730
|
-
interface IconProps$
|
|
2664
|
+
interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
|
|
2731
2665
|
size?: number | string;
|
|
2732
2666
|
color?: string;
|
|
2733
2667
|
}
|
|
2734
|
-
declare function IconUnmute({ color, size, ...other }: IconProps$
|
|
2668
|
+
declare function IconUnmute({ color, size, ...other }: IconProps$c): JSX.Element;
|
|
2735
2669
|
|
|
2736
2670
|
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2737
2671
|
|
|
2738
|
-
interface IconProps$
|
|
2672
|
+
interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
|
|
2739
2673
|
size?: number | string;
|
|
2740
2674
|
color?: string;
|
|
2741
2675
|
}
|
|
2742
|
-
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$
|
|
2676
|
+
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$b): JSX.Element;
|
|
2743
2677
|
|
|
2744
2678
|
declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2745
2679
|
|
|
@@ -2759,202 +2693,196 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
|
|
|
2759
2693
|
|
|
2760
2694
|
declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2761
2695
|
|
|
2762
|
-
interface IconProps$
|
|
2696
|
+
interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
|
|
2763
2697
|
color?: string;
|
|
2764
2698
|
}
|
|
2765
|
-
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$
|
|
2699
|
+
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$a) => JSX.Element;
|
|
2766
2700
|
|
|
2767
|
-
interface IconProps$
|
|
2701
|
+
interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
|
|
2768
2702
|
size?: number | string;
|
|
2769
2703
|
color?: string;
|
|
2770
2704
|
}
|
|
2771
|
-
declare function IconShare({ size, ...props }: IconProps$
|
|
2705
|
+
declare function IconShare({ size, ...props }: IconProps$9): JSX.Element;
|
|
2772
2706
|
|
|
2773
|
-
interface IconProps$
|
|
2707
|
+
interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
|
|
2774
2708
|
size?: number | string;
|
|
2775
2709
|
color?: string;
|
|
2776
2710
|
}
|
|
2777
|
-
declare function IconLink({ size, ...props }: IconProps$
|
|
2711
|
+
declare function IconLink({ size, ...props }: IconProps$8): JSX.Element;
|
|
2778
2712
|
|
|
2779
|
-
declare const IconHome: FC<IconProps$
|
|
2713
|
+
declare const IconHome: FC<IconProps$D>;
|
|
2780
2714
|
|
|
2781
|
-
declare const IconEcgHeart: FC<IconProps$
|
|
2715
|
+
declare const IconEcgHeart: FC<IconProps$D>;
|
|
2782
2716
|
|
|
2783
|
-
declare const IconAddModerator: FC<IconProps$
|
|
2717
|
+
declare const IconAddModerator: FC<IconProps$D>;
|
|
2784
2718
|
|
|
2785
|
-
declare const IconQueryStats: FC<IconProps$
|
|
2719
|
+
declare const IconQueryStats: FC<IconProps$D>;
|
|
2786
2720
|
|
|
2787
|
-
declare const IconSchema: FC<IconProps$
|
|
2721
|
+
declare const IconSchema: FC<IconProps$D>;
|
|
2788
2722
|
|
|
2789
|
-
declare const IconPromocode: FC<IconProps$
|
|
2723
|
+
declare const IconPromocode: FC<IconProps$D>;
|
|
2790
2724
|
|
|
2791
|
-
declare const IconEventBusy: FC<IconProps$
|
|
2725
|
+
declare const IconEventBusy: FC<IconProps$D>;
|
|
2792
2726
|
|
|
2793
|
-
declare const IconDelete: FC<IconProps$
|
|
2727
|
+
declare const IconDelete: FC<IconProps$D>;
|
|
2794
2728
|
|
|
2795
|
-
declare const IconLock: FC<IconProps$
|
|
2729
|
+
declare const IconLock: FC<IconProps$D>;
|
|
2796
2730
|
|
|
2797
|
-
declare const IconEdit: FC<IconProps$
|
|
2731
|
+
declare const IconEdit: FC<IconProps$D>;
|
|
2798
2732
|
|
|
2799
|
-
declare const IconCopy: FC<IconProps$
|
|
2733
|
+
declare const IconCopy: FC<IconProps$D>;
|
|
2800
2734
|
|
|
2801
|
-
interface IconProps$
|
|
2735
|
+
interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
|
|
2802
2736
|
size?: number | string;
|
|
2803
2737
|
color?: string;
|
|
2804
2738
|
}
|
|
2805
|
-
declare function IconTimeAdd({ color, size, ...other }: IconProps$
|
|
2739
|
+
declare function IconTimeAdd({ color, size, ...other }: IconProps$7): JSX.Element;
|
|
2806
2740
|
|
|
2807
|
-
declare const IconManageAccounts: FC<IconProps$
|
|
2741
|
+
declare const IconManageAccounts: FC<IconProps$D>;
|
|
2808
2742
|
|
|
2809
|
-
declare const IconSend: FC<IconProps$
|
|
2743
|
+
declare const IconSend: FC<IconProps$D>;
|
|
2810
2744
|
|
|
2811
|
-
interface IconProps$
|
|
2745
|
+
interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
|
|
2812
2746
|
size?: number | string;
|
|
2813
2747
|
color?: string;
|
|
2814
2748
|
}
|
|
2815
|
-
declare function IconGallery({ color, size, ...other }: IconProps$
|
|
2749
|
+
declare function IconGallery({ color, size, ...other }: IconProps$6): JSX.Element;
|
|
2816
2750
|
|
|
2817
|
-
interface IconProps$
|
|
2751
|
+
interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
|
|
2818
2752
|
size?: number | string;
|
|
2819
2753
|
color?: string;
|
|
2820
2754
|
}
|
|
2821
|
-
declare function IconText({ color, size, ...other }: IconProps$
|
|
2755
|
+
declare function IconText({ color, size, ...other }: IconProps$5): JSX.Element;
|
|
2822
2756
|
|
|
2823
|
-
interface IconProps$
|
|
2757
|
+
interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
|
|
2824
2758
|
size?: number | string;
|
|
2825
2759
|
color?: string;
|
|
2826
2760
|
className?: string;
|
|
2827
2761
|
style?: React$1.CSSProperties;
|
|
2828
2762
|
}
|
|
2829
|
-
declare function IconCheckCircle({ color, size, ...props }: IconProps$
|
|
2763
|
+
declare function IconCheckCircle({ color, size, ...props }: IconProps$4): JSX.Element;
|
|
2830
2764
|
|
|
2831
|
-
interface IconProps$
|
|
2765
|
+
interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
|
|
2832
2766
|
size?: number | string;
|
|
2833
2767
|
color?: string;
|
|
2834
2768
|
}
|
|
2835
|
-
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$
|
|
2769
|
+
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$3): JSX.Element;
|
|
2836
2770
|
|
|
2837
|
-
declare const IconArrowTopRight: FC<IconProps$
|
|
2771
|
+
declare const IconArrowTopRight: FC<IconProps$D>;
|
|
2838
2772
|
|
|
2839
|
-
declare const IconMoreVertical: FC<IconProps$
|
|
2773
|
+
declare const IconMoreVertical: FC<IconProps$D>;
|
|
2840
2774
|
|
|
2841
|
-
interface IconProps$
|
|
2775
|
+
interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
|
|
2842
2776
|
size?: number | string;
|
|
2843
2777
|
color?: string;
|
|
2844
2778
|
}
|
|
2845
|
-
declare const IconStylus: FC<IconProps$
|
|
2779
|
+
declare const IconStylus: FC<IconProps$2>;
|
|
2846
2780
|
|
|
2847
|
-
declare const IconDocument: FC<IconProps$
|
|
2781
|
+
declare const IconDocument: FC<IconProps$D>;
|
|
2848
2782
|
|
|
2849
|
-
declare const IconPersonAlert: FC<IconProps$
|
|
2783
|
+
declare const IconPersonAlert: FC<IconProps$D>;
|
|
2850
2784
|
|
|
2851
|
-
declare const IconIdCard: FC<IconProps$
|
|
2785
|
+
declare const IconIdCard: FC<IconProps$D>;
|
|
2852
2786
|
|
|
2853
|
-
declare const IconProfile: FC<IconProps$
|
|
2787
|
+
declare const IconProfile: FC<IconProps$D>;
|
|
2854
2788
|
|
|
2855
|
-
declare const IconReceiptLong: FC<IconProps$
|
|
2789
|
+
declare const IconReceiptLong: FC<IconProps$D>;
|
|
2856
2790
|
|
|
2857
|
-
declare const IconInvoice: FC<IconProps$
|
|
2791
|
+
declare const IconInvoice: FC<IconProps$D>;
|
|
2858
2792
|
|
|
2859
|
-
declare const IconRenew: React$1.FC<IconProps$
|
|
2793
|
+
declare const IconRenew: React$1.FC<IconProps$D>;
|
|
2860
2794
|
|
|
2861
|
-
declare const IconDot: React$1.FC<IconProps$
|
|
2795
|
+
declare const IconDot: React$1.FC<IconProps$D>;
|
|
2862
2796
|
|
|
2863
|
-
declare const IconHeart: React$1.FC<IconProps$
|
|
2797
|
+
declare const IconHeart: React$1.FC<IconProps$D>;
|
|
2864
2798
|
|
|
2865
|
-
declare const IconMindly: React$1.FC<IconProps$
|
|
2799
|
+
declare const IconMindly: React$1.FC<IconProps$D>;
|
|
2866
2800
|
|
|
2867
|
-
declare const IconPlay: React$1.FC<IconProps$
|
|
2801
|
+
declare const IconPlay: React$1.FC<IconProps$D>;
|
|
2868
2802
|
|
|
2869
|
-
declare const IconStudyHat: React$1.FC<IconProps$
|
|
2803
|
+
declare const IconStudyHat: React$1.FC<IconProps$D>;
|
|
2870
2804
|
|
|
2871
|
-
declare const IconMindlyColored: React$1.FC<IconProps$
|
|
2805
|
+
declare const IconMindlyColored: React$1.FC<IconProps$D>;
|
|
2872
2806
|
|
|
2873
|
-
declare const IconUser: React$1.FC<IconProps$
|
|
2807
|
+
declare const IconUser: React$1.FC<IconProps$D>;
|
|
2874
2808
|
|
|
2875
|
-
declare const IconFilters: React$1.FC<IconProps$
|
|
2809
|
+
declare const IconFilters: React$1.FC<IconProps$D>;
|
|
2876
2810
|
|
|
2877
|
-
declare const IconEmptyList: React$1.FC<IconProps$
|
|
2811
|
+
declare const IconEmptyList: React$1.FC<IconProps$D>;
|
|
2878
2812
|
|
|
2879
|
-
declare const IconChat: React$1.FC<IconProps$
|
|
2813
|
+
declare const IconChat: React$1.FC<IconProps$D>;
|
|
2880
2814
|
|
|
2881
|
-
declare const IconMindlyMini: React$1.FC<IconProps$
|
|
2815
|
+
declare const IconMindlyMini: React$1.FC<IconProps$D>;
|
|
2882
2816
|
|
|
2883
|
-
declare const IconSchedule: React$1.FC<IconProps$
|
|
2817
|
+
declare const IconSchedule: React$1.FC<IconProps$D>;
|
|
2884
2818
|
|
|
2885
|
-
declare const IconContract: React$1.FC<IconProps$
|
|
2819
|
+
declare const IconContract: React$1.FC<IconProps$D>;
|
|
2886
2820
|
|
|
2887
|
-
declare const IconReceipt: React$1.FC<IconProps$
|
|
2821
|
+
declare const IconReceipt: React$1.FC<IconProps$D>;
|
|
2888
2822
|
|
|
2889
|
-
declare const IconCalendarWithDot: React$1.FC<IconProps$
|
|
2823
|
+
declare const IconCalendarWithDot: React$1.FC<IconProps$D>;
|
|
2890
2824
|
|
|
2891
|
-
declare const IconExperience: React$1.FC<IconProps$
|
|
2825
|
+
declare const IconExperience: React$1.FC<IconProps$D>;
|
|
2892
2826
|
|
|
2893
|
-
declare const IconSpecialistsEnded: React$1.FC<IconProps$
|
|
2827
|
+
declare const IconSpecialistsEnded: React$1.FC<IconProps$D>;
|
|
2894
2828
|
|
|
2895
|
-
declare const IconReviewSessionSubscription: React$1.FC<IconProps$
|
|
2829
|
+
declare const IconReviewSessionSubscription: React$1.FC<IconProps$D>;
|
|
2896
2830
|
|
|
2897
|
-
declare const IconReviewSessionTrial: React$1.FC<IconProps$
|
|
2831
|
+
declare const IconReviewSessionTrial: React$1.FC<IconProps$D>;
|
|
2898
2832
|
|
|
2899
|
-
declare const IconDoubleArrow: React$1.FC<IconProps$
|
|
2833
|
+
declare const IconDoubleArrow: React$1.FC<IconProps$D>;
|
|
2900
2834
|
|
|
2901
|
-
declare const IconDivider: React$1.FC<IconProps$
|
|
2835
|
+
declare const IconDivider: React$1.FC<IconProps$D>;
|
|
2902
2836
|
|
|
2903
|
-
declare const IconInfo: React$1.FC<IconProps$
|
|
2837
|
+
declare const IconInfo: React$1.FC<IconProps$D>;
|
|
2904
2838
|
|
|
2905
|
-
declare const IconApplePay: React$1.FC<IconProps$
|
|
2839
|
+
declare const IconApplePay: React$1.FC<IconProps$D>;
|
|
2906
2840
|
|
|
2907
|
-
declare const IconSecure: React$1.FC<IconProps$
|
|
2841
|
+
declare const IconSecure: React$1.FC<IconProps$D>;
|
|
2908
2842
|
|
|
2909
|
-
declare const IconGooglePay: React$1.FC<IconProps$
|
|
2843
|
+
declare const IconGooglePay: React$1.FC<IconProps$D>;
|
|
2910
2844
|
|
|
2911
|
-
declare const IconAmEx: React$1.FC<IconProps$
|
|
2845
|
+
declare const IconAmEx: React$1.FC<IconProps$D>;
|
|
2912
2846
|
|
|
2913
|
-
declare const IconMaestro: React$1.FC<IconProps$
|
|
2847
|
+
declare const IconMaestro: React$1.FC<IconProps$D>;
|
|
2914
2848
|
|
|
2915
|
-
declare const IconMastercard: React$1.FC<IconProps$
|
|
2849
|
+
declare const IconMastercard: React$1.FC<IconProps$D>;
|
|
2916
2850
|
|
|
2917
|
-
declare const IconVisa: React$1.FC<IconProps$
|
|
2851
|
+
declare const IconVisa: React$1.FC<IconProps$D>;
|
|
2918
2852
|
|
|
2919
|
-
declare const IconPoweredByStripe: React$1.FC<IconProps$
|
|
2853
|
+
declare const IconPoweredByStripe: React$1.FC<IconProps$D>;
|
|
2920
2854
|
|
|
2921
|
-
declare const IconCancelBold: React$1.FC<IconProps$
|
|
2855
|
+
declare const IconCancelBold: React$1.FC<IconProps$D>;
|
|
2922
2856
|
|
|
2923
|
-
interface IconProps$
|
|
2857
|
+
interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
|
|
2924
2858
|
size?: number | string;
|
|
2925
2859
|
color?: string;
|
|
2926
2860
|
}
|
|
2927
|
-
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$
|
|
2861
|
+
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$1>;
|
|
2928
2862
|
|
|
2929
|
-
interface IconProps
|
|
2863
|
+
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2930
2864
|
size?: number | string;
|
|
2931
2865
|
color?: string;
|
|
2932
2866
|
}
|
|
2933
|
-
declare const IconMatching: React$1.FC<IconProps
|
|
2867
|
+
declare const IconMatching: React$1.FC<IconProps>;
|
|
2934
2868
|
|
|
2935
|
-
declare const IconSwitch: React$1.FC<IconProps$
|
|
2869
|
+
declare const IconSwitch: React$1.FC<IconProps$D>;
|
|
2936
2870
|
|
|
2937
|
-
declare const IconGlobe: React$1.FC<IconProps$
|
|
2871
|
+
declare const IconGlobe: React$1.FC<IconProps$D>;
|
|
2938
2872
|
|
|
2939
|
-
declare const IconAppStoreRating: React$1.FC<IconProps$
|
|
2873
|
+
declare const IconAppStoreRating: React$1.FC<IconProps$D>;
|
|
2940
2874
|
|
|
2941
|
-
declare const IconCompare: React$1.FC<IconProps$
|
|
2875
|
+
declare const IconCompare: React$1.FC<IconProps$D>;
|
|
2942
2876
|
|
|
2943
|
-
declare const IconChart: React$1.FC<IconProps$
|
|
2877
|
+
declare const IconChart: React$1.FC<IconProps$D>;
|
|
2944
2878
|
|
|
2945
|
-
declare const IconPaywall: React$1.FC<IconProps$
|
|
2879
|
+
declare const IconPaywall: React$1.FC<IconProps$D>;
|
|
2946
2880
|
|
|
2947
|
-
declare const IconRadioPartial: FC<IconProps$
|
|
2881
|
+
declare const IconRadioPartial: FC<IconProps$D>;
|
|
2948
2882
|
|
|
2949
|
-
declare const IconArrowRange: FC<IconProps$
|
|
2883
|
+
declare const IconArrowRange: FC<IconProps$D>;
|
|
2950
2884
|
|
|
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>;
|
|
2885
|
+
declare const IconLeaderboard: FC<IconProps$D>;
|
|
2958
2886
|
|
|
2959
2887
|
declare const formatByDigits: (value: number) => string;
|
|
2960
2888
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
@@ -3109,7 +3037,7 @@ type SpecialistInfoColumnFeatureProps = {
|
|
|
3109
3037
|
sessionDurationMinutes: number;
|
|
3110
3038
|
currentPriceType: SupportedCurrency;
|
|
3111
3039
|
className?: string;
|
|
3112
|
-
|
|
3040
|
+
globalPersonalPrice?: number;
|
|
3113
3041
|
};
|
|
3114
3042
|
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
|
|
3115
3043
|
|
|
@@ -3386,7 +3314,6 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
|
3386
3314
|
onChange?: (value: string[]) => void;
|
|
3387
3315
|
defaultValues?: string[];
|
|
3388
3316
|
variant?: OnboardingVariant;
|
|
3389
|
-
template?: 'checkbox' | 'icon';
|
|
3390
3317
|
} & OnBoardingMultiSelectScreenType;
|
|
3391
3318
|
declare const _default$m: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3392
3319
|
|
|
@@ -3394,7 +3321,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
|
3394
3321
|
onChange?: (value: string) => void;
|
|
3395
3322
|
defaultValues?: string[];
|
|
3396
3323
|
variant?: OnboardingVariant;
|
|
3397
|
-
template?: 'radio' | 'image' | 'emoji'
|
|
3324
|
+
template?: 'radio' | 'image' | 'emoji';
|
|
3398
3325
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3399
3326
|
declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3400
3327
|
|
|
@@ -3411,7 +3338,6 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3411
3338
|
contentStyle?: OnBoardingScreenStyleOptions;
|
|
3412
3339
|
startAdornment?: React__default.ReactNode;
|
|
3413
3340
|
variant?: OnboardingVariant;
|
|
3414
|
-
empty?: boolean;
|
|
3415
3341
|
};
|
|
3416
3342
|
declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3417
3343
|
|
|
@@ -3451,8 +3377,6 @@ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
|
3451
3377
|
useAdditionalDiscount?: boolean;
|
|
3452
3378
|
onBuyTariff?: (tariffId: string) => void;
|
|
3453
3379
|
isLoading?: boolean;
|
|
3454
|
-
termsOfUseLink?: string;
|
|
3455
|
-
onTrackTariffEvent: (tariffData: OnBoardingPaywallScreenType['tariffs'][number], eventName: 'FUNNEL_PAYWALL_PLAN_INFO_VIEWED' | 'FUNNEL_PAYWALL_PURCHASE_BUTTON_CLICKED') => void;
|
|
3456
3380
|
} & OnBoardingPaywallScreenType;
|
|
3457
3381
|
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
|
|
3458
3382
|
|
|
@@ -3603,7 +3527,6 @@ type FiltersWidgetProps = {
|
|
|
3603
3527
|
isLoadingTotalItems?: boolean;
|
|
3604
3528
|
className?: string;
|
|
3605
3529
|
currency?: SupportedCurrency;
|
|
3606
|
-
staticFiltersKeys?: string[];
|
|
3607
3530
|
onClose?(): void;
|
|
3608
3531
|
onChange?(filters: FilterItem[]): void;
|
|
3609
3532
|
onApply?(action: 'apply' | 'clear', filters: FilterItem[]): void;
|
|
@@ -3829,7 +3752,6 @@ type TariffFeatureProps = {
|
|
|
3829
3752
|
initialIsInfoOpen?: boolean;
|
|
3830
3753
|
isPreview?: boolean;
|
|
3831
3754
|
onSelect(id: string): void;
|
|
3832
|
-
onInfoViewed?(id: string): void;
|
|
3833
3755
|
};
|
|
3834
3756
|
|
|
3835
3757
|
declare const TariffFeature: React__default.FC<TariffFeatureProps>;
|
|
@@ -4469,4 +4391,4 @@ type SpecialistPreviewWidgetProps = {
|
|
|
4469
4391
|
|
|
4470
4392
|
declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4471
4393
|
|
|
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 };
|
|
4394
|
+
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$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e 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$1c 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, 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, LanguagesList, _default$1j 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$1g 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, 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$1i 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$1h 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$1b as Textarea, _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 };
|