feat(apollo-vertex): add Button AI variants#846
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 ai, ai-soft, and ai-outline variants and document them on the Button page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7d24a30 to
26e3793
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 first-class AI variants to Button:
ai(solid),ai-soft(secondary-equivalent), andai-outline.registry/button/button.tsx:aiuses--ai-gradient-fill(white text, AA),ai-softuses--ai-gradient(foreground text),ai-outlineuses an--ai-gradient-stronggradient border withtext-insight-600/400.app/components/button/page.mdx: an "AI" section documenting the three variants (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)