@smplrspace/smplr-loader 2.35.2-beta.2 → 2.36.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.
@@ -468,6 +468,7 @@ export declare type GeoPointMapDataLayerDefinition<D extends UnknownData = NoDat
468
468
  data: (GeoPointData & D)[];
469
469
  color?: string | ((dataElement: GeoPointData & D) => string);
470
470
  alpha?: number | ((dataElement: GeoPointData & D) => number);
471
+ label?: (dataElement: GeoPointData & D) => string;
471
472
  };
472
473
 
473
474
  export declare type GeoPolygonData = BaseData & {
@@ -3236,7 +3237,7 @@ declare interface Vector3Coord extends Vector2Coord {
3236
3237
  z: number;
3237
3238
  }
3238
3239
 
3239
- export declare const version = "2.35.2-beta.2";
3240
+ export declare const version = "2.36.0";
3240
3241
 
3241
3242
  declare interface ViewerRendererHandle {
3242
3243
  // 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.35.2-beta.2",
3
+ "version": "2.36.0",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [