@todesktop/shared 7.54.0 → 7.55.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.
@@ -170,6 +170,7 @@ export interface DesktopifyAppWindow {
170
170
  transparentTitlebar: boolean;
171
171
  shouldResetDimensions?: boolean;
172
172
  vibrancy?: BrowserWindowConstructorOptions["vibrancy"];
173
+ toggleVisibilityKeyboardShortcut?: string;
173
174
  }
174
175
  export declare type DesktopifyAppTrayToggleWindowAction = {
175
176
  role: "toggleWindow";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.54.0",
3
+ "version": "7.55.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -304,6 +304,7 @@ export interface DesktopifyAppWindow {
304
304
  transparentTitlebar: boolean;
305
305
  shouldResetDimensions?: boolean;
306
306
  vibrancy?: BrowserWindowConstructorOptions["vibrancy"];
307
+ toggleVisibilityKeyboardShortcut?: string;
307
308
  }
308
309
 
309
310
  export type DesktopifyAppTrayToggleWindowAction = {