@mindly/ui-components 0.1.34 → 0.1.35
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/therapist-card/TherapistCard.d.ts +0 -1
- package/dist/cjs/types/lib/therapist-card/TherapistCard.style.d.ts +1 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/therapist-card/TherapistCard.d.ts +0 -1
- package/dist/esm/types/lib/therapist-card/TherapistCard.style.d.ts +1 -4
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
|
@@ -9,7 +9,6 @@ export interface TherapistCardProps {
|
|
|
9
9
|
psychologistDuration: number;
|
|
10
10
|
psychologistExperience: number;
|
|
11
11
|
handleClick: (props?: React.SyntheticEvent) => void;
|
|
12
|
-
isIos: boolean;
|
|
13
12
|
['data-testid']?: string;
|
|
14
13
|
}
|
|
15
14
|
export declare const TherapistCard: React.FC<TherapistCardProps>;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
isIos: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>;
|
|
2
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
3
|
declare type SkeletonProps = {
|
|
7
4
|
isLoading: boolean;
|
|
8
5
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -82,7 +82,6 @@ interface TherapistCardProps {
|
|
|
82
82
|
psychologistDuration: number;
|
|
83
83
|
psychologistExperience: number;
|
|
84
84
|
handleClick: (props?: React.SyntheticEvent) => void;
|
|
85
|
-
isIos: boolean;
|
|
86
85
|
['data-testid']?: string;
|
|
87
86
|
}
|
|
88
87
|
declare const TherapistCard: React.FC<TherapistCardProps>;
|