@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -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: string;
1939
- description: string;
1938
+ title?: string;
1939
+ description?: string;
1940
1940
  loading?: boolean;
1941
1941
  onShowMoreClick?: () => void;
1942
1942
  menuItems?: MenuProps['menuItems'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.351",
3
+ "version": "1.4.352",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",