ev_lib_gen 0.2.0

Generates the TS uikit class tables from ev_lib_classes (Rust is the source of truth).
ev_lib_gen-0.2.0 is not a library.

Emits one TS file per uikit component under ts/uikit/src/generated/ from the Rust styling source of truth (ev_lib_classes), plus the Tailwind class inventory a Rust consumer @sources. Run via cargo run -p ev_lib_gen; the output is committed and CI fails if it drifts (git diff --exit-code ts/uikit/src/generated rust/classes/uikit-classes.txt).