feat: migration to okhst#1229
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🧪 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-709608e. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7a7143f. Configure here.

Note
Medium Risk
Global color values and contrast behavior change for every consumer of Glaze tokens across light/dark/high-contrast, though legacy
#aliases are largely preserved; visual regression review in Storybook/Chromatic is the main safeguard.Overview
Migrates the design-token pipeline to @tenphi/glaze 1.1.1 and @tenphi/tasty 2.9.0, rebuilding
palette.tson Glaze’s OKHSTtoneAPI (replacinglightnessand numeric contrast targets with relative tone deltas and['AA','AAA']floors). Exported CSS colors now useformat: 'oklch', seed saturation is lowered, tinted semantic themes get explicit surface-text overrides, and the standalone#pinkalias is removed fromcolors.ts.Adds a Getting Started / Colors Storybook reference (
Colors.stories.tsx+Colors.docs.mdx) that documents surface/foreground pairing, semantic accents, disabled states, syntax, borders, and shadows across schemes.The full bundle size-limit ceiling is raised from 445kB to 450kB to match the dependency bump.
Reviewed by Cursor Bugbot for commit 66ccb20. Bugbot is set up for automated code reviews on this repo. Configure here.