vrfi-design-system 1.0.97 → 1.0.99

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
@@ -280,13 +280,14 @@ export { ColumnSortOrder }
280
280
 
281
281
  export { ColumnType }
282
282
 
283
- export declare const CustomAvatar: ({ name, size, imageUrl, isExtra }: CustomAvatarProps) => default_2.JSX.Element;
283
+ export declare const CustomAvatar: ({ name, size, imageUrl, isExtra, isTextImage, }: CustomAvatarProps) => default_2.JSX.Element;
284
284
 
285
285
  export declare type CustomAvatarProps = {
286
286
  name: string;
287
287
  size: AvatarSize_2;
288
288
  imageUrl?: string;
289
289
  isExtra?: boolean;
290
+ isTextImage?: boolean;
290
291
  };
291
292
 
292
293
  declare interface CustomDropDownFileUploadProps extends Omit<UploadProps_2, 'onChange'> {
@@ -729,6 +730,7 @@ export declare interface ProfileDetailProps {
729
730
  verificationExpiryDate?: string;
730
731
  userType?: UserType;
731
732
  userAttachment?: PreviewCardProps;
733
+ textImage?: boolean;
732
734
  }
733
735
 
734
736
  export { QueryParams }