@cesdk/cesdk-js 1.66.0-rc.0 → 1.66.0

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.
@@ -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
6765
  margin: 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
  }