Skip to content

feat(apollo-vertex): Card enhancements — glass default, solid variant, selectable mode#408

Open
creilly11235 wants to merge 1 commit intomainfrom
card-enhancements
Open

feat(apollo-vertex): Card enhancements — glass default, solid variant, selectable mode#408
creilly11235 wants to merge 1 commit intomainfrom
card-enhancements

Conversation

@creilly11235
Copy link
Collaborator

Summary

  • Export GLASS_CLASSES constant for reuse by other components (data-table depends on this)
  • Swap default variant to glass morphism, add explicit solid variant, keep glass as alias
  • Remove opinionated base spacing (gap-6 py-6) — consumers own their spacing
  • Add selectable prop ("standard" | "ai") rendering as <button> with glow effects and aria-pressed
  • Add --ai-gradient theme token to registry.json (light + dark)
  • Add CardProps interface per AGENTS.md conventions
  • Migrate all existing consumers to preserve appearance
  • Update docs with solid variant, selectable demos, and GLASS_CLASSES usage

🤖 Generated with Claude Code

…and selectable mode

Upstream card improvements from vertical-medical-mrs to the registry:
- Export GLASS_CLASSES constant for reuse by other components (e.g. data-table)
- Swap default variant to glass morphism, add explicit solid variant
- Remove opinionated base spacing (gap-6 py-6) — consumers own their spacing
- Add selectable prop (standard/ai) rendering as button with glow effects
- Add --ai-gradient theme token to registry.json (light + dark)
- Add CardProps interface per AGENTS.md conventions
- Migrate all existing consumers to preserve appearance
- Update docs with solid variant, selectable demos, and GLASS_CLASSES usage

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@creilly11235 creilly11235 requested a review from a team as a code owner March 26, 2026 23:57
@creilly11235 creilly11235 requested review from 0xr3ngar and VKravchuk and removed request for a team March 26, 2026 23:57
@KokoMilev KokoMilev enabled auto-merge (rebase) March 26, 2026 23:57
@github-actions
Copy link

github-actions bot commented Mar 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-canvas 🟢 Ready Preview, Logs Mar 26, 2026, 05:01:27 PM
apollo-landing 🟢 Ready Preview, Logs Mar 26, 2026, 04:58:50 PM
apollo-ui-react 🟢 Ready Preview, Logs Mar 26, 2026, 05:00:29 PM
apollo-vertex 🟢 Ready Preview, Logs Mar 26, 2026, 04:59:56 PM
apollo-wind 🟢 Ready Preview, Logs Mar 26, 2026, 04:59:00 PM

@github-actions
Copy link

Dependency License Review

  • 1923 package(s) scanned
  • ✅ No license issues found
  • ⚠️ 3 package(s) excluded (see details below)
License distribution
License Packages
MIT 1688
ISC 89
Apache-2.0 56
BSD-3-Clause 28
BSD-2-Clause 23
BlueOak-1.0.0 8
MPL-2.0 5
MIT OR Apache-2.0 3
MIT-0 3
CC0-1.0 3
LGPL-3.0-or-later 2
(MIT OR Apache-2.0) 2
Unlicense 2
Python-2.0 1
CC-BY-4.0 1
(MPL-2.0 OR Apache-2.0) 1
Unknown 1
Artistic-2.0 1
(WTFPL OR MIT) 1
(BSD-2-Clause OR MIT OR Apache-2.0) 1
CC-BY-3.0 1
0BSD 1
(MIT OR CC0-1.0) 1
MIT AND ISC 1
Excluded packages
Package Version License Reason
@img/sharp-libvips-linux-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
@img/sharp-libvips-linuxmusl-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
khroma 2.1.0 Unknown MIT per GitHub repo, missing license field in package.json

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