vrfi-design-system 1.0.69 → 1.0.71

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
@@ -142,7 +142,6 @@ export declare interface AvatarCardProps {
142
142
  name: string;
143
143
  backgroundUrl?: string;
144
144
  email: string;
145
- textMaxWidth?: number;
146
145
  }
147
146
 
148
147
  export declare interface AvatarProps {