@openfin/fdc3-api 43.100.53 → 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.
@@ -3856,6 +3856,10 @@ declare type ConstWindowOptions = {
3856
3856
  * Control which options to ignore when creating a Platform Window.
3857
3857
  */
3858
3858
  excludeOptions: ExcludeOptions;
3859
+ /**
3860
+ * 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.
3861
+ */
3862
+ roundedCorners: boolean;
3859
3863
  };
3860
3864
 
3861
3865
  /**
@@ -3856,6 +3856,10 @@ declare type ConstWindowOptions = {
3856
3856
  * Control which options to ignore when creating a Platform Window.
3857
3857
  */
3858
3858
  excludeOptions: ExcludeOptions;
3859
+ /**
3860
+ * 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.
3861
+ */
3862
+ roundedCorners: boolean;
3859
3863
  };
3860
3864
 
3861
3865
  /**
@@ -3856,6 +3856,10 @@ declare type ConstWindowOptions = {
3856
3856
  * Control which options to ignore when creating a Platform Window.
3857
3857
  */
3858
3858
  excludeOptions: ExcludeOptions;
3859
+ /**
3860
+ * 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.
3861
+ */
3862
+ roundedCorners: boolean;
3859
3863
  };
3860
3864
 
3861
3865
  /**
package/out/fdc3-api.d.ts CHANGED
@@ -3915,6 +3915,10 @@ declare type ConstWindowOptions = {
3915
3915
  * Control which options to ignore when creating a Platform Window.
3916
3916
  */
3917
3917
  excludeOptions: ExcludeOptions;
3918
+ /**
3919
+ * 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.
3920
+ */
3921
+ roundedCorners: boolean;
3918
3922
  };
3919
3923
 
3920
3924
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.53",
3
+ "version": "43.100.54",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,