Add @workflowbuilder/ui + ui-tokens packages (1/3: packages)#41
Closed
librowski wants to merge 1 commit into
Closed
Add @workflowbuilder/ui + ui-tokens packages (1/3: packages)#41librowski wants to merge 1 commit into
librowski wants to merge 1 commit into
Conversation
This was referenced Jun 24, 2026
01c4372 to
a28d22d
Compare
This was referenced Jun 24, 2026
Collaborator
Author
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.
Part 1 of 3. Stacked series for the
@workflowbuilder/uiwork, split for review:Summary
Brings the overflow-ui Base UI rewrite into the monorepo as the publishable
@workflowbuilder/uipackage (+ private@workflowbuilder/ui-tokens). Nothing consumes it yet -sdk/demo/ai-studiostill build against the published@synergycodes/overflow-ui@1.0.0-beta.27on this branch; the switch-over is Part 2. This keeps the (large but mostly vendored) package addition reviewable on its own.Changes
packages/ui+packages/tokensimported fromoverflow-ui@base-ui-migration, preserving the multi-entry build, the CSS@layercontract (ui.base/ui.component),combine-css-bundle, and the Style-Dictionary token pipeline (tokens.json→ CSS). Dropped decision-logs, theoverflow-ui.jsback-compat shim, dead deps, and the preview app.catalog:, React 18→19,@base-ui/reactadded to the catalog (pinned1.4.1).build:uibuildstokens → ui;build:libchainstokens → ui → sdk.distbuilds onpnpm installviaprepare.knip.config.js+CLAUDE.mdupdated to register the two new workspaces.Verification
pnpm installclean;build:lib,build,build:ai-studiogreen;pnpm -r typecheckgreen for all workspaces (the only failures are the pre-existingastro checkerrors inapps/docs/{head,sidebar}.astro, unrelated).packages/ui/**) - low review effort; the build/tooling wiring is the real surface here.Notes
@workflowbuilder/uiis a second publishable package - the release tag scheme (v*) needs migrating to scoped tags before publishing it (flagged inCLAUDE.md/packages/sdk/RELEASE.md; maintainer, out of scope).