@openfin/core 35.78.27 → 35.78.29

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.
@@ -8736,7 +8736,7 @@ declare type LayoutOptions = {
8736
8736
  * @defaultValue false
8737
8737
  *
8738
8738
  * Limits the area to which tabs can be dragged.
8739
- * If true, stack headers are the only areas where tabs can be dropped.
8739
+ * If true, the layout container is the only area where tabs can be dropped.
8740
8740
  */
8741
8741
  constrainDragToContainer?: boolean;
8742
8742
  /**
@@ -8736,7 +8736,7 @@ declare type LayoutOptions = {
8736
8736
  * @defaultValue false
8737
8737
  *
8738
8738
  * Limits the area to which tabs can be dragged.
8739
- * If true, stack headers are the only areas where tabs can be dropped.
8739
+ * If true, the layout container is the only area where tabs can be dropped.
8740
8740
  */
8741
8741
  constrainDragToContainer?: boolean;
8742
8742
  /**
@@ -8736,7 +8736,7 @@ declare type LayoutOptions = {
8736
8736
  * @defaultValue false
8737
8737
  *
8738
8738
  * Limits the area to which tabs can be dragged.
8739
- * If true, stack headers are the only areas where tabs can be dropped.
8739
+ * If true, the layout container is the only area where tabs can be dropped.
8740
8740
  */
8741
8741
  constrainDragToContainer?: boolean;
8742
8742
  /**
package/out/mock.d.ts CHANGED
@@ -9008,7 +9008,7 @@ declare type LayoutOptions = {
9008
9008
  * @defaultValue false
9009
9009
  *
9010
9010
  * Limits the area to which tabs can be dragged.
9011
- * If true, stack headers are the only areas where tabs can be dropped.
9011
+ * If true, the layout container is the only area where tabs can be dropped.
9012
9012
  */
9013
9013
  constrainDragToContainer?: boolean;
9014
9014
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "35.78.27",
3
+ "version": "35.78.29",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",