Conversation
librowski
added this pull request to stack #143
September 14, 2026 10:59
librowski
marked this pull request as ready for review
September 14, 2026 13:15
librowski
requested review from
lukasz-jazwa,
piotrblaszczyk and
szymon-t-sc
as code owners
September 14, 2026 13:15
librowski
force-pushed
the
ds2-tokens-refresh
branch
from
September 14, 2026 19:54
293c4dd to
c9515ad
Compare
piotrblaszczyk
approved these changes
Sep 15, 2026
…size scale Export from 14.09.2026 adds ui/bg/selected, ui/bg/selected-hover and the size steps 225, 250, 350, 450 and 525 (18, 20, 28, 36, 42px). No token was removed or changed. Button heights L/M/XS and icon sizes L/M/S now resolve from the size steps, which replaces six provisional rem literals with the values design published for them.
librowski
force-pushed
the
ds2-tokens-refresh
branch
from
September 15, 2026 08:54
c9515ad to
f158811
Compare
librowski
removed this pull request from stack #143
September 15, 2026 09:00
librowski
changed the base branch from
ds2-node-text-ellipsis
to
ds2-button-drop-warning
September 15, 2026 10:23
librowski
added this pull request to stack #151
September 15, 2026 10:24
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.
Export
Tokens Studio export from the design system file, 14.09.2026, compared with the 21.08 export by name and value:
Added:
wb/size/225, 250, 350, 450, 525(18, 20, 28, 36, 42px) andwb/ui/bg/selected,wb/ui/bg/selected-hover(aliases toui/brand/fill-subtleand-hover, both themes).Code
height.module.css: button heights L/M/XS bind tosize/525,size/450,size/350instead of2.625rem,2.25rem,1.75rem.icon-size.module.css: icon sizes L/M/S bind tosize/250,size/225,size/225instead of1.25rem,1.125rem,1.125rem.missing tokenmarkers removed; rendered values unchanged (verified indist/index.css).ui/bg/selectedunblocks the plannedMenuItem.selectedwork (separate PR).Verification
pnpm -F @workflowbuilder/ui-tokens build,pnpm -F @workflowbuilder/ui buildwithcheck:built-css, stylelint on ui and sdk (every--wb-ds-*reference resolves), button unit tests, geometry parity against the Figma masters (9/9). Changeset:@workflowbuilder/uiminor.