@netless/window-manager 0.4.32 → 1.0.0-canary.0

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/dist/index.d.ts CHANGED
@@ -93,7 +93,6 @@ export declare const reconnectRefresher: ReconnectRefresher;
93
93
  export declare class WindowManager extends InvisiblePlugin<WindowMangerAttributes> implements PageController {
94
94
  static kind: string;
95
95
  static displayer: Displayer;
96
- static wrapper?: HTMLElement;
97
96
  static playground?: HTMLElement;
98
97
  static container?: HTMLElement;
99
98
  static debug: boolean;
@@ -111,7 +110,6 @@ export declare class WindowManager extends InvisiblePlugin<WindowMangerAttribute
111
110
  private _pageState?;
112
111
  private boxManager?;
113
112
  private static params?;
114
- private containerResizeObserver?;
115
113
  containerSizeRatio: number;
116
114
  constructor(context: InvisiblePluginContext);
117
115
  static mount(params: MountParams): Promise<WindowManager>;