@todesktop/shared 7.95.0 → 7.96.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.
@@ -89,7 +89,7 @@ export interface DesktopifyAppWindow {
89
89
  /**
90
90
  * The type of window
91
91
  */
92
- type: "menubar" | "app";
92
+ type: "menubar" | "app" | "panel";
93
93
  /**
94
94
  * The window's application menu
95
95
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.95.0",
3
+ "version": "7.96.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -196,7 +196,7 @@ export interface DesktopifyAppWindow {
196
196
  /**
197
197
  * The type of window
198
198
  */
199
- type: "menubar" | "app";
199
+ type: "menubar" | "app" | "panel";
200
200
  /**
201
201
  * The window's application menu
202
202
  */