@cesdk/cesdk-js 1.61.0-nightly.20250916 → 1.61.0-nightly.20250918

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.
@@ -4648,7 +4648,6 @@ footer {
4648
4648
  align-items: center;
4649
4649
  margin-top: var(--ubq-margin-m);
4650
4650
  margin-inline: var(--ubq-margin-l);
4651
- margin-bottom: var(--ubq-margin-s);
4652
4651
  }
4653
4652
  .UBQ_AssetLibrarySection-module__heading--wwrkD {
4654
4653
  flex: 1;
@@ -4663,10 +4662,9 @@ footer {
4663
4662
  grid-gap: var(--ubq-margin-s);
4664
4663
  grid-auto-flow: column;
4665
4664
  margin-inline: var(--ubq-margin-l);
4666
- margin-block: var(--ubq-margin-s);
4665
+ margin-block: var(--ubq-margin-s) var(--ubq-margin-m);
4667
4666
  }
4668
4667
  .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB {
4669
- margin-bottom: var(--ubq-margin-s);
4670
4668
  position: relative;
4671
4669
  overflow-x: scroll;
4672
4670
  scrollbar-width: none;
@@ -6161,7 +6159,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6161
6159
  right: var(--ubq-margin-xs);
6162
6160
  grid-area: add-button;
6163
6161
  width: 100%;
6164
- height: calc(var(--ubq-scale-base) * 8);
6162
+ height: calc(var(--ubq-scale-base) * 12);
6165
6163
  }
6166
6164
  .UBQ_BackgroundTrackAddButton-module__block--zazTm > .UBQ_BackgroundTrackAddButton-module__addClipButton--JCuyI {
6167
6165
  width: 100%;
@@ -6181,7 +6179,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
6181
6179
  line-height: var(--ubq-typography-button-m-line_height);
6182
6180
  grid-area: add-button;
6183
6181
  width: max-content;
6184
- height: calc(var(--ubq-scale-base) * 8);
6182
+ height: calc(var(--ubq-scale-base) * 12);
6185
6183
  padding-inline: var(--ubq-margin-l);
6186
6184
  visibility: hidden;
6187
6185
  z-index: -999999;