@mindly/ui-components 3.62.1 → 3.63.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.
@@ -16,6 +16,7 @@ declare type ReviewCardProps = {
16
16
  showMore: string;
17
17
  showAllReviews: string;
18
18
  };
19
+ cutReview?: boolean;
19
20
  } & React.HTMLAttributes<HTMLDivElement>;
20
21
  declare const ReviewCard: React.FC<ReviewCardProps>;
21
22
  export default ReviewCard;
@@ -1,11 +1,13 @@
1
1
  declare type ReviewCardContainerProps = {
2
2
  showAllReview?: boolean;
3
3
  type: 'card' | 'list';
4
+ cutReview: boolean;
4
5
  };
5
6
  export declare const ReviewCardContainer: import("styled-components").StyledComponent<"div", any, ReviewCardContainerProps, never>;
6
7
  export declare const ReviewerInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
7
8
  declare type TextContainerProps = {
8
9
  showAllReview?: boolean;
10
+ cutReview: boolean;
9
11
  };
10
12
  export declare const TextContainer: import("styled-components").StyledComponent<"div", any, TextContainerProps, never>;
11
13
  export declare const ShowMoreButton: import("styled-components").StyledComponent<"button", any, {}, never>;
package/dist/index.d.ts CHANGED
@@ -1268,6 +1268,7 @@ declare type ReviewCardProps = {
1268
1268
  showMore: string;
1269
1269
  showAllReviews: string;
1270
1270
  };
1271
+ cutReview?: boolean;
1271
1272
  } & React.HTMLAttributes<HTMLDivElement>;
1272
1273
  declare const ReviewCard: React.FC<ReviewCardProps>;
1273
1274
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.62.1",
3
+ "version": "3.63.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",