You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(badge): add solid info variant + show all outline variants in demo
Adds a solid blue `info` variant alongside the new `subtle-info`, filling
the gap in the solid family (success/warning/error/neutral/info). Also
expands the primitives demo to render all five outline variants instead
of only `outline-success` as a placeholder.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .changeset/add-subtle-info-badge.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
"@tailor-platform/app-shell": patch
3
3
---
4
4
5
-
Add `subtle-info` badge variant for low-emphasis informational status labels (e.g. in-progress, processing).
5
+
Add `info` and `subtle-info` badge variants for informational or in-progress status labels (blue palette, matching the existing `outline-info` dot color). Also extend the primitives demo to show all five outline variants (previously only `outline-success` was rendered).
0 commit comments