-
Notifications
You must be signed in to change notification settings - Fork 65
[DS 2.0] Adopt the 15.09 token export: node body and row roles, focus ring rename, ghost label roles, rebuilt orange #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@workflowbuilder/sdk': patch | ||
| --- | ||
|
|
||
| Node sections and rows (Decision branches, AI tool rows) bind their padding, gap and radius to the design roles `canvas/node/body-*` and `canvas/node/row-*` instead of raw spacing primitives; rendered values are unchanged. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| '@workflowbuilder/ui': minor | ||
| --- | ||
|
|
||
| Design token export from 15.09.2026 (design system 1.1.9 to 1.1.11). New roles: `--wb-ds-canvas-node-body-*` and `--wb-ds-canvas-node-row-*` (padding, gap, radius of the node body and its rows), `--wb-ds-shadow-canvas-focus-ring-node-*` (renamed from `--wb-ds-shadow-canvas-focus-node-*`, which is removed), `--wb-ds-components-button-ghost-{primary,critical,success,warning}-text-default` and `--wb-ds-components-button-solid-warning-text`. Ghost button labels in the light theme now use these darker component roles (WCAG AA on every tint) instead of the shared text roles. The orange scale (`--wb-ds-colors-orange-*`) has new values and `--wb-ds-colors-orange-500-{10..50}` replace `--wb-ds-colors-orange-400-{10..50}`, so every warning surface renders in the rebuilt orange. Removed orphans: `--wb-ds-canvas-node-inset`, `--wb-ds-canvas-node-gap-inner`. | ||
|
|
||
| Breaking changes: | ||
|
|
||
| - Replace any reference to `--wb-ds-shadow-canvas-focus-node-{x,y,blur,spread}` with `--wb-ds-shadow-canvas-focus-ring-node-*`. | ||
| - Replace `--wb-ds-colors-orange-400-{10..50}` with `--wb-ds-colors-orange-500-{10..50}`; expect different orange hues everywhere `--wb-ds-colors-orange-*` is used. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The rebuilt scale moves The export already has |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since
--wb-ds-*is a documented override surface (ui README "Customization", sdk README "Prefix ownership") and this drops--wb-ds-shadow-canvas-focus-node-*,--wb-ds-colors-orange-400-{10..50}and two node roles, could we mark thismajorlike #137 did for--wb-public-button-warning-*? The body already carries theBreaking changes:list, so only the header changes; it keeps the CHANGELOG grouping consistent (this is currently the only changeset in the repo with a breaking list under a non-major bump).