@smplrspace/smplr-loader 2.13.0 → 2.13.1-beta.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.
|
@@ -472,6 +472,7 @@ declare interface SpaceOptions {
|
|
|
472
472
|
clientToken: string;
|
|
473
473
|
containerId: string;
|
|
474
474
|
disableErrorReporting?: boolean;
|
|
475
|
+
whiteLabel?: boolean;
|
|
475
476
|
internal?: boolean;
|
|
476
477
|
}
|
|
477
478
|
|
|
@@ -499,7 +500,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
499
500
|
z: number;
|
|
500
501
|
}
|
|
501
502
|
|
|
502
|
-
export declare const version = "2.13.0";
|
|
503
|
+
export declare const version = "2.13.1-beta.0";
|
|
503
504
|
|
|
504
505
|
declare interface ViewerOptions {
|
|
505
506
|
mode?: CameraMode;
|