lumiverse-spindle-types 0.4.74 → 0.4.76

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": "lumiverse-spindle-types",
3
- "version": "0.4.74",
3
+ "version": "0.4.76",
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 {
@@ -1304,7 +1304,7 @@ export interface SpindleAPI {
1304
1304
  * Use `variablesByMode` to specify different values for light/dark mode.
1305
1305
  * Mode-specific values take precedence over flat `variables` for the same key.
1306
1306
  */
1307
- apply(overrides: ThemeOverrideDTO): Promise<void>;
1307
+ apply(overrides: ThemeOverrideDTO, userId?: string): Promise<void>;
1308
1308
  /**
1309
1309
  * Apply a palette-driven theme using Lumiverse's own presentation rules.
1310
1310
  *