@smplrspace/smplr-loader 2.14.2-beta.0 → 2.14.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.
|
@@ -236,7 +236,7 @@ declare type HeatmapDataLayer<D extends UnknownData = NoData> = NonInteractiveDa
|
|
|
236
236
|
gridSize?: number;
|
|
237
237
|
gridFill?: number;
|
|
238
238
|
alpha?: number;
|
|
239
|
-
mask?: SmplrCoord2d[]
|
|
239
|
+
mask?: SmplrCoord2d[] | Record<number, SmplrCoord2d[]>;
|
|
240
240
|
color: (interpolatedValue: number) => string;
|
|
241
241
|
confidenceRadius?: number;
|
|
242
242
|
} & HeatmapStyleOptions;
|
|
@@ -610,7 +610,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
610
610
|
z: number;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
export declare const version = "2.14.2-beta.
|
|
613
|
+
export declare const version = "2.14.2-beta.1";
|
|
614
614
|
|
|
615
615
|
declare interface ViewerOptions {
|
|
616
616
|
mode?: CameraMode;
|