@smplrspace/smplr-loader 2.29.1 → 2.29.2-beta.1

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.
@@ -426,6 +426,7 @@ declare class Map_2 {
426
426
  mapbox(): mapboxgl.Map | undefined;
427
427
  startViewer(options: MapViewerOptions): Promise<void>;
428
428
  setStyle(style: string): void;
429
+ setDefaultStyle(): void;
429
430
  addSpaces(spaces: GeojsonSpace[]): void;
430
431
  addSpacesById(spaceIds: string[]): void;
431
432
  removeSpacesById(spaceIds: string[]): void;
@@ -1152,7 +1153,7 @@ declare interface Vector3Coord extends Vector2Coord {
1152
1153
  z: number;
1153
1154
  }
1154
1155
 
1155
- export declare const version = "2.29.1";
1156
+ export declare const version = "2.29.2-beta.1";
1156
1157
 
1157
1158
  declare interface ViewerRendererHandle {
1158
1159
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.29.1",
3
+ "version": "2.29.2-beta.1",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [