@cesdk/node 1.61.0-nightly.20250908 → 1.61.0-nightly.20250910
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.
- package/assets/core/{cesdk-v1.61.0-nightly.20250908-6E6OGTOP.wasm → cesdk-v1.61.0-nightly.20250910-7SJMXOU6.wasm} +0 -0
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.61.0-nightly.20250908-44YCFRT6.data → cesdk-v1.61.0-nightly.20250910-44YCFRT6.data} +0 -0
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -7931,6 +7931,8 @@ export declare interface Settings {
|
|
|
7931
7931
|
'page/title/separator': string;
|
|
7932
7932
|
/** The URI for the fallback font used when glyphs are missing. */
|
|
7933
7933
|
fallbackFontUri: string;
|
|
7934
|
+
/** The supported MIME types for file uploads. */
|
|
7935
|
+
'upload/supportedMimeTypes': string;
|
|
7934
7936
|
/** Scale-down limit for blocks in screen pixels when scaling with gizmos or touch gestures. */
|
|
7935
7937
|
'controlGizmo/blockScaleDownLimit': number;
|
|
7936
7938
|
/** The threshold distance in pixels for position snapping. */
|