@smplrspace/smplr-loader 2.38.1-beta.2 → 2.38.1-beta.3
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.
|
@@ -770,6 +770,7 @@ export declare interface IconDataLayer<D extends UnknownData = NoData> extends B
|
|
|
770
770
|
data: (IconData & D)[];
|
|
771
771
|
icon: IconSource | ((dataElement: IconData & D) => IconSource);
|
|
772
772
|
width?: number | ((dataElement: IconData & D) => number);
|
|
773
|
+
colorOverlay?: string | ((dataElement: IconData & D) => string);
|
|
773
774
|
onDrag?: (dragged: {
|
|
774
775
|
data: IconData & D;
|
|
775
776
|
}) => void;
|
|
@@ -3316,7 +3317,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3316
3317
|
z: number;
|
|
3317
3318
|
}
|
|
3318
3319
|
|
|
3319
|
-
export declare const version = "2.38.1-beta.
|
|
3320
|
+
export declare const version = "2.38.1-beta.3";
|
|
3320
3321
|
|
|
3321
3322
|
declare interface ViewerRendererHandle {
|
|
3322
3323
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|