@useloops/design-system 1.4.365 → 1.4.367

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
@@ -1909,6 +1909,11 @@ type EmptyStateCardProps = {
1909
1909
  ctaText?: string;
1910
1910
  title?: string;
1911
1911
  body?: string;
1912
+ slotProps?: {
1913
+ surface?: Partial<SurfaceProps>;
1914
+ button?: Partial<ButtonProps>;
1915
+ };
1916
+ sx?: SxProps<Theme>;
1912
1917
  };
1913
1918
  declare const EmptyStateCard: FunctionComponent<EmptyStateCardProps>;
1914
1919