@mindly/ui-components 5.27.0 → 5.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,3 @@
1
1
  export * from './shared';
2
2
  export * from './features';
3
+ export * from './widgets';
@@ -1 +1,2 @@
1
1
  export * from './SpecialistCardWidget';
2
+ export * from './SpecialistCardListWidget';
package/dist/index.d.ts CHANGED
@@ -1024,7 +1024,7 @@ type SpecialistCardProps = {
1024
1024
  uploadButton?: boolean;
1025
1025
  onUploadButtonClick?: () => void;
1026
1026
  };
1027
- declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
1027
+ declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
1028
1028
 
1029
1029
  declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1030
1030
  isError?: boolean | undefined;
@@ -2156,4 +2156,27 @@ type SpecialistInfoColumnFeatureProps = {
2156
2156
  };
2157
2157
  declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps & WithTranslation['t']>;
2158
2158
 
2159
- export { AppFooter, _default$f as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$e as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$a as Badge, _default$t as BookingScheduleTime, _default$s as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$O as ChatListItem, _default$M as ChatListSkeleton, _default$N as ChatMessage, ChatMessageSkeleton, _default$n as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, _default$F as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$C as ConsultationModal, _default$A as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$o as CustomCheckbox, CustomRadioButton, _default$p as CustomSelect, _default$q as CustomTextarea, DatePicker, _default$y as DaySlider, DayToRender, _default$u as EducationCard, _default$L as EmptyChatList, EmptyChatMessages, _default$D as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$k as Flag, FlagTypes, _default$c as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$6 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCreditCard, IconEditCalendar, IconEye, IconEyeOff, IconGift, IconGoogle, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLogout, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconQuestion, IconResume, IconSearch, IconSettings, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$2 as Item, _default$9 as ItemCard, LanguagesList, _default$S as LetterAvatar, _default$l as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$3 as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$4 as Loading, LouseConnect, _default$P as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$R as PersonDateTimeCard, _default$b as Picture, _default$j as ProfileInformation, _default$w as ProfileView, _default$m as ProgressBar, _default$5 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$7 as Rating, RatingCircleWrapper, _default$z as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$Q as SelectImpressionEmoji, _default$E as SignUpSessionButton, _default$B as SignUpSessionModal, Skeleton, _default$d as Skeleton_v2, _default as SlotsGrid, _default$v as SpecialistAbout, SpecialistCard, _default$J as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$i as SpecialistMatch, _default$I as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$h as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$r as TextInput, _default$K as Textarea, _default$8 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$g as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$1 as Video, _default$G as VideoCallInfo, _default$H as VideoPlayer, _default$x as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
2159
+ type SpecialistCard = {
2160
+ id: string;
2161
+ areas: string[];
2162
+ reviews: number;
2163
+ lastName: string;
2164
+ firstName: string;
2165
+ videoLink: string;
2166
+ avatarLink: string;
2167
+ percentMatch: number;
2168
+ formattedRating: string;
2169
+ countryOfBirthday: string;
2170
+ yearsOfExperience: number;
2171
+ formattedSessionPrice: string;
2172
+ sessionDurationMinutes: number;
2173
+ };
2174
+
2175
+ type SpecialistCardListWidgetProps = {
2176
+ t?: WithTranslation['t'];
2177
+ specialists: SpecialistCard[];
2178
+ onAddDeleteBookmark: (specialist: SpecialistCard) => void;
2179
+ onChooseVisitTime: (specialist: SpecialistCard) => void;
2180
+ };
2181
+
2182
+ export { AppFooter, _default$f as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$e as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$a as Badge, _default$t as BookingScheduleTime, _default$s as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$O as ChatListItem, _default$M as ChatListSkeleton, _default$N as ChatMessage, ChatMessageSkeleton, _default$n as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, _default$F as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$C as ConsultationModal, _default$A as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$o as CustomCheckbox, CustomRadioButton, _default$p as CustomSelect, _default$q as CustomTextarea, DatePicker, _default$y as DaySlider, DayToRender, _default$u as EducationCard, _default$L as EmptyChatList, EmptyChatMessages, _default$D as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$k as Flag, FlagTypes, _default$c as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$6 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCreditCard, IconEditCalendar, IconEye, IconEyeOff, IconGift, IconGoogle, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLogout, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconQuestion, IconResume, IconSearch, IconSettings, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$2 as Item, _default$9 as ItemCard, LanguagesList, _default$S as LetterAvatar, _default$l as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$3 as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$4 as Loading, LouseConnect, _default$P as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$R as PersonDateTimeCard, _default$b as Picture, _default$j as ProfileInformation, _default$w as ProfileView, _default$m as ProgressBar, _default$5 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$7 as Rating, RatingCircleWrapper, _default$z as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$Q as SelectImpressionEmoji, _default$E as SignUpSessionButton, _default$B as SignUpSessionModal, Skeleton, _default$d as Skeleton_v2, _default as SlotsGrid, _default$v as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidgetProps, _default$J as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$i as SpecialistMatch, _default$I as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$h as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$r as TextInput, _default$K as Textarea, _default$8 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$g as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$1 as Video, _default$G as VideoCallInfo, _default$H as VideoPlayer, _default$x as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.27.0",
3
+ "version": "5.27.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",