fix: keep page shells transparent

This commit is contained in:
2026-07-19 19:52:14 +05:30
parent ca8f746f41
commit eaea2c5f72
57 changed files with 99 additions and 87 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.59",
"version": "0.2.60",
"type": "module",
"main": "src/index.ts",
"exports": {
+8
View File
@@ -602,6 +602,14 @@ const MIGRATIONS: Migration[] = [
// Existing inferred declarations remain compatible; typed syntax is opt-in.
},
},
{
version: "0.2.60",
id: "page-owned-shell-backgrounds",
description: "Lets pages own their backgrounds by keeping shared page shells transparent.",
apply() {
// The UI stylesheet update applies automatically.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */