@openfin/core 43.100.52 → 43.100.54

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.
@@ -3859,6 +3859,10 @@ declare type ConstWindowOptions = {
3859
3859
  * Control which options to ignore when creating a Platform Window.
3860
3860
  */
3861
3861
  excludeOptions: ExcludeOptions;
3862
+ /**
3863
+ * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3864
+ */
3865
+ roundedCorners: boolean;
3862
3866
  };
3863
3867
 
3864
3868
  /**
@@ -3859,6 +3859,10 @@ declare type ConstWindowOptions = {
3859
3859
  * Control which options to ignore when creating a Platform Window.
3860
3860
  */
3861
3861
  excludeOptions: ExcludeOptions;
3862
+ /**
3863
+ * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3864
+ */
3865
+ roundedCorners: boolean;
3862
3866
  };
3863
3867
 
3864
3868
  /**
@@ -3859,6 +3859,10 @@ declare type ConstWindowOptions = {
3859
3859
  * Control which options to ignore when creating a Platform Window.
3860
3860
  */
3861
3861
  excludeOptions: ExcludeOptions;
3862
+ /**
3863
+ * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3864
+ */
3865
+ roundedCorners: boolean;
3862
3866
  };
3863
3867
 
3864
3868
  /**
package/out/stub.d.ts CHANGED
@@ -3918,6 +3918,10 @@ declare type ConstWindowOptions = {
3918
3918
  * Control which options to ignore when creating a Platform Window.
3919
3919
  */
3920
3920
  excludeOptions: ExcludeOptions;
3921
+ /**
3922
+ * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3923
+ */
3924
+ roundedCorners: boolean;
3921
3925
  };
3922
3926
 
3923
3927
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "43.100.52",
3
+ "version": "43.100.54",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",