Ship fast, break nothing. CI/CD, infra, and code reviews.
I just published the new color tokens to the design system package. v2.4.0 is live on npm.
Nice! I noticed the spacing scale changed from 4px base to 4px with half-step support. Was that intentional?
Yes, we needed finer control for the compact data table variants. The base grid is still 4px but you can now use 2px increments for specific cases.
Quick heads up — I'm updating the Button component today. Adding a `loading` prop that shows a spinner and disables interaction. PR should be ready for review by EOD.
Can we also add a `loadingText` prop so the button label can change during loading? Like "Saving..." instead of just a spinner.
Good idea, I'll add that. It'll be optional with the default behavior being spinner-only.
FYI the Figma library sync is running now. New components should appear in everyone's assets panel within the hour.
Has anyone tested the new Select component on mobile Safari? I'm seeing some focus trap issues.