@mindly/ui-components 5.91.18 → 5.92.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.
Files changed (92) hide show
  1. package/dist/cjs/index.js +7 -7
  2. package/dist/cjs/lib/Consultations/ConsultationCard/types.d.ts +1 -0
  3. package/dist/cjs/lib/Consultations/ConsultationSpecialistCard/ConsultationSpecialistCard.d.ts +1 -0
  4. package/dist/cjs/lib/Consultations/SignUpSessionModal/SignUpSessionModal.d.ts +1 -0
  5. package/dist/cjs/lib2/features/AppHeaderPageFeature/AppHeaderPageFeature.d.ts +4 -0
  6. package/dist/cjs/lib2/features/AppHeaderPageFeature/AppHeaderPageFeature.stories.d.ts +7 -0
  7. package/dist/cjs/lib2/features/AppHeaderPageFeature/AppHeaderPageSkeletonFeature.d.ts +3 -0
  8. package/dist/cjs/lib2/features/AppHeaderPageFeature/index.d.ts +1 -0
  9. package/dist/cjs/lib2/features/AppHeaderPageFeature/types.d.ts +5 -0
  10. package/dist/cjs/lib2/features/SpecialistPreviewFeature/SpecialistPreviewFeature.d.ts +4 -0
  11. package/dist/cjs/lib2/features/SpecialistPreviewFeature/SpecialistPreviewFeatureSkeleton.d.ts +3 -0
  12. package/dist/cjs/lib2/features/SpecialistPreviewFeature/index.d.ts +1 -0
  13. package/dist/cjs/lib2/features/SpecialistPreviewFeature/types.d.ts +10 -0
  14. package/dist/cjs/lib2/features/index.d.ts +2 -0
  15. package/dist/cjs/lib2/shared/assets/icons/IconEmptyList.d.ts +3 -0
  16. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
  17. package/dist/cjs/lib2/shared/types/consultation.d.ts +45 -0
  18. package/dist/cjs/lib2/shared/types/index.d.ts +3 -0
  19. package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +1 -0
  20. package/dist/cjs/lib2/shared/types/subscription.d.ts +44 -0
  21. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -1
  22. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
  23. package/dist/cjs/lib2/shared/ui/Divider/Divider.d.ts +4 -0
  24. package/dist/cjs/lib2/shared/ui/Divider/index.d.ts +2 -0
  25. package/dist/cjs/lib2/shared/ui/Divider/styles.d.ts +49 -0
  26. package/dist/cjs/lib2/shared/ui/Divider/types.d.ts +4 -0
  27. package/dist/cjs/lib2/shared/ui/EmptyList/EmptyList.d.ts +4 -0
  28. package/dist/cjs/lib2/shared/ui/EmptyList/EmptyList.stories.d.ts +6 -0
  29. package/dist/cjs/lib2/shared/ui/EmptyList/index.d.ts +1 -0
  30. package/dist/cjs/lib2/shared/ui/EmptyList/types.d.ts +5 -0
  31. package/dist/cjs/lib2/shared/ui/SpecialistProfileNotFound/SpecialistProfileNotFound.d.ts +4 -0
  32. package/dist/cjs/lib2/shared/ui/SpecialistProfileNotFound/SpecialistProfileNotFound.stories.d.ts +7 -0
  33. package/dist/cjs/lib2/shared/ui/SpecialistProfileNotFound/index.d.ts +1 -0
  34. package/dist/cjs/lib2/shared/ui/SpecialistProfileNotFound/types.d.ts +6 -0
  35. package/dist/cjs/lib2/shared/ui/index.d.ts +3 -0
  36. package/dist/cjs/lib2/shared/utils/index.d.ts +2 -0
  37. package/dist/cjs/lib2/shared/utils/specialistStatus.d.ts +4 -0
  38. package/dist/cjs/lib2/shared/utils/userCan.d.ts +13 -0
  39. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +1 -0
  40. package/dist/cjs/lib2/widgets/SpecialistPreviewListWidget/SpecialistPreviewListWidget.d.ts +4 -0
  41. package/dist/cjs/lib2/widgets/SpecialistPreviewListWidget/SpecialistPreviewListWidget.stories.d.ts +7 -0
  42. package/dist/cjs/lib2/widgets/SpecialistPreviewListWidget/SpecialistPreviewListWidgetSkeleton.d.ts +3 -0
  43. package/dist/cjs/lib2/widgets/SpecialistPreviewListWidget/index.d.ts +1 -0
  44. package/dist/cjs/lib2/widgets/SpecialistPreviewListWidget/types.d.ts +11 -0
  45. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  46. package/dist/esm/index.js +7 -7
  47. package/dist/esm/lib/Consultations/ConsultationCard/types.d.ts +1 -0
  48. package/dist/esm/lib/Consultations/ConsultationSpecialistCard/ConsultationSpecialistCard.d.ts +1 -0
  49. package/dist/esm/lib/Consultations/SignUpSessionModal/SignUpSessionModal.d.ts +1 -0
  50. package/dist/esm/lib2/features/AppHeaderPageFeature/AppHeaderPageFeature.d.ts +4 -0
  51. package/dist/esm/lib2/features/AppHeaderPageFeature/AppHeaderPageFeature.stories.d.ts +7 -0
  52. package/dist/esm/lib2/features/AppHeaderPageFeature/AppHeaderPageSkeletonFeature.d.ts +3 -0
  53. package/dist/esm/lib2/features/AppHeaderPageFeature/index.d.ts +1 -0
  54. package/dist/esm/lib2/features/AppHeaderPageFeature/types.d.ts +5 -0
  55. package/dist/esm/lib2/features/SpecialistPreviewFeature/SpecialistPreviewFeature.d.ts +4 -0
  56. package/dist/esm/lib2/features/SpecialistPreviewFeature/SpecialistPreviewFeatureSkeleton.d.ts +3 -0
  57. package/dist/esm/lib2/features/SpecialistPreviewFeature/index.d.ts +1 -0
  58. package/dist/esm/lib2/features/SpecialistPreviewFeature/types.d.ts +10 -0
  59. package/dist/esm/lib2/features/index.d.ts +2 -0
  60. package/dist/esm/lib2/shared/assets/icons/IconEmptyList.d.ts +3 -0
  61. package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
  62. package/dist/esm/lib2/shared/types/consultation.d.ts +45 -0
  63. package/dist/esm/lib2/shared/types/index.d.ts +3 -0
  64. package/dist/esm/lib2/shared/types/specialistTypes.d.ts +1 -0
  65. package/dist/esm/lib2/shared/types/subscription.d.ts +44 -0
  66. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -1
  67. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
  68. package/dist/esm/lib2/shared/ui/Divider/Divider.d.ts +4 -0
  69. package/dist/esm/lib2/shared/ui/Divider/index.d.ts +2 -0
  70. package/dist/esm/lib2/shared/ui/Divider/styles.d.ts +49 -0
  71. package/dist/esm/lib2/shared/ui/Divider/types.d.ts +4 -0
  72. package/dist/esm/lib2/shared/ui/EmptyList/EmptyList.d.ts +4 -0
  73. package/dist/esm/lib2/shared/ui/EmptyList/EmptyList.stories.d.ts +6 -0
  74. package/dist/esm/lib2/shared/ui/EmptyList/index.d.ts +1 -0
  75. package/dist/esm/lib2/shared/ui/EmptyList/types.d.ts +5 -0
  76. package/dist/esm/lib2/shared/ui/SpecialistProfileNotFound/SpecialistProfileNotFound.d.ts +4 -0
  77. package/dist/esm/lib2/shared/ui/SpecialistProfileNotFound/SpecialistProfileNotFound.stories.d.ts +7 -0
  78. package/dist/esm/lib2/shared/ui/SpecialistProfileNotFound/index.d.ts +1 -0
  79. package/dist/esm/lib2/shared/ui/SpecialistProfileNotFound/types.d.ts +6 -0
  80. package/dist/esm/lib2/shared/ui/index.d.ts +3 -0
  81. package/dist/esm/lib2/shared/utils/index.d.ts +2 -0
  82. package/dist/esm/lib2/shared/utils/specialistStatus.d.ts +4 -0
  83. package/dist/esm/lib2/shared/utils/userCan.d.ts +13 -0
  84. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +1 -0
  85. package/dist/esm/lib2/widgets/SpecialistPreviewListWidget/SpecialistPreviewListWidget.d.ts +4 -0
  86. package/dist/esm/lib2/widgets/SpecialistPreviewListWidget/SpecialistPreviewListWidget.stories.d.ts +7 -0
  87. package/dist/esm/lib2/widgets/SpecialistPreviewListWidget/SpecialistPreviewListWidgetSkeleton.d.ts +3 -0
  88. package/dist/esm/lib2/widgets/SpecialistPreviewListWidget/index.d.ts +1 -0
  89. package/dist/esm/lib2/widgets/SpecialistPreviewListWidget/types.d.ts +11 -0
  90. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  91. package/dist/index.d.ts +161 -2
  92. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -729,6 +729,7 @@ type ConsultationCardProps = {
729
729
  choose_day_and_time?: string;
730
730
  sign_up?: string;
731
731
  };
732
+ isBlockedText?: string;
732
733
  };
733
734
 
734
735
  declare const _default$16: React__default.NamedExoticComponent<ConsultationCardProps>;
@@ -788,6 +789,7 @@ type SpecialistData = {
788
789
  id: string;
789
790
  name: string;
790
791
  avatar?: string;
792
+ isBlockedText?: string;
791
793
  sessions: string;
792
794
  };
793
795
  type SignUpSessionModalProps = {
@@ -809,6 +811,7 @@ type ConsultationSpecialistCardProps = {
809
811
  onClick?: (id: string) => void;
810
812
  onSignUp?: (id: string) => void;
811
813
  signInBtnLabel: string;
814
+ isBlockedText?: string;
812
815
  };
813
816
  declare const _default$11: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
814
817
 
@@ -1517,7 +1520,7 @@ declare const _default$F: React__default.NamedExoticComponent<SkeletonProps>;
1517
1520
  type ButtonProps = {
1518
1521
  fill?: 'outline' | 'clear';
1519
1522
  size?: 'default' | 'large' | 'small';
1520
- customSize?: 'smaller';
1523
+ customSize?: 'smaller' | 'auto';
1521
1524
  withDefaultState?: boolean;
1522
1525
  color?: undefined;
1523
1526
  fullWidth?: boolean;
@@ -2038,6 +2041,7 @@ type Specialist = {
2038
2041
  app_lang?: string;
2039
2042
  isFavourite?: boolean;
2040
2043
  subscription_discounts?: Record<string, number>;
2044
+ is_blocked?: boolean;
2041
2045
  };
2042
2046
 
2043
2047
  type SpecialistReview = {
@@ -2060,6 +2064,94 @@ type SpecialistReview = {
2060
2064
  review_status: 'on_review' | 'approved' | 'rejected';
2061
2065
  };
2062
2066
 
2067
+ type SubscriptionStatuses = 'incomplete' | 'incomplete_expired' | 'trialing' | 'active' | 'past_due' | 'canceled' | 'unpaid';
2068
+ type Subscription = {
2069
+ id: string;
2070
+ last_charge: number;
2071
+ period_start: number;
2072
+ period_end: number;
2073
+ therapist_id: string;
2074
+ user_id: string;
2075
+ session_count: number;
2076
+ subscription_interval_in_month: number;
2077
+ subscription_status: SubscriptionStatuses;
2078
+ stripe_subscription_id: string;
2079
+ session_price: number;
2080
+ session_price_default: number;
2081
+ session_price_type: SupportedCurrency;
2082
+ session_price_uah?: number;
2083
+ /**
2084
+ * @deprecated
2085
+ */
2086
+ session_price_by_session_in_eur?: number;
2087
+ /**
2088
+ * @deprecated
2089
+ */
2090
+ session_price_by_session_in_uah?: number;
2091
+ created_at: number;
2092
+ product_id: string;
2093
+ subscription_item_id: string;
2094
+ discount: number;
2095
+ cancel_at_period_end: boolean | null;
2096
+ canceled_at?: number;
2097
+ pause_collection?: boolean;
2098
+ pause_used_at?: number | null;
2099
+ number_of_sessions_per_week: number;
2100
+ used_balance: number;
2101
+ therapist: Specialist;
2102
+ user: UserType;
2103
+ next_payment_default_in_cents: number;
2104
+ next_payment_original_in_cents: number;
2105
+ exchange_rate_in_basis_points: number;
2106
+ charge_currency: SupportedCurrency;
2107
+ };
2108
+
2109
+ type Consultation = {
2110
+ id: string;
2111
+ consultation_time: {
2112
+ _seconds: number;
2113
+ nanoseconds: number;
2114
+ } | string;
2115
+ consultation_with: string;
2116
+ duration: number;
2117
+ exchange_rate: string;
2118
+ payment_date: {
2119
+ _seconds: number;
2120
+ nanoseconds: number;
2121
+ };
2122
+ payment_type?: string;
2123
+ price: number;
2124
+ price_uah: number;
2125
+ psychologist_avatar: string;
2126
+ psychologist_id: string;
2127
+ psychologist_name: string;
2128
+ psychologist_timezone: string;
2129
+ user_avatar: string;
2130
+ user_id: string;
2131
+ user_name: string;
2132
+ user_timezone: string;
2133
+ videochat_url: string;
2134
+ was_rescheduled: boolean;
2135
+ session_status?: 'client_showed' | 'client_not_showed';
2136
+ consultation_time_before_rescheduling?: {
2137
+ _seconds: number;
2138
+ nanoseconds: number;
2139
+ };
2140
+ therapist?: Specialist;
2141
+ client?: {
2142
+ specialist_client_contract_id?: string | null;
2143
+ specialist_client_contract_status?: ClientSpecialistContractStatusEnum | null;
2144
+ };
2145
+ applied_promotional_code?: string | null;
2146
+ auto_booking_status?: 'enable' | 'disable';
2147
+ subscription_id?: string | null;
2148
+ price_type?: string;
2149
+ price_default?: number;
2150
+ payment_intent_id?: string;
2151
+ };
2152
+
2153
+ type AutoComplete<T extends string> = T | (string & {});
2154
+
2063
2155
  declare enum ListBoxSelectionType {
2064
2156
  Checkbox = "checkbox",
2065
2157
  Radio = "radio"
@@ -2391,6 +2483,26 @@ type Props$6 = {
2391
2483
  };
2392
2484
  declare const ReviewsSummary: FC<Props$6>;
2393
2485
 
2486
+ type DividerProps = {
2487
+ className?: string;
2488
+ variant?: 'default';
2489
+ };
2490
+
2491
+ type EmptyListProps = {
2492
+ className?: string;
2493
+ t?: WithTranslation['t'];
2494
+ };
2495
+
2496
+ declare const EmptyList: React__default.FC<EmptyListProps>;
2497
+
2498
+ type SpecialistProfileNotFoundProps = {
2499
+ className?: string;
2500
+ t?: WithTranslation['t'];
2501
+ isAuth?: boolean;
2502
+ };
2503
+
2504
+ declare const SpecialistProfileNotFound: React__default.FC<SpecialistProfileNotFoundProps>;
2505
+
2394
2506
  declare enum appThemes {
2395
2507
  client = "client",
2396
2508
  specialist = "specialist"
@@ -2822,6 +2934,8 @@ declare const IconMindlyColored: React$1.FC<IconProps$B>;
2822
2934
 
2823
2935
  declare const IconUser: React$1.FC<IconProps$B>;
2824
2936
 
2937
+ declare const IconEmptyList: React$1.FC<IconProps$B>;
2938
+
2825
2939
  declare const formatByDigits: (value: number) => string;
2826
2940
  declare const roundToPrecision: (value: number, decimals?: number) => number;
2827
2941
 
@@ -3316,6 +3430,25 @@ type Props = {
3316
3430
  };
3317
3431
  declare const SpecialistEducationsFeature: FC<Props>;
3318
3432
 
3433
+ type SpecialistPreviewFeatureProps = {
3434
+ specialist?: Specialist;
3435
+ className?: string;
3436
+ isLoading?: boolean;
3437
+ onClick?(specialist: Specialist): void;
3438
+ onToggleFavourite?(specialist: Specialist): void;
3439
+ t?: WithTranslation['t'];
3440
+ };
3441
+
3442
+ declare const SpecialistPreviewFeature: React__default.FC<SpecialistPreviewFeatureProps>;
3443
+
3444
+ type AppHeaderPageProps = {
3445
+ isLoading?: boolean;
3446
+ className?: string;
3447
+ onClose?(): void;
3448
+ };
3449
+
3450
+ declare const AppHeaderPage: React__default.FC<AppHeaderPageProps>;
3451
+
3319
3452
  type SupportedCountryLocale = string;
3320
3453
  type Tabs = {
3321
3454
  behavior: 'tax-country' | 'profile-lang';
@@ -3340,6 +3473,20 @@ type TabsReturnType = {
3340
3473
  */
3341
3474
  declare function getSignAgreementsTabs({ behavior, localeOrCountry, jsonTree, t, }: Tabs): TabsReturnType[];
3342
3475
 
3476
+ declare const isSpecialistActive: (specialist: Specialist) => boolean;
3477
+ declare const isSpecialistPublic: (specialist: Specialist) => boolean;
3478
+ declare const isSpecialistBlocked: (specialist: Specialist) => boolean;
3479
+
3480
+ type ClientCanAction = AutoComplete<'book_session'>;
3481
+ type ClientCanParams = {
3482
+ action: ClientCanAction;
3483
+ specialist: Specialist;
3484
+ activeSubscription?: Subscription | null;
3485
+ subscriptionAvailableBalance?: number;
3486
+ consultations?: Consultation[];
3487
+ };
3488
+ declare const isClientCan: ({ action, ...params }: ClientCanParams) => boolean;
3489
+
3343
3490
  type SpecialistCardWidgetProps = {
3344
3491
  t?: WithTranslation['t'];
3345
3492
  loading?: boolean;
@@ -3406,4 +3553,16 @@ type SpecialistDetailWidgetProps = {
3406
3553
 
3407
3554
  declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
3408
3555
 
3409
- export { AcceptAgreementFeature, Action, _default$I as AlertCard, AppFooter, _default$H as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$G as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$C as Badge, _default$W as BookingScheduleTime, _default$V as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, COUNTRIES_MAPPER, Calendar, _default$j as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$Q as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, _default$16 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$13 as ConsultationModal, _default$n as ConsultationPricingFeature, _default$11 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$R as CustomCheckbox, CustomRadioButton, _default$S as CustomSelect, _default$T as CustomTextarea, DatePicker, _default$$ as DaySlider, DayToRender, DrumListPicker, DynamicCommissionValue, _default$X as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, _default$14 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$N as Flag, FlagTypes, _default$E as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$y as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconRenew, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$u as Item, _default$B as ItemCard, LabelArrowRedirect, LanguagesList, _default$1j as LetterAvatar, _default$O as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$r as ListItemWithColumns, _default$v as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$w as Loading, LouseConnect, _default$c as MarkdownContainerFeature, _default$s as MatchProgress, _default$1g as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$a as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$7 as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$9 as OnBoardingMultiSelectionScreenPreviewFeature, _default$6 as OnBoardingProgressFeature, _default$5 as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$8 as OnBoardingSingleSelectionScreenPreviewFeature, _default$b as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$i as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$k as PaymentSessionsList, _default$1i as PersonDateTimeCard, _default$D as Picture, _default$M as ProfileInformation, _default$Z as ProfileView, _default$P as ProgressBar, ProgressBarDashed, _default$x as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$z as Rating, RatingCircleWrapper, _default$10 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$h as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSwiperSection, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, _default$f as ScreenDrumPickerFormFeature, ScreenInput, _default$g as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1h as SelectImpressionEmoji, SelectItemType, _default$d as SelectWithSearchFormFeature, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$q as ShowMore, _default$15 as SignUpSessionButton, _default$12 as SignUpSessionModal, SizeValues, Skeleton, _default$F as Skeleton_v2, _default$p as SlotsGrid, _default$o as SlotsGridItem, Specialist, _default$Y as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistEducation, _default$1a as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$L as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$m as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$l as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, _default$19 as SpecialistProfileViewCard, SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$K as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$e as TextAreaFormFeature, _default$U as TextInput, _default$4 as TextWithClampFeature, _default$1b as Textarea, _default$A as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$J as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$t as Video, _default$17 as VideoCallInfo, _default$18 as VideoPlayer, VideoProvider, _default$_ as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, formatByDigits, getCountryKeyByName, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useElementWidth, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useVideoContext };
3556
+ type SpecialistPreviewListWidgetProps = {
3557
+ specialists: Specialist[];
3558
+ isLoading?: boolean;
3559
+ title?: string;
3560
+ className?: string;
3561
+ onToggleFavourite?(specialist: Specialist): void;
3562
+ onCardClick?(specialist: Specialist): void;
3563
+ t?: WithTranslation['t'];
3564
+ };
3565
+
3566
+ declare const SpecialistPreviewListWidget: React__default.FC<SpecialistPreviewListWidgetProps>;
3567
+
3568
+ export { AcceptAgreementFeature, Action, _default$I as AlertCard, AppFooter, _default$H as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$G as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$C as Badge, _default$W as BookingScheduleTime, _default$V as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, COUNTRIES_MAPPER, Calendar, _default$j as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$Q as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$16 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$13 as ConsultationModal, _default$n as ConsultationPricingFeature, _default$11 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$R as CustomCheckbox, CustomRadioButton, _default$S as CustomSelect, _default$T as CustomTextarea, DatePicker, _default$$ as DaySlider, DayToRender, DividerProps, DrumListPicker, DynamicCommissionValue, _default$X as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, _default$14 as EmptyConsultations, EmptyList, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$N as Flag, FlagTypes, _default$E as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$y as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconRenew, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$u as Item, _default$B as ItemCard, LabelArrowRedirect, LanguagesList, _default$1j as LetterAvatar, _default$O as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$r as ListItemWithColumns, _default$v as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$w as Loading, LouseConnect, _default$c as MarkdownContainerFeature, _default$s as MatchProgress, _default$1g as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$a as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$7 as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$9 as OnBoardingMultiSelectionScreenPreviewFeature, _default$6 as OnBoardingProgressFeature, _default$5 as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$8 as OnBoardingSingleSelectionScreenPreviewFeature, _default$b as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$i as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$k as PaymentSessionsList, _default$1i as PersonDateTimeCard, _default$D as Picture, _default$M as ProfileInformation, _default$Z as ProfileView, _default$P as ProgressBar, ProgressBarDashed, _default$x as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$z as Rating, RatingCircleWrapper, _default$10 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$h as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSwiperSection, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, _default$f as ScreenDrumPickerFormFeature, ScreenInput, _default$g as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1h as SelectImpressionEmoji, SelectItemType, _default$d as SelectWithSearchFormFeature, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$q as ShowMore, _default$15 as SignUpSessionButton, _default$12 as SignUpSessionModal, SizeValues, Skeleton, _default$F as Skeleton_v2, _default$p as SlotsGrid, _default$o as SlotsGridItem, Specialist, _default$Y as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistEducation, _default$1a as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$L as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$m as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$l as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, SpecialistProfileNotFound, _default$19 as SpecialistProfileViewCard, SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$K as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$e as TextAreaFormFeature, _default$U as TextInput, _default$4 as TextWithClampFeature, _default$1b as Textarea, _default$A as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$J as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$t as Video, _default$17 as VideoCallInfo, _default$18 as VideoPlayer, VideoProvider, _default$_ as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, formatByDigits, getCountryKeyByName, getProgressForBreakPoint, getSignAgreementsTabs, isClientCan, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useElementWidth, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useVideoContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.91.18",
3
+ "version": "5.92.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",