@cesdk/cesdk-js 1.69.0-nightly.20260202 → 1.69.0-nightly.20260204
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.69.0-nightly.20260202-37G6XBBZ.wasm → cesdk-v1.69.0-nightly.20260204-QQS7YOWD.wasm} +0 -0
- package/assets/core/{worker-host-v1.69.0-nightly.20260202.js → worker-host-v1.69.0-nightly.20260204.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +32 -24
- package/cesdk.umd.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.69.0-nightly.20260202-MLEZSZ4D.data → cesdk-v1.69.0-nightly.20260204-MLEZSZ4D.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -2458,6 +2458,7 @@ export declare namespace CESDKConfiguration {
|
|
|
2458
2458
|
*/
|
|
2459
2459
|
export declare interface CheckboxOptions extends InputOptions<boolean, 'left' | 'right'> {
|
|
2460
2460
|
icon?: CustomIcon;
|
|
2461
|
+
truncateLabel?: boolean;
|
|
2461
2462
|
}
|
|
2462
2463
|
|
|
2463
2464
|
export { checkVideoExportSupport }
|