@mindly/ui-components 3.25.0 → 3.26.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 (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 +6 -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 +8 -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 +6 -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 +8 -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;
@@ -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;
@@ -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;
@@ -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 @@
1
+ export { default } from './EducationCard';
@@ -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,6 @@
1
+ declare type VideoWrapperProps = {
2
+ controls?: boolean;
3
+ };
4
+ export declare const VideoWrapper: import("styled-components").StyledComponent<"div", any, VideoWrapperProps, never>;
5
+ export declare const FallbackImageWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './ProfileView';
@@ -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,8 @@
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
+ leftGap?: number;
6
+ };
7
+ 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>;
8
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './StatisticsScroll';
@@ -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 @@
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>;