@landtrustinc/design-system 1.2.47-beta.0 → 1.2.47

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
@@ -1219,7 +1219,7 @@ type AvailabilityBadgeProps = {
1219
1219
  };
1220
1220
  declare const AvailabilityBadge: FC<PropsWithChildren<AvailabilityBadgeProps>>;
1221
1221
 
1222
- type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
1222
+ type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
1223
1223
  type AvatarType = 'image' | 'text';
1224
1224
  type AvatarProps = {
1225
1225
  /**