@mindly/ui-components 7.3.0-dev.4 → 7.3.0-dev.6

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.
@@ -1,2 +1,2 @@
1
- export * from './ExploreCardSwiperFeature';
1
+ export { default as ExploreCardSwiperFeature } from './ExploreCardSwiperFeature';
2
2
  export * from './types';
@@ -7,6 +7,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
7
7
  success: "";
8
8
  brand: "";
9
9
  info: "";
10
+ personalized: "";
10
11
  };
11
12
  size: {
12
13
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -25,6 +26,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
25
26
  success: "";
26
27
  brand: "";
27
28
  info: "";
29
+ personalized: "";
28
30
  };
29
31
  size: {
30
32
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -43,6 +45,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
43
45
  success: "";
44
46
  brand: "";
45
47
  info: "";
48
+ personalized: "";
46
49
  };
47
50
  size: {
48
51
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -61,6 +64,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
61
64
  success: "";
62
65
  brand: "";
63
66
  info: "";
67
+ personalized: "";
64
68
  };
65
69
  size: {
66
70
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -79,6 +83,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
79
83
  success: "";
80
84
  brand: "";
81
85
  info: "";
86
+ personalized: "";
82
87
  };
83
88
  size: {
84
89
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -97,6 +102,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
97
102
  success: "";
98
103
  brand: "";
99
104
  info: "";
105
+ personalized: "";
100
106
  };
101
107
  size: {
102
108
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -115,6 +121,7 @@ export declare const badge: import("tailwind-variants").TVReturnType<{
115
121
  success: "";
116
122
  brand: "";
117
123
  info: "";
124
+ personalized: "";
118
125
  };
119
126
  size: {
120
127
  S: "px-2 py-1 text-xs/[140%] font-semibold";
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  export type BadgeType = 'default' | 'accent';
3
- export type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
3
+ export type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info' | 'personalized';
4
4
  export type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
5
5
  variant: BadgeVariants;
6
6
  size?: 'S' | 'M';
package/dist/index.d.ts CHANGED
@@ -80,7 +80,7 @@ type LetterAvatarProps = {
80
80
  fontSize?: number;
81
81
  onClick?: () => void;
82
82
  };
83
- declare const _default$1i: React__default.NamedExoticComponent<LetterAvatarProps>;
83
+ declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
84
84
 
85
85
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
86
86
  onErrorContent: React__default.ReactElement;
@@ -179,7 +179,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
179
179
  showControls: boolean;
180
180
  isScreenSharing?: boolean;
181
181
  } & HTMLAttributes<HTMLDivElement>;
182
- declare const _default$1h: <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;
182
+ 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;
183
183
 
184
184
  type RoundButtonPropsType = {
185
185
  disabled?: boolean;
@@ -273,7 +273,7 @@ type VideoPlayerProps = {
273
273
  closeModalHandler?: () => void;
274
274
  onErrorContent: React__default.ReactElement;
275
275
  } & JSX$1.IonModal;
276
- declare const _default$1g: React__default.NamedExoticComponent<VideoPlayerProps>;
276
+ declare const _default$1h: React__default.NamedExoticComponent<VideoPlayerProps>;
277
277
 
278
278
  type NotSupportModalProps = {
279
279
  closeModal?: () => void;
@@ -339,7 +339,7 @@ type TypographyProps = {
339
339
  id?: string;
340
340
  };
341
341
 
342
- declare const _default$1f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
342
+ declare const _default$1g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
343
343
 
344
344
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
345
345
  type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -355,7 +355,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
355
355
  };
356
356
  };
357
357
 
358
- declare const _default$1e: React$1.NamedExoticComponent<AlertCardProps>;
358
+ declare const _default$1f: React$1.NamedExoticComponent<AlertCardProps>;
359
359
 
360
360
  type AppFooterProps = {
361
361
  children?: React__default.ReactNode;
@@ -366,7 +366,7 @@ type AppFooterProps = {
366
366
  toolbarStyle?: CSSProperties;
367
367
  className?: string;
368
368
  };
369
- declare const _default$1d: React__default.NamedExoticComponent<AppFooterProps>;
369
+ declare const _default$1e: React__default.NamedExoticComponent<AppFooterProps>;
370
370
 
371
371
  type AvatarRoundVariants = 'circle' | 'drop' | 'small';
372
372
 
@@ -381,14 +381,14 @@ type AvatarProps = {
381
381
  onClick?(e: React__default.MouseEvent<HTMLDivElement>): void;
382
382
  border?: boolean | string;
383
383
  };
384
- declare const _default$1c: React__default.NamedExoticComponent<AvatarProps>;
384
+ declare const _default$1d: React__default.NamedExoticComponent<AvatarProps>;
385
385
 
386
386
  type SkeletonProps = {
387
387
  animated?: boolean;
388
388
  className?: string;
389
389
  style?: React__default.CSSProperties;
390
390
  };
391
- declare const _default$1b: React__default.NamedExoticComponent<SkeletonProps>;
391
+ declare const _default$1c: React__default.NamedExoticComponent<SkeletonProps>;
392
392
 
393
393
  declare enum CircleRatingSize {
394
394
  'S' = "S",
@@ -1370,7 +1370,7 @@ type FlagProps$1 = {
1370
1370
  name: string;
1371
1371
  className?: string;
1372
1372
  };
1373
- declare const _default$1a: React__default.NamedExoticComponent<FlagProps$1>;
1373
+ declare const _default$1b: React__default.NamedExoticComponent<FlagProps$1>;
1374
1374
 
1375
1375
  type PictureProps = {
1376
1376
  width: number;
@@ -1388,10 +1388,10 @@ type PictureProps = {
1388
1388
  containerWidth?: number;
1389
1389
  imageClassName?: string;
1390
1390
  };
1391
- declare const _default$19: React__default.NamedExoticComponent<PictureProps>;
1391
+ declare const _default$1a: React__default.NamedExoticComponent<PictureProps>;
1392
1392
 
1393
1393
  type BadgeType = 'default' | 'accent';
1394
- type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
1394
+ type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info' | 'personalized';
1395
1395
  type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1396
1396
  variant: BadgeVariants;
1397
1397
  size?: 'S' | 'M';
@@ -1399,7 +1399,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1399
1399
  iconType?: 'check' | React$1.ReactNode;
1400
1400
  };
1401
1401
 
1402
- declare const _default$18: React$1.NamedExoticComponent<BadgeProps>;
1402
+ declare const _default$19: React$1.NamedExoticComponent<BadgeProps>;
1403
1403
 
1404
1404
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1405
1405
  type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1407,7 +1407,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1407
1407
  size?: 'M' | 'M4' | 'M45';
1408
1408
  };
1409
1409
 
1410
- declare const _default$17: React$1.NamedExoticComponent<ItemCardProps>;
1410
+ declare const _default$18: React$1.NamedExoticComponent<ItemCardProps>;
1411
1411
 
1412
1412
  type AppHeaderProps = {
1413
1413
  fullwidth?: boolean;
@@ -1527,7 +1527,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1527
1527
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
1528
1528
  }
1529
1529
 
1530
- declare const _default$16: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1530
+ declare const _default$17: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1531
1531
 
1532
1532
  type RatingProps = {
1533
1533
  initialRating?: number;
@@ -1540,7 +1540,7 @@ type RatingProps = {
1540
1540
  readonly?: boolean;
1541
1541
  } & RatingComponentProps;
1542
1542
 
1543
- declare const _default$15: React__default.NamedExoticComponent<RatingProps>;
1543
+ declare const _default$16: React__default.NamedExoticComponent<RatingProps>;
1544
1544
 
1545
1545
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
1546
1546
  t: WithTranslation['t'] | any;
@@ -1554,7 +1554,7 @@ type IconButtonProps = {
1554
1554
  fill?: 'clear' | 'filled';
1555
1555
  type?: 'button' | 'submit' | 'reset';
1556
1556
  };
1557
- declare const _default$14: React__default.NamedExoticComponent<IconButtonProps>;
1557
+ declare const _default$15: React__default.NamedExoticComponent<IconButtonProps>;
1558
1558
 
1559
1559
  type ToastProviderProps = ToastStateProps;
1560
1560
  type MindlyToastProps = {
@@ -1601,17 +1601,17 @@ type ProgressBar_v2Props = {
1601
1601
  onProgressEnd?: () => void;
1602
1602
  style?: CSSVarStyles;
1603
1603
  };
1604
- declare const _default$13: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1604
+ declare const _default$14: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1605
1605
 
1606
1606
  type LoadingProps = {
1607
1607
  isOpen: boolean;
1608
1608
  };
1609
- declare const _default$12: React__default.NamedExoticComponent<LoadingProps>;
1609
+ declare const _default$13: React__default.NamedExoticComponent<LoadingProps>;
1610
1610
 
1611
1611
  type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
1612
1612
  withBorders?: boolean;
1613
1613
  };
1614
- declare const _default$11: React$1.NamedExoticComponent<ListItemsProps>;
1614
+ declare const _default$12: React$1.NamedExoticComponent<ListItemsProps>;
1615
1615
 
1616
1616
  type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
1617
1617
  leftContent?: React$1.ReactNode;
@@ -1623,7 +1623,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
1623
1623
  isError?: boolean;
1624
1624
  status?: 'error' | 'attention';
1625
1625
  };
1626
- declare const _default$10: React$1.NamedExoticComponent<ItemProps>;
1626
+ declare const _default$11: React$1.NamedExoticComponent<ItemProps>;
1627
1627
 
1628
1628
  declare enum VariantEnum {
1629
1629
  default = "default",
@@ -1653,7 +1653,7 @@ type VideoMethods = {
1653
1653
  play(): void;
1654
1654
  };
1655
1655
  type VideoRef = HTMLVideoElement | VideoMethods;
1656
- declare const _default$$: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
1656
+ declare const _default$10: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
1657
1657
  children?: React__default.ReactNode;
1658
1658
  } & React__default.RefAttributes<VideoRef>>>;
1659
1659
 
@@ -1771,15 +1771,15 @@ type MatchProgressProps = {
1771
1771
  className?: string;
1772
1772
  percentMatch: number;
1773
1773
  };
1774
- declare const _default$_: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
1774
+ declare const _default$$: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
1775
1775
 
1776
1776
  interface Props$8 {
1777
1777
  className?: string;
1778
1778
  title: string;
1779
1779
  }
1780
- declare const _default$Z: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
1780
+ declare const _default$_: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
1781
1781
 
1782
- declare const _default$Y: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
1782
+ declare const _default$Z: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
1783
1783
 
1784
1784
  type Props$7 = {
1785
1785
  className?: string;
@@ -1860,7 +1860,7 @@ type PromptCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1860
1860
  isLoading?: boolean;
1861
1861
  };
1862
1862
 
1863
- declare const _default$X: React$1.NamedExoticComponent<PromptCardProps>;
1863
+ declare const _default$Y: React$1.NamedExoticComponent<PromptCardProps>;
1864
1864
 
1865
1865
  interface ExploreCardProps {
1866
1866
  title: string;
@@ -2598,9 +2598,9 @@ type SlotsGridItemProps = {
2598
2598
  onSelectionChange: () => void;
2599
2599
  };
2600
2600
 
2601
- declare const _default$W: React__default.NamedExoticComponent<SlotsGridProps>;
2601
+ declare const _default$X: React__default.NamedExoticComponent<SlotsGridProps>;
2602
2602
 
2603
- declare const _default$V: React$1.NamedExoticComponent<SlotsGridItemProps>;
2603
+ declare const _default$W: React$1.NamedExoticComponent<SlotsGridItemProps>;
2604
2604
 
2605
2605
  type PushNotificationsModalProps = {
2606
2606
  onApplyPermission: () => void;
@@ -2717,23 +2717,23 @@ type ShareModalFeatureProps = {
2717
2717
  };
2718
2718
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2719
2719
 
2720
- declare const _default$U: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2720
+ declare const _default$V: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2721
2721
 
2722
- declare const _default$T: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2722
+ declare const _default$U: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2723
2723
 
2724
2724
  type SpecialistPaymentCommonCardSkeletonType = {
2725
2725
  className?: string;
2726
2726
  };
2727
2727
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
2728
2728
 
2729
- declare const _default$S: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2729
+ declare const _default$T: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2730
2730
 
2731
2731
  type ConsultationsListProps = {
2732
2732
  locale: SupportedLocales;
2733
2733
  consultations: SpecialistConsultation[];
2734
2734
  consultationClick?: (consultation: SpecialistConsultation) => void;
2735
2735
  };
2736
- declare const _default$R: React__default.NamedExoticComponent<ConsultationsListProps>;
2736
+ declare const _default$S: React__default.NamedExoticComponent<ConsultationsListProps>;
2737
2737
 
2738
2738
  type ConsultationsListSkeletonType = {
2739
2739
  className?: string;
@@ -2748,9 +2748,9 @@ type CalendarPickerFeatureProps = {
2748
2748
  dateCallback: (date: Date) => void;
2749
2749
  lastDate: Date;
2750
2750
  };
2751
- declare const _default$Q: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2751
+ declare const _default$R: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2752
2752
 
2753
- declare const _default$P: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2753
+ declare const _default$Q: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2754
2754
 
2755
2755
  type GoogleCalendarModalFeatureProps = {
2756
2756
  isOpen: boolean;
@@ -2765,7 +2765,7 @@ type GoogleCalendarModalFeatureProps = {
2765
2765
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
2766
2766
 
2767
2767
  type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
2768
- declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
2768
+ declare const _default$P: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
2769
2769
  id?: string | undefined;
2770
2770
  avatarSrc?: string | undefined;
2771
2771
  name: string;
@@ -2869,7 +2869,7 @@ type ScreenInputFormFeatureProps = {
2869
2869
  icon?: ReactNode | string;
2870
2870
  isKeyboardShown?: boolean;
2871
2871
  };
2872
- declare const _default$N: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2872
+ declare const _default$O: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2873
2873
 
2874
2874
  type SelectionType = {
2875
2875
  value: any;
@@ -2887,7 +2887,7 @@ type SpecialistDrumPickerWidgetProps = {
2887
2887
  onTouchStart?: () => void;
2888
2888
  onTouchEnd?: () => void;
2889
2889
  };
2890
- declare const _default$M: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2890
+ declare const _default$N: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2891
2891
 
2892
2892
  type TextAreaFormFeatureProps = {
2893
2893
  title?: string;
@@ -2903,7 +2903,7 @@ type TextAreaFormFeatureProps = {
2903
2903
  maxlength?: number;
2904
2904
  HeaderComponent?: FC;
2905
2905
  };
2906
- declare const _default$L: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2906
+ declare const _default$M: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2907
2907
 
2908
2908
  type AcceptAgreementFeatureProps = {
2909
2909
  isAccepted: boolean;
@@ -2926,7 +2926,7 @@ type SelectWithSearchFormFeatureProps = {
2926
2926
  searchPlaceholder?: string;
2927
2927
  enableSearch?: boolean;
2928
2928
  } & WithTranslation;
2929
- declare const _default$K: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2929
+ declare const _default$L: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2930
2930
 
2931
2931
  type MarkdownContainerFeatureProps = {
2932
2932
  children?: string | null;
@@ -2934,11 +2934,11 @@ type MarkdownContainerFeatureProps = {
2934
2934
  className?: string;
2935
2935
  forceBlock?: boolean;
2936
2936
  };
2937
- declare const _default$J: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2937
+ declare const _default$K: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2938
2938
 
2939
- declare const _default$I: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2939
+ declare const _default$J: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2940
2940
 
2941
- declare const _default$H: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2941
+ declare const _default$I: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2942
2942
 
2943
2943
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2944
2944
  onChange?: (value: string[]) => void;
@@ -2946,7 +2946,7 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2946
2946
  theme?: OnBoardingThemeV2Type;
2947
2947
  template?: 'checkbox' | 'icon';
2948
2948
  } & OnBoardingMultiSelectScreenType;
2949
- declare const _default$G: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
2949
+ declare const _default$H: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
2950
2950
 
2951
2951
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
2952
2952
  onChange?: (value: string) => void;
@@ -2954,7 +2954,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
2954
2954
  theme?: OnBoardingThemeV2Type;
2955
2955
  template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
2956
2956
  } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
2957
- declare const _default$F: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
2957
+ declare const _default$G: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
2958
2958
 
2959
2959
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
2960
2960
  t?: WithTranslation['t'];
@@ -2979,9 +2979,9 @@ type OnBoardingProgressFeatureProps = {
2979
2979
  image?: ResponseFileType | null;
2980
2980
  progressSettings?: OnBoardingProgressSettingsScreenType | null;
2981
2981
  };
2982
- declare const _default$E: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
2982
+ declare const _default$F: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
2983
2983
 
2984
- declare const _default$D: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
2984
+ declare const _default$E: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
2985
2985
 
2986
2986
  type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
2987
2987
  email: string | null;
@@ -2989,7 +2989,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
2989
2989
  onChangeEmail?: (email: string) => void;
2990
2990
  onSubmit?: () => void;
2991
2991
  };
2992
- declare const _default$C: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
2992
+ declare const _default$D: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
2993
2993
 
2994
2994
  type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
2995
2995
  email: string | null;
@@ -3000,7 +3000,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
3000
3000
  onChangePassword?: (password: string) => void;
3001
3001
  onSubmit?: () => void;
3002
3002
  };
3003
- declare const _default$B: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3003
+ declare const _default$C: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3004
3004
 
3005
3005
  type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3006
3006
  className?: string;
@@ -3045,7 +3045,7 @@ type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
3045
3045
  initialVisibleCount?: number;
3046
3046
  t?: WithTranslation['t'];
3047
3047
  } & OnBoardingGoalSelectScreenType;
3048
- declare const _default$A: React__default.NamedExoticComponent<OnBoardingGoalSelectionScreenPreviewFeatureProps>;
3048
+ declare const _default$B: React__default.NamedExoticComponent<OnBoardingGoalSelectionScreenPreviewFeatureProps>;
3049
3049
 
3050
3050
  type SpecialistAreaByMatch = {
3051
3051
  text: string;
@@ -3082,7 +3082,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3082
3082
  hideShowMore?: boolean;
3083
3083
  }
3084
3084
 
3085
- declare const _default$z: React__default.NamedExoticComponent<Props$2>;
3085
+ declare const _default$A: React__default.NamedExoticComponent<Props$2>;
3086
3086
 
3087
3087
  type Props$1 = {
3088
3088
  className?: string;
@@ -3495,7 +3495,7 @@ type SelectionListFeatureProps = {
3495
3495
  selectionMode?: 'single' | 'multiple';
3496
3496
  };
3497
3497
 
3498
- declare const _default$y: React__default.NamedExoticComponent<SelectionListFeatureProps & WithTranslation<undefined, undefined>>;
3498
+ declare const _default$z: React__default.NamedExoticComponent<SelectionListFeatureProps & WithTranslation<undefined, undefined>>;
3499
3499
 
3500
3500
  type CoupleTherapySheetModalFeatureProps = {
3501
3501
  isOpen: boolean;
@@ -3518,7 +3518,7 @@ type PromptCardsFeatureProps = React$1.ComponentPropsWithoutRef<'div'> & {
3518
3518
  isLoading?: boolean;
3519
3519
  };
3520
3520
 
3521
- declare const _default$x: React$1.NamedExoticComponent<PromptCardsFeatureProps>;
3521
+ declare const _default$y: React$1.NamedExoticComponent<PromptCardsFeatureProps>;
3522
3522
 
3523
3523
  interface ExploreCardData {
3524
3524
  id: string;
@@ -3535,6 +3535,8 @@ interface ExploreCardSwiperFeatureProps {
3535
3535
  isLoading?: boolean;
3536
3536
  }
3537
3537
 
3538
+ declare const _default$x: React$1.NamedExoticComponent<ExploreCardSwiperFeatureProps>;
3539
+
3538
3540
  type SupportedCountryLocale = string;
3539
3541
  type Tabs = {
3540
3542
  behavior: 'tax-country' | 'profile-lang';
@@ -4692,4 +4694,4 @@ type RowSelectProps = {
4692
4694
 
4693
4695
  declare const RowSelect: FC<RowSelectProps>;
4694
4696
 
4695
- export { AcceptAgreementFeature, Action, _default$1e as AlertCard, AllowFilterValueType, AppFooter, _default$1d as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1c as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$18 as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$Q as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$U as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, ExploreCardData, ExploreCardProps, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1a as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$14 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, IconCouple, IconCreditCard, IconDelete, IconDivercity, 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, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$10 as Item, _default$17 as ItemCard, LabelArrowRedirect, _default$1i as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$Z as ListItemWithColumns, _default$11 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$12 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$J as MarkdownContainerFeature, _default$_ as MatchProgress, _default$1h as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$B as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$C as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$A as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$H as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$G as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$E as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$D as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$F as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$I as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$P as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$R as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$19 as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$13 as ProgressBar_v2, ProgressRangeProps, _default$X as PromptCard, PromptCardData, PromptCardProps, _default$x as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$15 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$O as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$M as ScreenDrumPickerFormFeature, ScreenInput, _default$N as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$K as SelectWithSearchFormFeature, _default$y as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$Y as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SizeValues, Skeleton, _default$1b as Skeleton_v2, _default$W as SlotsGrid, _default$V as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$T as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$S as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$L as TextAreaFormFeature, _default$a as TextInput, _default$z as TextWithClampFeature, _default$16 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1f as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$$ as Video, _default$p as VideoCallInfo, _default$1g as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
4697
+ export { AcceptAgreementFeature, Action, _default$1f as AlertCard, AllowFilterValueType, AppFooter, _default$1e as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1d as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$19 as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$R as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$V as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, ExploreCardData, ExploreCardProps, _default$x as ExploreCardSwiperFeature, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1b as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$15 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, IconCouple, IconCreditCard, IconDelete, IconDivercity, 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, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$11 as Item, _default$18 as ItemCard, LabelArrowRedirect, _default$1j as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$_ as ListItemWithColumns, _default$12 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$13 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$K as MarkdownContainerFeature, _default$$ as MatchProgress, _default$1i as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$C as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$D as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$B as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$I as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$H as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$F as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$E as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$G as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$J as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$Q as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$S as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$1a as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$14 as ProgressBar_v2, ProgressRangeProps, _default$Y as PromptCard, PromptCardData, PromptCardProps, _default$y as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$16 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$P as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$N as ScreenDrumPickerFormFeature, ScreenInput, _default$O as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$L as SelectWithSearchFormFeature, _default$z as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$Z as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SizeValues, Skeleton, _default$1c as Skeleton_v2, _default$X as SlotsGrid, _default$W as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$U as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$T as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$M as TextAreaFormFeature, _default$a as TextInput, _default$A as TextWithClampFeature, _default$17 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1g as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$10 as Video, _default$p as VideoCallInfo, _default$1h as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.3.0-dev.4",
3
+ "version": "7.3.0-dev.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",