@cesdk/cesdk-js 1.68.0-nightly.20260116 → 1.68.0-nightly.20260117
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.68.0-nightly.20260116-JTRERZM4.wasm → cesdk-v1.68.0-nightly.20260117-QIYPHCJ4.wasm} +0 -0
- package/assets/core/{worker-host-v1.68.0-nightly.20260116.js → worker-host-v1.68.0-nightly.20260117.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +7 -2
- package/cesdk.umd.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.68.0-nightly.20260116-44YCFRT6.data → cesdk-v1.68.0-nightly.20260117-44YCFRT6.data} +0 -0
|
@@ -6951,8 +6951,13 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6951
6951
|
position: relative;
|
|
6952
6952
|
}
|
|
6953
6953
|
.UBQ_CaptionInput-module__captionInputWrapper---E69c textarea {
|
|
6954
|
-
height: calc(
|
|
6955
|
-
min-height:
|
|
6954
|
+
height: calc(8 * var(--ubq-scale-base));
|
|
6955
|
+
min-height: calc(8 * var(--ubq-scale-base));
|
|
6956
|
+
max-height: unset;
|
|
6957
|
+
}
|
|
6958
|
+
.UBQ_CaptionInput-module__captionInputWrapper---E69c .UBQ_CaptionInput-module__timeInputs--i4wmQ + textarea {
|
|
6959
|
+
height: calc(16 * var(--ubq-scale-base) + var(--ubq-margin-xs));
|
|
6960
|
+
min-height: calc(16 * var(--ubq-scale-base) + var(--ubq-margin-xs));
|
|
6956
6961
|
}
|
|
6957
6962
|
.UBQ_CaptionInput-module__captionInputWrapper---E69c:has(> .UBQ_CaptionInput-module__timeInputs--i4wmQ) {
|
|
6958
6963
|
grid-template-columns: calc(18 * var(--ubq-scale-base)) 1fr;
|