ugcinc 3.60.0 → 3.61.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.
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1492,6 +1492,8 @@ export interface CreateDmNodeConfig {
|
|
|
1492
1492
|
platformIsVariable?: boolean;
|
|
1493
1493
|
/** Light or dark mode */
|
|
1494
1494
|
lightMode: boolean;
|
|
1495
|
+
/** Whether light mode comes from input port */
|
|
1496
|
+
lightModeIsVariable?: boolean;
|
|
1495
1497
|
/** Username displayed in header */
|
|
1496
1498
|
username: string;
|
|
1497
1499
|
/** Whether username comes from input port */
|