@cesdk/cesdk-js 1.65.0-nightly.20251117 → 1.65.0-nightly.20251119

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.
@@ -6358,6 +6358,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6358
6358
  }
6359
6359
  .UBQ_InspectorBar-module__block--5q45J .UBQ_InspectorBar-module__scrollableContent--J0TUj {
6360
6360
  flex: 1 0 auto;
6361
+ max-width: 100%;
6361
6362
  min-height: calc(var(--ubq-scale-base) * 6);
6362
6363
  margin-inline-start: calc(var(--ubq-margin-s) * -1);
6363
6364
  display: flex;
@@ -6391,6 +6392,10 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6391
6392
  opacity: 0;
6392
6393
  pointer-events: none;
6393
6394
  }
6395
+ .UBQ_InspectorBar-module__block--5q45J:not(:has(.UBQ_InspectorBar-module__scrollableContent--J0TUj > *:not(hr))) {
6396
+ opacity: 0;
6397
+ pointer-events: none;
6398
+ }
6394
6399
  .UBQ_InspectorBar-module__modern--5GUuH.UBQ_InspectorBar-module__block--5q45J {
6395
6400
  padding: var(--ubq-margin-s);
6396
6401
  }
@@ -6567,6 +6572,8 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6567
6572
  grid-template-rows: max-content;
6568
6573
  justify-items: center;
6569
6574
  align-items: center;
6575
+ box-sizing: border-box;
6576
+ width: 100%;
6570
6577
  padding: var(--ubq-margin-s) var(--ubq-margin-l);
6571
6578
  -webkit-user-select: none;
6572
6579
  user-select: none;
@@ -6585,7 +6592,6 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6585
6592
  justify-self: flex-end;
6586
6593
  }
6587
6594
  .UBQ_VideoTimelineControls-module__playbackControls--tTdue {
6588
- width: 100%;
6589
6595
  display: grid;
6590
6596
  grid-template-columns: 1fr min-content 1fr;
6591
6597
  }