@mindly/ui-components 3.9.9 → 3.9.11

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.
@@ -87,3 +87,5 @@ export { default as Tag } from './lib/Tag';
87
87
  export * from './lib/Tag';
88
88
  export { default as AppFooter } from './lib/AppFooter';
89
89
  export * from './lib/AppFooter';
90
+ export { default as VideoPlayer } from './lib/VideoPlayer';
91
+ export * from './lib/VideoPlayer';
@@ -0,0 +1 @@
1
+ export { default } from './VideoPlayer';
package/dist/index.d.ts CHANGED
@@ -618,4 +618,10 @@ declare type AppFooterProps = {
618
618
  };
619
619
  declare const AppFooter: FC<AppFooterProps>;
620
620
 
621
- 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$3 as LetterAvatar, ListButton, ListSelect, LouseConnect, _default as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotesCardText, NotesEditor, _default$2 as PersonDateTimeCard, Range, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1 as SelectImpressionEmoji, Skeleton, SpecialistAbout, SpecialistEducationCard, SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, Textarea, TherapistCard, TherapistInformationComponent, Toggle, UpdatesCard, UsersPsychologistScrollList, YourLocalTimeBlock, toast };
621
+ declare type VideoPlayerProps = {
622
+ videoLink: string;
623
+ closeModalHandler?: () => void;
624
+ } & JSX$1.IonModal;
625
+ declare const VideoPlayer: React.FC<VideoPlayerProps>;
626
+
627
+ 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$3 as LetterAvatar, ListButton, ListSelect, LouseConnect, _default as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotesCardText, NotesEditor, _default$2 as PersonDateTimeCard, Range, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1 as SelectImpressionEmoji, Skeleton, SpecialistAbout, SpecialistEducationCard, SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, Textarea, TherapistCard, TherapistInformationComponent, Toggle, UpdatesCard, UsersPsychologistScrollList, VideoPlayer, YourLocalTimeBlock, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.9.9",
3
+ "version": "3.9.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",