@smplrspace/smplr-loader 2.58.1-beta.18 → 2.58.1-beta.19

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.
@@ -4475,8 +4475,8 @@ export declare interface SpaceViewerOptions {
4475
4475
  renderingMessage?: string;
4476
4476
  disableFacadeMode?: boolean;
4477
4477
  /**
4478
- * @deprecated Facade-based performance is now the default. Pass `disableFacadeMode: true` to opt out.
4479
- * Passing `true` here is a no-op (facade is already on). Passing `false` maps to `disableFacadeMode: true`.
4478
+ * @deprecated Use `disableFacadeMode` instead. This option will be removed in smplr v3.
4479
+ * `true` maps to `disableFacadeMode: false` (facade on). `false` maps to `disableFacadeMode: true` (facade off).
4480
4480
  */
4481
4481
  experimentalFacadeBasedPerformance?: boolean;
4482
4482
  protectScroll?: boolean;
@@ -4669,7 +4669,7 @@ declare interface Vector3Coord extends Vector2Coord {
4669
4669
  z: number;
4670
4670
  }
4671
4671
 
4672
- export declare const version = "2.58.1-beta.18";
4672
+ export declare const version = "2.58.1-beta.19";
4673
4673
 
4674
4674
  declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
4675
4675
  definition: Definition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.58.1-beta.18",
3
+ "version": "2.58.1-beta.19",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [