* fix(codex): Update button classes for type->weight change
In Codex v0.7.0, the CSS class used for primary buttons changed from
cdx-button--type-primary to cdx-button--weight-primary, type-normal
changed weight-normal, and type-quiet changed to weight-quiet. Update
codex.styles.less accordingly.
See https://phabricator.wikimedia.org/T312987 for more details.
* fix(codex): keep --type for 1.39 compatibility
---------
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>