@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.
@@ -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;