Open
Conversation
Removed conditionals and flattened properties to apply to all cards. Descriptions clarify nuance. Added image ratio and image proportions.
🦋 Changeset detectedLatest commit: 4554ce4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Member
Run report for 4554ce45Total time: 3.7s | Comparison time: 4.8s | Estimated savings: 1s (22.0% faster)
Touched files |
Contributor
🧩 Component Schema Changes ReportComponent Schemas Changed (0 added, 0 deleted, 1 updated)Original Branch: New Branch: 🚨 Breaking Changes DetectedThis PR introduces 1 breaking change(s) to component schemas. Please review carefully and ensure proper versioning. 💥 Breaking Updates
|
Added prop for styling and required needed to be updated to correct prop.
Add prop to allow for optional title and description within cards
- Add remark-frontmatter plugin to preserve YAML frontmatter - Update lint-staged config to use frontmatter plugin first - Fix changeset format to use patch version for schema fix
- Mark as patch version since this fixes a previous issue - Exclude changeset files from remark processing to preserve frontmatter - This resolves the CI/CD pipeline failure for PR #620
cursor bot
pushed a commit
that referenced
this pull request
Feb 5, 2026
Reviewed all 8 open pull requests and identified 4 that should be closed: - PR #352 (20 months old, merge conflicts) - PR #481 (11 months old, merge conflicts, CI failing) - PR #619 (4 months old, merge conflicts, CI failing) - PR #620 (4 months old, merge conflicts, CI failing) Created comprehensive documentation with: - Analysis of each PR's status - Recommended closing comments - Commands to execute closures - Statistics and rationale Co-authored-by: Garth Braithwaite <garthdb@gmail.com>
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.
Removed conditionals and flattened properties to apply to all cards. Descriptions clarify nuance. Added image ratio and image proportions.
Description
Related Issue
Motivation and Context
Cards json was not being ingested properly into design table on v0 website due to unsupported conditional properties. Simplifies the schema to meet design intent. Relies more on descriptions for nuance between card variants.
How Has This Been Tested?
I validated the schema changes locally using the Moon workspace pipeline. After updating cards.json, I ran:
pnpm moon checkThis installed the pinned pnpm version (10.17.1), resolved workspace dependencies, and executed the configured validation tasks. The pipeline reported all checks passing, confirming that the updated schema is valid and doesn’t introduce breaking issues.
Screenshots (if appropriate):
Types of changes
Checklist: