@mindly/ui-components 3.60.4 → 3.60.6

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.
@@ -11,6 +11,7 @@ declare type ReviewCardProps = {
11
11
  onShowMoreButtonClick?: () => void;
12
12
  showAllReview?: boolean;
13
13
  type: 'card' | 'list';
14
+ loading?: boolean;
14
15
  translations: {
15
16
  showMore: string;
16
17
  showAllReviews: string;
@@ -9,6 +9,7 @@ declare type ReviewStatisticsProps = {
9
9
  statistics: {
10
10
  [key: string]: number;
11
11
  };
12
+ loading?: boolean;
12
13
  translations: {
13
14
  reviews: string[];
14
15
  };
package/dist/index.d.ts CHANGED
@@ -1263,6 +1263,7 @@ declare type ReviewCardProps = {
1263
1263
  onShowMoreButtonClick?: () => void;
1264
1264
  showAllReview?: boolean;
1265
1265
  type: 'card' | 'list';
1266
+ loading?: boolean;
1266
1267
  translations: {
1267
1268
  showMore: string;
1268
1269
  showAllReviews: string;
@@ -1280,6 +1281,7 @@ declare type ReviewStatisticsProps = {
1280
1281
  statistics: {
1281
1282
  [key: string]: number;
1282
1283
  };
1284
+ loading?: boolean;
1283
1285
  translations: {
1284
1286
  reviews: string[];
1285
1287
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.60.4",
3
+ "version": "3.60.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",