@cesdk/cesdk-js 1.67.0-nightly.20251216 → 1.67.0-nightly.20251218

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.
@@ -6328,13 +6328,13 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6328
6328
  z-index: 13;
6329
6329
  box-sizing: border-box;
6330
6330
  position: absolute;
6331
- top: var(--ubq-margin-m);
6331
+ top: var(--ubq-margin-s);
6332
6332
  left: 50%;
6333
6333
  transform: translateX(-50%);
6334
6334
  display: flex;
6335
6335
  align-items: stretch;
6336
6336
  width: fit-content;
6337
- max-width: calc(100% - 2 * var(--ubq-margin-m));
6337
+ max-width: calc(100% - 2 * var(--ubq-margin-s));
6338
6338
  padding: var(--ubq-margin-m);
6339
6339
  min-height: calc(var(--ubq-scale-base) * 6);
6340
6340
  max-height: calc(12 * var(--ubq-scale-base));
@@ -6757,12 +6757,20 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6757
6757
 
6758
6758
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/VideoTimeline.module.scss */
6759
6759
  .UBQ_VideoTimeline-module__block--7jS2p {
6760
+ position: relative;
6760
6761
  isolation: isolate;
6761
6762
  background: var(--ubq-elevation-1-blur);
6762
6763
  border: 1px solid var(--ubq-stroke-contrast-1);
6763
6764
  border-radius: var(--ubq-border_radius-xl);
6764
- margin: var(--ubq-margin-m);
6765
+ margin: 0 var(--ubq-margin-m) var(--ubq-margin-m) var(--ubq-margin-m);
6765
6766
  overflow: hidden;
6767
+ }
6768
+ .UBQ_VideoTimeline-module__block--7jS2p::before {
6769
+ content: "";
6770
+ position: absolute;
6771
+ inset: 0;
6772
+ z-index: -1;
6773
+ border-radius: inherit;
6766
6774
  backdrop-filter: blur(10px);
6767
6775
  -webkit-backdrop-filter: blur(10px);
6768
6776
  }