@mindly/ui-components 1.0.10 → 1.0.11

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.
@@ -9,10 +9,6 @@ export interface ConsultationCardProps {
9
9
  time: string;
10
10
  avatar: string;
11
11
  isFree?: boolean;
12
- /**
13
- * Is session created by auto booking functionality
14
- */
15
- isAutoBooked?: boolean;
16
12
  /**
17
13
  * Consultation price
18
14
  */
@@ -1,6 +1,5 @@
1
1
  export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const NameContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
4
3
  export declare const TextInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
5
4
  export declare const Photo: import("styled-components").StyledComponent<"img", any, {}, never>;
6
5
  export declare const DividersContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
package/dist/index.d.ts CHANGED
@@ -49,10 +49,6 @@ interface ConsultationCardProps {
49
49
  time: string;
50
50
  avatar: string;
51
51
  isFree?: boolean;
52
- /**
53
- * Is session created by auto booking functionality
54
- */
55
- isAutoBooked?: boolean;
56
52
  /**
57
53
  * Consultation price
58
54
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",