@netless/window-manager 1.0.0-canary.43 → 1.0.0-canary.44

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/window-manager",
3
- "version": "1.0.0-canary.43",
3
+ "version": "1.0.0-canary.44",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
package/src/index.ts CHANGED
@@ -261,6 +261,7 @@ export class WindowManager extends InvisiblePlugin<WindowMangerAttributes> imple
261
261
  containerStyle: params.containerStyle,
262
262
  stageStyle: params.stageStyle,
263
263
  fullscreen: params.fullscreen,
264
+ theme: params.theme,
264
265
  });
265
266
  manager.appManager?.setBoxManager(manager.boxManager);
266
267
  if (params.container) {