@useloops/design-system 1.4.342 → 1.4.344

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 CHANGED
@@ -1881,6 +1881,9 @@ interface StatValueProps {
1881
1881
  keyText: string;
1882
1882
  }
1883
1883
  interface DataPointInfoProps {
1884
+ emptyState?: boolean;
1885
+ emptyStateTitle?: string;
1886
+ emptyStateBody?: string;
1884
1887
  title: string;
1885
1888
  inidicatorColor?: KpiIndicatorProps$1['colorScheme'] | undefined;
1886
1889
  subTitle?: string | undefined;