@mindly/ui-components 3.38.0 → 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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -159,5 +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
|
|
162
|
+
export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLangs';
|
|
163
163
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1034,4 +1034,4 @@ declare type SpecialistLangsProps = {
|
|
|
1034
1034
|
};
|
|
1035
1035
|
declare const SpecialistLangs: FC<SpecialistLangsProps>;
|
|
1036
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
|
|
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 };
|