lumiverse-spindle-types 0.6.25 → 0.6.26

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.
Files changed (2) hide show
  1. package/dist/dom.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/dom.d.ts CHANGED
@@ -327,6 +327,12 @@ export interface SpindleDockPanelOptions {
327
327
  resizable?: boolean;
328
328
  iconUrl?: string;
329
329
  startCollapsed?: boolean;
330
+ /** Remove the host panel chrome so the extension can render its own surface.
331
+ * Defaults to false. */
332
+ chromeless?: boolean;
333
+ /** Center the extension root within the dock's content area.
334
+ * Defaults to false. */
335
+ centerContent?: boolean;
330
336
  }
331
337
  export interface SpindleDockPanelHandle {
332
338
  root: HTMLElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumiverse-spindle-types",
3
- "version": "0.6.25",
3
+ "version": "0.6.26",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "keywords": [