docs(foundations): typography catalog, colors palette, and token foundations#629
Open
gab-az wants to merge 6 commits into
Open
docs(foundations): typography catalog, colors palette, and token foundations#629gab-az wants to merge 6 commits into
gab-az wants to merge 6 commits into
Conversation
Restructure Storybook foundations docs and supporting data/components to better present spacing and typography foundations with updated architecture documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
Split Colors into Primitives and Brand sections with per-palette headers, and make swatches fully clickable/keyboard-accessible with token-aligned styling so token discovery and copying are faster and more consistent. Co-authored-by: Cursor <cursoragent@cursor.com>
…updates Expose typographyCatalog from theme, rebuild dist tokens, and add a Foundations/Typography Storybook catalog aligned with the new data source. Co-authored-by: Cursor <cursoragent@cursor.com>
…token Align Typography foundations with DESIGN.md (click-to-copy rows, font-code meta), move catalog data into Storybook, restore from-tokens helper, and update text-link border-radius and motion-aligned transition in theme dist. Co-authored-by: Cursor <cursoragent@cursor.com>
…defined' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
isaquebock
approved these changes
Jun 2, 2026
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.
Summary
.text-*catalog, click-to-copy rows (same UX as color palette swatches),font-codefor class names, andfrom-tokenshelper for foundations data.texts.data.jsvia theme build (big-numberfontFamily,text-linkborder-radius and motion-aligned transition) and removes Storybook-only catalog exports from the theme package.Test plan
pnpm storybook:dev— open Foundations → Typography → Overviewtext-big-number-lg,text-link, etc.)pnpm --dir packages/theme build:tokens(already run in branch; confirm dist matches source)Made with Cursor