@openfin/core 41.101.4 → 41.101.5

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.
@@ -8457,6 +8457,10 @@ declare type LayoutOptions = {
8457
8457
  * Represents a potential ways to customize behavior of your Layout
8458
8458
  */
8459
8459
  settings?: {
8460
+ /**
8461
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8462
+ */
8463
+ newTabButtonUrl?: string;
8460
8464
  /**
8461
8465
  * @defaultValue false
8462
8466
  *
@@ -8457,6 +8457,10 @@ declare type LayoutOptions = {
8457
8457
  * Represents a potential ways to customize behavior of your Layout
8458
8458
  */
8459
8459
  settings?: {
8460
+ /**
8461
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8462
+ */
8463
+ newTabButtonUrl?: string;
8460
8464
  /**
8461
8465
  * @defaultValue false
8462
8466
  *
@@ -8457,6 +8457,10 @@ declare type LayoutOptions = {
8457
8457
  * Represents a potential ways to customize behavior of your Layout
8458
8458
  */
8459
8459
  settings?: {
8460
+ /**
8461
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8462
+ */
8463
+ newTabButtonUrl?: string;
8460
8464
  /**
8461
8465
  * @defaultValue false
8462
8466
  *
package/out/stub.d.ts CHANGED
@@ -8753,6 +8753,10 @@ declare type LayoutOptions = {
8753
8753
  * Represents a potential ways to customize behavior of your Layout
8754
8754
  */
8755
8755
  settings?: {
8756
+ /**
8757
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8758
+ */
8759
+ newTabButtonUrl?: string;
8756
8760
  /**
8757
8761
  * @defaultValue false
8758
8762
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "41.101.4",
3
+ "version": "41.101.5",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",