@mindly/ui-components 3.10.0 → 3.10.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.
@@ -89,3 +89,5 @@ export { default as AppFooter } from './lib/AppFooter';
89
89
  export * from './lib/AppFooter';
90
90
  export { default as VideoPlayer } from './lib/VideoPlayer';
91
91
  export * from './lib/VideoPlayer';
92
+ export { default as NotSupportModal } from './lib/BrowserNotSupport';
93
+ export * from './lib/BrowserNotSupport';
@@ -0,0 +1 @@
1
+ export { default } from './NotSupportModal';
package/dist/index.d.ts CHANGED
@@ -626,4 +626,9 @@ declare type VideoPlayerProps = {
626
626
  } & JSX$1.IonModal;
627
627
  declare const _default: React.NamedExoticComponent<VideoPlayerProps>;
628
628
 
629
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, ChatListItem, ChatListSkeleton, ChatMessage, ChatMessageSkeleton, ConsultationCard, ConsultationCardProps, ConsultationCardSkeleton, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, DayToRender, EmptyChatList, EmptyChatMessages, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$6 as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$3 as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotesCardText, NotesEditor, _default$5 as PersonDateTimeCard, Range, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$4 as SelectImpressionEmoji, Skeleton, SpecialistAbout, _default$2 as SpecialistEducationCard, _default$1 as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, Textarea, TherapistCard, TherapistInformationComponent, Toggle, UpdatesCard, UsersPsychologistScrollList, _default as VideoPlayer, YourLocalTimeBlock, toast };
629
+ declare type NotSupportModalProps = {
630
+ closeModal?: () => void;
631
+ } & JSX$1.IonModal;
632
+ declare const NotSupportModal: React.FC<NotSupportModalProps>;
633
+
634
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, ChatListItem, ChatListSkeleton, ChatMessage, ChatMessageSkeleton, ConsultationCard, ConsultationCardProps, ConsultationCardSkeleton, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, DayToRender, EmptyChatList, EmptyChatMessages, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$6 as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$3 as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$5 as PersonDateTimeCard, Range, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$4 as SelectImpressionEmoji, Skeleton, SpecialistAbout, _default$2 as SpecialistEducationCard, _default$1 as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, Textarea, TherapistCard, TherapistInformationComponent, Toggle, UpdatesCard, UsersPsychologistScrollList, _default as VideoPlayer, YourLocalTimeBlock, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",