@cesdk/cesdk-js 1.62.0-nightly.20250930 → 1.62.0-nightly.20251001
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.62.0-nightly.20250930-CWUDT7I4.wasm → cesdk-v1.62.0-nightly.20251001-E6TCHLY5.wasm} +0 -0
- package/assets/core/{worker-host-v1.62.0-nightly.20250930.js → worker-host-v1.62.0-nightly.20251001.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +10 -0
- package/cesdk.umd.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.62.0-nightly.20250930-44YCFRT6.data → cesdk-v1.62.0-nightly.20251001-44YCFRT6.data} +0 -0
|
@@ -6192,6 +6192,16 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6192
6192
|
border-radius: var(--ubq-border_radius-m);
|
|
6193
6193
|
}
|
|
6194
6194
|
|
|
6195
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/SelectionRectangle.module.scss */
|
|
6196
|
+
.UBQ_SelectionRectangle-module__rectangle--IhB4f {
|
|
6197
|
+
position: absolute;
|
|
6198
|
+
border: 1px solid var(--ubq-static-selection-frame);
|
|
6199
|
+
background-color: color-mix(in srgb, var(--ubq-static-selection-frame) 10%, transparent);
|
|
6200
|
+
pointer-events: none;
|
|
6201
|
+
z-index: 1000;
|
|
6202
|
+
z-index: calc(infinity);
|
|
6203
|
+
}
|
|
6204
|
+
|
|
6195
6205
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/VideoTimeline.module.scss */
|
|
6196
6206
|
.UBQ_VideoTimeline-module__block--7jS2p {
|
|
6197
6207
|
isolation: isolate;
|