@openfin/fdc3-api 42.100.85 → 42.100.88

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.
@@ -8818,6 +8818,10 @@ declare type LayoutOptions = {
8818
8818
  * Represents a potential ways to customize behavior of your Layout
8819
8819
  */
8820
8820
  settings?: {
8821
+ /**
8822
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8823
+ */
8824
+ newTabButtonUrl?: string;
8821
8825
  /**
8822
8826
  * @defaultValue false
8823
8827
  *
@@ -8818,6 +8818,10 @@ declare type LayoutOptions = {
8818
8818
  * Represents a potential ways to customize behavior of your Layout
8819
8819
  */
8820
8820
  settings?: {
8821
+ /**
8822
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8823
+ */
8824
+ newTabButtonUrl?: string;
8821
8825
  /**
8822
8826
  * @defaultValue false
8823
8827
  *
@@ -8818,6 +8818,10 @@ declare type LayoutOptions = {
8818
8818
  * Represents a potential ways to customize behavior of your Layout
8819
8819
  */
8820
8820
  settings?: {
8821
+ /**
8822
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8823
+ */
8824
+ newTabButtonUrl?: string;
8821
8825
  /**
8822
8826
  * @defaultValue false
8823
8827
  *
package/out/fdc3-api.d.ts CHANGED
@@ -9114,6 +9114,10 @@ declare type LayoutOptions = {
9114
9114
  * Represents a potential ways to customize behavior of your Layout
9115
9115
  */
9116
9116
  settings?: {
9117
+ /**
9118
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
9119
+ */
9120
+ newTabButtonUrl?: string;
9117
9121
  /**
9118
9122
  * @defaultValue false
9119
9123
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.85",
3
+ "version": "42.100.88",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,