@mindly/ui-components 3.54.1 → 3.55.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.
Files changed (40) hide show
  1. package/dist/cjs/index.js +7 -7
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/index.d.ts +6 -0
  4. package/dist/cjs/types/lib/SpecialistCard/SpecialistCard.style.d.ts +0 -1
  5. package/dist/cjs/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.d.ts +11 -0
  6. package/dist/cjs/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.style.d.ts +3 -0
  7. package/dist/cjs/types/lib/SpecialistProfile/ProfileInformation/index.d.ts +1 -0
  8. package/dist/cjs/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +2 -1
  9. package/dist/cjs/types/lib/SpecialistProfile/SpecialistAbout/SpecialistAbout.d.ts +2 -2
  10. package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.d.ts +13 -0
  11. package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +5 -0
  12. package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/index.d.ts +1 -0
  13. package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.d.ts +19 -0
  14. package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.style.d.ts +3 -0
  15. package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/index.d.ts +1 -0
  16. package/dist/cjs/types/lib/SpecialistProfile/WorkDirections/WorkDirections.d.ts +2 -2
  17. package/dist/cjs/types/lib/VideoBadge/VideoBadge.d.ts +13 -0
  18. package/dist/cjs/types/lib/VideoBadge/VideoBadge.style.d.ts +11 -0
  19. package/dist/cjs/types/lib/VideoBadge/index.d.ts +1 -0
  20. package/dist/esm/index.js +7 -7
  21. package/dist/esm/index.js.map +1 -1
  22. package/dist/esm/types/index.d.ts +6 -0
  23. package/dist/esm/types/lib/SpecialistCard/SpecialistCard.style.d.ts +0 -1
  24. package/dist/esm/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.d.ts +11 -0
  25. package/dist/esm/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.style.d.ts +3 -0
  26. package/dist/esm/types/lib/SpecialistProfile/ProfileInformation/index.d.ts +1 -0
  27. package/dist/esm/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +2 -1
  28. package/dist/esm/types/lib/SpecialistProfile/SpecialistAbout/SpecialistAbout.d.ts +2 -2
  29. package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.d.ts +13 -0
  30. package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +5 -0
  31. package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/index.d.ts +1 -0
  32. package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.d.ts +19 -0
  33. package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.style.d.ts +3 -0
  34. package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/index.d.ts +1 -0
  35. package/dist/esm/types/lib/SpecialistProfile/WorkDirections/WorkDirections.d.ts +2 -2
  36. package/dist/esm/types/lib/VideoBadge/VideoBadge.d.ts +13 -0
  37. package/dist/esm/types/lib/VideoBadge/VideoBadge.style.d.ts +11 -0
  38. package/dist/esm/types/lib/VideoBadge/index.d.ts +1 -0
  39. package/dist/index.d.ts +78 -37
  40. package/package.json +1 -1
@@ -163,3 +163,9 @@ export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLa
163
163
  export * from './lib/SpecialistProfile/SpecialistLangs';
164
164
  export { default as ChangeLangModal } from './lib/ChangeLangModal';
165
165
  export * from './lib/ChangeLangModal';
166
+ export { default as ProfileInformation } from './lib/SpecialistProfile/ProfileInformation';
167
+ export * from './lib/SpecialistProfile/ProfileInformation';
168
+ export { default as SpecialistMatch } from './lib/SpecialistProfile/SpecialistMatch';
169
+ export * from './lib/SpecialistProfile/SpecialistMatch';
170
+ export { default as SpecialistStatistic } from './lib/SpecialistProfile/SpecialistStatistic';
171
+ export * from './lib/SpecialistProfile/SpecialistStatistic';
@@ -8,7 +8,6 @@ declare type SpecialistCardContainerRowProps = {
8
8
  };
9
9
  export declare const SpecialistCardContainerRow: import("styled-components").StyledComponent<"div", any, SpecialistCardContainerRowProps, never>;
10
10
  export declare const CardAvatarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
11
- export declare const VideoBadge: import("styled-components").StyledComponent<"div", any, {}, never>;
12
11
  export declare const StyledCardAvatar: import("styled-components").StyledComponent<import("react").FC<import("../Avatar").AvatarProps>, any, {}, never>;
13
12
  export declare const SpecialistMainInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
14
13
  export declare const SpecialistCardSummary: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare type ProfileInformationProps = {
3
+ specialistAvatar?: string;
4
+ specialistFirstName?: string;
5
+ specialistLastName?: string;
6
+ specialistSpecialization?: string;
7
+ countryCode?: string;
8
+ isLoading?: boolean;
9
+ } & React.HTMLAttributes<HTMLDivElement>;
10
+ declare const _default: React.NamedExoticComponent<ProfileInformationProps>;
11
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const ProfileInformationContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const ProfileInformationText: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const ProfileInformationNameContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './ProfileInformation';
@@ -1,10 +1,11 @@
1
1
  import React from 'react';
2
2
  declare type SpecialistProfileViewCardProps = {
3
3
  videoLink?: string;
4
- avatarLink?: string;
4
+ videoCover?: string;
5
5
  specialistName?: string;
6
6
  onImageClick?: () => void;
7
7
  isLoading?: boolean;
8
+ videoDurationSeconds?: number;
8
9
  };
9
10
  declare const _default: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
10
11
  export default _default;
@@ -6,5 +6,5 @@ declare type SpecialistAboutProps = {
6
6
  moreLabel?: string;
7
7
  hideLabel?: string;
8
8
  };
9
- declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
10
- export default SpecialistAbout;
9
+ declare const _default: React.NamedExoticComponent<SpecialistAboutProps>;
10
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ declare type SpecialistMatchProps = {
3
+ specialistFirstName?: string;
4
+ percentMatch?: number;
5
+ documentationLink: string;
6
+ isLoading?: boolean;
7
+ translations: {
8
+ matchYou: string;
9
+ howWeMatchThis: string;
10
+ };
11
+ } & React.HTMLAttributes<HTMLDivElement>;
12
+ declare const _default: React.NamedExoticComponent<SpecialistMatchProps>;
13
+ export default _default;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const SpecialistMatchContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const StyledProgressBarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const StyledProgressBarPercent: import("styled-components").StyledComponent<"p", any, {}, never>;
5
+ export declare const StyledProgressBar: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonProgressBar & Pick<import("react").HTMLAttributes<HTMLIonProgressBarElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonProgressBarElement>>, any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './SpecialistMatch';
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ declare type SpecialistStatisticProps = {
3
+ linkToSuperSpecialistDocs: string;
4
+ isSuperSpecialist?: boolean;
5
+ countConsultationFor3Days?: number;
6
+ specialistFullName?: string;
7
+ isLoading?: boolean;
8
+ superSpecialistIcon: string;
9
+ trendingUpIcon: string;
10
+ translations: {
11
+ knowMore: string;
12
+ superSpecialistInfo: string;
13
+ superSpecialist: string;
14
+ popularSpecialist: string;
15
+ sessions: string[];
16
+ };
17
+ } & React.HTMLAttributes<HTMLDivElement>;
18
+ declare const _default: React.NamedExoticComponent<SpecialistStatisticProps>;
19
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const SpecialistStatisticContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const SpecialistStatisticRow: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const StyledTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './SpecialistStatistic';
@@ -6,5 +6,5 @@ export declare type SpecialistWorkDirectionsPropsType = {
6
6
  moreLabel?: string;
7
7
  hideLabel?: string;
8
8
  };
9
- declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
10
- export default WorkDirections;
9
+ declare const _default: React.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
10
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ declare type VideoBadgeProps = {
3
+ videoDurationSeconds: number;
4
+ widthPx?: number;
5
+ heightPx?: number;
6
+ positionRight?: number;
7
+ positionLeft?: number;
8
+ positionTop?: number;
9
+ positionBottom?: number;
10
+ fontSizePx?: number;
11
+ } & React.HTMLAttributes<HTMLDivElement>;
12
+ declare const VideoBadge: React.FC<VideoBadgeProps>;
13
+ export default VideoBadge;
@@ -0,0 +1,11 @@
1
+ declare type StyleVideoBadgeProps = {
2
+ widthPx?: number;
3
+ heightPx?: number;
4
+ positionRight?: number;
5
+ positionLeft?: number;
6
+ positionTop?: number;
7
+ positionBottom?: number;
8
+ fontSizePx?: number;
9
+ };
10
+ export declare const StyleVideoBadge: import("styled-components").StyledComponent<"div", any, StyleVideoBadgeProps, never>;
11
+ export {};
@@ -0,0 +1 @@
1
+ export { default as VideoBadge } from './VideoBadge';
package/dist/index.d.ts CHANGED
@@ -213,7 +213,7 @@ declare type LetterAvatarProps = {
213
213
  fontSize?: number;
214
214
  onClick?: () => void;
215
215
  };
216
- declare const _default$w: React.NamedExoticComponent<LetterAvatarProps>;
216
+ declare const _default$B: React.NamedExoticComponent<LetterAvatarProps>;
217
217
 
218
218
  declare type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
219
219
  onErrorContent: React.ReactElement;
@@ -225,7 +225,7 @@ declare type PersonDateTimeCardProps = {
225
225
  name: string;
226
226
  dateTime: Date;
227
227
  };
228
- declare const _default$v: React.NamedExoticComponent<PersonDateTimeCardProps>;
228
+ declare const _default$A: React.NamedExoticComponent<PersonDateTimeCardProps>;
229
229
 
230
230
  declare type PsychologistProfileType = {
231
231
  id: string;
@@ -409,7 +409,7 @@ declare type SelectImpressionEmojiProps = {
409
409
  onChange?: (val: ImpressionEmojiEnum) => void;
410
410
  };
411
411
 
412
- declare const _default$u: React.NamedExoticComponent<SelectImpressionEmojiProps>;
412
+ declare const _default$z: React.NamedExoticComponent<SelectImpressionEmojiProps>;
413
413
 
414
414
  interface FooterForBookingProps {
415
415
  eventHandler: (props?: React.SyntheticEvent) => void;
@@ -438,7 +438,7 @@ declare type MediaPlayerProps = {
438
438
  showControls: boolean;
439
439
  isScreenSharing?: boolean;
440
440
  } & HTMLAttributes<HTMLDivElement>;
441
- declare const _default$t: React.NamedExoticComponent<MediaPlayerProps>;
441
+ declare const _default$y: React.NamedExoticComponent<MediaPlayerProps>;
442
442
 
443
443
  declare type RoundButtonPropsType = {
444
444
  disabled?: boolean;
@@ -464,7 +464,7 @@ declare type ChatListItemProps = {
464
464
  lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
465
465
  locale?: string;
466
466
  };
467
- declare const _default$s: React.NamedExoticComponent<ChatListItemProps>;
467
+ declare const _default$x: React.NamedExoticComponent<ChatListItemProps>;
468
468
 
469
469
  declare type ChatMessageProps = {
470
470
  message: string | File;
@@ -482,11 +482,11 @@ declare type ChatMessageProps = {
482
482
  };
483
483
  locale?: string;
484
484
  };
485
- declare const _default$r: React.NamedExoticComponent<ChatMessageProps>;
485
+ declare const _default$w: React.NamedExoticComponent<ChatMessageProps>;
486
486
 
487
487
  declare const ChatMessageSkeleton: () => JSX.Element;
488
488
 
489
- declare const _default$q: React.MemoExoticComponent<() => JSX.Element>;
489
+ declare const _default$v: React.MemoExoticComponent<() => JSX.Element>;
490
490
 
491
491
  declare type EmptyChatList = {
492
492
  title?: string;
@@ -496,7 +496,7 @@ declare type EmptyChatList = {
496
496
  onClick?: () => void;
497
497
  };
498
498
  declare const EmptyChatList: FC<EmptyChatList>;
499
- declare const _default$p: React.NamedExoticComponent<EmptyChatList>;
499
+ declare const _default$u: React.NamedExoticComponent<EmptyChatList>;
500
500
 
501
501
  declare type EmptyChatMessagesProps = {
502
502
  title?: string;
@@ -520,7 +520,7 @@ declare type TextareaProps = {
520
520
  onError?: (message: string) => void;
521
521
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
522
522
  };
523
- declare const _default$o: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
523
+ declare const _default$t: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
524
524
 
525
525
  declare type LouseConnectProps = {
526
526
  onClick?: () => void;
@@ -599,7 +599,7 @@ declare type SpecialistEducationCardProps$1 = {
599
599
  yearEnd?: number | null;
600
600
  showLoader?: boolean;
601
601
  };
602
- declare const _default$n: React.NamedExoticComponent<SpecialistEducationCardProps$1>;
602
+ declare const _default$s: React.NamedExoticComponent<SpecialistEducationCardProps$1>;
603
603
 
604
604
  declare type SpecialistProfileViewCardProps$1 = {
605
605
  avatarLink?: string | null;
@@ -612,7 +612,7 @@ declare type SpecialistProfileViewCardProps$1 = {
612
612
  videoLinkUrl?: string | null;
613
613
  showLoader?: boolean;
614
614
  } & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
615
- declare const _default$m: React.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
615
+ declare const _default$r: React.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
616
616
 
617
617
  declare type SpecialistStatisticsCardProps$1 = {
618
618
  activeClients?: number;
@@ -648,7 +648,7 @@ declare type VideoPlayerProps = {
648
648
  closeModalHandler?: () => void;
649
649
  onErrorContent: React.ReactElement;
650
650
  } & JSX$1.IonModal;
651
- declare const _default$l: React.NamedExoticComponent<VideoPlayerProps>;
651
+ declare const _default$q: React.NamedExoticComponent<VideoPlayerProps>;
652
652
 
653
653
  declare type NotSupportModalProps = {
654
654
  closeModal?: () => void;
@@ -684,7 +684,7 @@ declare type VideoCallInfoProps = {
684
684
  abbreviatedSeconds: string;
685
685
  };
686
686
  };
687
- declare const _default$k: React.NamedExoticComponent<VideoCallInfoProps>;
687
+ declare const _default$p: React.NamedExoticComponent<VideoCallInfoProps>;
688
688
 
689
689
  declare enum ConsultationCardType {
690
690
  FEATURE = "feature",
@@ -715,14 +715,14 @@ declare type ConsultationCardProps = {
715
715
  };
716
716
  };
717
717
 
718
- declare const _default$j: React.NamedExoticComponent<ConsultationCardProps>;
718
+ declare const _default$o: React.NamedExoticComponent<ConsultationCardProps>;
719
719
 
720
720
  declare type SignUpSessionButtonProps = {
721
721
  label: string;
722
722
  isLoading?: boolean;
723
723
  onClick?: () => void;
724
724
  };
725
- declare const _default$i: React.NamedExoticComponent<SignUpSessionButtonProps>;
725
+ declare const _default$n: React.NamedExoticComponent<SignUpSessionButtonProps>;
726
726
 
727
727
  declare type EmptyConsultationsProps = {
728
728
  title: string;
@@ -730,7 +730,7 @@ declare type EmptyConsultationsProps = {
730
730
  buttonLabel?: string;
731
731
  onClick?: () => void;
732
732
  };
733
- declare const _default$h: React.NamedExoticComponent<EmptyConsultationsProps>;
733
+ declare const _default$m: React.NamedExoticComponent<EmptyConsultationsProps>;
734
734
 
735
735
  declare type ConsultationModalProps = {
736
736
  isOpen: boolean;
@@ -765,7 +765,7 @@ declare type ConsultationModalProps = {
765
765
  started?: string;
766
766
  };
767
767
  };
768
- declare const _default$g: React.NamedExoticComponent<ConsultationModalProps>;
768
+ declare const _default$l: React.NamedExoticComponent<ConsultationModalProps>;
769
769
 
770
770
  declare type SpecialistData = {
771
771
  id: string;
@@ -782,7 +782,7 @@ declare type SignUpSessionModalProps = {
782
782
  title: string;
783
783
  cancelBtnLabel: string;
784
784
  };
785
- declare const _default$f: React.NamedExoticComponent<SignUpSessionModalProps>;
785
+ declare const _default$k: React.NamedExoticComponent<SignUpSessionModalProps>;
786
786
 
787
787
  declare type ConsultationSpecialistCardProps = {
788
788
  id: string;
@@ -793,7 +793,7 @@ declare type ConsultationSpecialistCardProps = {
793
793
  onSignUp?: (id: string) => void;
794
794
  signInBtnLabel: string;
795
795
  };
796
- declare const _default$e: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
796
+ declare const _default$j: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
797
797
 
798
798
  declare type UserInfoModalProps = {
799
799
  isOpen: boolean;
@@ -854,7 +854,7 @@ declare type ReScheduleProps = {
854
854
  btnLabel: string;
855
855
  };
856
856
  };
857
- declare const _default$d: React.NamedExoticComponent<ReScheduleProps>;
857
+ declare const _default$i: React.NamedExoticComponent<ReScheduleProps>;
858
858
 
859
859
  declare type ReScheduleSuccessProps = {
860
860
  name: string;
@@ -889,7 +889,7 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
889
889
  tomorrow?: string;
890
890
  };
891
891
  };
892
- declare const _default$c: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "locale" | "translations" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
892
+ declare const _default$h: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "locale" | "translations" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
893
893
 
894
894
  declare type SpecialistWorkDirectionsPropsType = {
895
895
  workDirections?: string[] | [];
@@ -898,16 +898,17 @@ declare type SpecialistWorkDirectionsPropsType = {
898
898
  moreLabel?: string;
899
899
  hideLabel?: string;
900
900
  };
901
- declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
901
+ declare const _default$g: React.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
902
902
 
903
903
  declare type SpecialistProfileViewCardProps = {
904
904
  videoLink?: string;
905
- avatarLink?: string;
905
+ videoCover?: string;
906
906
  specialistName?: string;
907
907
  onImageClick?: () => void;
908
908
  isLoading?: boolean;
909
+ videoDurationSeconds?: number;
909
910
  };
910
- declare const _default$b: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
911
+ declare const _default$f: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
911
912
 
912
913
  declare type SpecialistAboutProps = {
913
914
  text?: string;
@@ -916,7 +917,7 @@ declare type SpecialistAboutProps = {
916
917
  moreLabel?: string;
917
918
  hideLabel?: string;
918
919
  };
919
- declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
920
+ declare const _default$e: React.NamedExoticComponent<SpecialistAboutProps>;
920
921
 
921
922
  declare type SpecialistEducationCardProps = {
922
923
  institutionName?: string;
@@ -927,7 +928,7 @@ declare type SpecialistEducationCardProps = {
927
928
  yearEnd?: number | null;
928
929
  showLoader?: boolean;
929
930
  };
930
- declare const _default$a: React.NamedExoticComponent<SpecialistEducationCardProps>;
931
+ declare const _default$d: React.NamedExoticComponent<SpecialistEducationCardProps>;
931
932
 
932
933
  declare type SpecialistStatisticsCardProps = {
933
934
  trust?: boolean;
@@ -972,7 +973,7 @@ declare type BookingScheduleTimeProps = {
972
973
  onClick?: (index: number, item: string) => void;
973
974
  isLoading?: boolean;
974
975
  };
975
- declare const _default$9: React.NamedExoticComponent<BookingScheduleTimeProps>;
976
+ declare const _default$c: React.NamedExoticComponent<BookingScheduleTimeProps>;
976
977
 
977
978
  declare type BookingSpecialistInfoProps = {
978
979
  name: string;
@@ -981,7 +982,7 @@ declare type BookingSpecialistInfoProps = {
981
982
  avatar?: string;
982
983
  isLoading?: boolean;
983
984
  };
984
- declare const _default$8: React.NamedExoticComponent<BookingSpecialistInfoProps>;
985
+ declare const _default$b: React.NamedExoticComponent<BookingSpecialistInfoProps>;
985
986
 
986
987
  declare type SpecialistCardProps = {
987
988
  fullName?: string;
@@ -1025,7 +1026,7 @@ declare type SpecialistCardProps = {
1025
1026
  };
1026
1027
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
1027
1028
 
1028
- declare const _default$7: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1029
+ declare const _default$a: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1029
1030
  isError?: boolean | undefined;
1030
1031
  errorStyle?: "filled" | "unfilled" | undefined;
1031
1032
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
@@ -1046,11 +1047,11 @@ declare const PasswordInput: React.ForwardRefExoticComponent<{
1046
1047
  error?: string | null | undefined;
1047
1048
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
1048
1049
 
1049
- declare const _default$6: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1050
+ declare const _default$9: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1050
1051
  isError?: boolean | undefined;
1051
1052
  } & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>>;
1052
1053
 
1053
- declare const _default$5: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1054
+ declare const _default$8: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1054
1055
  options: {
1055
1056
  id: string | number;
1056
1057
  label: string | number;
@@ -1083,7 +1084,7 @@ declare type CustomCheckboxProps = {
1083
1084
  isCheckbox?: boolean;
1084
1085
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1085
1086
  };
1086
- declare const _default$4: React.MemoExoticComponent<React.ForwardRefExoticComponent<CustomCheckboxProps & React.RefAttributes<HTMLInputElement>>>;
1087
+ declare const _default$7: React.MemoExoticComponent<React.ForwardRefExoticComponent<CustomCheckboxProps & React.RefAttributes<HTMLInputElement>>>;
1087
1088
 
1088
1089
  declare type CheckboxListItem = {
1089
1090
  id: ReactText;
@@ -1111,7 +1112,7 @@ declare type CheckboxListProps = {
1111
1112
  from: string;
1112
1113
  };
1113
1114
  };
1114
- declare const _default$3: React.NamedExoticComponent<CheckboxListProps>;
1115
+ declare const _default$6: React.NamedExoticComponent<CheckboxListProps>;
1115
1116
 
1116
1117
  declare type BookingHeaderProps = {
1117
1118
  title?: string;
@@ -1125,9 +1126,9 @@ declare type ProgressBarProps = {
1125
1126
  progress: number;
1126
1127
  loaderTitle?: string;
1127
1128
  };
1128
- declare const _default$2: React.NamedExoticComponent<ProgressBarProps>;
1129
+ declare const _default$5: React.NamedExoticComponent<ProgressBarProps>;
1129
1130
 
1130
- declare const _default$1: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1131
+ declare const _default$4: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1131
1132
  title: string;
1132
1133
  subTitle?: string | undefined;
1133
1134
  isError?: boolean | undefined;
@@ -1157,7 +1158,7 @@ declare type FlagProps = {
1157
1158
  name: keyof typeof FlagTypes;
1158
1159
  dimensions?: number;
1159
1160
  };
1160
- declare const _default: React.NamedExoticComponent<FlagProps>;
1161
+ declare const _default$3: React.NamedExoticComponent<FlagProps>;
1161
1162
 
1162
1163
  declare type SpecialistLangsProps = {
1163
1164
  showLoader?: boolean;
@@ -1184,4 +1185,44 @@ declare type LanguagesListProps = {
1184
1185
  declare const LanguagesList: FC<LanguagesListProps>;
1185
1186
  declare const ChangeLangModal: FC<ChangeLangModalProps>;
1186
1187
 
1187
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$9 as BookingScheduleTime, _default$8 as BookingSpecialistInfo, Button, CancelSession, ChangeLangModal, _default$s as ChatListItem, _default$q as ChatListSkeleton, _default$r as ChatMessage, ChatMessageSkeleton, _default$3 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$j as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$g as ConsultationModal, _default$e as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$4 as CustomCheckbox, _default$5 as CustomSelect, _default$6 as CustomTextarea, DatePicker, _default$c as DaySlider, DayToRender, _default$a as EducationCard, _default$p as EmptyChatList, EmptyChatMessages, _default$h as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$w as LetterAvatar, _default$1 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$t as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$v as PersonDateTimeCard, _default$b as ProfileView, _default$2 as ProgressBar, Range, _default$d as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$u as SelectImpressionEmoji, _default$i as SignUpSessionButton, _default$f as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$n as SpecialistEducationCard, SpecialistLangs, _default$m as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$7 as TextInput, _default$o as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$k as VideoCallInfo, _default$l as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
1188
+ declare type ProfileInformationProps = {
1189
+ specialistAvatar?: string;
1190
+ specialistFirstName?: string;
1191
+ specialistLastName?: string;
1192
+ specialistSpecialization?: string;
1193
+ countryCode?: string;
1194
+ isLoading?: boolean;
1195
+ } & React.HTMLAttributes<HTMLDivElement>;
1196
+ declare const _default$2: React.NamedExoticComponent<ProfileInformationProps>;
1197
+
1198
+ declare type SpecialistMatchProps = {
1199
+ specialistFirstName?: string;
1200
+ percentMatch?: number;
1201
+ documentationLink: string;
1202
+ isLoading?: boolean;
1203
+ translations: {
1204
+ matchYou: string;
1205
+ howWeMatchThis: string;
1206
+ };
1207
+ } & React.HTMLAttributes<HTMLDivElement>;
1208
+ declare const _default$1: React.NamedExoticComponent<SpecialistMatchProps>;
1209
+
1210
+ declare type SpecialistStatisticProps = {
1211
+ linkToSuperSpecialistDocs: string;
1212
+ isSuperSpecialist?: boolean;
1213
+ countConsultationFor3Days?: number;
1214
+ specialistFullName?: string;
1215
+ isLoading?: boolean;
1216
+ superSpecialistIcon: string;
1217
+ trendingUpIcon: string;
1218
+ translations: {
1219
+ knowMore: string;
1220
+ superSpecialistInfo: string;
1221
+ superSpecialist: string;
1222
+ popularSpecialist: string;
1223
+ sessions: string[];
1224
+ };
1225
+ } & React.HTMLAttributes<HTMLDivElement>;
1226
+ declare const _default: React.NamedExoticComponent<SpecialistStatisticProps>;
1227
+
1228
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, Button, CancelSession, ChangeLangModal, _default$x as ChatListItem, _default$v as ChatListSkeleton, _default$w as ChatMessage, ChatMessageSkeleton, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$j as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$7 as CustomCheckbox, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, DayToRender, _default$d as EducationCard, _default$u as EmptyChatList, EmptyChatMessages, _default$m as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$3 as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$B as LetterAvatar, _default$4 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$y as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$A as PersonDateTimeCard, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, Range, _default$i as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$z as SelectImpressionEmoji, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, Skeleton, _default$e as SpecialistAbout, SpecialistCard, _default$s as SpecialistEducationCard, SpecialistLangs, _default$1 as SpecialistMatch, _default$r as SpecialistProfileViewCard, _default as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$a as TextInput, _default$t as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$p as VideoCallInfo, _default$q as VideoPlayer, _default$g as WorkDirections, YourLocalTimeBlock, decOfNum, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.54.1",
3
+ "version": "3.55.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",