Version Packages - #19
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Cursor <cursoragent@cursor.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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rowkit/tokens@0.2.0
Minor Changes
164ca88: Restyle rowkit on a shadcn/ui-derived language, then tune it for data-dense SaaS — cool chrome, indigo primary, one control geometry.
Tokens (breaking if you override theme variables or write rowkit utility classes by hand). Seven core semantics rename to shadcn’s names:
surface→card,surface-subtle→muted,surface-hover→accent,text→foreground,text-muted→muted-foreground,border-control→input,focus-ring→ring. The greys start from shadcn’s zero-chroma ramp, then pick up rowkit identity: cooler, lighter decorative borders, a cool off-white page, brand indigo primary with a matching focus ring (not near-black), and selected rows on a quiet primary wash. Corners derive from a single--radius. New: overlay blur, sticky-header inset shadow, stronger sticky-column scroll shadow. Status families keep the solid/subtle/outline axis Badge and Button already expose.Components. The shared focus recipe (border + translucent ring) lands on every control. Button, Input and Select share height, radius, padding and
text-smfromsmup; Button addsxsandicon. Secondary is a muted fill so it never reads as another field; fields stay the outlined hollow shell. Chromatic Badgesubtleis a soft tinted chip. Tooltip inverts foreground/background instead of painting as a primary bubble. DataTable: opaque sticky header with an inset edge that travels while scrolling, unified loaded/loading row heights, quieter hover vs selection. Dialog: blurred scrim, denser padding, footer rule, close matches an icon button. FilterBar, Field, Toast, EmptyState and Pagination follow the same chrome. Docs demos stop inheriting VitePress’s unlayered table grid and zebra over DataTable.API (0.x breaking).
TablePaginationis nowPagination— same props, events and slots; docs move to/components/pagination. Markedminoron purpose: on a 0.x line changesets would turn amajorinto1.0.0, and 1.0 should wait for real apps, not a rename.rowkit@0.2.0
Minor Changes
164ca88: Restyle rowkit on a shadcn/ui-derived language, then tune it for data-dense SaaS — cool chrome, indigo primary, one control geometry.
Tokens (breaking if you override theme variables or write rowkit utility classes by hand). Seven core semantics rename to shadcn’s names:
surface→card,surface-subtle→muted,surface-hover→accent,text→foreground,text-muted→muted-foreground,border-control→input,focus-ring→ring. The greys start from shadcn’s zero-chroma ramp, then pick up rowkit identity: cooler, lighter decorative borders, a cool off-white page, brand indigo primary with a matching focus ring (not near-black), and selected rows on a quiet primary wash. Corners derive from a single--radius. New: overlay blur, sticky-header inset shadow, stronger sticky-column scroll shadow. Status families keep the solid/subtle/outline axis Badge and Button already expose.Components. The shared focus recipe (border + translucent ring) lands on every control. Button, Input and Select share height, radius, padding and
text-smfromsmup; Button addsxsandicon. Secondary is a muted fill so it never reads as another field; fields stay the outlined hollow shell. Chromatic Badgesubtleis a soft tinted chip. Tooltip inverts foreground/background instead of painting as a primary bubble. DataTable: opaque sticky header with an inset edge that travels while scrolling, unified loaded/loading row heights, quieter hover vs selection. Dialog: blurred scrim, denser padding, footer rule, close matches an icon button. FilterBar, Field, Toast, EmptyState and Pagination follow the same chrome. Docs demos stop inheriting VitePress’s unlayered table grid and zebra over DataTable.API (0.x breaking).
TablePaginationis nowPagination— same props, events and slots; docs move to/components/pagination. Markedminoron purpose: on a 0.x line changesets would turn amajorinto1.0.0, and 1.0 should wait for real apps, not a rename.Patch Changes