feat(apollo-vertex): add Badge AI variant#845
Draft
petervachon wants to merge 1 commit into
Draft
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Dependency License Review
License distribution
Excluded packages
|
This was referenced Jun 23, 2026
737e91a to
f4bd30e
Compare
Add status="ai" (solid/soft/outline) and document it on the Badge page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
d87135c to
4c84584
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a first-class AI variant to Badge via a new
status="ai"axis, with solid, soft, and outline treatments (combined withvariant="default" | "secondary" | "outline").registry/badge/badge.tsx:status="ai"compound variants using--ai-gradient-fill(solid, white text, AA),--ai-gradient(soft tint), and an--ai-gradient-stronggradient border withtext-insight-600/400.app/components/badge/page.mdx: an "AI" section documenting the three treatments (with the AiMark) and a link to the AI Toolkit.Dependencies
Stacked on #843 (AI primitives) for
AiMark, used in the doc examples. Base will retarget tomainafter #843 merges.Part of a set
One of a set splitting the AI visual expression work (originally draft #840). Full set linked below.
The full set
Merge order (each stacked PR retargets to
mainonce its base merges):main(ROOT)