@genesislcap/foundation-openfin 14.303.0 → 14.303.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.
Files changed (2) hide show
  1. package/package.json +14 -14
  2. package/docs/api-report.md +0 -42
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-openfin",
3
3
  "description": "Genesis Foundation Openfin",
4
- "version": "14.303.0",
4
+ "version": "14.303.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,22 +59,22 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.303.0",
63
- "@genesislcap/genx": "14.303.0",
64
- "@genesislcap/rollup-builder": "14.303.0",
65
- "@genesislcap/ts-builder": "14.303.0",
66
- "@genesislcap/uvu-playwright-builder": "14.303.0",
67
- "@genesislcap/vite-builder": "14.303.0",
68
- "@genesislcap/webpack-builder": "14.303.0",
62
+ "@genesislcap/foundation-testing": "14.303.2",
63
+ "@genesislcap/genx": "14.303.2",
64
+ "@genesislcap/rollup-builder": "14.303.2",
65
+ "@genesislcap/ts-builder": "14.303.2",
66
+ "@genesislcap/uvu-playwright-builder": "14.303.2",
67
+ "@genesislcap/vite-builder": "14.303.2",
68
+ "@genesislcap/webpack-builder": "14.303.2",
69
69
  "sinon": "^17.0.1"
70
70
  },
71
71
  "dependencies": {
72
72
  "@finos/fdc3": "2.1.1",
73
- "@genesislcap/foundation-logger": "14.303.0",
74
- "@genesislcap/foundation-notifications": "14.303.0",
75
- "@genesislcap/foundation-ui": "14.303.0",
76
- "@genesislcap/foundation-utils": "14.303.0",
77
- "@genesislcap/web-core": "14.303.0",
73
+ "@genesislcap/foundation-logger": "14.303.2",
74
+ "@genesislcap/foundation-notifications": "14.303.2",
75
+ "@genesislcap/foundation-ui": "14.303.2",
76
+ "@genesislcap/foundation-utils": "14.303.2",
77
+ "@genesislcap/web-core": "14.303.2",
78
78
  "@interopio/desktop": "^6.3.1",
79
79
  "@openfin/workspace": "^20.4.0",
80
80
  "@openfin/workspace-platform": "^20.4.0",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "1495670cf431019b7a29589f6ab7b80c0ec31945"
91
+ "gitHead": "f556f123bafe956a7ba9328bb3f78f4d7d2495ba"
92
92
  }
@@ -1,42 +0,0 @@
1
- ## API Report File for "@genesislcap/foundation-openfin"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { NotificationDataRow } from '@genesislcap/foundation-notifications';
8
- import { NotificationListener } from '@genesislcap/foundation-ui';
9
- import { NotificationsPlatform } from '@openfin/workspace/notifications';
10
- import { ToastButton } from '@genesislcap/foundation-notifications';
11
-
12
- // @public (undocumented)
13
- export const isOpenFin: () => boolean;
14
-
15
- // @public (undocumented)
16
- export class OpenfinNotificationListener extends NotificationListener {
17
- // (undocumented)
18
- connectedCallback(): Promise<void>;
19
- // @beta (undocumented)
20
- mode: 'default' | 'silent';
21
- // @beta (undocumented)
22
- notificationsPlatform: NotificationsPlatform;
23
- // (undocumented)
24
- protected showNotificationToast(row: NotificationDataRow): Promise<void>;
25
- // @beta (undocumented)
26
- toast: 'transient' | 'sticky' | 'none';
27
- toastButtons: OpenfinToastButton[];
28
- }
29
-
30
- // @public (undocumented)
31
- export interface OpenfinToastButton extends ToastButton {
32
- // (undocumented)
33
- cta?: boolean;
34
- // (undocumented)
35
- message?: string;
36
- // (undocumented)
37
- task: string;
38
- }
39
-
40
- // (No @packageDocumentation comment for this package)
41
-
42
- ```