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