@mindly/ui-components 3.24.0 → 3.24.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.
@@ -116,3 +116,4 @@ export { default as TooltipComponent } from './lib/TooltipComponent';
116
116
  export * from './lib/TooltipComponent';
117
117
  export { default as DaySlider } from './lib/DaySlider';
118
118
  export * from './lib/DaySlider';
119
+ export { decOfNum } from './lib/Consultations/utils';
package/dist/index.d.ts CHANGED
@@ -797,4 +797,6 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
797
797
  };
798
798
  declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "timeZone" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
799
799
 
800
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, CancelSession, _default$g as ChatListItem, _default$e as ChatListSkeleton, _default$f as ChatMessage, ChatMessageSkeleton, _default$7 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$4 as ConsultationModal, _default$2 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, _default as DaySlider, DayToRender, _default$d as EmptyChatList, EmptyChatMessages, _default$5 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$k as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$h as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$j as PersonDateTimeCard, Range, _default$1 as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$i as SelectImpressionEmoji, _default$6 as SignUpSessionButton, _default$3 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$b as SpecialistEducationCard, _default$a as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$c as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$8 as VideoCallInfo, _default$9 as VideoPlayer, YourLocalTimeBlock, toast };
800
+ declare const decOfNum: (number: number, titles: string[]) => string;
801
+
802
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, CancelSession, _default$g as ChatListItem, _default$e as ChatListSkeleton, _default$f as ChatMessage, ChatMessageSkeleton, _default$7 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$4 as ConsultationModal, _default$2 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, _default as DaySlider, DayToRender, _default$d as EmptyChatList, EmptyChatMessages, _default$5 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$k as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$h as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$j as PersonDateTimeCard, Range, _default$1 as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$i as SelectImpressionEmoji, _default$6 as SignUpSessionButton, _default$3 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$b as SpecialistEducationCard, _default$a as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$c as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$8 as VideoCallInfo, _default$9 as VideoPlayer, YourLocalTimeBlock, decOfNum, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.24.0",
3
+ "version": "3.24.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",