@mindly/ui-components 3.25.0 → 3.26.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 (84) hide show
  1. package/dist/cjs/index.js +45 -45
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/deprecated/SpecialistAbout/SpecialistAbout.d.ts +11 -0
  4. package/dist/cjs/types/{lib → deprecated}/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +1 -1
  5. package/dist/{esm/types/lib → cjs/types/deprecated}/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +3 -0
  6. package/dist/{esm/types/lib → cjs/types/deprecated}/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +3 -1
  7. package/dist/cjs/types/index.d.ts +18 -10
  8. package/dist/cjs/types/lib/SpecialistProfile/EducationCard/index.d.ts +1 -0
  9. package/dist/cjs/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +8 -0
  10. package/dist/cjs/types/lib/SpecialistProfile/ProfileView/ProfileView.style.d.ts +1 -0
  11. package/dist/cjs/types/lib/SpecialistProfile/ProfileView/index.d.ts +1 -0
  12. package/dist/cjs/types/lib/SpecialistProfile/StatisticsScroll/StatisticsScroll.d.ts +12 -0
  13. package/dist/cjs/types/lib/SpecialistProfile/StatisticsScroll/StatisticsScroll.style.d.ts +7 -0
  14. package/dist/cjs/types/lib/SpecialistProfile/StatisticsScroll/index.d.ts +1 -0
  15. package/dist/cjs/types/lib/SpecialistProfile/WorkDirections/WorkDirections.d.ts +8 -0
  16. package/dist/cjs/types/lib/SpecialistProfile/WorkDirections/index.d.ts +1 -0
  17. package/dist/cjs/types/lib/Tag/Tag.d.ts +1 -4
  18. package/dist/cjs/types/lib/Tag/Tag.style.d.ts +1 -5
  19. package/dist/cjs/types/lib/UpdatesCard/UpdatesCard.styled.d.ts +2 -0
  20. package/dist/esm/index.js +24 -24
  21. package/dist/esm/index.js.map +1 -1
  22. package/dist/esm/types/deprecated/SpecialistAbout/SpecialistAbout.d.ts +11 -0
  23. package/dist/esm/types/deprecated/SpecialistAbout/SpecialistAbout.style.d.ts +1 -0
  24. package/dist/esm/types/deprecated/SpecialistAbout/index.d.ts +1 -0
  25. package/dist/esm/types/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +3 -0
  26. package/dist/esm/types/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +12 -0
  27. package/dist/esm/types/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +6 -0
  28. package/dist/esm/types/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +3 -0
  29. package/dist/esm/types/{lib → deprecated}/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +1 -1
  30. package/dist/{cjs/types/lib → esm/types/deprecated}/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +3 -0
  31. package/dist/esm/types/deprecated/SpecialistStatisticsCard/utils.d.ts +1 -0
  32. package/dist/{cjs/types/lib → esm/types/deprecated}/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +3 -1
  33. package/dist/esm/types/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +2 -0
  34. package/dist/esm/types/index.d.ts +18 -10
  35. package/dist/esm/types/lib/SpecialistProfile/EducationCard/EducationCard.d.ts +12 -0
  36. package/dist/esm/types/lib/SpecialistProfile/EducationCard/EducationCard.style.d.ts +6 -0
  37. package/dist/esm/types/lib/SpecialistProfile/EducationCard/EmptyInstitutionLogo.d.ts +3 -0
  38. package/dist/esm/types/lib/SpecialistProfile/EducationCard/index.d.ts +1 -0
  39. package/dist/esm/types/lib/SpecialistProfile/ProfileView/PlayVideoIcon/PlayVideoIcon.d.ts +3 -0
  40. package/dist/esm/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +8 -0
  41. package/dist/esm/types/lib/SpecialistProfile/ProfileView/ProfileView.style.d.ts +1 -0
  42. package/dist/esm/types/lib/SpecialistProfile/ProfileView/index.d.ts +1 -0
  43. package/dist/esm/types/lib/SpecialistProfile/SpecialistAbout/SpecialistAbout.style.d.ts +1 -0
  44. package/dist/esm/types/lib/SpecialistProfile/SpecialistAbout/index.d.ts +1 -0
  45. package/dist/esm/types/lib/SpecialistProfile/StatisticsScroll/StatisticsScroll.d.ts +12 -0
  46. package/dist/esm/types/lib/SpecialistProfile/StatisticsScroll/StatisticsScroll.style.d.ts +7 -0
  47. package/dist/esm/types/lib/SpecialistProfile/StatisticsScroll/index.d.ts +1 -0
  48. package/dist/esm/types/lib/SpecialistProfile/StatisticsScroll/utils.d.ts +1 -0
  49. package/dist/esm/types/lib/SpecialistProfile/WorkDirections/WorkDirections.d.ts +8 -0
  50. package/dist/esm/types/lib/SpecialistProfile/WorkDirections/WorkDirections.style.d.ts +2 -0
  51. package/dist/esm/types/lib/SpecialistProfile/WorkDirections/index.d.ts +1 -0
  52. package/dist/esm/types/lib/Tag/Tag.d.ts +1 -4
  53. package/dist/esm/types/lib/Tag/Tag.style.d.ts +1 -5
  54. package/dist/esm/types/lib/UpdatesCard/UpdatesCard.styled.d.ts +2 -0
  55. package/dist/index.d.ts +78 -40
  56. package/package.json +1 -1
  57. /package/dist/cjs/types/{lib → deprecated}/SpecialistAbout/SpecialistAbout.style.d.ts +0 -0
  58. /package/dist/cjs/types/{lib → deprecated}/SpecialistAbout/index.d.ts +0 -0
  59. /package/dist/cjs/types/{lib → deprecated}/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -0
  60. /package/dist/cjs/types/{lib → deprecated}/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -0
  61. /package/dist/cjs/types/{lib → deprecated}/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -0
  62. /package/dist/cjs/types/{lib → deprecated}/SpecialistEducationCard/index.d.ts +0 -0
  63. /package/dist/cjs/types/{lib → deprecated}/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -0
  64. /package/dist/cjs/types/{lib → deprecated}/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -0
  65. /package/dist/cjs/types/{lib → deprecated}/SpecialistProfileViewCard/index.d.ts +0 -0
  66. /package/dist/cjs/types/{lib → deprecated}/SpecialistStatisticsCard/index.d.ts +0 -0
  67. /package/dist/cjs/types/{lib → deprecated}/SpecialistStatisticsCard/utils.d.ts +0 -0
  68. /package/dist/cjs/types/{lib → deprecated}/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -0
  69. /package/dist/cjs/types/{lib → deprecated}/SpecialistWorkDirections/index.d.ts +0 -0
  70. /package/dist/{esm/types/lib/SpecialistEducationCard/SpecialistEducationCard.d.ts → cjs/types/lib/SpecialistProfile/EducationCard/EducationCard.d.ts} +0 -0
  71. /package/dist/{esm/types/lib/SpecialistEducationCard/SpecialistEducationCard.style.d.ts → cjs/types/lib/SpecialistProfile/EducationCard/EducationCard.style.d.ts} +0 -0
  72. /package/dist/{esm/types/lib/SpecialistEducationCard → cjs/types/lib/SpecialistProfile/EducationCard}/EmptyInstitutionLogo.d.ts +0 -0
  73. /package/dist/{esm/types/lib/SpecialistProfileViewCard → cjs/types/lib/SpecialistProfile/ProfileView}/PlayVideoIcon/PlayVideoIcon.d.ts +0 -0
  74. /package/dist/cjs/types/lib/{SpecialistAbout → SpecialistProfile/SpecialistAbout}/SpecialistAbout.d.ts +0 -0
  75. /package/dist/{esm/types/lib → cjs/types/lib/SpecialistProfile}/SpecialistAbout/SpecialistAbout.style.d.ts +0 -0
  76. /package/dist/{esm/types/lib → cjs/types/lib/SpecialistProfile}/SpecialistAbout/index.d.ts +0 -0
  77. /package/dist/{esm/types/lib/SpecialistStatisticsCard → cjs/types/lib/SpecialistProfile/StatisticsScroll}/utils.d.ts +0 -0
  78. /package/dist/{esm/types/lib/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts → cjs/types/lib/SpecialistProfile/WorkDirections/WorkDirections.style.d.ts} +0 -0
  79. /package/dist/esm/types/{lib → deprecated}/SpecialistEducationCard/index.d.ts +0 -0
  80. /package/dist/esm/types/{lib → deprecated}/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -0
  81. /package/dist/esm/types/{lib → deprecated}/SpecialistProfileViewCard/index.d.ts +0 -0
  82. /package/dist/esm/types/{lib → deprecated}/SpecialistStatisticsCard/index.d.ts +0 -0
  83. /package/dist/esm/types/{lib → deprecated}/SpecialistWorkDirections/index.d.ts +0 -0
  84. /package/dist/esm/types/lib/{SpecialistAbout → SpecialistProfile/SpecialistAbout}/SpecialistAbout.d.ts +0 -0
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare type SpecialistAboutProps = {
3
+ text?: string;
4
+ limit?: number;
5
+ showLoading?: boolean;
6
+ };
7
+ /**
8
+ * @deprecated
9
+ */
10
+ declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
11
+ export default SpecialistAbout;
@@ -0,0 +1 @@
1
+ export declare const StyleAboutSpecialistContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './SpecialistAbout';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const EmptyInstitutionLogo: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default EmptyInstitutionLogo;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare type SpecialistEducationCardProps = {
3
+ institutionName?: string;
4
+ institutionLogoLink?: string | null;
5
+ onClickSeeMoreButton?: () => void;
6
+ faculty?: string | null;
7
+ yearStart?: number | null;
8
+ yearEnd?: number | null;
9
+ showLoader?: boolean;
10
+ };
11
+ declare const _default: React.NamedExoticComponent<SpecialistEducationCardProps>;
12
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare type StyledSpecialistEducationCardProps = {
2
+ isNeedHoverEffect?: boolean;
3
+ };
4
+ export declare const StyledSpecialistEducationCard: import("styled-components").StyledComponent<"div", any, StyledSpecialistEducationCardProps, never>;
5
+ export declare const StyledInstitutionTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export {};
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PlayVideoIcon: React.FC;
3
+ export default PlayVideoIcon;
@@ -4,7 +4,7 @@ declare type StyledProfileViewImageProps = {
4
4
  isNeedPlayButton?: boolean;
5
5
  };
6
6
  export declare const StyledProfileViewImageContainer: import("styled-components").StyledComponent<"div", any, StyledProfileViewImageProps, never>;
7
- export declare const StyledProfileViewImage: import("styled-components").StyledComponent<import("react").FC<import("../Avatar").AvatarProps>, any, StyledProfileViewImageProps, never>;
7
+ export declare const StyledProfileViewImage: import("styled-components").StyledComponent<import("react").FC<import("../../lib/Avatar").AvatarProps>, any, StyledProfileViewImageProps, never>;
8
8
  export declare const StyledPlayIcon: import("styled-components").StyledComponent<import("react").FC<{}>, any, {}, never>;
9
9
  export declare const StyledInfoBlockContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
10
10
  export declare const StyledInfoBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -4,5 +4,8 @@ export declare type SpecialistStatisticsCardProps = {
4
4
  sessionsCount?: number;
5
5
  showLoader?: boolean;
6
6
  };
7
+ /**
8
+ * @deprecated
9
+ */
7
10
  declare const SpecialistStatisticsCard: React.FC<SpecialistStatisticsCardProps>;
8
11
  export default SpecialistStatisticsCard;
@@ -0,0 +1 @@
1
+ export declare const sessionCountDeclension: (sessionCount: number) => "сесію" | "сесії" | "сесій";
@@ -3,7 +3,9 @@ export declare type SpecialistWorkDirectionsPropsType = {
3
3
  workDirections?: string[] | [];
4
4
  limit?: number;
5
5
  showLoader?: boolean;
6
- color?: string;
7
6
  };
7
+ /**
8
+ * @deprecated
9
+ */
8
10
  declare const SpecialistWorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
9
11
  export default SpecialistWorkDirections;
@@ -0,0 +1,2 @@
1
+ export declare const StyledWorkDirectionContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const StyledWorkDirectionsTagsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -72,16 +72,14 @@ export { default as SectionHeading } from './lib/SectionHeading';
72
72
  export * from './lib/SectionHeading';
73
73
  export { default as Skeleton } from './lib/Skeleton';
74
74
  export * from './lib/Skeleton';
75
- export { default as SpecialistAbout } from './lib/SpecialistAbout';
76
- export * from './lib/SpecialistAbout';
77
- export { default as SpecialistEducationCard } from './lib/SpecialistEducationCard';
78
- export * from './lib/SpecialistEducationCard';
79
- export { default as SpecialistProfileViewCard } from './lib/SpecialistProfileViewCard';
80
- export * from './lib/SpecialistProfileViewCard';
81
- export { default as SpecialistStatisticsCard } from './lib/SpecialistStatisticsCard';
82
- export * from './lib/SpecialistStatisticsCard';
83
- export { default as SpecialistWorkDirections } from './lib/SpecialistWorkDirections';
84
- export * from './lib/SpecialistWorkDirections';
75
+ export { default as SpecialistEducationCard } from './deprecated/SpecialistEducationCard';
76
+ export * from './deprecated/SpecialistEducationCard';
77
+ export { default as SpecialistProfileViewCard } from './deprecated/SpecialistProfileViewCard';
78
+ export * from './deprecated/SpecialistProfileViewCard';
79
+ export { default as SpecialistStatisticsCard } from './deprecated/SpecialistStatisticsCard';
80
+ export * from './deprecated/SpecialistStatisticsCard';
81
+ export { default as SpecialistWorkDirections } from './deprecated/SpecialistWorkDirections';
82
+ export * from './deprecated/SpecialistWorkDirections';
85
83
  export { default as Tag } from './lib/Tag';
86
84
  export * from './lib/Tag';
87
85
  export { default as AppFooter } from './lib/AppFooter';
@@ -116,6 +114,16 @@ export { default as TooltipComponent } from './lib/TooltipComponent';
116
114
  export * from './lib/TooltipComponent';
117
115
  export { default as DaySlider } from './lib/DaySlider';
118
116
  export * from './lib/DaySlider';
117
+ export { default as WorkDirections } from './lib/SpecialistProfile/WorkDirections';
118
+ export * from './lib/SpecialistProfile/WorkDirections';
119
+ export { default as ProfileView } from './lib/SpecialistProfile/ProfileView';
120
+ export * from './lib/SpecialistProfile/ProfileView';
121
+ export { default as SpecialistAbout } from './lib/SpecialistProfile/SpecialistAbout';
122
+ export * from './lib/SpecialistProfile/SpecialistAbout';
123
+ export { default as EducationCard } from './lib/SpecialistProfile/EducationCard';
124
+ export * from './lib/SpecialistProfile/EducationCard';
125
+ export { default as StatisticsScroll } from './lib/SpecialistProfile/StatisticsScroll';
126
+ export * from './lib/SpecialistProfile/StatisticsScroll';
119
127
  export { decOfNum } from './lib/Consultations/utils';
120
128
  export { default as BookingScheduleTime } from './lib/Booking/BookingScheduleTime';
121
129
  export * from './lib/Booking/BookingScheduleTime';
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare type SpecialistEducationCardProps = {
3
+ institutionName?: string;
4
+ institutionLogoLink?: string | null;
5
+ onClickSeeMoreButton?: () => void;
6
+ faculty?: string | null;
7
+ yearStart?: number | null;
8
+ yearEnd?: number | null;
9
+ showLoader?: boolean;
10
+ };
11
+ declare const _default: React.NamedExoticComponent<SpecialistEducationCardProps>;
12
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare type StyledSpecialistEducationCardProps = {
2
+ isNeedHoverEffect?: boolean;
3
+ };
4
+ export declare const StyledSpecialistEducationCard: import("styled-components").StyledComponent<"div", any, StyledSpecialistEducationCardProps, never>;
5
+ export declare const StyledInstitutionTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export {};
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const EmptyInstitutionLogo: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default EmptyInstitutionLogo;
@@ -0,0 +1 @@
1
+ export { default } from './EducationCard';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const PlayVideoIcon: React.FC;
3
+ export default PlayVideoIcon;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare type SpecialistProfileViewCardProps = {
3
+ videoLink?: string;
4
+ fallbackImage?: string;
5
+ specialistName?: string;
6
+ };
7
+ declare const _default: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
8
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const VideoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './ProfileView';
@@ -0,0 +1 @@
1
+ export declare const StyleAboutSpecialistContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './SpecialistAbout';
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare type SpecialistStatisticsCardProps = {
3
+ activeClients?: number;
4
+ sessionsCount?: number;
5
+ showLoader?: boolean;
6
+ priceUAH?: number;
7
+ hoursOfPractice?: number;
8
+ yearOfExperience?: number;
9
+ sessionDuration?: number;
10
+ };
11
+ declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
12
+ export default StatisticsScroll;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare const StyleSpecialistStatisticsContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSlides & Pick<import("react").HTMLAttributes<HTMLIonSlidesElement>, "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<HTMLIonSlidesElement>>, any, {}, never>;
3
+ declare type StyledContainerItemProps = {
4
+ widthInPx?: number;
5
+ };
6
+ export declare const StyledContainerItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSlide & Pick<import("react").HTMLAttributes<HTMLIonSlideElement>, "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<HTMLIonSlideElement>>, any, StyledContainerItemProps, never>;
7
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './StatisticsScroll';
@@ -0,0 +1 @@
1
+ export declare const sessionCountDeclension: (sessionCount: number) => "сесію" | "сесії" | "сесій";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export declare type SpecialistWorkDirectionsPropsType = {
3
+ workDirections?: string[] | [];
4
+ limit?: number;
5
+ showLoader?: boolean;
6
+ };
7
+ declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
8
+ export default WorkDirections;
@@ -0,0 +1,2 @@
1
+ export declare const StyledWorkDirectionContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const StyledWorkDirectionsTagsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './WorkDirections';
@@ -1,6 +1,3 @@
1
1
  import React from 'react';
2
- declare type TagProps = {
3
- borderColor?: string;
4
- };
5
- declare const Tag: React.FC<TagProps>;
2
+ declare const Tag: React.FC;
6
3
  export default Tag;
@@ -1,5 +1 @@
1
- declare type SpecialistProfileTagsContainerProps = {
2
- borderColor?: string;
3
- };
4
- export declare const TagContainer: import("styled-components").StyledComponent<"div", any, SpecialistProfileTagsContainerProps, never>;
5
- export {};
1
+ export declare const TagContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ export declare const StyledUpdatePopupContent: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const StyledUpdatePopupTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
package/dist/index.d.ts CHANGED
@@ -203,7 +203,7 @@ declare type LetterAvatarProps = {
203
203
  fontSize?: number;
204
204
  onClick?: () => void;
205
205
  };
206
- declare const _default$m: React.NamedExoticComponent<LetterAvatarProps>;
206
+ declare const _default$o: React.NamedExoticComponent<LetterAvatarProps>;
207
207
 
208
208
  declare type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
209
209
  onErrorContent: React.ReactElement;
@@ -215,7 +215,7 @@ declare type PersonDateTimeCardProps = {
215
215
  name: string;
216
216
  dateTime: Date;
217
217
  };
218
- declare const _default$l: React.NamedExoticComponent<PersonDateTimeCardProps>;
218
+ declare const _default$n: React.NamedExoticComponent<PersonDateTimeCardProps>;
219
219
 
220
220
  declare type PsychologistProfileType = {
221
221
  id: string;
@@ -398,7 +398,7 @@ declare type SelectImpressionEmojiProps = {
398
398
  onChange?: (val: ImpressionEmojiEnum) => void;
399
399
  };
400
400
 
401
- declare const _default$k: React.NamedExoticComponent<SelectImpressionEmojiProps>;
401
+ declare const _default$m: React.NamedExoticComponent<SelectImpressionEmojiProps>;
402
402
 
403
403
  interface FooterForBookingProps {
404
404
  eventHandler: (props?: React.SyntheticEvent) => void;
@@ -427,7 +427,7 @@ declare type MediaPlayerProps = {
427
427
  showControls: boolean;
428
428
  isScreenSharing?: boolean;
429
429
  } & HTMLAttributes<HTMLDivElement>;
430
- declare const _default$j: React.NamedExoticComponent<MediaPlayerProps>;
430
+ declare const _default$l: React.NamedExoticComponent<MediaPlayerProps>;
431
431
 
432
432
  declare type RoundButtonPropsType = {
433
433
  disabled?: boolean;
@@ -452,7 +452,7 @@ declare type ChatListItemProps = {
452
452
  timeZone?: string;
453
453
  lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
454
454
  };
455
- declare const _default$i: React.NamedExoticComponent<ChatListItemProps>;
455
+ declare const _default$k: React.NamedExoticComponent<ChatListItemProps>;
456
456
 
457
457
  declare type ChatMessageProps = {
458
458
  message: string | File;
@@ -469,11 +469,11 @@ declare type ChatMessageProps = {
469
469
  height?: number;
470
470
  };
471
471
  };
472
- declare const _default$h: React.NamedExoticComponent<ChatMessageProps>;
472
+ declare const _default$j: React.NamedExoticComponent<ChatMessageProps>;
473
473
 
474
474
  declare const ChatMessageSkeleton: () => JSX.Element;
475
475
 
476
- declare const _default$g: React.MemoExoticComponent<() => JSX.Element>;
476
+ declare const _default$i: React.MemoExoticComponent<() => JSX.Element>;
477
477
 
478
478
  declare type EmptyChatList = {
479
479
  title?: string;
@@ -483,7 +483,7 @@ declare type EmptyChatList = {
483
483
  onClick?: () => void;
484
484
  };
485
485
  declare const EmptyChatList: FC<EmptyChatList>;
486
- declare const _default$f: React.NamedExoticComponent<EmptyChatList>;
486
+ declare const _default$h: React.NamedExoticComponent<EmptyChatList>;
487
487
 
488
488
  declare type EmptyChatMessagesProps = {
489
489
  title?: string;
@@ -507,7 +507,7 @@ declare type TextareaProps = {
507
507
  onError?: (message: string) => void;
508
508
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
509
509
  };
510
- declare const _default$e: React.NamedExoticComponent<TextareaProps>;
510
+ declare const _default$g: React.NamedExoticComponent<TextareaProps>;
511
511
 
512
512
  declare type LouseConnectProps = {
513
513
  onClick?: () => void;
@@ -572,14 +572,7 @@ declare type SkeletonProps = {
572
572
  } & Omit<JSX$1.IonSkeletonText, 'animated'>;
573
573
  declare const Skeleton: React.FC<SkeletonProps>;
574
574
 
575
- declare type SpecialistAboutProps = {
576
- text?: string;
577
- limit?: number;
578
- showLoading?: boolean;
579
- };
580
- declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
581
-
582
- declare type SpecialistEducationCardProps = {
575
+ declare type SpecialistEducationCardProps$1 = {
583
576
  institutionName?: string;
584
577
  institutionLogoLink?: string | null;
585
578
  onClickSeeMoreButton?: () => void;
@@ -588,9 +581,9 @@ declare type SpecialistEducationCardProps = {
588
581
  yearEnd?: number | null;
589
582
  showLoader?: boolean;
590
583
  };
591
- declare const _default$d: React.NamedExoticComponent<SpecialistEducationCardProps>;
584
+ declare const _default$f: React.NamedExoticComponent<SpecialistEducationCardProps$1>;
592
585
 
593
- declare type SpecialistProfileViewCardProps = {
586
+ declare type SpecialistProfileViewCardProps$1 = {
594
587
  avatarLink?: string | null;
595
588
  specialistName?: string | null;
596
589
  specialization?: string | null;
@@ -601,27 +594,29 @@ declare type SpecialistProfileViewCardProps = {
601
594
  videoLinkUrl?: string | null;
602
595
  showLoader?: boolean;
603
596
  } & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
604
- declare const _default$c: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
597
+ declare const _default$e: React.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
605
598
 
606
- declare type SpecialistStatisticsCardProps = {
599
+ declare type SpecialistStatisticsCardProps$1 = {
607
600
  activeClients?: number;
608
601
  sessionsCount?: number;
609
602
  showLoader?: boolean;
610
603
  };
611
- declare const SpecialistStatisticsCard: React.FC<SpecialistStatisticsCardProps>;
604
+ /**
605
+ * @deprecated
606
+ */
607
+ declare const SpecialistStatisticsCard: React.FC<SpecialistStatisticsCardProps$1>;
612
608
 
613
- declare type SpecialistWorkDirectionsPropsType = {
609
+ declare type SpecialistWorkDirectionsPropsType$1 = {
614
610
  workDirections?: string[] | [];
615
611
  limit?: number;
616
612
  showLoader?: boolean;
617
- color?: string;
618
613
  };
619
- declare const SpecialistWorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
614
+ /**
615
+ * @deprecated
616
+ */
617
+ declare const SpecialistWorkDirections: React.FC<SpecialistWorkDirectionsPropsType$1>;
620
618
 
621
- declare type TagProps = {
622
- borderColor?: string;
623
- };
624
- declare const Tag: React.FC<TagProps>;
619
+ declare const Tag: React.FC;
625
620
 
626
621
  declare type AppFooterProps = {
627
622
  fullwidth?: boolean;
@@ -635,7 +630,7 @@ declare type VideoPlayerProps = {
635
630
  closeModalHandler?: () => void;
636
631
  onErrorContent: React.ReactElement;
637
632
  } & JSX$1.IonModal;
638
- declare const _default$b: React.NamedExoticComponent<VideoPlayerProps>;
633
+ declare const _default$d: React.NamedExoticComponent<VideoPlayerProps>;
639
634
 
640
635
  declare type NotSupportModalProps = {
641
636
  closeModal?: () => void;
@@ -656,7 +651,7 @@ declare type VideoCallInfoProps = {
656
651
  userInfo: UserInfo;
657
652
  consultationDate?: number;
658
653
  };
659
- declare const _default$a: React.NamedExoticComponent<VideoCallInfoProps>;
654
+ declare const _default$c: React.NamedExoticComponent<VideoCallInfoProps>;
660
655
 
661
656
  declare enum ConsultationCardType {
662
657
  FEATURE = "feature",
@@ -675,14 +670,14 @@ declare type ConsultationCardProps = {
675
670
  onVideoCall?: (sessionId: string) => void;
676
671
  };
677
672
 
678
- declare const _default$9: React.NamedExoticComponent<ConsultationCardProps>;
673
+ declare const _default$b: React.NamedExoticComponent<ConsultationCardProps>;
679
674
 
680
675
  declare type SignUpSessionButtonProps = {
681
676
  label: string;
682
677
  isLoading?: boolean;
683
678
  onClick?: () => void;
684
679
  };
685
- declare const _default$8: React.NamedExoticComponent<SignUpSessionButtonProps>;
680
+ declare const _default$a: React.NamedExoticComponent<SignUpSessionButtonProps>;
686
681
 
687
682
  declare type EmptyConsultationsProps = {
688
683
  title: string;
@@ -690,7 +685,7 @@ declare type EmptyConsultationsProps = {
690
685
  buttonLabel?: string;
691
686
  onClick?: () => void;
692
687
  };
693
- declare const _default$7: React.NamedExoticComponent<EmptyConsultationsProps>;
688
+ declare const _default$9: React.NamedExoticComponent<EmptyConsultationsProps>;
694
689
 
695
690
  declare type ConsultationModalProps = {
696
691
  isOpen: boolean;
@@ -708,7 +703,7 @@ declare type ConsultationModalProps = {
708
703
  onReschedule?: (sessionId: string) => void;
709
704
  onModalClose?: () => void;
710
705
  };
711
- declare const _default$6: React.NamedExoticComponent<ConsultationModalProps>;
706
+ declare const _default$8: React.NamedExoticComponent<ConsultationModalProps>;
712
707
 
713
708
  declare type SpecialistData = {
714
709
  id: string;
@@ -723,7 +718,7 @@ declare type SignUpSessionModalProps = {
723
718
  onCancel?: () => void;
724
719
  viewportHeight: number;
725
720
  };
726
- declare const _default$5: React.NamedExoticComponent<SignUpSessionModalProps>;
721
+ declare const _default$7: React.NamedExoticComponent<SignUpSessionModalProps>;
727
722
 
728
723
  declare type ConsultationSpecialistCardProps = {
729
724
  id: string;
@@ -733,7 +728,7 @@ declare type ConsultationSpecialistCardProps = {
733
728
  onClick?: (id: string) => void;
734
729
  onSignUp?: (id: string) => void;
735
730
  };
736
- declare const _default$4: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
731
+ declare const _default$6: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
737
732
 
738
733
  declare type UserInfoModalProps = {
739
734
  isOpen: boolean;
@@ -770,7 +765,7 @@ declare type ReScheduleProps = {
770
765
  onSubmit?: (message: string) => void;
771
766
  isLoading?: boolean;
772
767
  };
773
- declare const _default$3: React.NamedExoticComponent<ReScheduleProps>;
768
+ declare const _default$5: React.NamedExoticComponent<ReScheduleProps>;
774
769
 
775
770
  declare type ReScheduleSuccessProps = {
776
771
  name: string;
@@ -795,7 +790,50 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
795
790
  timeZone?: string;
796
791
  onDayClick?: (i: number, item: number) => void;
797
792
  };
798
- declare const _default$2: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "timeZone" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
793
+ declare const _default$4: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "timeZone" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
794
+
795
+ declare type SpecialistWorkDirectionsPropsType = {
796
+ workDirections?: string[] | [];
797
+ limit?: number;
798
+ showLoader?: boolean;
799
+ };
800
+ declare const WorkDirections: React.FC<SpecialistWorkDirectionsPropsType>;
801
+
802
+ declare type SpecialistProfileViewCardProps = {
803
+ videoLink?: string;
804
+ fallbackImage?: string;
805
+ specialistName?: string;
806
+ };
807
+ declare const _default$3: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
808
+
809
+ declare type SpecialistAboutProps = {
810
+ text?: string;
811
+ limit?: number;
812
+ showLoading?: boolean;
813
+ };
814
+ declare const SpecialistAbout: React.FC<SpecialistAboutProps>;
815
+
816
+ declare type SpecialistEducationCardProps = {
817
+ institutionName?: string;
818
+ institutionLogoLink?: string | null;
819
+ onClickSeeMoreButton?: () => void;
820
+ faculty?: string | null;
821
+ yearStart?: number | null;
822
+ yearEnd?: number | null;
823
+ showLoader?: boolean;
824
+ };
825
+ declare const _default$2: React.NamedExoticComponent<SpecialistEducationCardProps>;
826
+
827
+ declare type SpecialistStatisticsCardProps = {
828
+ activeClients?: number;
829
+ sessionsCount?: number;
830
+ showLoader?: boolean;
831
+ priceUAH?: number;
832
+ hoursOfPractice?: number;
833
+ yearOfExperience?: number;
834
+ sessionDuration?: number;
835
+ };
836
+ declare const StatisticsScroll: React.FC<SpecialistStatisticsCardProps>;
799
837
 
800
838
  declare const decOfNum: (number: number, titles: string[]) => string;
801
839
 
@@ -815,4 +853,4 @@ declare type BookingSpecialistInfoProps = {
815
853
  };
816
854
  declare const _default: React.NamedExoticComponent<BookingSpecialistInfoProps>;
817
855
 
818
- export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$1 as BookingScheduleTime, _default as BookingSpecialistInfo, Button, CancelSession, _default$i as ChatListItem, _default$g as ChatListSkeleton, _default$h as ChatMessage, ChatMessageSkeleton, _default$9 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$6 as ConsultationModal, _default$4 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, _default$2 as DaySlider, DayToRender, _default$f as EmptyChatList, EmptyChatMessages, _default$7 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$m as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$j as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$l as PersonDateTimeCard, Range, _default$3 as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$k as SelectImpressionEmoji, _default$8 as SignUpSessionButton, _default$5 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$d as SpecialistEducationCard, _default$c as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$e as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$a as VideoCallInfo, _default$b as VideoPlayer, YourLocalTimeBlock, decOfNum, toast };
856
+ export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$1 as BookingScheduleTime, _default as BookingSpecialistInfo, Button, CancelSession, _default$k as ChatListItem, _default$i as ChatListSkeleton, _default$j as ChatMessage, ChatMessageSkeleton, _default$b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$8 as ConsultationModal, _default$6 as ConsultationSpecialistCard, Container, ContentCard, DatePicker, _default$4 as DaySlider, DayToRender, _default$2 as EducationCard, _default$h as EmptyChatList, EmptyChatMessages, _default$9 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageWithFallback, ImpressionEmojiEnum, Input, _default$o as LetterAvatar, ListButton, ListSelect, LouseConnect, _default$l as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, _default$n as PersonDateTimeCard, _default$3 as ProfileView, Range, _default$5 as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$m as SelectImpressionEmoji, _default$a as SignUpSessionButton, _default$7 as SignUpSessionModal, Skeleton, SpecialistAbout, _default$f as SpecialistEducationCard, _default$e as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$g as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$c as VideoCallInfo, _default$d 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.25.0",
3
+ "version": "3.26.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",