@opencxh/domain 1.89.0 → 1.90.0

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.
@@ -26,6 +26,13 @@ export interface DockConfig {
26
26
  hideHeader?: boolean;
27
27
  /** Rendered collapsed to just its title bar when true. */
28
28
  minimized?: boolean;
29
+ /**
30
+ * Size the (normal, corner) dock to its content — grows with the content up
31
+ * to a max cap — instead of always using the full fixed height. Good for
32
+ * surfaces whose height varies a lot (e.g. a call: compact for audio, taller
33
+ * for video). Ignored when `expanded` (theater fills) or `minimized`.
34
+ */
35
+ autoHeight?: boolean;
29
36
  /**
30
37
  * Rendered as a large centered "theater" surface instead of the corner dock
31
38
  * (still non-blocking, no backdrop). Mutually exclusive with `minimized`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.89.0",
3
+ "version": "1.90.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",