@openfin/workspace-platform 45.0.1 → 45.0.2

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.
@@ -7,7 +7,7 @@ import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site }
7
7
  * @param app the app directory entry.
8
8
  * @param opts launch options.
9
9
  */
10
- export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.View | OpenFin.Platform | OpenFin.Application>;
10
+ export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.Platform | OpenFin.Application | OpenFin.View>;
11
11
  export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
12
12
  export declare function getResults(payload: {
13
13
  req: SearchSitesRequest;
@@ -307,7 +307,7 @@ export declare const constructThemePaletteSheet: (themes: GeneratedPalettes, leg
307
307
  dark: string;
308
308
  }) => string;
309
309
  export declare const getComputedPlatformTheme: (platformIdentity: OpenFin.Identity) => Promise<{
310
- theme: GeneratedPalettes | CustomThemes;
310
+ theme: CustomThemes | GeneratedPalettes;
311
311
  defaultScheme: ColorSchemeOptionType;
312
312
  themePaletteSheet: string;
313
313
  }>;
@@ -21,28 +21,28 @@
21
21
  "issuer": "common/src/utils/color-linking.ts"
22
22
  }
23
23
  ],
24
- "react-i18next": [
24
+ "lodash.clonedeep": [
25
25
  {
26
26
  "type": "explicit",
27
- "version": "15.4.0",
27
+ "version": "4.5.0",
28
28
  "packageName": "common/package.json",
29
- "issuer": "common/src/api/i18next.ts"
29
+ "issuer": "common/src/utils/layout.ts"
30
30
  }
31
31
  ],
32
- "i18next": [
32
+ "react-i18next": [
33
33
  {
34
34
  "type": "explicit",
35
- "version": "^23.7.16",
35
+ "version": "15.4.0",
36
36
  "packageName": "common/package.json",
37
37
  "issuer": "common/src/api/i18next.ts"
38
38
  }
39
39
  ],
40
- "lodash.clonedeep": [
40
+ "i18next": [
41
41
  {
42
42
  "type": "explicit",
43
- "version": "4.5.0",
43
+ "version": "^23.7.16",
44
44
  "packageName": "common/package.json",
45
- "issuer": "common/src/utils/layout.ts"
45
+ "issuer": "common/src/api/i18next.ts"
46
46
  }
47
47
  ],
48
48
  "dexie": [