@mindly/ui-components 3.34.2 → 3.34.3

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.
@@ -6,5 +6,6 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
6
6
  loadedFileValue?: string | undefined;
7
7
  onCloseClick?: (() => void) | undefined;
8
8
  buttonLabel?: string | undefined;
9
+ renderMediaAfterLoad?: boolean | undefined;
9
10
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
10
11
  export default _default;
package/dist/index.d.ts CHANGED
@@ -987,6 +987,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
987
987
  loadedFileValue?: string | undefined;
988
988
  onCloseClick?: (() => void) | undefined;
989
989
  buttonLabel?: string | undefined;
990
+ renderMediaAfterLoad?: boolean | undefined;
990
991
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
991
992
 
992
993
  export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$8 as BookingScheduleTime, _default$7 as BookingSpecialistInfo, Button, CancelSession, _default$r as ChatListItem, _default$p as ChatListSkeleton, _default$q as ChatMessage, ChatMessageSkeleton, _default$2 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$i as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$f as ConsultationModal, _default$d as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$3 as CustomCheckbox, _default$4 as CustomSelect, _default$5 as CustomTextarea, DatePicker, _default$b as DaySlider, DayToRender, _default$9 as EducationCard, _default$o as EmptyChatList, EmptyChatMessages, _default$g as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$v as LetterAvatar, _default as LineFileInput, ListButton, ListSelect, LouseConnect, _default$s as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$u as PersonDateTimeCard, _default$a as ProfileView, _default$1 as ProgressBar, Range, _default$c as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$t as SelectImpressionEmoji, _default$h as SignUpSessionButton, _default$e as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$m as SpecialistEducationCard, _default$l as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$6 as TextInput, _default$n as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$j as VideoCallInfo, _default$k 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.34.2",
3
+ "version": "3.34.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",