lumiverse-spindle-types 0.4.74 → 0.4.75

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/package.json +1 -1
  2. package/src/dom.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumiverse-spindle-types",
3
- "version": "0.4.74",
3
+ "version": "0.4.75",
4
4
  "types": "./src/index.ts",
5
5
  "keywords": [
6
6
  "lumiverse",
package/src/dom.ts CHANGED
@@ -132,7 +132,7 @@ export interface SpindleDockPanelHandle {
132
132
 
133
133
  export interface SpindleAppMountOptions {
134
134
  className?: string;
135
- position?: "start" | "end";
135
+ position?: "start" | "end" | "app-overlay";
136
136
  }
137
137
 
138
138
  export interface SpindleAppMountHandle {