@mindly/ui-components 3.54.1 → 3.55.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.
- package/dist/cjs/index.js +7 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +6 -0
- package/dist/cjs/types/lib/SpecialistCard/SpecialistCard.style.d.ts +0 -1
- package/dist/cjs/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.d.ts +10 -0
- package/dist/cjs/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.style.d.ts +3 -0
- package/dist/cjs/types/lib/SpecialistProfile/ProfileInformation/index.d.ts +1 -0
- package/dist/cjs/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +2 -1
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistAbout/SpecialistAbout.d.ts +2 -2
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.d.ts +13 -0
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +5 -0
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistMatch/index.d.ts +1 -0
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.d.ts +17 -0
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.style.d.ts +3 -0
- package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/index.d.ts +1 -0
- package/dist/cjs/types/lib/SpecialistProfile/WorkDirections/WorkDirections.d.ts +2 -2
- package/dist/cjs/types/lib/VideoBadge/VideoBadge.d.ts +13 -0
- package/dist/cjs/types/lib/VideoBadge/VideoBadge.style.d.ts +11 -0
- package/dist/cjs/types/lib/VideoBadge/index.d.ts +1 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +6 -0
- package/dist/esm/types/lib/SpecialistCard/SpecialistCard.style.d.ts +0 -1
- package/dist/esm/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.d.ts +10 -0
- package/dist/esm/types/lib/SpecialistProfile/ProfileInformation/ProfileInformation.style.d.ts +3 -0
- package/dist/esm/types/lib/SpecialistProfile/ProfileInformation/index.d.ts +1 -0
- package/dist/esm/types/lib/SpecialistProfile/ProfileView/ProfileView.d.ts +2 -1
- package/dist/esm/types/lib/SpecialistProfile/SpecialistAbout/SpecialistAbout.d.ts +2 -2
- package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.d.ts +13 -0
- package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +5 -0
- package/dist/esm/types/lib/SpecialistProfile/SpecialistMatch/index.d.ts +1 -0
- package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.d.ts +17 -0
- package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.style.d.ts +3 -0
- package/dist/esm/types/lib/SpecialistProfile/SpecialistStatistic/index.d.ts +1 -0
- package/dist/esm/types/lib/SpecialistProfile/WorkDirections/WorkDirections.d.ts +2 -2
- package/dist/esm/types/lib/VideoBadge/VideoBadge.d.ts +13 -0
- package/dist/esm/types/lib/VideoBadge/VideoBadge.style.d.ts +11 -0
- package/dist/esm/types/lib/VideoBadge/index.d.ts +1 -0
- package/dist/index.d.ts +75 -37
- package/package.json +1 -1
|
@@ -163,3 +163,9 @@ export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLa
|
|
|
163
163
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
|
164
164
|
export { default as ChangeLangModal } from './lib/ChangeLangModal';
|
|
165
165
|
export * from './lib/ChangeLangModal';
|
|
166
|
+
export { default as ProfileInformation } from './lib/SpecialistProfile/ProfileInformation';
|
|
167
|
+
export * from './lib/SpecialistProfile/ProfileInformation';
|
|
168
|
+
export { default as SpecialistMatch } from './lib/SpecialistProfile/SpecialistMatch';
|
|
169
|
+
export * from './lib/SpecialistProfile/SpecialistMatch';
|
|
170
|
+
export { default as SpecialistStatistic } from './lib/SpecialistProfile/SpecialistStatistic';
|
|
171
|
+
export * from './lib/SpecialistProfile/SpecialistStatistic';
|
|
@@ -8,7 +8,6 @@ declare type SpecialistCardContainerRowProps = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare const SpecialistCardContainerRow: import("styled-components").StyledComponent<"div", any, SpecialistCardContainerRowProps, never>;
|
|
10
10
|
export declare const CardAvatarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
-
export declare const VideoBadge: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
12
11
|
export declare const StyledCardAvatar: import("styled-components").StyledComponent<import("react").FC<import("../Avatar").AvatarProps>, any, {}, never>;
|
|
13
12
|
export declare const SpecialistMainInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
13
|
export declare const SpecialistCardSummary: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare type ProfileInformationProps = {
|
|
3
|
+
specialistAvatar: string;
|
|
4
|
+
specialistFullName: string;
|
|
5
|
+
specialistSpecialization: string;
|
|
6
|
+
countryCode: string;
|
|
7
|
+
isLoading?: boolean;
|
|
8
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
9
|
+
declare const _default: React.NamedExoticComponent<ProfileInformationProps>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const ProfileInformationContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const ProfileInformationText: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const ProfileInformationNameContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ProfileInformation';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare type SpecialistProfileViewCardProps = {
|
|
3
3
|
videoLink?: string;
|
|
4
|
-
|
|
4
|
+
videoCover?: string;
|
|
5
5
|
specialistName?: string;
|
|
6
6
|
onImageClick?: () => void;
|
|
7
7
|
isLoading?: boolean;
|
|
8
|
+
videoDurationSeconds?: number;
|
|
8
9
|
};
|
|
9
10
|
declare const _default: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
10
11
|
export default _default;
|
|
@@ -6,5 +6,5 @@ declare type SpecialistAboutProps = {
|
|
|
6
6
|
moreLabel?: string;
|
|
7
7
|
hideLabel?: string;
|
|
8
8
|
};
|
|
9
|
-
declare const
|
|
10
|
-
export default
|
|
9
|
+
declare const _default: React.NamedExoticComponent<SpecialistAboutProps>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare type SpecialistMatchProps = {
|
|
3
|
+
specialistFirstName: string;
|
|
4
|
+
percentMatch: number;
|
|
5
|
+
documentationLink?: string;
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
translations: {
|
|
8
|
+
matchYou: string;
|
|
9
|
+
howWeMatchThis: string;
|
|
10
|
+
};
|
|
11
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
12
|
+
declare const _default: React.NamedExoticComponent<SpecialistMatchProps>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SpecialistMatchContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const StyledProgressBarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const StyledProgressBarPercent: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
5
|
+
export declare const StyledProgressBar: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonProgressBar & Pick<import("react").HTMLAttributes<HTMLIonProgressBarElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonProgressBarElement>>, any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './SpecialistMatch';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare type SpecialistStatisticProps = {
|
|
3
|
+
linkToSuperSpecialistDocs: string;
|
|
4
|
+
isSuperSpecialist: boolean;
|
|
5
|
+
countConsultationFor3Days: number;
|
|
6
|
+
specialistFullName: string;
|
|
7
|
+
isLoading?: boolean;
|
|
8
|
+
translations: {
|
|
9
|
+
knowMore: string;
|
|
10
|
+
superSpecialistInfo: string;
|
|
11
|
+
superSpecialist: string;
|
|
12
|
+
popularSpecialist: string;
|
|
13
|
+
sessions: string[];
|
|
14
|
+
};
|
|
15
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
16
|
+
declare const _default: React.NamedExoticComponent<SpecialistStatisticProps>;
|
|
17
|
+
export default _default;
|
package/dist/cjs/types/lib/SpecialistProfile/SpecialistStatistic/SpecialistStatistic.style.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const SpecialistStatisticContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const SpecialistStatisticRow: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const StyledTextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './SpecialistStatistic';
|
|
@@ -6,5 +6,5 @@ export declare type SpecialistWorkDirectionsPropsType = {
|
|
|
6
6
|
moreLabel?: string;
|
|
7
7
|
hideLabel?: string;
|
|
8
8
|
};
|
|
9
|
-
declare const
|
|
10
|
-
export default
|
|
9
|
+
declare const _default: React.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare type VideoBadgeProps = {
|
|
3
|
+
videoDurationSeconds: number;
|
|
4
|
+
widthPx?: number;
|
|
5
|
+
heightPx?: number;
|
|
6
|
+
positionRight?: number;
|
|
7
|
+
positionLeft?: number;
|
|
8
|
+
positionTop?: number;
|
|
9
|
+
positionBottom?: number;
|
|
10
|
+
fontSizePx?: number;
|
|
11
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
12
|
+
declare const VideoBadge: React.FC<VideoBadgeProps>;
|
|
13
|
+
export default VideoBadge;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare type StyleVideoBadgeProps = {
|
|
2
|
+
widthPx?: number;
|
|
3
|
+
heightPx?: number;
|
|
4
|
+
positionRight?: number;
|
|
5
|
+
positionLeft?: number;
|
|
6
|
+
positionTop?: number;
|
|
7
|
+
positionBottom?: number;
|
|
8
|
+
fontSizePx?: number;
|
|
9
|
+
};
|
|
10
|
+
export declare const StyleVideoBadge: import("styled-components").StyledComponent<"div", any, StyleVideoBadgeProps, never>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as VideoBadge } from './VideoBadge';
|