@useloops/design-system 1.4.68 → 1.4.70

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
@@ -454,6 +454,7 @@ interface PillProps {
454
454
  weight?: 'heavy' | 'light';
455
455
  icon?: ReactElement;
456
456
  avatar?: ReactElement;
457
+ maxWidth?: number;
457
458
  }
458
459
  declare const Pill: FunctionComponent<PillProps>;
459
460