feat: migration to okhst#1229
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 9d16af8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🧪 Storybook is successfully deployed!
|
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
📦 NPM canary releaseDeployed canary version 0.0.0-canary-7c63f24. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 18ca5d0. Configure here.

Note
High Risk
Wide-reaching token and dependency changes affect every themed surface, button disabled state, and host apps that configure Glaze at startup; visual regressions across light/dark/HC are likely without thorough QA.
Overview
Migrates the design system to Glaze 1.x / Tasty 2.9 and rebuilds
palette.tsaround OKHST tone (replacing lightness), pastel themes,darkTone, and oklch export. Text, accents, disabled chips, syntax colors, and tinted semantic surfaces are retuned with relative tone deltas and['AA','AAA']floors; solid accent-disabled labels now use a fixed +15 tone step on the chip withautoFlip: falseso disabled primary buttons stay readable in dark mode.Defers color resolution via
getPaletteTokens/getColorTokens/getTokensand lazyTOKENSproxies so hosts can runglaze.configure()after import;GlobalStylescallsgetTokens()on first paint.Adds
s2–s4monospace presets (defaults3onPrismCode,CopySnippet, and Prism global CSS), Storybook Colors reference, docs updates, and bumps the bundle size limit to 450kB. Drops the hardcoded legacy#pinkalias fromcolors.ts.Reviewed by Cursor Bugbot for commit 9d16af8. Bugbot is set up for automated code reviews on this repo. Configure here.