@cesdk/cesdk-js 1.62.0-nightly.20250929 → 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.
@@ -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;