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 +1 -1
- package/src/dom.ts +1 -1
- package/src/spindle-api.ts +1 -1
package/package.json
CHANGED
package/src/dom.ts
CHANGED
package/src/spindle-api.ts
CHANGED
|
@@ -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
|
*
|