@useloops/design-system 1.4.330 → 1.4.331

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
@@ -5,6 +5,7 @@ import { SxProps, Theme, CSSObject, AvatarProps as AvatarProps$1, AvatarGroupPro
5
5
  import { PopupState } from 'material-ui-popup-state/hooks';
6
6
  import * as react_jsx_runtime from 'react/jsx-runtime';
7
7
  import { SemanticColor as SemanticColor$1 } from 'systems/BrandCore';
8
+ import { IconName as IconName$1 } from 'systems/BrandCore/Icon';
8
9
  import { KpiIndicatorProps as KpiIndicatorProps$1 } from 'systems/Platform/KpiIndicator';
9
10
  import { ChipProps } from '@mui/material/Chip';
10
11
  import { SubmitHandler } from 'react-hook-form';
@@ -1830,6 +1831,8 @@ interface DataPointSource {
1830
1831
  id?: string;
1831
1832
  content: string | null;
1832
1833
  cta: (() => void) | ((e: any) => void) | undefined;
1834
+ iconName?: IconName$1;
1835
+ iconButtonDisabled?: boolean;
1833
1836
  loading?: boolean;
1834
1837
  }
1835
1838
  interface StatValueProps {