@useloops/design-system 1.4.58 → 1.4.59

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
@@ -453,6 +453,8 @@ interface PillProps {
453
453
  body: string;
454
454
  variation?: 'default' | 'peach' | 'peachDark' | 'purple';
455
455
  weight?: 'heavy' | 'light';
456
+ icon?: ReactElement;
457
+ avatar?: ReactElement;
456
458
  }
457
459
  declare const Pill: FunctionComponent<PillProps>;
458
460