@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.
- package/assets/core/{cesdk-v1.66.0-rc.0-4RYHWSRW.wasm → cesdk-v1.66.0-SHFIIMDC.wasm} +0 -0
- package/assets/core/worker-host-v1.66.0.js +1 -0
- package/assets/ui/stylesheets/cesdk.css +8 -0
- package/cesdk.umd.js +1 -1
- package/index.d.ts +1 -10
- package/index.js +1 -1
- package/package.json +2 -14
- package/assets/core/worker-host-v1.66.0-rc.0.js +0 -1
- package/configs/index.d.ts +0 -74
- package/configs/index.js +0 -1
- package/plugins/index.d.ts +0 -231
- package/plugins/index.js +0 -1
- /package/assets/core/{cesdk-v1.66.0-rc.0-44YCFRT6.data → cesdk-v1.66.0-44YCFRT6.data} +0 -0
|
@@ -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
|
}
|