@openfin/fdc3-api 41.101.4 → 41.102.1

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.
@@ -8799,6 +8799,10 @@ declare type LayoutOptions = {
8799
8799
  * Represents a potential ways to customize behavior of your Layout
8800
8800
  */
8801
8801
  settings?: {
8802
+ /**
8803
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8804
+ */
8805
+ newTabButtonUrl?: string;
8802
8806
  /**
8803
8807
  * @defaultValue false
8804
8808
  *
@@ -8799,6 +8799,10 @@ declare type LayoutOptions = {
8799
8799
  * Represents a potential ways to customize behavior of your Layout
8800
8800
  */
8801
8801
  settings?: {
8802
+ /**
8803
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8804
+ */
8805
+ newTabButtonUrl?: string;
8802
8806
  /**
8803
8807
  * @defaultValue false
8804
8808
  *
@@ -8799,6 +8799,10 @@ declare type LayoutOptions = {
8799
8799
  * Represents a potential ways to customize behavior of your Layout
8800
8800
  */
8801
8801
  settings?: {
8802
+ /**
8803
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8804
+ */
8805
+ newTabButtonUrl?: string;
8802
8806
  /**
8803
8807
  * @defaultValue false
8804
8808
  *
package/out/fdc3-api.d.ts CHANGED
@@ -9095,6 +9095,10 @@ declare type LayoutOptions = {
9095
9095
  * Represents a potential ways to customize behavior of your Layout
9096
9096
  */
9097
9097
  settings?: {
9098
+ /**
9099
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
9100
+ */
9101
+ newTabButtonUrl?: string;
9098
9102
  /**
9099
9103
  * @defaultValue false
9100
9104
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "41.101.4",
3
+ "version": "41.102.1",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,