@mindly/ui-components 3.37.2 → 3.38.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.
@@ -159,3 +159,5 @@ export { default as SuccessScreen } from './lib/SuccessScreen';
159
159
  export * from './lib/SuccessScreen';
160
160
  export { default as Flag } from './lib/Flag';
161
161
  export * from './lib/Flag';
162
+ export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLangs';
163
+ export * from './lib/SpecialistProfile/SpecialistLangs';
@@ -19,6 +19,7 @@ declare type SpecialistCardProps = {
19
19
  isFavouriteSpecialist?: boolean;
20
20
  onCardClickHandler?: () => void;
21
21
  loading?: boolean;
22
+ countryCode?: string;
22
23
  };
23
24
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
24
25
  export default SpecialistCard;
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ declare type SpecialistLangsProps = {
3
+ showLoader?: boolean;
4
+ langs: string[];
5
+ className?: string;
6
+ country: string;
7
+ countryCode: string;
8
+ titleLangs: string;
9
+ titleCountry: string;
10
+ };
11
+ declare const SpecialistLangs: FC<SpecialistLangsProps>;
12
+ export default SpecialistLangs;
@@ -0,0 +1 @@
1
+ export declare const SpecialistLangsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './SpecialistLangs';
package/dist/index.d.ts CHANGED
@@ -892,6 +892,7 @@ declare type SpecialistCardProps = {
892
892
  isFavouriteSpecialist?: boolean;
893
893
  onCardClickHandler?: () => void;
894
894
  loading?: boolean;
895
+ countryCode?: string;
895
896
  };
896
897
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
897
898
 
@@ -1022,4 +1023,15 @@ declare type FlagProps = {
1022
1023
  };
1023
1024
  declare const _default: React.NamedExoticComponent<FlagProps>;
1024
1025
 
1025
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$9 as BookingScheduleTime, _default$8 as BookingSpecialistInfo, Button, CancelSession, _default$s as ChatListItem, _default$q as ChatListSkeleton, _default$r as ChatMessage, ChatMessageSkeleton, _default$3 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$j as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$g as ConsultationModal, _default$e as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$4 as CustomCheckbox, _default$5 as CustomSelect, _default$6 as CustomTextarea, DatePicker, _default$c as DaySlider, DayToRender, _default$a as EducationCard, _default$p as EmptyChatList, EmptyChatMessages, _default$h as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$w as LetterAvatar, _default$1 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$t as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$v as PersonDateTimeCard, _default$b as ProfileView, _default$2 as ProgressBar, Range, _default$d as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$u as SelectImpressionEmoji, _default$i as SignUpSessionButton, _default$f as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$n as SpecialistEducationCard, _default$m as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$7 as TextInput, _default$o as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$k as VideoCallInfo, _default$l as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
1026
+ declare type SpecialistLangsProps = {
1027
+ showLoader?: boolean;
1028
+ langs: string[];
1029
+ className?: string;
1030
+ country: string;
1031
+ countryCode: string;
1032
+ titleLangs: string;
1033
+ titleCountry: string;
1034
+ };
1035
+ declare const SpecialistLangs: FC<SpecialistLangsProps>;
1036
+
1037
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$9 as BookingScheduleTime, _default$8 as BookingSpecialistInfo, Button, CancelSession, _default$s as ChatListItem, _default$q as ChatListSkeleton, _default$r as ChatMessage, ChatMessageSkeleton, _default$3 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$j as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$g as ConsultationModal, _default$e as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$4 as CustomCheckbox, _default$5 as CustomSelect, _default$6 as CustomTextarea, DatePicker, _default$c as DaySlider, DayToRender, _default$a as EducationCard, _default$p as EmptyChatList, EmptyChatMessages, _default$h as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$w as LetterAvatar, _default$1 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$t as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$v as PersonDateTimeCard, _default$b as ProfileView, _default$2 as ProgressBar, Range, _default$d as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$u as SelectImpressionEmoji, _default$i as SignUpSessionButton, _default$f as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$n as SpecialistEducationCard, SpecialistLangs, _default$m as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$7 as TextInput, _default$o as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$k as VideoCallInfo, _default$l as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.37.2",
3
+ "version": "3.38.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",