@openfin/workspace-platform 22.2.14 → 22.2.16

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.
@@ -2,6 +2,8 @@ import type OpenFin from '@openfin/core';
2
2
  import { BrowserInitConfig } from '../../../client-api-platform/src/shapes';
3
3
  export declare const DEFAULT_ENTERPRISE_WINDOW_HEIGHT = 600;
4
4
  export declare const DEFAULT_ENTERPRISE_WINDOW_WIDTH = 900;
5
+ export declare const ENTERPRISE_MIN_WINDOW_HEIGHT = 488;
6
+ export declare const ENTERPRISE_MIN_WINDOW_WIDTH = 654;
5
7
  export declare const isEnterpriseBrowser: (id?: OpenFin.Identity) => Promise<boolean>;
6
8
  export declare const isEnterpriseBrowserPlatform: (browserInitOptions: BrowserInitConfig) => boolean;
7
9
  export declare function formatUrl(url: string): string;