Several changes were made to improve UI consistency across various components. Styling updates and enhancements were applied to elements including but not limited to, the SiteHeader, SiteNavigationItem, and ModeToggle components. Additionally, a refinement was made to the billing schema to enforce only having one per-seat and one flat line item per plan.
Billing - @kit/billing
This package is responsible for managing billing and subscription related operations.
Make sure the app installs the @kit/billing package before using it.
{
"name": "my-app",
"dependencies": {
"@kit/billing": "*"
}
}