@mindly/ui-components 3.34.4 → 3.35.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.
@@ -155,3 +155,5 @@ export { default as ProgressBar } from './lib/ProgressBar';
155
155
  export * from './lib/ProgressBar';
156
156
  export { default as LineFileInput } from './lib/Inputs/LineFileInput';
157
157
  export * from './lib/Inputs/LineFileInput';
158
+ export { default as SuccessScreen } from './lib/SuccessScreen';
159
+ export * from './lib/SuccessScreen';
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ declare type SuccessScreenProps = {
3
+ title: string;
4
+ subTitle?: string;
5
+ onClick?: () => void;
6
+ };
7
+ declare const SuccessScreen: FC<SuccessScreenProps>;
8
+ export default SuccessScreen;
@@ -0,0 +1,2 @@
1
+ export declare const SuccessWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const SuccessContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './SuccessScreen';
package/dist/index.d.ts CHANGED
@@ -992,4 +992,11 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
992
992
  renderMediaAfterLoad?: boolean | undefined;
993
993
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
994
994
 
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 };
995
+ declare type SuccessScreenProps = {
996
+ title: string;
997
+ subTitle?: string;
998
+ onClick?: () => void;
999
+ };
1000
+ declare const SuccessScreen: FC<SuccessScreenProps>;
1001
+
1002
+ 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, SuccessScreen, 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.4",
3
+ "version": "3.35.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",