feat(adapter): plain-css second-adapter smoke — proves the IR seam (WHYNOT-WP-0002 T10)
A deliberately-unfinished second adapter that consumes the same ir/ and honours the same adapters/ADAPTER_CONTRACT.md (token full-gen + write-once stubs + drift roll-up shape + exit codes), with zero changes to ir/. Every IR component is 'new' for a fresh stack → 10 class stubs + tokens.css (80 props). Not a usable plain-CSS kit — the deliverable is confidence the boundary holds so the architecture can be lifted into a coulomb-level tool later. make adapt-plain-css. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
7cf524137f
commit
36f7b9f7b9
15 changed files with 367 additions and 0 deletions
6
adapters/plain-css/stubs/wn-button.css
Normal file
6
adapters/plain-css/stubs/wn-button.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* @generated STUB by adapters/plain-css (T10) from ir/components/Button.json — write-once. */
|
||||
/* Button: Button — extracted from designbook ui_kits/whynot-control/Atoms.jsx. */
|
||||
.wn-button { /* TODO: base appearance per ir/exemplars/Button.html */ }
|
||||
.wn-button--secondary { /* variant=secondary */ }
|
||||
.wn-button--primary { /* variant=primary */ }
|
||||
.wn-button--ghost { /* variant=ghost */ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue