feat(apollo-vertex): document Card AI glow#848
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 an AI glow section to the Card page (single + group via AiGlow + --ai-glass). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5bd4dc7 to
bee18a8
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
Documents the AI glow behind cards and card groups, and softens the selectable glow.
app/components/card/page.mdx: a new "AI glow" section showing the single-card and group recipes (compose<AiGlow>behind arelativeparent with a translucent--ai-glasscard on top so the glow reads through), with a link to the AI Toolkit.app/components/card/ai-glow-demo.tsx: the single-card and group glow demos.registry/card/card.tsx: soften the selectable glow opacity in dark mode (/30,/50→/20).Dependencies
Stacked on #843 (AI primitives) for
AiGlow, used in the demos. 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)