@smplrspace/smplr-loader 2.25.3-beta.2 → 2.25.3-beta.4

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.
@@ -579,7 +579,7 @@ declare interface PolygonDataLayer<D extends UnknownData = NoData> extends BaseD
579
579
  }) => void;
580
580
  onDrop?: (dropped: {
581
581
  data: PolygonData & D;
582
- coordinates: SmplrCoord2d[];
582
+ coordinates: SmplrCoord2d[] | SmplrCoord2d[][];
583
583
  }) => void;
584
584
  disableReshape?: boolean;
585
585
  reshapeBoxColor?: string;
@@ -975,7 +975,7 @@ declare interface Vector3Coord extends Vector2Coord {
975
975
  z: number;
976
976
  }
977
977
 
978
- export declare const version = "2.25.3-beta.2";
978
+ export declare const version = "2.25.3-beta.4";
979
979
 
980
980
  declare interface ViewerOptions {
981
981
  mode?: CameraMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.25.3-beta.2",
3
+ "version": "2.25.3-beta.4",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [