@cesdk/cesdk-js 1.68.0-nightly.20260115 → 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.
@@ -6256,7 +6256,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6256
6256
  padding: calc(1 * var(--ubq-scale-base)) calc(2 * var(--ubq-scale-base));
6257
6257
  }
6258
6258
  .UBQ_SpeedControls-module__triggerButton--avxHR.UBQ_SpeedControls-module__modern--XcNiL {
6259
- padding: calc(1.5 * var(--ubq-scale-base)) calc(2.5 * var(--ubq-scale-base));
6259
+ padding: calc(2 * var(--ubq-scale-base)) calc(2.5 * var(--ubq-scale-base));
6260
6260
  }
6261
6261
  .UBQ_SpeedControls-module__speedValue--HyRBx {
6262
6262
  font-variant-numeric: tabular-nums;
@@ -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(7 * var(--ubq-scale-base));
6955
- min-height: 100%;
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;