@reeverdev/ui 0.2.133 → 0.2.134

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.cts CHANGED
@@ -1210,8 +1210,6 @@ interface ChipProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color"
1210
1210
  onClose?: () => void;
1211
1211
  /** If true, the chip is disabled */
1212
1212
  disabled?: boolean;
1213
- /** Avatar element to display */
1214
- avatar?: React$1.ReactNode;
1215
1213
  }
1216
1214
  declare const Chip: React$1.ForwardRefExoticComponent<ChipProps & React$1.RefAttributes<HTMLDivElement>>;
1217
1215
 
package/dist/index.d.ts CHANGED
@@ -1210,8 +1210,6 @@ interface ChipProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color"
1210
1210
  onClose?: () => void;
1211
1211
  /** If true, the chip is disabled */
1212
1212
  disabled?: boolean;
1213
- /** Avatar element to display */
1214
- avatar?: React$1.ReactNode;
1215
1213
  }
1216
1214
  declare const Chip: React$1.ForwardRefExoticComponent<ChipProps & React$1.RefAttributes<HTMLDivElement>>;
1217
1215