@mmstack/primitives 22.2.0 → 22.2.1
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/package.json
CHANGED
|
@@ -56,6 +56,7 @@ declare class MmActivity {
|
|
|
56
56
|
private readonly tpl;
|
|
57
57
|
private readonly vcr;
|
|
58
58
|
private readonly parent;
|
|
59
|
+
private readonly onServer;
|
|
59
60
|
/** When false, keep the content mounted but hidden + CD-detached. */
|
|
60
61
|
readonly visible: i0.InputSignal<boolean>;
|
|
61
62
|
/** Paused == not visible — handed to the kept subtree as PAUSED_CONTEXT. */
|