chore: update JSON files for billing components#361
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This pull request updates several component registry JSON files to improve readability and consistency. The main change is reformatting the
dependenciesandregistryDependenciesfields from single-line arrays to multi-line arrays, making them easier to read and maintain. No functional or structural changes were made to the components themselves.Formatting improvements to registry files:
dependenciesarrays in files likebanner.json,billing-screen.json,billing-settings.json,cancel-subscription-card.json,cancel-subscription-dialog.json,invoice-history.json,limited-offer-dialog.json,payment-card.json,payment-details.json,payment-failure.json,payment-method-selector.json,pricing-table-eight.json,pricing-table-five.json, andpricing-table-four.jsonto use multi-line array syntax for better readability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]registryDependenciesarrays in the same files to use multi-line array syntax, further enhancing clarity and maintainability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]No logic or functionality changes were made; this is purely a formatting update for improved code quality.