Skip to content

chore: version packages#78

Merged
dgraciac merged 1 commit into
mainfrom
changeset-release/main
May 11, 2026
Merged

chore: version packages#78
dgraciac merged 1 commit into
mainfrom
changeset-release/main

Conversation

@code-sherpas-releases
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@code-sherpas/pharos-react@0.11.0

Minor Changes

  • 584821e: Add the Avatar compound atom (Decision D14). Ships Avatar,
    AvatarImage, AvatarFallback, and AvatarGroup as named exports.
    • Three named sizes (sm / md / lg = 32 / 40 / 48 px) align with
      the IconButton height grid; a numeric size={number} writes
      width / height inline for one-off cases (profile pictures,
      compact stacks).
    • Two shapes (circle default, square via the radius-md token).
    • Compound API (AvatarImage + AvatarFallback) follows the
      shadcn / Radix / Base UI / Chakra contract — the fallback content is
      composed explicitly by the consumer (Escuela 1, D11). No magic
      name prop, no built-in initials computation.
    • AvatarGroup stacks Avatar children with proportional negative
      margin and a box-shadow ring that defaults to the page surface
      (--pharos-avatar-group-ring). The max prop caps visible avatars
      and collapses the surplus into a final +N Avatar with accessible
      name {N} more.
    • render prop on the root composes the Avatar as a different element
      while keeping its styles (e.g. render={<a href="/profile" />}).
    • No status-badge primitive in v1 — deferred to composition with a
      future Badge positioning helper.

@chromatic-com
Copy link
Copy Markdown

chromatic-com Bot commented May 11, 2026

Tip

All tests passed and all changes approved!

🟢 UI Tests: 67 tests unchanged
🟢 UI Review: 67 stories published -- no changes
Storybook icon Storybook Publish: 67 stories published

@dgraciac dgraciac merged commit 90ac8e5 into main May 11, 2026
10 checks passed
@dgraciac dgraciac deleted the changeset-release/main branch May 11, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant