@mindly/ui-components 3.22.1 → 3.22.3

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.
@@ -113,3 +113,5 @@ export { default as ReSchedule } from './lib/Consultations/ReSchedule';
113
113
  export * from './lib/Consultations/ReSchedule';
114
114
  export { default as ReScheduleSuccess } from './lib/Consultations/ReScheduleSuccess';
115
115
  export * from './lib/Consultations/ReScheduleSuccess';
116
+ export { default as TooltipComponent } from './lib/TooltipComponent';
117
+ export * from './lib/TooltipComponent';
@@ -5,6 +5,7 @@ declare type SpecialistInfoModalProps = {
5
5
  name: string;
6
6
  avatar?: string;
7
7
  sessions: number;
8
+ unused_balance?: number;
8
9
  onMessage?: (id: string) => void;
9
10
  onBuy?: (id: string) => void;
10
11
  onProfile?: (id: string) => void;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ declare type TooltipComponentProps = {
3
+ text: string;
4
+ alignment?: 'center' | 'center-left' | 'left' | 'center-right' | 'right';
5
+ widthPx?: number;
6
+ makeVisible?: boolean;
7
+ };
8
+ export declare const TooltipComponent: FC<TooltipComponentProps>;
9
+ export {};
@@ -0,0 +1,10 @@
1
+ declare type TooltipWrapperProps = {
2
+ makeVisible?: boolean;
3
+ };
4
+ export declare const TooltipWrapper: import("styled-components").StyledComponent<"div", any, TooltipWrapperProps, never>;
5
+ declare type TooltipContentType = {
6
+ alignment: 'center' | 'center-left' | 'left' | 'center-right' | 'right';
7
+ widthPx?: number;
8
+ };
9
+ export declare const TooltipContent: import("styled-components").StyledComponent<"div", any, TooltipContentType, never>;
10
+ export {};
@@ -0,0 +1 @@
1
+ export { TooltipComponent as default } from './TooltipComponent';
package/dist/index.d.ts CHANGED
@@ -773,6 +773,7 @@ declare type SpecialistInfoModalProps = {
773
773
  name: string;
774
774
  avatar?: string;
775
775
  sessions: number;
776
+ unused_balance?: number;
776
777
  onMessage?: (id: string) => void;
777
778
  onBuy?: (id: string) => void;
778
779
  onProfile?: (id: string) => void;
@@ -813,4 +814,12 @@ declare type ReScheduleSuccessProps = {
813
814
  };
814
815
  declare const ReScheduleSuccess: FC<ReScheduleSuccessProps>;
815
816
 
816
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, CancelSession, _default$f as ChatListItem, _default$d as ChatListSkeleton, _default$e as ChatMessage, ChatMessageSkeleton, _default$6 as ConsultationCard, ConsultationCardDeprecated, ConsultationCardDeprecatedProps, ConsultationCardDeprecatedSkeleton, ConsultationCardProps, ConsultationCardType, _default$3 as ConsultationModal, _default$1 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, DayToRender, _default$c as EmptyChatList, EmptyChatMessages, _default$4 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$j as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$g as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$i as PersonDateTimeCard, Range, _default as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$h as SelectImpressionEmoji, _default$5 as SignUpSessionButton, _default$2 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$a as SpecialistEducationCard, SpecialistInfoModal, _default$9 as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$b as Textarea, TherapistCard, TherapistInformationComponent, Toggle, UpdatesCard, UsersPsychologistScrollList, _default$7 as VideoCallInfo, _default$8 as VideoPlayer, YourLocalTimeBlock, toast };
817
+ declare type TooltipComponentProps = {
818
+ text: string;
819
+ alignment?: 'center' | 'center-left' | 'left' | 'center-right' | 'right';
820
+ widthPx?: number;
821
+ makeVisible?: boolean;
822
+ };
823
+ declare const TooltipComponent: FC<TooltipComponentProps>;
824
+
825
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, CancelSession, _default$f as ChatListItem, _default$d as ChatListSkeleton, _default$e as ChatMessage, ChatMessageSkeleton, _default$6 as ConsultationCard, ConsultationCardDeprecated, ConsultationCardDeprecatedProps, ConsultationCardDeprecatedSkeleton, ConsultationCardProps, ConsultationCardType, _default$3 as ConsultationModal, _default$1 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, DayToRender, _default$c as EmptyChatList, EmptyChatMessages, _default$4 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$j as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$g as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$i as PersonDateTimeCard, Range, _default as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$h as SelectImpressionEmoji, _default$5 as SignUpSessionButton, _default$2 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$a as SpecialistEducationCard, SpecialistInfoModal, _default$9 as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$b as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UsersPsychologistScrollList, _default$7 as VideoCallInfo, _default$8 as VideoPlayer, YourLocalTimeBlock, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.22.1",
3
+ "version": "3.22.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",