pennywise-ui 1.0.41 → 1.0.42

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
@@ -515,6 +515,7 @@ declare const ICON_MAP: {
515
515
  UpDown: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
516
516
  EyeOn: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
517
517
  EyeOff: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
518
+ StarFilled: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
518
519
  };
519
520
 
520
521
  export declare const IconButton: FC<IconButtonProps>;