@mindly/ui-components 3.34.2 → 3.34.4

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.
@@ -20,6 +20,7 @@ declare type CheckboxListProps = {
20
20
  moreLabel?: string;
21
21
  title?: string;
22
22
  className?: string;
23
+ selectedBy?: 'id' | 'label';
23
24
  };
24
25
  declare const _default: React.NamedExoticComponent<CheckboxListProps>;
25
26
  export default _default;
@@ -5,5 +5,6 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
5
5
  label: string | number;
6
6
  }[];
7
7
  isError?: boolean | undefined;
8
+ selectedBy?: "label" | "id" | undefined;
8
9
  } & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
9
10
  export default _default;
@@ -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
@@ -916,6 +916,7 @@ declare const _default$4: React.MemoExoticComponent<React.ForwardRefExoticCompon
916
916
  label: string | number;
917
917
  }[];
918
918
  isError?: boolean | undefined;
919
+ selectedBy?: "label" | "id" | undefined;
919
920
  } & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
920
921
 
921
922
  declare type PossibleButtonTypes = 'primary' | 'secondary';
@@ -964,6 +965,7 @@ declare type CheckboxListProps = {
964
965
  moreLabel?: string;
965
966
  title?: string;
966
967
  className?: string;
968
+ selectedBy?: 'id' | 'label';
967
969
  };
968
970
  declare const _default$2: React.NamedExoticComponent<CheckboxListProps>;
969
971
 
@@ -987,6 +989,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
987
989
  loadedFileValue?: string | undefined;
988
990
  onCloseClick?: (() => void) | undefined;
989
991
  buttonLabel?: string | undefined;
992
+ renderMediaAfterLoad?: boolean | undefined;
990
993
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
991
994
 
992
995
  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.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",