Skip to content

Update Versions - #73

Merged
owjs3901 merged 1 commit into
mainfrom
changepacks/main
Sep 21, 2026
Merged

owjs3901 merged 1 commit into
mainfrom
changepacks/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Changepacks

devup-mcp@0.10.0 → 0.10.1 - crates/devup-mcp/Cargo.toml

Patch

  • Re-vendors the devup-ui skill from dev-five-git/devup-ui@c7295916, which answers two things readers previously worked out the hard way. @devup-ui/reset-css is a normalize rather than a preflight: for form controls it sets margin: 0 and -webkit-appearance: button, and that second rule preserves the native control appearance instead of removing it, so button padding, border and appearance are deliberately untouched. That stays invisible until a button is sized in design units, because box-sizing: border-box is global and an explicit 8px width cannot shrink below the 6 + 6 + 2 + 2 = 16px that Chrome's default padding: 1px 6px and border: 2px outset already occupy - an 8x8 button from a design renders 16x8, which is the reset behaving as specified rather than a defect, and the document now says so with the call-site fix. The second is alpha: a token is a CSS custom property, which the $token Scope section already establishes, so a token at partial opacity is color-mix() over var(--token) and needs neither an alpha token nor a hardcoded copy of the colour. Without that, a screen hardcoded #F7F3EC66 beside a $bg of the same value, which is not merely redundant but wrong under theming - $bg follows the active theme and the literal does not, so the surface stays light in dark mode. This matters here because devup-mcp vendors the document into the binary, so devup_skills install writes it on machines with no network, which are the machines least able to work either answer out for themselves.

@owjs3901
owjs3901 merged commit 79a6ee5 into main Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant