@cesdk/cesdk-js 1.61.0-nightly.20250917 → 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.
- package/assets/core/{cesdk-v1.61.0-nightly.20250917-NZT4H3A5.wasm → cesdk-v1.61.0-nightly.20250918-24W2S7UR.wasm} +0 -0
- package/assets/core/{worker-host-v1.61.0-nightly.20250917.js → worker-host-v1.61.0-nightly.20250918.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +2 -2
- package/cesdk.umd.js +1 -1
- package/index.d.ts +7 -1
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.61.0-nightly.20250917-44YCFRT6.data → cesdk-v1.61.0-nightly.20250918-44YCFRT6.data} +0 -0
|
@@ -6159,7 +6159,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6159
6159
|
right: var(--ubq-margin-xs);
|
|
6160
6160
|
grid-area: add-button;
|
|
6161
6161
|
width: 100%;
|
|
6162
|
-
height: calc(var(--ubq-scale-base) *
|
|
6162
|
+
height: calc(var(--ubq-scale-base) * 12);
|
|
6163
6163
|
}
|
|
6164
6164
|
.UBQ_BackgroundTrackAddButton-module__block--zazTm > .UBQ_BackgroundTrackAddButton-module__addClipButton--JCuyI {
|
|
6165
6165
|
width: 100%;
|
|
@@ -6179,7 +6179,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6179
6179
|
line-height: var(--ubq-typography-button-m-line_height);
|
|
6180
6180
|
grid-area: add-button;
|
|
6181
6181
|
width: max-content;
|
|
6182
|
-
height: calc(var(--ubq-scale-base) *
|
|
6182
|
+
height: calc(var(--ubq-scale-base) * 12);
|
|
6183
6183
|
padding-inline: var(--ubq-margin-l);
|
|
6184
6184
|
visibility: hidden;
|
|
6185
6185
|
z-index: -999999;
|