release: WRNexusJS 0.2.57

This commit is contained in:
2026-07-19 17:45:13 +05:30
parent 14e2878417
commit c0c09426ff
65 changed files with 487 additions and 103 deletions
+3 -6
View File
@@ -32,14 +32,11 @@ const config: AppConfig = {
},
// Design-token themes. Built-in `light`/`dark` are provided; here we set the
// default and override a couple of tokens to show customization. Users can
// also redefine any `--wire-*` variable in their own CSS.
// default and choose one of eight complete semantic color palettes. Users
// can still override individual tokens through `themes` when needed.
theme: {
palette: "violet",
default: "dark",
themes: {
light: { "color-primary": "#2563eb" },
dark: { "color-primary": "#6c8cff" },
},
},
// Database connection for `wrnexus db` migrations (and, later, ctx.db).