vrfi-design-system 1.1.16 → 1.1.18

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
@@ -769,6 +769,7 @@ export declare interface PopoverIconCardProps {
769
769
  editIconClick?: () => void;
770
770
  deleteIconClick?: () => void;
771
771
  icon?: Icons_2;
772
+ className?: string;
772
773
  }
773
774
 
774
775
  export { PopoverProps }