P6 — Custom CSS variable name control (nameTemplate) spec#120
Merged
Conversation
Add specs/token-name-template.md covering optional control over emitted
CSS custom property names from tokens.create — migration, DTCG/Style
Dictionary interop, and cross-package aliasing — without breaking the
default --{scopeId}-{namespace}-{path} behavior.
Link the spec from IMPROVEMENTS.md P6 and add an empty (docs-only) changeset.
Co-authored-by: Cursor <cursoragent@cursor.com>
Add optional nameTemplate on createTokens and tokens.create so emitted --* names can match external conventions while proxy refs, theme overrides, tokens.use(), and @Property registration stay in sync. Includes flattenTokenPaths, token-naming resolver, tests, and docs. Co-authored-by: Cursor <cursoragent@cursor.com>
Raise the main-entry gzip budget for P6 nameTemplate, fast-path default token naming without flattenTokenPaths, and only wire custom theme naming when a template is active. Make turbo test wait on dependency builds (^build) and drop the redundant typestyles pre-build in CI so dist is not wiped mid-test. 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.
Summary
specs/token-name-template.md— implementation spec for optionalnameTemplatecontrol over emitted CSS custom property names fromtokens.create.--{scopeId}-{namespace}-{path}behavior whennameTemplateis omitted.IMPROVEMENTS.mdP6 and adds an empty (docs-only) changeset.Test plan
TokenNameContext, instance + per-namespace templates, theme/tokens.use()/@propertywiring).IMPROVEMENTS.mdP6 entry points to the new spec.Made with Cursor