@l3mpire/ui 2.16.2 → 2.16.3

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.mts CHANGED
@@ -168,6 +168,7 @@ interface AvatarProps extends React.ComponentPropsWithoutRef<typeof AvatarPrimit
168
168
  alt?: string;
169
169
  initials?: string;
170
170
  badge?: React.ReactNode;
171
+ /** `"rounded"` (circle) for people/users, `"squared"` for companies/orgs. */
171
172
  shape?: "rounded" | "squared";
172
173
  }
173
174
  declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLSpanElement>>;
package/dist/index.d.ts CHANGED
@@ -168,6 +168,7 @@ interface AvatarProps extends React.ComponentPropsWithoutRef<typeof AvatarPrimit
168
168
  alt?: string;
169
169
  initials?: string;
170
170
  badge?: React.ReactNode;
171
+ /** `"rounded"` (circle) for people/users, `"squared"` for companies/orgs. */
171
172
  shape?: "rounded" | "squared";
172
173
  }
173
174
  declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLSpanElement>>;