pennywise-ui 1.0.37 → 1.0.38

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