@finsemble/finsemble-ui 10.2.0-beta.32 → 10.2.0-beta.34

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsemble/finsemble-ui",
3
- "version": "10.2.0-beta.32",
3
+ "version": "10.2.0-beta.34",
4
4
  "description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
5
5
  "files": [
6
6
  "*.ts",
@@ -17,8 +17,8 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@interopio/desktop": "6.18.0",
20
- "@interopio/groups-ui-react": "3.0.1",
21
- "@interopio/react-hooks": "4.2.5",
20
+ "@interopio/groups-ui-react": "4.3.0",
21
+ "@interopio/react-hooks": "4.3.0",
22
22
  "@q42/floating-focus-a11y": "1.3.3",
23
23
  "@reduxjs/toolkit": "1.9.5",
24
24
  "@types/react": "18.3.12",
@@ -482,7 +482,7 @@ export type SpawnParams = {
482
482
  addToTabCollection?: string | boolean;
483
483
  /**
484
484
  * Defaults to false. Whether to add the new component to the workspace.
485
- * The addToWorkspace config value set at the component level overwrites this value.
485
+ * This value takes priority over the addToWorkspace setting in the component's app config.
486
486
  */
487
487
  addToWorkspace?: boolean;
488
488
  /**