@mindly/ui-components 3.52.1 → 3.54.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 +48 -42
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/SpecialistCard/SpecialistCard.d.ts +7 -0
- package/dist/cjs/types/lib/SpecialistCard/SpecialistCard.style.d.ts +4 -0
- package/dist/esm/index.js +36 -30
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/SpecialistCard/SpecialistCard.d.ts +7 -0
- package/dist/esm/types/lib/SpecialistCard/SpecialistCard.style.d.ts +4 -0
- package/dist/index.d.ts +7 -0
- package/package.json +1 -1
|
@@ -20,6 +20,12 @@ declare type SpecialistCardProps = {
|
|
|
20
20
|
onCardClickHandler?: () => void;
|
|
21
21
|
loading?: boolean;
|
|
22
22
|
countryCode?: string;
|
|
23
|
+
onAvatarClickHandler?: () => void;
|
|
24
|
+
/**
|
|
25
|
+
* in format: 1:23 (minutes:seconds)
|
|
26
|
+
*/
|
|
27
|
+
videoDurationSeconds?: number;
|
|
28
|
+
percentMatch?: number;
|
|
23
29
|
translations: {
|
|
24
30
|
name: string;
|
|
25
31
|
year: string[];
|
|
@@ -30,6 +36,7 @@ declare type SpecialistCardProps = {
|
|
|
30
36
|
clients: string[];
|
|
31
37
|
sessions: string[];
|
|
32
38
|
by: string;
|
|
39
|
+
match: string;
|
|
33
40
|
};
|
|
34
41
|
};
|
|
35
42
|
declare const SpecialistCard: React.FC<SpecialistCardProps>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
export declare const SpecialistCardWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
3
|
export declare const SpecialistCardContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
4
|
declare type SpecialistCardContainerRowProps = {
|
|
4
5
|
bottomGapPx?: number;
|
|
@@ -6,10 +7,13 @@ declare type SpecialistCardContainerRowProps = {
|
|
|
6
7
|
justifyContent?: 'center' | 'space-between';
|
|
7
8
|
};
|
|
8
9
|
export declare const SpecialistCardContainerRow: import("styled-components").StyledComponent<"div", any, SpecialistCardContainerRowProps, never>;
|
|
10
|
+
export declare const CardAvatarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
+
export declare const VideoBadge: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
12
|
export declare const StyledCardAvatar: import("styled-components").StyledComponent<import("react").FC<import("../Avatar").AvatarProps>, any, {}, never>;
|
|
10
13
|
export declare const SpecialistMainInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
14
|
export declare const SpecialistCardSummary: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
12
15
|
export declare const SpecialistPriceSection: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
16
|
export declare const SpecialistStatistics: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
14
17
|
export declare const FullNameContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
18
|
+
export declare const CustomProgressBar: 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>;
|
|
15
19
|
export {};
|