@useloops/design-system 1.4.351 → 1.4.352
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/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1935,8 +1935,8 @@ interface TestKPICardProps extends Omit<SurfaceProps, 'variation'> {
|
|
|
1935
1935
|
colorScheme?: 'purple' | 'peach' | 'blue' | 'yellow' | 'green' | 'red';
|
|
1936
1936
|
variation?: 'dimmed' | 'default';
|
|
1937
1937
|
active?: boolean;
|
|
1938
|
-
title
|
|
1939
|
-
description
|
|
1938
|
+
title?: string;
|
|
1939
|
+
description?: string;
|
|
1940
1940
|
loading?: boolean;
|
|
1941
1941
|
onShowMoreClick?: () => void;
|
|
1942
1942
|
menuItems?: MenuProps['menuItems'];
|