@smplrspace/smplr-loader 2.38.1-beta.1 → 2.38.1-beta.10
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;
|
|
@@ -1916,6 +1917,7 @@ export declare class QueryClient {
|
|
|
1916
1917
|
created_at: string;
|
|
1917
1918
|
modified_at: string;
|
|
1918
1919
|
embed_image_id?: string | null | undefined;
|
|
1920
|
+
thumbhash?: string | null | undefined;
|
|
1919
1921
|
}>;
|
|
1920
1922
|
getSpaceFromCache(spaceId: string): {
|
|
1921
1923
|
sid: string;
|
|
@@ -1928,6 +1930,7 @@ export declare class QueryClient {
|
|
|
1928
1930
|
created_at: string;
|
|
1929
1931
|
modified_at: string;
|
|
1930
1932
|
embed_image_id?: string | null | undefined;
|
|
1933
|
+
thumbhash?: string | null | undefined;
|
|
1931
1934
|
};
|
|
1932
1935
|
getAllFurnitureInSpace(spaceId: string): Promise<Furniture[]>;
|
|
1933
1936
|
getAllFurnitureInSpaceFromCache(spaceId: string): Furniture[];
|
|
@@ -3316,7 +3319,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3316
3319
|
z: number;
|
|
3317
3320
|
}
|
|
3318
3321
|
|
|
3319
|
-
export declare const version = "2.38.1-beta.
|
|
3322
|
+
export declare const version = "2.38.1-beta.10";
|
|
3320
3323
|
|
|
3321
3324
|
declare interface ViewerRendererHandle {
|
|
3322
3325
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|