vrfi-design-system 1.1.30 → 1.1.31

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
@@ -221,6 +221,8 @@ export declare interface AvatarCardProps {
221
221
  className?: string;
222
222
  copyEmail?: boolean;
223
223
  userId?: string;
224
+ time?: string;
225
+ date?: string;
224
226
  }
225
227
 
226
228
  export declare interface AvatarProps {