@cesdk/cesdk-js 1.61.0-nightly.20250917 → 1.61.0-nightly.20250920
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/ThirdPartyLicenses.md +26 -0
- package/assets/core/{cesdk-v1.61.0-nightly.20250917-NZT4H3A5.wasm → cesdk-v1.61.0-nightly.20250920-5E3GKQNR.wasm} +0 -0
- package/assets/core/{worker-host-v1.61.0-nightly.20250917.js → worker-host-v1.61.0-nightly.20250920.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +34 -74
- package/cesdk.umd.js +1 -1
- package/index.d.ts +159 -45
- 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.20250920-44YCFRT6.data} +0 -0
|
@@ -1428,6 +1428,16 @@
|
|
|
1428
1428
|
opacity: 0.55;
|
|
1429
1429
|
}
|
|
1430
1430
|
|
|
1431
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/LoadingShimmer/LoadingShimmer.module.scss */
|
|
1432
|
+
.UBQ_LoadingShimmer-module__block--A2A9c {
|
|
1433
|
+
width: 100%;
|
|
1434
|
+
height: 100%;
|
|
1435
|
+
position: absolute;
|
|
1436
|
+
top: 0;
|
|
1437
|
+
left: 0;
|
|
1438
|
+
pointer-events: none;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1431
1441
|
/* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/ListBox/ListBox.module.scss */
|
|
1432
1442
|
.UBQ_ListBox-module__options--dvgiv {
|
|
1433
1443
|
display: flex;
|
|
@@ -1478,22 +1488,8 @@
|
|
|
1478
1488
|
-webkit-user-select: none;
|
|
1479
1489
|
user-select: none;
|
|
1480
1490
|
cursor: pointer;
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
animation-duration: 1.7s;
|
|
1484
|
-
animation-fill-mode: forwards;
|
|
1485
|
-
animation-iteration-count: infinite;
|
|
1486
|
-
animation-timing-function: linear;
|
|
1487
|
-
animation-name: UBQ_ListBox-module__loadingAnimation--suoFD;
|
|
1488
|
-
opacity: 0.75;
|
|
1489
|
-
background:
|
|
1490
|
-
linear-gradient(
|
|
1491
|
-
to right,
|
|
1492
|
-
rgba(0, 0, 0, 0) 2%,
|
|
1493
|
-
var(--ubq-elevation-1) 18%,
|
|
1494
|
-
rgba(0, 0, 0, 0) 33%);
|
|
1495
|
-
background-size: 1000px;
|
|
1496
|
-
box-shadow: inset 0 0 0 calc(var(--ubq-scale-base) / 2) var(--ubq-elevation-2);
|
|
1491
|
+
position: relative;
|
|
1492
|
+
overflow: hidden;
|
|
1497
1493
|
}
|
|
1498
1494
|
.UBQ_ListBox-module__option--VGvP0:hover:not(:active):not([data-selected=true]),
|
|
1499
1495
|
.UBQ_ListBox-module__option--VGvP0[data-active=true] {
|
|
@@ -1518,14 +1514,6 @@
|
|
|
1518
1514
|
opacity: 0.55;
|
|
1519
1515
|
pointer-events: none;
|
|
1520
1516
|
}
|
|
1521
|
-
@keyframes UBQ_ListBox-module__loadingAnimation--suoFD {
|
|
1522
|
-
0% {
|
|
1523
|
-
background-position: -650px 0;
|
|
1524
|
-
}
|
|
1525
|
-
100% {
|
|
1526
|
-
background-position: 650px 0;
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
1517
|
|
|
1530
1518
|
/* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Select/Select.module.scss */
|
|
1531
1519
|
.UBQ_Select-module__block--j75r2 {
|
|
@@ -1856,6 +1844,11 @@
|
|
|
1856
1844
|
.UBQ_Card-module__block--xvGNL .UBQ_Card-module__backgroundImage--Ge-Nx {
|
|
1857
1845
|
position: absolute;
|
|
1858
1846
|
object-position: center;
|
|
1847
|
+
opacity: 0;
|
|
1848
|
+
transition: opacity 0.3s ease-in-out;
|
|
1849
|
+
}
|
|
1850
|
+
.UBQ_Card-module__block--xvGNL .UBQ_Card-module__backgroundImage--Ge-Nx.UBQ_Card-module__backgroundImageLoaded--55ZXU {
|
|
1851
|
+
opacity: 1;
|
|
1859
1852
|
}
|
|
1860
1853
|
.UBQ_Card-module__block--xvGNL.UBQ_Card-module__cover--aQ-oo .UBQ_Card-module__backgroundImage--Ge-Nx {
|
|
1861
1854
|
object-fit: cover;
|
|
@@ -1864,7 +1857,7 @@
|
|
|
1864
1857
|
inset: 0;
|
|
1865
1858
|
border-radius: var(--ubq-border_radius-m);
|
|
1866
1859
|
}
|
|
1867
|
-
.UBQ_Card-module__block--xvGNL.UBQ_Card-module__contain--Ii5MO >
|
|
1860
|
+
.UBQ_Card-module__block--xvGNL.UBQ_Card-module__contain--Ii5MO > *:not(.UBQ_Card-module__backgroundImage--Ge-Nx) {
|
|
1868
1861
|
transition: transform 0.15s cubic-bezier(0.2, 0, 0, 1);
|
|
1869
1862
|
}
|
|
1870
1863
|
.UBQ_Card-module__block--xvGNL.UBQ_Card-module__contain--Ii5MO .UBQ_Card-module__backgroundImage--Ge-Nx {
|
|
@@ -1872,6 +1865,7 @@
|
|
|
1872
1865
|
width: calc(100% - 2 * var(--ubq-margin-s));
|
|
1873
1866
|
height: calc(100% - 2 * var(--ubq-margin-s));
|
|
1874
1867
|
inset: var(--ubq-margin-s);
|
|
1868
|
+
transition: opacity 0.3s ease-in-out, transform 0.15s cubic-bezier(0.2, 0, 0, 1);
|
|
1875
1869
|
}
|
|
1876
1870
|
.UBQ_Card-module__block--xvGNL > .UBQ_Card-module__content--rnRjw {
|
|
1877
1871
|
width: 100%;
|
|
@@ -4167,6 +4161,12 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
4167
4161
|
background-repeat: no-repeat;
|
|
4168
4162
|
pointer-events: none;
|
|
4169
4163
|
}
|
|
4164
|
+
.UBQ_AssetLibraryCard-module__svgBackground--QqZbB {
|
|
4165
|
+
display: flex;
|
|
4166
|
+
place-content: center;
|
|
4167
|
+
width: 100%;
|
|
4168
|
+
height: 100%;
|
|
4169
|
+
}
|
|
4170
4170
|
|
|
4171
4171
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/properties/AssetLibraryPropertyPopover.module.scss */
|
|
4172
4172
|
.UBQ_AssetLibraryPropertyPopover-module__block--A3c-n {
|
|
@@ -4747,6 +4747,12 @@ footer {
|
|
|
4747
4747
|
}
|
|
4748
4748
|
|
|
4749
4749
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySection/AssetLibrarySectionSkeleton.module.scss */
|
|
4750
|
+
.UBQ_AssetLibrarySectionSkeleton-module__block--mWs38 {
|
|
4751
|
+
position: relative;
|
|
4752
|
+
aspect-ratio: 1;
|
|
4753
|
+
overflow: hidden;
|
|
4754
|
+
border-radius: var(--ubq-border_radius-m);
|
|
4755
|
+
}
|
|
4750
4756
|
.UBQ_AssetLibrarySectionSkeleton-module__content--q4nH2 {
|
|
4751
4757
|
font-family: var(--ubq-typography-font_family, var(--ubq-typography-label-m-font_family));
|
|
4752
4758
|
font-size: var(--ubq-typography-label-m-size);
|
|
@@ -4766,30 +4772,6 @@ footer {
|
|
|
4766
4772
|
.UBQ_AssetLibrarySectionSkeleton-module__label--9610J {
|
|
4767
4773
|
margin-left: var(--ubq-margin-s);
|
|
4768
4774
|
}
|
|
4769
|
-
.UBQ_AssetLibrarySectionSkeleton-module__animatedBackground--PGO2X {
|
|
4770
|
-
animation-duration: 1.8s;
|
|
4771
|
-
animation-fill-mode: forwards;
|
|
4772
|
-
animation-iteration-count: infinite;
|
|
4773
|
-
animation-name: UBQ_AssetLibrarySectionSkeleton-module__placeHolderShimmer--6UJTv;
|
|
4774
|
-
animation-timing-function: linear;
|
|
4775
|
-
background: transparent;
|
|
4776
|
-
background:
|
|
4777
|
-
linear-gradient(
|
|
4778
|
-
to right,
|
|
4779
|
-
hsla(0, 0%, 100%, 0.04) 8%,
|
|
4780
|
-
hsla(0, 0%, 100%, 0) 38%,
|
|
4781
|
-
hsla(0, 0%, 100%, 0.04) 54%);
|
|
4782
|
-
background-size: 1000px 640px;
|
|
4783
|
-
position: relative;
|
|
4784
|
-
}
|
|
4785
|
-
@keyframes UBQ_AssetLibrarySectionSkeleton-module__placeHolderShimmer--6UJTv {
|
|
4786
|
-
0% {
|
|
4787
|
-
background-position: -468px 0;
|
|
4788
|
-
}
|
|
4789
|
-
100% {
|
|
4790
|
-
background-position: 468px 0;
|
|
4791
|
-
}
|
|
4792
|
-
}
|
|
4793
4775
|
.UBQ_AssetLibrarySectionSkeleton-module__loadingSpinnerIcon---n0-v {
|
|
4794
4776
|
animation: UBQ_AssetLibrarySectionSkeleton-module__loading--OKjqk 1.1s infinite linear;
|
|
4795
4777
|
}
|
|
@@ -5095,30 +5077,8 @@ footer {
|
|
|
5095
5077
|
.UBQ_AssetLibraryGridSkeleton-module__cardWrapper--1za-F {
|
|
5096
5078
|
height: 100%;
|
|
5097
5079
|
width: 100%;
|
|
5098
|
-
}
|
|
5099
|
-
.UBQ_AssetLibraryGridSkeleton-module__animatedBackground--zsW4c {
|
|
5100
|
-
animation-duration: 1.8s;
|
|
5101
|
-
animation-fill-mode: forwards;
|
|
5102
|
-
animation-iteration-count: infinite;
|
|
5103
|
-
animation-name: UBQ_AssetLibraryGridSkeleton-module__placeHolderShimmer--4-W5d;
|
|
5104
|
-
animation-timing-function: linear;
|
|
5105
|
-
background: transparent;
|
|
5106
|
-
background:
|
|
5107
|
-
linear-gradient(
|
|
5108
|
-
to right,
|
|
5109
|
-
hsla(0, 0%, 100%, 0.04) 8%,
|
|
5110
|
-
hsla(0, 0%, 100%, 0) 38%,
|
|
5111
|
-
hsla(0, 0%, 100%, 0.04) 54%);
|
|
5112
|
-
background-size: 1000px 640px;
|
|
5113
5080
|
position: relative;
|
|
5114
|
-
|
|
5115
|
-
@keyframes UBQ_AssetLibraryGridSkeleton-module__placeHolderShimmer--4-W5d {
|
|
5116
|
-
0% {
|
|
5117
|
-
background-position: -468px 0;
|
|
5118
|
-
}
|
|
5119
|
-
100% {
|
|
5120
|
-
background-position: 468px 0;
|
|
5121
|
-
}
|
|
5081
|
+
overflow: hidden;
|
|
5122
5082
|
}
|
|
5123
5083
|
.UBQ_AssetLibraryGridSkeleton-module__loadingSpinnerIcon---60AY {
|
|
5124
5084
|
animation: UBQ_AssetLibraryGridSkeleton-module__loading--nAVXg 1.1s infinite linear;
|
|
@@ -6159,7 +6119,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6159
6119
|
right: var(--ubq-margin-xs);
|
|
6160
6120
|
grid-area: add-button;
|
|
6161
6121
|
width: 100%;
|
|
6162
|
-
height: calc(var(--ubq-scale-base) *
|
|
6122
|
+
height: calc(var(--ubq-scale-base) * 12);
|
|
6163
6123
|
}
|
|
6164
6124
|
.UBQ_BackgroundTrackAddButton-module__block--zazTm > .UBQ_BackgroundTrackAddButton-module__addClipButton--JCuyI {
|
|
6165
6125
|
width: 100%;
|
|
@@ -6179,7 +6139,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6179
6139
|
line-height: var(--ubq-typography-button-m-line_height);
|
|
6180
6140
|
grid-area: add-button;
|
|
6181
6141
|
width: max-content;
|
|
6182
|
-
height: calc(var(--ubq-scale-base) *
|
|
6142
|
+
height: calc(var(--ubq-scale-base) * 12);
|
|
6183
6143
|
padding-inline: var(--ubq-margin-l);
|
|
6184
6144
|
visibility: hidden;
|
|
6185
6145
|
z-index: -999999;
|