@useloops/design-system 1.4.399 → 1.4.401
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 +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2025,9 +2025,7 @@ interface TopNumber {
|
|
|
2025
2025
|
|
|
2026
2026
|
interface ExtendedTestStatusProps {
|
|
2027
2027
|
status: TestStatusProps['status'];
|
|
2028
|
-
|
|
2029
|
-
answers?: TopNumber;
|
|
2030
|
-
comments?: TopNumber;
|
|
2028
|
+
segments: TopNumber[];
|
|
2031
2029
|
}
|
|
2032
2030
|
declare const ExtendedTestStatus: FunctionComponent<ExtendedTestStatusProps>;
|
|
2033
2031
|
|
|
@@ -2074,6 +2072,7 @@ interface GraphBarProps {
|
|
|
2074
2072
|
type: 'emoji' | 'icon';
|
|
2075
2073
|
name: CommentEmotion | IconName$2;
|
|
2076
2074
|
};
|
|
2075
|
+
id: string;
|
|
2077
2076
|
label: string;
|
|
2078
2077
|
value: number;
|
|
2079
2078
|
tooltipContent?: ReactNode;
|