@openfin/core 29.71.23 → 29.71.26

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/OpenFin.d.ts +3 -0
  2. package/package.json +1 -1
package/OpenFin.d.ts CHANGED
@@ -1707,9 +1707,12 @@ declare namespace OpenFin {
1707
1707
 
1708
1708
  export type PrebuiltContextMenuItem =
1709
1709
  | 'separator'
1710
+ | 'undo'
1711
+ | 'redo'
1710
1712
  | 'cut'
1711
1713
  | 'copy'
1712
1714
  | 'paste'
1715
+ | 'selectAll'
1713
1716
  | 'spellCheck'
1714
1717
  | 'inspect'
1715
1718
  | 'reload'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "29.71.23",
3
+ "version": "29.71.26",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./src/mock.js",
6
6
  "types": "./src/mock.d.ts",