@todesktop/shared 7.131.0 → 7.132.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.
@@ -120,7 +120,7 @@ export interface DesktopifyAppWindow {
120
120
  /**
121
121
  * The type of window
122
122
  */
123
- type: "menubar" | "app";
123
+ type: "menubar" | "app" | "panel";
124
124
  /**
125
125
  * Keyboard shortcut to toggle window visibility
126
126
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.131.0",
3
+ "version": "7.132.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -236,7 +236,7 @@ export interface DesktopifyAppWindow {
236
236
  /**
237
237
  * The type of window
238
238
  */
239
- type: "menubar" | "app";
239
+ type: "menubar" | "app" | "panel";
240
240
  /**
241
241
  * Keyboard shortcut to toggle window visibility
242
242
  */