@mindly/ui-components 5.71.0 → 5.72.0
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.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/lib/Consultations/UserInfoModal/UserInfoModal.d.ts +1 -1
- package/dist/cjs/lib2/features/TextAreaFormFeature/TextAreaFormFeature.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Spinner_v2/Spinner_v2.d.ts +1 -0
- package/dist/cjs/lib2/widgets/UpdateContractWidget/UpdateContractWidget.d.ts +2 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/lib/Consultations/UserInfoModal/UserInfoModal.d.ts +1 -1
- package/dist/esm/lib2/features/TextAreaFormFeature/TextAreaFormFeature.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Spinner_v2/Spinner_v2.d.ts +1 -0
- package/dist/esm/lib2/widgets/UpdateContractWidget/UpdateContractWidget.d.ts +2 -1
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ type UserInfoModalProps = {
|
|
|
13
13
|
onClose: () => void;
|
|
14
14
|
isClient?: boolean;
|
|
15
15
|
isShowContract?: boolean;
|
|
16
|
-
contractStatus?: 'not_signed' | 'pending' | 'active';
|
|
16
|
+
contractStatus?: 'not_signed' | 'pending' | 'active' | "expired";
|
|
17
17
|
handleOpenContract: () => void;
|
|
18
18
|
translations?: {
|
|
19
19
|
contractTitle: string;
|
|
@@ -8,6 +8,7 @@ type UpdateContractWidgetProps = {
|
|
|
8
8
|
applyText: string;
|
|
9
9
|
onApply: () => void;
|
|
10
10
|
agreementText: string[];
|
|
11
|
+
isLoading?: boolean;
|
|
11
12
|
};
|
|
12
|
-
export declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, }: UpdateContractWidgetProps): JSX.Element;
|
|
13
|
+
export declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
|
|
13
14
|
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -823,7 +823,7 @@ type UserInfoModalProps = {
|
|
|
823
823
|
onClose: () => void;
|
|
824
824
|
isClient?: boolean;
|
|
825
825
|
isShowContract?: boolean;
|
|
826
|
-
contractStatus?: 'not_signed' | 'pending' | 'active';
|
|
826
|
+
contractStatus?: 'not_signed' | 'pending' | 'active' | "expired";
|
|
827
827
|
handleOpenContract: () => void;
|
|
828
828
|
translations?: {
|
|
829
829
|
contractTitle: string;
|
|
@@ -1886,6 +1886,7 @@ declare const ScreenInput: React__default.ForwardRefExoticComponent<ScreenInputP
|
|
|
1886
1886
|
|
|
1887
1887
|
type SpinnerProps = {
|
|
1888
1888
|
size?: number;
|
|
1889
|
+
className?: string;
|
|
1889
1890
|
};
|
|
1890
1891
|
declare const Spinner_v2: FC<SpinnerProps>;
|
|
1891
1892
|
|
|
@@ -2766,6 +2767,7 @@ declare const _default$4: React__default.NamedExoticComponent<SpecialistDrumPick
|
|
|
2766
2767
|
|
|
2767
2768
|
type TextAreaFormFeatureProps = {
|
|
2768
2769
|
title?: string;
|
|
2770
|
+
subtitle?: string;
|
|
2769
2771
|
placeholder?: string;
|
|
2770
2772
|
buttonText?: string;
|
|
2771
2773
|
defaultValue?: string;
|
|
@@ -2865,7 +2867,8 @@ type UpdateContractWidgetProps = {
|
|
|
2865
2867
|
applyText: string;
|
|
2866
2868
|
onApply: () => void;
|
|
2867
2869
|
agreementText: string[];
|
|
2870
|
+
isLoading?: boolean;
|
|
2868
2871
|
};
|
|
2869
|
-
declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, }: UpdateContractWidgetProps): JSX.Element;
|
|
2872
|
+
declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
|
|
2870
2873
|
|
|
2871
2874
|
export { AcceptAgreementFeature, AppFooter, _default$t as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$s as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$o as Badge, _default$H as BookingScheduleTime, _default$G as BookingSpecialistInfo, Button, Button_v2, Calendar, _default$8 as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$10 as ChatListItem, _default$_ as ChatListSkeleton, _default$$ as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$B as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, CollapsableText, _default$T as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$Q as ConsultationModal, _default$c as ConsultationPricingFeature, _default$O as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CustomButton, _default$C as CustomCheckbox, CustomRadioButton, _default$D as CustomSelect, _default$E as CustomTextarea, DatePicker, _default$M as DaySlider, DayToRender, DrumListPicker, _default$I as EducationCard, _default$Z as EmptyChatList, EmptyChatMessages, _default$R as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$y as Flag, FlagTypes, _default$q as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$k as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHome, IconIdCard, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$g as Item, _default$n as ItemCard, LabelArrowRedirect, LanguagesList, _default$14 as LetterAvatar, _default$z as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$h as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$i as Loading, LouseConnect, _default$11 as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OutdatedPersonalDataFeature, PasswordInput, _default$7 as PaymentCalendarFeature, _default$9 as PaymentSessionsList, _default$13 as PersonDateTimeCard, _default$p as Picture, _default$x as ProfileInformation, _default$K as ProfileView, _default$A as ProgressBar, ProgressBarDashed, _default$j as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$l as Rating, RatingCircleWrapper, _default$N as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, _default$6 as ReviewCardFeature, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, _default$4 as ScreenDrumPickerFormFeature, ScreenInput, _default$5 as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$12 as SelectImpressionEmoji, SelectItemType, ShareModalFeature, _default$S as SignUpSessionButton, _default$P as SignUpSessionModal, Skeleton, _default$r as Skeleton_v2, _default$e as SlotsGrid, _default$d as SlotsGridItem, _default$J as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, _default$X as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$w as SpecialistMatch, _default$b as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, _default$a as SpecialistPaymentConsultationsFeature, _default as SpecialistPaymentResumeWidget, _default$1 as SpecialistPaymentWidget, _default$W as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$v as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$3 as TextAreaFormFeature, _default$F as TextInput, _default$Y as Textarea, _default$m as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TreeNode, _default$u as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$f as Video, _default$U as VideoCallInfo, _default$V as VideoPlayer, _default$L as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceAsterisksWithBold, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
|