@cesdk/cesdk-js 1.64.0-nightly.20251106 → 1.65.0-nightly.20251112
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.64.0-nightly.20251106-L7MTKIH3.wasm → cesdk-v1.65.0-nightly.20251112-CF3IFZ6W.wasm} +0 -0
- package/assets/core/{worker-host-v1.64.0-nightly.20251106.js → worker-host-v1.65.0-nightly.20251112.js} +1 -1
- package/assets/i18n/de.json +3 -3
- package/assets/i18n/en.json +3 -3
- package/assets/ui/audio-wave.svg +9 -0
- package/assets/ui/fonts/InterVariable.woff2 +0 -0
- package/assets/ui/spot-color-indicator-l.svg +18 -0
- package/assets/ui/spot-color-indicator-xl.svg +18 -0
- package/assets/ui/stylesheets/cesdk-themes.css +292 -0
- package/assets/ui/stylesheets/cesdk.css +7704 -0
- package/cesdk.umd.js +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.64.0-nightly.20251106-44YCFRT6.data → cesdk-v1.65.0-nightly.20251112-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -6929,6 +6929,8 @@ export declare class UtilsAPI {
|
|
|
6929
6929
|
/**
|
|
6930
6930
|
* Calculates the recommended viewport padding based on current viewport size and settings.
|
|
6931
6931
|
* This utility matches the internal padding used by the SDK for zoom operations.
|
|
6932
|
+
* The calculation accounts for safe area insets to ensure content remains visible
|
|
6933
|
+
* in UI-safe regions (avoiding notches, rounded corners, system overlays, etc.).
|
|
6932
6934
|
*
|
|
6933
6935
|
* @param width - Optional viewport width to use instead of current camera width
|
|
6934
6936
|
* @param height - Optional viewport height to use instead of current camera height
|