@mindly/ui-components 3.23.0 → 3.24.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.
Files changed (24) hide show
  1. package/dist/cjs/index.js +29 -29
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/index.d.ts +2 -3
  4. package/dist/cjs/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.d.ts → UserInfoModal/UserInfoModal.d.ts} +4 -3
  5. package/dist/cjs/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.style.d.ts → UserInfoModal/UserInfoModal.style.d.ts} +9 -2
  6. package/dist/cjs/types/lib/Consultations/UserInfoModal/index.d.ts +1 -0
  7. package/dist/esm/index.js +24 -24
  8. package/dist/esm/index.js.map +1 -1
  9. package/dist/esm/types/index.d.ts +2 -3
  10. package/dist/esm/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.d.ts → UserInfoModal/UserInfoModal.d.ts} +4 -3
  11. package/dist/esm/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.style.d.ts → UserInfoModal/UserInfoModal.style.d.ts} +9 -2
  12. package/dist/esm/types/lib/Consultations/UserInfoModal/index.d.ts +1 -0
  13. package/dist/index.d.ts +4 -35
  14. package/package.json +1 -1
  15. package/dist/cjs/types/lib/ConsultationCardDeprecated/ConsultationCard.style.d.ts +0 -7
  16. package/dist/cjs/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecated.d.ts +0 -31
  17. package/dist/cjs/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecatedSkeleton.d.ts +0 -2
  18. package/dist/cjs/types/lib/ConsultationCardDeprecated/index.d.ts +0 -2
  19. package/dist/cjs/types/lib/Consultations/SpecialistInfoModal/index.d.ts +0 -1
  20. package/dist/esm/types/lib/ConsultationCardDeprecated/ConsultationCard.style.d.ts +0 -7
  21. package/dist/esm/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecated.d.ts +0 -31
  22. package/dist/esm/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecatedSkeleton.d.ts +0 -2
  23. package/dist/esm/types/lib/ConsultationCardDeprecated/index.d.ts +0 -2
  24. package/dist/esm/types/lib/Consultations/SpecialistInfoModal/index.d.ts +0 -1
@@ -28,7 +28,6 @@ import RowSelect from './lib/Filters/RowSelect';
28
28
  import Toggle from './lib/Filters/Toggle';
29
29
  export { ArchivedConsultationCard, DatePicker, Button, FloatingButton, ListButton, NavigationBar, ContentCard, TherapistCard, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ModalCalendar, HorizontalCalendar, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, ListSelect, Range, RowSelect, Toggle, };
30
30
  export * from './lib/EntryNotFound';
31
- export * from './lib/ConsultationCardDeprecated';
32
31
  export * from './lib/Avatar';
33
32
  export { default as AppHeader } from './lib/AppHeader';
34
33
  export * from './lib/AppHeader';
@@ -105,8 +104,8 @@ export { default as SignUpSessionModal } from './lib/Consultations/SignUpSession
105
104
  export * from './lib/Consultations/SignUpSessionModal';
106
105
  export { default as ConsultationSpecialistCard } from './lib/Consultations/ConsultationSpecialistCard';
107
106
  export * from './lib/Consultations/ConsultationSpecialistCard';
108
- export { default as SpecialistInfoModal } from './lib/Consultations/SpecialistInfoModal';
109
- export * from './lib/Consultations/SpecialistInfoModal';
107
+ export { default as UserInfoModal } from './lib/Consultations/UserInfoModal';
108
+ export * from './lib/Consultations/UserInfoModal';
110
109
  export { default as CancelSession } from './lib/Consultations/CancelSession';
111
110
  export * from './lib/Consultations/CancelSession';
112
111
  export { default as ReSchedule } from './lib/Consultations/ReSchedule';
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- declare type SpecialistInfoModalProps = {
2
+ declare type UserInfoModalProps = {
3
3
  isOpen: boolean;
4
4
  id: string;
5
5
  name: string;
@@ -10,6 +10,7 @@ declare type SpecialistInfoModalProps = {
10
10
  onProfile?: (id: string) => void;
11
11
  onSignUp?: (id: string) => void;
12
12
  onClose: () => void;
13
+ isClient?: boolean;
13
14
  };
14
- declare const SpecialistInfoModal: FC<SpecialistInfoModalProps>;
15
- export default SpecialistInfoModal;
15
+ declare const UserInfoModal: FC<UserInfoModalProps>;
16
+ export default UserInfoModal;
@@ -1,3 +1,10 @@
1
1
  /// <reference types="react" />
2
- export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonModal & Pick<import("react").HTMLAttributes<HTMLIonModalElement>, "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/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonModalElement>>, any, {}, never>;
3
- export declare const SpecialistInfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ declare type SpecialistInfoWrapperProps = {
3
+ isClient: boolean;
4
+ };
5
+ export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonModal & Pick<import("react").HTMLAttributes<HTMLIonModalElement>, "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/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonModalElement>>, any, SpecialistInfoWrapperProps, never>;
6
+ declare type SpecialistInfoContainerProps = {
7
+ isClient: boolean;
8
+ };
9
+ export declare const SpecialistInfoContainer: import("styled-components").StyledComponent<"div", any, SpecialistInfoContainerProps, never>;
10
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './UserInfoModal';
package/dist/index.d.ts CHANGED
@@ -341,38 +341,6 @@ declare type EntryNotFoundProps = {
341
341
  };
342
342
  declare const EntryNotFound: FC<EntryNotFoundProps>;
343
343
 
344
- declare enum DayOfWeeks {
345
- 'Понеділок' = 1,
346
- 'Вівторок' = 2,
347
- 'Середа' = 3,
348
- 'Четверг' = 4,
349
- "П'ятниця" = 5,
350
- 'Субота' = 6,
351
- 'Неділя' = 7
352
- }
353
- declare type DateTimeType = {
354
- _nanoseconds: number;
355
- _seconds: number;
356
- };
357
- interface ConsultationCardDeprecatedProps {
358
- startConsultation: (props?: React.SyntheticEvent) => void;
359
- handleReschedule: (props?: React.SyntheticEvent) => void;
360
- handleRefund: (props?: React.SyntheticEvent) => void;
361
- handleNotes?: (props?: React.SyntheticEvent) => void;
362
- consultationWith: string;
363
- consultationTime: DateTimeType;
364
- userTimeZone: string;
365
- avatar: string;
366
- autorecord?: boolean;
367
- ['data-container-testid']?: string;
368
- ['data-start-testid']?: string;
369
- ['data-reschedule-testid']?: string;
370
- ['data-refund-testid']?: string;
371
- }
372
- declare const ConsultationCardDeprecated: React.FC<ConsultationCardDeprecatedProps>;
373
-
374
- declare const ConsultationCardDeprecatedSkeleton: () => JSX.Element;
375
-
376
344
  declare type AvatarProps = {
377
345
  dimensions?: number;
378
346
  width?: number;
@@ -767,7 +735,7 @@ declare type ConsultationSpecialistCardProps = {
767
735
  };
768
736
  declare const _default$2: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
769
737
 
770
- declare type SpecialistInfoModalProps = {
738
+ declare type UserInfoModalProps = {
771
739
  isOpen: boolean;
772
740
  id: string;
773
741
  name: string;
@@ -778,8 +746,9 @@ declare type SpecialistInfoModalProps = {
778
746
  onProfile?: (id: string) => void;
779
747
  onSignUp?: (id: string) => void;
780
748
  onClose: () => void;
749
+ isClient?: boolean;
781
750
  };
782
- declare const SpecialistInfoModal: FC<SpecialistInfoModalProps>;
751
+ declare const UserInfoModal: FC<UserInfoModalProps>;
783
752
 
784
753
  declare type CancelSessionProps = {
785
754
  name: string;
@@ -828,4 +797,4 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
828
797
  };
829
798
  declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "timeZone" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
830
799
 
831
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, CancelSession, _default$g as ChatListItem, _default$e as ChatListSkeleton, _default$f as ChatMessage, ChatMessageSkeleton, _default$7 as ConsultationCard, ConsultationCardDeprecated, ConsultationCardDeprecatedProps, ConsultationCardDeprecatedSkeleton, ConsultationCardProps, ConsultationCardType, _default$4 as ConsultationModal, _default$2 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, DateTimeType, DayOfWeeks, _default as DaySlider, DayToRender, _default$d as EmptyChatList, EmptyChatMessages, _default$5 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$k as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$h as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$j as PersonDateTimeCard, Range, _default$1 as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$i as SelectImpressionEmoji, _default$6 as SignUpSessionButton, _default$3 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$b as SpecialistEducationCard, SpecialistInfoModal, _default$a as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$c as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UsersPsychologistScrollList, _default$8 as VideoCallInfo, _default$9 as VideoPlayer, YourLocalTimeBlock, toast };
800
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, Button, CancelSession, _default$g as ChatListItem, _default$e as ChatListSkeleton, _default$f as ChatMessage, ChatMessageSkeleton, _default$7 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$4 as ConsultationModal, _default$2 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, _default as DaySlider, DayToRender, _default$d as EmptyChatList, EmptyChatMessages, _default$5 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$k as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$h as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$j as PersonDateTimeCard, Range, _default$1 as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$i as SelectImpressionEmoji, _default$6 as SignUpSessionButton, _default$3 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$b as SpecialistEducationCard, _default$a as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$c as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$8 as VideoCallInfo, _default$9 as VideoPlayer, YourLocalTimeBlock, toast };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.23.0",
3
+ "version": "3.24.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -1,7 +0,0 @@
1
- export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const TextInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const Photo: import("styled-components").StyledComponent<"img", any, {}, never>;
5
- export declare const DividersContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const ButtonContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,31 +0,0 @@
1
- import React from 'react';
2
- import '../Theme/global.css';
3
- export declare enum DayOfWeeks {
4
- 'Понеділок' = 1,
5
- 'Вівторок' = 2,
6
- 'Середа' = 3,
7
- 'Четверг' = 4,
8
- "П'ятниця" = 5,
9
- 'Субота' = 6,
10
- 'Неділя' = 7
11
- }
12
- export declare type DateTimeType = {
13
- _nanoseconds: number;
14
- _seconds: number;
15
- };
16
- export interface ConsultationCardDeprecatedProps {
17
- startConsultation: (props?: React.SyntheticEvent) => void;
18
- handleReschedule: (props?: React.SyntheticEvent) => void;
19
- handleRefund: (props?: React.SyntheticEvent) => void;
20
- handleNotes?: (props?: React.SyntheticEvent) => void;
21
- consultationWith: string;
22
- consultationTime: DateTimeType;
23
- userTimeZone: string;
24
- avatar: string;
25
- autorecord?: boolean;
26
- ['data-container-testid']?: string;
27
- ['data-start-testid']?: string;
28
- ['data-reschedule-testid']?: string;
29
- ['data-refund-testid']?: string;
30
- }
31
- export declare const ConsultationCardDeprecated: React.FC<ConsultationCardDeprecatedProps>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ConsultationCardDeprecatedSkeleton: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from './ConsultationCardDeprecated';
2
- export * from './ConsultationCardDeprecatedSkeleton';
@@ -1 +0,0 @@
1
- export { default } from './SpecialistInfoModal';
@@ -1,7 +0,0 @@
1
- export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const TextInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const Photo: import("styled-components").StyledComponent<"img", any, {}, never>;
5
- export declare const DividersContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const ButtonContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,31 +0,0 @@
1
- import React from 'react';
2
- import '../Theme/global.css';
3
- export declare enum DayOfWeeks {
4
- 'Понеділок' = 1,
5
- 'Вівторок' = 2,
6
- 'Середа' = 3,
7
- 'Четверг' = 4,
8
- "П'ятниця" = 5,
9
- 'Субота' = 6,
10
- 'Неділя' = 7
11
- }
12
- export declare type DateTimeType = {
13
- _nanoseconds: number;
14
- _seconds: number;
15
- };
16
- export interface ConsultationCardDeprecatedProps {
17
- startConsultation: (props?: React.SyntheticEvent) => void;
18
- handleReschedule: (props?: React.SyntheticEvent) => void;
19
- handleRefund: (props?: React.SyntheticEvent) => void;
20
- handleNotes?: (props?: React.SyntheticEvent) => void;
21
- consultationWith: string;
22
- consultationTime: DateTimeType;
23
- userTimeZone: string;
24
- avatar: string;
25
- autorecord?: boolean;
26
- ['data-container-testid']?: string;
27
- ['data-start-testid']?: string;
28
- ['data-reschedule-testid']?: string;
29
- ['data-refund-testid']?: string;
30
- }
31
- export declare const ConsultationCardDeprecated: React.FC<ConsultationCardDeprecatedProps>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ConsultationCardDeprecatedSkeleton: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from './ConsultationCardDeprecated';
2
- export * from './ConsultationCardDeprecatedSkeleton';
@@ -1 +0,0 @@
1
- export { default } from './SpecialistInfoModal';