@cesdk/cesdk-js 1.73.0-rc.2 → 1.73.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.73.0-rc.2-2VW6JO4K.wasm → cesdk-v1.73.0-RPLE5INP.wasm} +0 -0
- package/assets/core/{worker-host-v1.73.0-rc.2.js → worker-host-v1.73.0.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +13 -4
- package/cesdk.umd.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.73.0-rc.2-MLEZSZ4D.data → cesdk-v1.73.0-MLEZSZ4D.data} +0 -0
|
@@ -7296,15 +7296,26 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
7296
7296
|
.UBQ_VideoTimeline-module__blockWrapper--h7Hee {
|
|
7297
7297
|
position: relative;
|
|
7298
7298
|
align-self: end;
|
|
7299
|
+
isolation: isolate;
|
|
7299
7300
|
margin: 0 var(--ubq-margin-m) var(--ubq-margin-m) var(--ubq-margin-m);
|
|
7300
7301
|
}
|
|
7302
|
+
.UBQ_VideoTimeline-module__blockWrapper--h7Hee,
|
|
7303
|
+
.UBQ_VideoTimeline-module__blockWrapper--h7Hee * {
|
|
7304
|
+
-webkit-user-drag: none;
|
|
7305
|
+
-webkit-user-select: none;
|
|
7306
|
+
user-select: none;
|
|
7307
|
+
}
|
|
7301
7308
|
.UBQ_VideoTimeline-module__block--7jS2p {
|
|
7302
7309
|
position: relative;
|
|
7303
7310
|
isolation: isolate;
|
|
7311
|
+
box-sizing: border-box;
|
|
7304
7312
|
background: var(--ubq-elevation-1-blur);
|
|
7305
7313
|
border: 1px solid var(--ubq-stroke-contrast-1);
|
|
7306
7314
|
border-radius: var(--ubq-border_radius-xl);
|
|
7307
7315
|
overflow: hidden;
|
|
7316
|
+
display: flex;
|
|
7317
|
+
flex-direction: column;
|
|
7318
|
+
max-height: calc(var(--ubq_internal-containerquery-height) - max(var(--ubq_internal-containerquery-height) * 0.4, 200px) - var(--ubq-margin-m));
|
|
7308
7319
|
}
|
|
7309
7320
|
.UBQ_VideoTimeline-module__block--7jS2p::before {
|
|
7310
7321
|
content: "";
|
|
@@ -7340,13 +7351,11 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
7340
7351
|
opacity: 1;
|
|
7341
7352
|
cursor: row-resize;
|
|
7342
7353
|
}
|
|
7343
|
-
.UBQ_VideoTimeline-module__expandable--qztys {
|
|
7344
|
-
position: relative;
|
|
7345
|
-
}
|
|
7346
7354
|
.UBQ_VideoTimeline-module__scrollContainerWrapper--7dmag {
|
|
7347
7355
|
position: relative;
|
|
7348
7356
|
width: 100%;
|
|
7349
|
-
|
|
7357
|
+
flex: 1 1 auto;
|
|
7358
|
+
min-height: 0;
|
|
7350
7359
|
overflow: hidden;
|
|
7351
7360
|
}
|
|
7352
7361
|
.UBQ_VideoTimeline-module__scrollContainer--ZSu2E {
|