anentrypoint-design 0.0.194 → 0.0.195

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/app-shell.css CHANGED
@@ -178,6 +178,14 @@ pre .n { color: var(--green-2); }
178
178
  .fd-root .app { width: 100%; height: 100%; min-height: 0; flex: 1 1 auto; }
179
179
  .fd-root .app-body { min-width: 0; }
180
180
 
181
+ /* Full-bleed canvas host (e.g. a game/3D viewport that fills the page behind the
182
+ shell): the shell's opaque var(--bg) would paint OVER the canvas and hide it.
183
+ Mark the host with `canvas-host` to make the shell surfaces transparent so the
184
+ live canvas shows through. The canvas itself is the backdrop. */
185
+ .canvas-host,
186
+ .canvas-host .app,
187
+ body.canvas-host { background: transparent !important; }
188
+
181
189
  :root {
182
190
  --app-status-h: var(--size-base);
183
191
  --app-topbar-h: var(--size-lg);
package/dist/247420.css CHANGED
@@ -579,6 +579,14 @@
579
579
  .ds-247420 .fd-root .app { width: 100%; height: 100%; min-height: 0; flex: 1 1 auto; }
580
580
  .ds-247420 .fd-root .app-body { min-width: 0; }
581
581
 
582
+ /* Full-bleed canvas host (e.g. a game/3D viewport that fills the page behind the
583
+ shell): the shell's opaque var(--bg) would paint OVER the canvas and hide it.
584
+ Mark the host with `canvas-host` to make the shell surfaces transparent so the
585
+ live canvas shows through. The canvas itself is the backdrop. */
586
+ .ds-247420 .canvas-host,
587
+ .ds-247420 .canvas-host .app,
588
+ .ds-247420 body.canvas-host { background: transparent !important; }
589
+
582
590
  .ds-247420 {
583
591
  --app-status-h: var(--size-base);
584
592
  --app-topbar-h: var(--size-lg);