@cesdk/cesdk-js 1.62.0-nightly.20251007 → 1.62.0-nightly.20251009
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.62.0-nightly.20251007-RLV7JFHE.wasm → cesdk-v1.62.0-nightly.20251009-JLIQVVYG.wasm} +0 -0
- package/assets/core/{worker-host-v1.62.0-nightly.20251007.js → worker-host-v1.62.0-nightly.20251009.js} +1 -1
- package/assets/ui/stylesheets/cesdk-themes.css +20 -20
- package/assets/ui/stylesheets/cesdk.css +32 -7
- package/cesdk.umd.js +1 -1
- package/index.d.ts +9 -1
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.62.0-nightly.20251007-44YCFRT6.data → cesdk-v1.62.0-nightly.20251009-44YCFRT6.data} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* esbuild-sass-plugin:css-chunk:packages/ui/design-system/themes/index.scss */
|
|
2
2
|
.ubq-dark {
|
|
3
|
-
--ubq-canvas: hsl(
|
|
4
|
-
--ubq-elevation-1: hsl(
|
|
5
|
-
--ubq-elevation-2: hsl(210
|
|
6
|
-
--ubq-elevation-3: hsl(
|
|
3
|
+
--ubq-canvas: hsl(210 22% 7%);
|
|
4
|
+
--ubq-elevation-1: hsl(210 22% 7%);
|
|
5
|
+
--ubq-elevation-2: hsl(210 22% 7%);
|
|
6
|
+
--ubq-elevation-3: hsl(210 22% 7%);
|
|
7
7
|
--ubq-foreground-accent: hsl(208 14% 18%);
|
|
8
8
|
--ubq-foreground-active: hsl(221 100% 80%);
|
|
9
9
|
--ubq-foreground-default: hsl(200 11% 95%);
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
--ubq-foreground-light: hsl(200 11% 95% / 0.7);
|
|
12
12
|
--ubq-foreground-danger-default: hsl(208 14% 18%);
|
|
13
13
|
--ubq-foreground-notice-default: hsl(208 14% 18%);
|
|
14
|
-
--ubq-interactive-default: hsl(208
|
|
15
|
-
--ubq-interactive-hover: hsl(
|
|
16
|
-
--ubq-interactive-pressed: hsl(
|
|
17
|
-
--ubq-interactive-selected: hsl(208
|
|
14
|
+
--ubq-interactive-default: hsl(208 14% 18%);
|
|
15
|
+
--ubq-interactive-hover: hsl(208 13% 23%);
|
|
16
|
+
--ubq-interactive-pressed: hsl(210 15% 15%);
|
|
17
|
+
--ubq-interactive-selected: hsl(208 14% 18%);
|
|
18
18
|
--ubq-interactive-accent-default: hsl(221 100% 80%);
|
|
19
19
|
--ubq-interactive-accent-hover: hsl(219 100% 88%);
|
|
20
20
|
--ubq-interactive-accent-pressed: hsl(223 100% 76%);
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
--ubq-interactive-template-default: hsl(273 100% 82%);
|
|
32
32
|
--ubq-interactive-template-hover: hsl(273 100% 89%);
|
|
33
33
|
--ubq-interactive-template-pressed: hsl(273 100% 77%);
|
|
34
|
-
--ubq-input-default: hsl(
|
|
35
|
-
--ubq-input-hover: hsl(
|
|
36
|
-
--ubq-progress: hsl(
|
|
34
|
+
--ubq-input-default: hsl(200 27% 4%);
|
|
35
|
+
--ubq-input-hover: hsl(210 22% 7%);
|
|
36
|
+
--ubq-progress: hsl(207 9% 39%);
|
|
37
37
|
--ubq-border-default: hsl(0 0% 100% / 0.16);
|
|
38
38
|
--ubq-stroke-contrast-1: hsl(200 11% 95% / 0.12);
|
|
39
39
|
--ubq-stroke-contrast-2: hsl(200 11% 95% / 0.25);
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
0px 0px 0px 7px var(--ubq-focus-outline);
|
|
55
55
|
}
|
|
56
56
|
.ubq-light {
|
|
57
|
-
--ubq-canvas: hsl(
|
|
58
|
-
--ubq-elevation-1: hsl(
|
|
59
|
-
--ubq-elevation-2: hsl(
|
|
60
|
-
--ubq-elevation-3: hsl(
|
|
57
|
+
--ubq-canvas: hsl(240 8% 97%);
|
|
58
|
+
--ubq-elevation-1: hsl(240 8% 97%);
|
|
59
|
+
--ubq-elevation-2: hsl(240 8% 97%);
|
|
60
|
+
--ubq-elevation-3: hsl(240 8% 97%);
|
|
61
61
|
--ubq-foreground-accent: hsl(200 11% 95%);
|
|
62
62
|
--ubq-foreground-active: hsl(228 100% 65%);
|
|
63
63
|
--ubq-foreground-default: hsl(208 14% 18%);
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
--ubq-foreground-danger-default: hsl(200 11% 95%);
|
|
67
67
|
--ubq-foreground-notice-default: hsl(200 11% 95%);
|
|
68
68
|
--ubq-interactive-default: hsl(0 0% 100%);
|
|
69
|
-
--ubq-interactive-hover: hsl(
|
|
70
|
-
--ubq-interactive-pressed: hsl(
|
|
69
|
+
--ubq-interactive-hover: hsl(204 9% 90%);
|
|
70
|
+
--ubq-interactive-pressed: hsl(210 9% 87%);
|
|
71
71
|
--ubq-interactive-selected: hsl(0 0% 100%);
|
|
72
72
|
--ubq-interactive-accent-default: hsl(228 100% 65%);
|
|
73
73
|
--ubq-interactive-accent-hover: hsl(229 88% 60%);
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
--ubq-interactive-template-default: hsl(273 91% 61%);
|
|
86
86
|
--ubq-interactive-template-hover: hsl(275 81% 53%);
|
|
87
87
|
--ubq-interactive-template-pressed: hsl(278 100% 42%);
|
|
88
|
-
--ubq-input-default: hsl(
|
|
89
|
-
--ubq-input-hover: hsl(210
|
|
88
|
+
--ubq-input-default: hsl(204 9% 90%);
|
|
89
|
+
--ubq-input-hover: hsl(210 9% 87%);
|
|
90
90
|
--ubq-progress: hsl(206 8% 62%);
|
|
91
91
|
--ubq-border-default: hsl(0 0% 100% / 0.4);
|
|
92
92
|
--ubq-stroke-contrast-1: hsl(208 14% 18% / 0.12);
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
--ubq-stroke-contrast-3: hsl(208 14% 18% / 0.9);
|
|
95
95
|
--ubq-focus-default: hsl(231 76% 54%);
|
|
96
96
|
--ubq-focus-outline: hsl(231 76% 54% / 0.35);
|
|
97
|
-
--ubq-overlay: hsl(
|
|
97
|
+
--ubq-overlay: hsl(207 18% 10% / 0.8);
|
|
98
98
|
--ubq-notice-error: hsl(340 66% 54%);
|
|
99
99
|
--ubq-notice-info: hsl(207 7% 51%);
|
|
100
100
|
--ubq-notice-success: hsl(165 100% 30%);
|
|
@@ -2331,14 +2331,17 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
2331
2331
|
}
|
|
2332
2332
|
.UBQ_Panel-module__block--Q2Gnk.UBQ_Panel-module__left--8NLpk {
|
|
2333
2333
|
left: 0;
|
|
2334
|
+
border-right: 1px solid var(--ubq-stroke-contrast-1);
|
|
2334
2335
|
}
|
|
2335
2336
|
.UBQ_Panel-module__block--Q2Gnk.UBQ_Panel-module__right--8z0t6 {
|
|
2336
2337
|
right: 0;
|
|
2338
|
+
border-left: 1px solid var(--ubq-stroke-contrast-1);
|
|
2337
2339
|
}
|
|
2338
2340
|
:where(.UBQ_Panel-module__block--Q2Gnk) hr {
|
|
2339
2341
|
margin-block: var(--ubq-margin-m);
|
|
2340
2342
|
}
|
|
2341
2343
|
.UBQ_Panel-module__verticalLayout--ypgiz {
|
|
2344
|
+
border-top: 1px solid var(--ubq-stroke-contrast-1);
|
|
2342
2345
|
border-top-left-radius: var(--ubq-border_radius-l);
|
|
2343
2346
|
border-top-right-radius: var(--ubq-border_radius-l);
|
|
2344
2347
|
height: calc(var(--ubq_internal-containerquery-height, 100%) / 2);
|
|
@@ -2351,6 +2354,7 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
2351
2354
|
}
|
|
2352
2355
|
.UBQ_Panel-module__verticalLayout--ypgiz.UBQ_Panel-module__fullHeight--xoctd {
|
|
2353
2356
|
height: var(--ubq_internal-containerquery-height, 100%);
|
|
2357
|
+
border-top: none;
|
|
2354
2358
|
border-top-left-radius: unset;
|
|
2355
2359
|
border-top-right-radius: unset;
|
|
2356
2360
|
}
|
|
@@ -2654,7 +2658,8 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
2654
2658
|
box-sizing: border-box;
|
|
2655
2659
|
z-index: 15;
|
|
2656
2660
|
background: var(--ubq-elevation-2);
|
|
2657
|
-
|
|
2661
|
+
border-right: 1px solid var(--ubq-stroke-contrast-1);
|
|
2662
|
+
transition: background-color 0.2s ease-in-out;
|
|
2658
2663
|
flex: 0 0 auto;
|
|
2659
2664
|
height: 100%;
|
|
2660
2665
|
}
|
|
@@ -2732,7 +2737,8 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
2732
2737
|
flex-direction: row;
|
|
2733
2738
|
height: inherit;
|
|
2734
2739
|
width: 100%;
|
|
2735
|
-
|
|
2740
|
+
border-right: none;
|
|
2741
|
+
border-top: 1px solid var(--ubq-stroke-contrast-1);
|
|
2736
2742
|
}
|
|
2737
2743
|
.UBQ_Dock-module__horizontal--5G5VQ .UBQ_Dock-module__button--U0VQf {
|
|
2738
2744
|
min-width: calc(var(--ubq-scale-base) * 14);
|
|
@@ -3398,6 +3404,7 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
3398
3404
|
.UBQ_TimelineRuler-module__block--cxjzp {
|
|
3399
3405
|
height: calc(var(--ubq-scale-base) * 6);
|
|
3400
3406
|
overflow: hidden;
|
|
3407
|
+
border-bottom: 1px solid var(--ubq-stroke-contrast-1);
|
|
3401
3408
|
}
|
|
3402
3409
|
.UBQ_TimelineRuler-module__second--YhcIw {
|
|
3403
3410
|
display: grid;
|
|
@@ -3437,7 +3444,17 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
3437
3444
|
position: absolute;
|
|
3438
3445
|
top: 0;
|
|
3439
3446
|
height: calc(var(--ubq-scale-base) * 6);
|
|
3440
|
-
background:
|
|
3447
|
+
background-image:
|
|
3448
|
+
linear-gradient(
|
|
3449
|
+
135deg,
|
|
3450
|
+
transparent 25%,
|
|
3451
|
+
var(--ubq-stroke-contrast-1) 25%,
|
|
3452
|
+
var(--ubq-stroke-contrast-1) 50%,
|
|
3453
|
+
transparent 50%,
|
|
3454
|
+
transparent 75%,
|
|
3455
|
+
var(--ubq-stroke-contrast-1) 75%,
|
|
3456
|
+
var(--ubq-stroke-contrast-1) 100%);
|
|
3457
|
+
background-size: calc(var(--ubq-scale-base) * 3) calc(var(--ubq-scale-base) * 3);
|
|
3441
3458
|
opacity: 0.75;
|
|
3442
3459
|
}
|
|
3443
3460
|
.UBQ_TimelineRuler-module__minDuration--TS8Q3 {
|
|
@@ -3995,6 +4012,7 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
3995
4012
|
display: flex;
|
|
3996
4013
|
align-items: center;
|
|
3997
4014
|
margin: var(--ubq-margin-xs) var(--ubq-margin-m);
|
|
4015
|
+
padding-block-start: var(--ubq-margin-s);
|
|
3998
4016
|
}
|
|
3999
4017
|
.UBQ_AssetLibraryBreadcrumb-module__label--oMzYm,
|
|
4000
4018
|
.UBQ_AssetLibraryBreadcrumb-module__button--H9k1U,
|
|
@@ -4162,7 +4180,7 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
4162
4180
|
pointer-events: none;
|
|
4163
4181
|
}
|
|
4164
4182
|
.UBQ_AssetLibraryCard-module__svgBackground--QqZbB {
|
|
4165
|
-
display:
|
|
4183
|
+
display: grid;
|
|
4166
4184
|
place-content: center;
|
|
4167
4185
|
width: 100%;
|
|
4168
4186
|
height: 100%;
|
|
@@ -4792,7 +4810,9 @@ footer {
|
|
|
4792
4810
|
display: flex;
|
|
4793
4811
|
align-items: center;
|
|
4794
4812
|
padding: var(--ubq-margin-m) var(--ubq-margin-l);
|
|
4795
|
-
height: calc(12 * var(--ubq-scale-base) - 2 * var(--ubq-margin-m));
|
|
4813
|
+
height: calc(12 * var(--ubq-scale-base) - 2 * var(--ubq-margin-m) - 1px);
|
|
4814
|
+
max-height: calc(12 * var(--ubq-scale-base));
|
|
4815
|
+
border-bottom: 1px solid var(--ubq-border-default);
|
|
4796
4816
|
}
|
|
4797
4817
|
.UBQ_Panel-module__header--qDeg3.UBQ_Panel-module__hidden---Zatz {
|
|
4798
4818
|
position: absolute;
|
|
@@ -4988,6 +5008,7 @@ footer {
|
|
|
4988
5008
|
scrollbar-color: var(--ubq-foreground-info) transparent;
|
|
4989
5009
|
flex: 1;
|
|
4990
5010
|
padding: var(--ubq-margin-m);
|
|
5011
|
+
padding-block-start: calc(2 * var(--ubq-margin-s));
|
|
4991
5012
|
height: 100%;
|
|
4992
5013
|
overflow-y: scroll;
|
|
4993
5014
|
}
|
|
@@ -5111,6 +5132,7 @@ footer {
|
|
|
5111
5132
|
scrollbar-color: var(--ubq-foreground-info) transparent;
|
|
5112
5133
|
overflow: auto;
|
|
5113
5134
|
height: 100%;
|
|
5135
|
+
padding-block-start: calc(2 * var(--ubq-margin-s));
|
|
5114
5136
|
}
|
|
5115
5137
|
.UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar {
|
|
5116
5138
|
width: calc(2 * var(--ubq-scale-base));
|
|
@@ -5213,6 +5235,7 @@ footer {
|
|
|
5213
5235
|
margin: 0;
|
|
5214
5236
|
padding: 0;
|
|
5215
5237
|
list-style: none;
|
|
5238
|
+
overflow: visible;
|
|
5216
5239
|
max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
|
|
5217
5240
|
}
|
|
5218
5241
|
.UBQ_BaseBuilder-module__dropdownList--sdhIw::-webkit-scrollbar {
|
|
@@ -5814,6 +5837,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
5814
5837
|
min-height: calc(var(--ubq-scale-base) * 6);
|
|
5815
5838
|
max-height: calc(12 * var(--ubq-scale-base));
|
|
5816
5839
|
background: var(--ubq-InspectorBar-background, var(--ubq-elevation-1));
|
|
5840
|
+
border-bottom: 1px solid var(--ubq-stroke-contrast-1);
|
|
5817
5841
|
overflow-x: auto;
|
|
5818
5842
|
overflow-y: hidden;
|
|
5819
5843
|
}
|
|
@@ -5883,6 +5907,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
5883
5907
|
overflow-x: auto;
|
|
5884
5908
|
overflow-y: hidden;
|
|
5885
5909
|
background: var(--ubq-elevation-3);
|
|
5910
|
+
border-bottom: 1px solid var(--ubq-stroke-contrast-1);
|
|
5886
5911
|
}
|
|
5887
5912
|
.UBQ_NavigationBar-module__block--arCer::-webkit-scrollbar {
|
|
5888
5913
|
width: calc(2 * var(--ubq-scale-base));
|
|
@@ -6206,6 +6231,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6206
6231
|
.UBQ_VideoTimeline-module__block--7jS2p {
|
|
6207
6232
|
isolation: isolate;
|
|
6208
6233
|
background: var(--ubq-elevation-1);
|
|
6234
|
+
border-top: 1px solid var(--ubq-stroke-contrast-1);
|
|
6209
6235
|
}
|
|
6210
6236
|
.UBQ_VideoTimeline-module__resizeHandle--BwFFh {
|
|
6211
6237
|
position: relative;
|
|
@@ -6303,7 +6329,6 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6303
6329
|
}
|
|
6304
6330
|
.UBQ_VideoTimeline-module__timeRuler--jUJdX {
|
|
6305
6331
|
position: sticky;
|
|
6306
|
-
border-top: 1px solid var(--ubq-elevation-1);
|
|
6307
6332
|
top: -1px;
|
|
6308
6333
|
z-index: 1;
|
|
6309
6334
|
}
|
|
@@ -6714,7 +6739,7 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
|
|
|
6714
6739
|
color: var(--ubq-foreground-default);
|
|
6715
6740
|
}
|
|
6716
6741
|
.UBQ_Credits-module__cesdkLogo--nW5AU {
|
|
6717
|
-
color:
|
|
6742
|
+
color: var(--ubq-foreground-default);
|
|
6718
6743
|
}
|
|
6719
6744
|
.UBQ_Credits-module__igorContainer--xxKV9 {
|
|
6720
6745
|
padding: var(--ubq-margin-l);
|