@useloops/design-system 1.4.358 → 1.4.360
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/esm/index.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2079,14 +2079,14 @@ interface TestItemProps extends SurfaceProps {
|
|
|
2079
2079
|
incomplete: number;
|
|
2080
2080
|
incompletePercentage: number;
|
|
2081
2081
|
averageDuration: string;
|
|
2082
|
-
estimatedTimeToComplete
|
|
2082
|
+
estimatedTimeToComplete?: string;
|
|
2083
2083
|
};
|
|
2084
2084
|
count?: {
|
|
2085
2085
|
answers: number;
|
|
2086
2086
|
comments: number;
|
|
2087
2087
|
};
|
|
2088
2088
|
};
|
|
2089
|
-
user
|
|
2089
|
+
user?: {
|
|
2090
2090
|
name: string;
|
|
2091
2091
|
avatarUrl?: string;
|
|
2092
2092
|
activityDescription: string;
|