@netless/fastboard-react 0.2.11 → 0.2.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -20,7 +20,7 @@ declare function useTheme(userTheme?: Theme | null): Theme;
20
20
  declare function useFastboardApp(): FastboardApp;
21
21
  declare function useFastboardValue<T>(val: FastboardReadable<T>): T;
22
22
  declare function useWritable(): boolean;
23
- declare function useBoxState(): "minimized" | "maximized" | "normal" | undefined;
23
+ declare function useBoxState(): "normal" | "minimized" | "maximized" | undefined;
24
24
  declare function useFocusedApp(): string | undefined;
25
25
  declare function useMaximized(): boolean;
26
26
  declare function useHideControls(): boolean | "toolbar-only";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/fastboard-react",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "A UI kit built on top of @netless/fastboard.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -22,8 +22,8 @@
22
22
  "white-web-sdk": ">=2.16.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@netless/fastboard-core": "0.2.11",
26
- "@netless/window-manager": "^0.4.10",
25
+ "@netless/fastboard-core": "0.2.12",
26
+ "@netless/window-manager": "^0.4.11-canary.1",
27
27
  "@types/react": "^17.0.39",
28
28
  "@types/react-dom": "^17.0.13",
29
29
  "sass": "^1.49.9",