@cesdk/cesdk-js 1.9.0-preview.0 → 1.9.0-preview.2

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.
@@ -4,6 +4,7 @@
4
4
  "action.arrange.sendBackward": "Weiter nach hinten schieben",
5
5
  "action.arrange.toBack": "In den Hintergrund",
6
6
  "action.arrange.toFront": "In den Vordergrund",
7
+ "action.audio.delete": "Audio löschen",
7
8
  "action.block.add": "Element hinzufügen",
8
9
  "action.block.copy": "Element kopieren",
9
10
  "action.block.delete": "$t(common.delete)",
@@ -211,29 +212,36 @@
211
212
  "assets.ly.img.cesdk.stickers.hand.luck.tags": "hand",
212
213
  "assets.ly.img.cesdk.stickers.hand.vibes.label": "Good vibes only",
213
214
  "assets.ly.img.cesdk.stickers.hand.vibes.tags": "hand",
215
+ "assets.ly.img.cesdk.vectorpaths.abstract.frame.label": "Rahmen",
216
+ "assets.ly.img.cesdk.vectorpaths.abstract.halfcircle.label": "Halbkreis",
217
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic1.label": "Organisch 1",
218
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic2.label": "Organisch 2",
219
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic3.label": "Organisch 3",
220
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic4.label": "Organisch 4",
221
+ "assets.ly.img.cesdk.vectorpaths.abstract.organicdot1.label": "Organischer Punkt 1",
222
+ "assets.ly.img.cesdk.vectorpaths.abstract.organicdot2.label": "Organischer Punkt 2",
223
+ "assets.ly.img.cesdk.vectorpaths.abstract.quartercircle-outline.label": "Viertelkreis Kontur",
224
+ "assets.ly.img.cesdk.vectorpaths.abstract.quartercircle.label": "Viertelkreis",
225
+ "assets.ly.img.cesdk.vectorpaths.abstract.rectanglemask.label": "Rechteck Maske",
226
+ "assets.ly.img.cesdk.vectorpaths.abstract.roundmask.label": "Runde Maske",
227
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash1.label": "Spritzer 1",
228
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash2.label": "Spritzer 2",
229
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash3.label": "Spritzer 3",
230
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash4.label": "Spritzer 4",
231
+ "assets.ly.img.cesdk.vectorpaths.abstract.wiggle.label": "Wackeln",
232
+ "assets.ly.img.cesdk.vectorpaths.abstract.ziczac.label": "Zickzack",
214
233
  "assets.ly.img.cesdk.vectorpaths.arrow1.label": "Pfeil nach rechts",
215
234
  "assets.ly.img.cesdk.vectorpaths.arrow2.label": "Pfeil nach rechts mit einem breiten Ende auf der linken Seite",
216
235
  "assets.ly.img.cesdk.vectorpaths.arrow3.label": "Pfeil nach rechts mit abgerundeten Ecken",
217
236
  "assets.ly.img.cesdk.vectorpaths.arrow4.label": "Pfeil nach rechts mit Befiederung am linken Ende",
218
237
  "assets.ly.img.cesdk.vectorpaths.arrow5.label": "Pfeil nach rechts mit einem breiten Schaft",
219
238
  "assets.ly.img.cesdk.vectorpaths.badge.label": "Abzeichen",
239
+ "assets.ly.img.ubq.shapes.ellipse.label": "Ellipse",
220
240
  "assets.ly.img.ubq.shapes.line.label": "Linie",
221
- "assets.ly.img.ubq.shapes.oval.label": "Ellipse",
222
241
  "assets.ly.img.ubq.shapes.polygon.label": "Mehreck",
223
242
  "assets.ly.img.ubq.shapes.rect.label": "Rechteck",
224
243
  "assets.ly.img.ubq.shapes.star.label": "Stern",
225
- "action.shadow.angle.change": "Schattenwinkel ändern",
226
- "action.shadow.angle.rotate": "Schatten um 45 Grad im Uhrzeigersinn drehen",
227
- "action.shadow.blur.change": "Schattenunschärfe ändern",
228
- "action.shadow.color.change": "Schattenfarbe ändern",
229
- "action.shadow.distance.change": "Schattenabstand ändern",
230
- "action.strokeJoin.change": "Konturkanten ändern",
231
- "action.strokePosition.change": "Konturposition ändern",
232
- "action.strokeStyle.change": "$t(property.strokeStyle.description)",
233
- "action.text.autoHeight": "Automatische Höhe aktivieren",
234
- "action.text.change": "Text ändern",
235
- "action.text.fixedFrame": "Feste Größe aktivieren",
236
- "action.ungroup": "Gruppierung auflösen",
244
+ "block.audio": "Audio",
237
245
  "block.ellipse": "Ellipse",
238
246
  "block.group": "Gruppe",
239
247
  "block.image": "Bild",
@@ -342,6 +350,14 @@
342
350
  "component.assetSettings.text.advanced": "Erweiterte Texteinstellung",
343
351
  "component.assetSettings.text.color": "Textfarbe",
344
352
  "component.assetSettings.transform": "Transformieren",
353
+ "component.audio.properties": "Audio Eigenschaften",
354
+ "component.audio.source": "Original",
355
+ "component.audio.trim": "Audio schneiden",
356
+ "component.audio.trim.description": "Audio Schnittlänge festlegen",
357
+ "component.audio.trim.duration": "Schnittlänge",
358
+ "component.audio.trim.duration.description": "Schnittlänge festlegen",
359
+ "component.audio.trim.play": "$t(common.play)",
360
+ "component.audio.trim.play.description": "Zu kürzendes Audio $t(common.play)",
345
361
  "component.canvas": "Editor Leinwand",
346
362
  "component.canvas.openLibrary": "Element hinzufügen",
347
363
  "component.canvas.state.error": "Engine des Editors konnte nicht geladen werden",
@@ -467,16 +483,18 @@
467
483
  "component.themeSelect.generate": "Generiere CSS",
468
484
  "component.themeSelect.light": "Hell",
469
485
  "component.themeSelect.light.description": "Helles Farbschema auswählen",
486
+ "component.timeline.pause.description": "Gesamtes Video $t(common.pause)",
487
+ "component.timeline.play.description": "Gesamtes Video $t(common.play)",
488
+ "component.timeline.video.options.description": "Video Element Optionen",
470
489
  "component.topbar.back": "$t(common.back)",
471
490
  "component.topbar.close": "$t(common.close)",
472
- "component.timeline.play.description": "Gesamtes Video $t(common.play)",
473
- "component.timeline.pause.description": "Gesamtes Video $t(common.pause)",
474
- "component.trimVideo.play": "$t(common.play)",
475
- "component.trimVideo.play.description": "Zu kürzendes Video $t(common.play)",
476
- "component.trimVideo.trimDuration": "Schnittlänge",
477
- "component.trimVideo.trimDuration.description": "Schnittlänge festlegen",
478
491
  "component.undo.redo": "$t(common.redo)",
479
492
  "component.undo.undo": "$t(common.undo)",
493
+ "component.video.trim": "Video schneiden",
494
+ "component.video.trim.duration": "Schnittlänge",
495
+ "component.video.trim.duration.description": "Schnittlänge festlegen",
496
+ "component.video.trim.play": "$t(common.play)",
497
+ "component.video.trim.play.description": "Zu kürzendes Video $t(common.play)",
480
498
  "component.viewSelect": "Ansicht",
481
499
  "component.viewSelect.advanced": "Advanced",
482
500
  "component.viewSelect.advanced.description": "Den Inspektor immer anzeigen",
@@ -504,6 +522,12 @@
504
522
  "input.appearance": "Aussehen",
505
523
  "input.aspectLock": "Proportionen beibehalten",
506
524
  "input.aspectLock.description": "Proportionen beibehalten / frei",
525
+ "input.audio.duration": "Dauer",
526
+ "input.audio.duration.description": "Audio-Dauer",
527
+ "input.audio.duration.reset": "Audio-Dauer zurücksetzen",
528
+ "input.audio.mute": "Audio stummschalten",
529
+ "input.audio.time.end": "Zeit Ende",
530
+ "input.audio.time.start": "Zeit Anfang",
507
531
  "input.bleedMargin.select": "Anschnitt auswählen",
508
532
  "input.blur": "Weichzeichner",
509
533
  "input.blur.tooltip": "Weichzeichner ändern",
@@ -588,6 +612,7 @@
588
612
  "libraries.ly.img.vectorpath.label": "Formen",
589
613
  "libraries.ly.img.vectorpath.vectorpaths.label": "Basis",
590
614
  "libraries.ly.img.video.label": "Videos",
615
+ "libraries.ly.img.audio.label": "Audio",
591
616
  "libraries.unsplash.label": "Unsplash",
592
617
  "meta.currentLanguage": "Deutsch",
593
618
  "notification.redo": "$t(common.redo)",
@@ -695,7 +720,6 @@
695
720
  "property.crop.straighten": "Begradigen",
696
721
  "property.crop.tooltip": "Zuschnitt ändern",
697
722
  "property.crop.transform": "$t(block.image)",
698
- "property.trim": "Schneiden",
699
723
  "property.duotoneFilter.breezy": "Breezy",
700
724
  "property.duotoneFilter.clash": "Clash",
701
725
  "property.duotoneFilter.deepblue": "Deep Blue",
@@ -833,6 +857,7 @@
833
857
  "property.textAlignment.vertical.bottom": "Text unten ausrichten",
834
858
  "property.textAlignment.vertical.center": "Text mittig ausrichten",
835
859
  "property.textAlignment.vertical.top": "Text oben ausrichten",
860
+ "property.volume": "Lautstärke",
836
861
  "scope.content.replace": "Erlaube Austausch vom Inhalt",
837
862
  "scope.design.arrange": "Erlaube Adaption der Anordnung",
838
863
  "scope.design.arrange.move": "Erlaube Adaption der Verschiebung",
@@ -4,6 +4,7 @@
4
4
  "action.arrange.sendBackward": "Send Backward",
5
5
  "action.arrange.toBack": "Send to Back",
6
6
  "action.arrange.toFront": "Bring to Front",
7
+ "action.audio.delete": "Delete Audio",
7
8
  "action.block.add": "Add Element",
8
9
  "action.block.copy": "Copy Element",
9
10
  "action.block.delete": "$t(common.delete)",
@@ -211,14 +212,32 @@
211
212
  "assets.ly.img.cesdk.stickers.hand.luck.tags": "hand",
212
213
  "assets.ly.img.cesdk.stickers.hand.vibes.label": "Good vibes only",
213
214
  "assets.ly.img.cesdk.stickers.hand.vibes.tags": "hand",
215
+ "assets.ly.img.cesdk.vectorpaths.abstract.frame.label": "Frame",
216
+ "assets.ly.img.cesdk.vectorpaths.abstract.halfcircle.label": "Half Circle",
217
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic1.label": "Organic 1",
218
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic2.label": "Organic 2",
219
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic3.label": "Organic 3",
220
+ "assets.ly.img.cesdk.vectorpaths.abstract.organic4.label": "Organic 4",
221
+ "assets.ly.img.cesdk.vectorpaths.abstract.organicdot1.label": "Organic Dot 1",
222
+ "assets.ly.img.cesdk.vectorpaths.abstract.organicdot2.label": "Organic Dot 2",
223
+ "assets.ly.img.cesdk.vectorpaths.abstract.quartercircle-outline.label": "Quarter Circle Outline",
224
+ "assets.ly.img.cesdk.vectorpaths.abstract.quartercircle.label": "Quarter Circle",
225
+ "assets.ly.img.cesdk.vectorpaths.abstract.rectanglemask.label": "Rectangle Mask",
226
+ "assets.ly.img.cesdk.vectorpaths.abstract.roundmask.label": "Round Mask",
227
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash1.label": "Splash 1",
228
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash2.label": "Splash 2",
229
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash3.label": "Splash 3",
230
+ "assets.ly.img.cesdk.vectorpaths.abstract.splash4.label": "Splash 4",
231
+ "assets.ly.img.cesdk.vectorpaths.abstract.wiggle.label": "Wiggle",
232
+ "assets.ly.img.cesdk.vectorpaths.abstract.ziczac.label": "Ziczac",
214
233
  "assets.ly.img.cesdk.vectorpaths.arrow1.label": "Arrow to the right",
215
234
  "assets.ly.img.cesdk.vectorpaths.arrow2.label": "Arrow to the right with a wide end on the left side",
216
235
  "assets.ly.img.cesdk.vectorpaths.arrow3.label": "Arrow to the right with rounded corners",
217
236
  "assets.ly.img.cesdk.vectorpaths.arrow4.label": "Arrow to the right with fletching on the left side",
218
237
  "assets.ly.img.cesdk.vectorpaths.arrow5.label": "Arrow to the right with a wide shaft",
219
238
  "assets.ly.img.cesdk.vectorpaths.badge.label": "Badge",
239
+ "assets.ly.img.ubq.shapes.ellipse.label": "Ellipse",
220
240
  "assets.ly.img.ubq.shapes.line.label": "Line",
221
- "assets.ly.img.ubq.shapes.oval.label": "Ellipse",
222
241
  "assets.ly.img.ubq.shapes.polygon.label": "Polygon",
223
242
  "assets.ly.img.ubq.shapes.rect.label": "Rectangle",
224
243
  "assets.ly.img.ubq.shapes.star.label": "Star",
@@ -234,6 +253,7 @@
234
253
  "action.text.change": "Change text",
235
254
  "action.text.fixedFrame": "Enable fixed frame",
236
255
  "action.ungroup": "Ungroup element",
256
+ "block.audio": "Audio",
237
257
  "block.ellipse": "Ellipse",
238
258
  "block.group": "Group",
239
259
  "block.image": "Image",
@@ -342,6 +362,14 @@
342
362
  "component.assetSettings.text.advanced": "Text Advanced",
343
363
  "component.assetSettings.text.color": "Text Color",
344
364
  "component.assetSettings.transform": "Transform",
365
+ "component.audio.properties": "Audio Properties",
366
+ "component.audio.source": "Original",
367
+ "component.audio.trim": "Trim Audio",
368
+ "component.audio.trim.description": "Adjust Audio Trim",
369
+ "component.audio.trim.duration": "Trim duration",
370
+ "component.audio.trim.duration.description": "Set trimmed audio duration",
371
+ "component.audio.trim.play": "$t(common.play)",
372
+ "component.audio.trim.play.description": "$t(common.play) trimmed audio",
345
373
  "component.canvas": "Editor canvas",
346
374
  "component.canvas.openLibrary": "Add Elements",
347
375
  "component.canvas.state.error": "Editor engine could not be loaded",
@@ -467,16 +495,18 @@
467
495
  "component.themeSelect.generate": "Generate CSS",
468
496
  "component.themeSelect.light": "Light",
469
497
  "component.themeSelect.light.description": "Select light theme",
498
+ "component.timeline.pause.description": "$t(common.pause) complete video",
499
+ "component.timeline.play.description": "$t(common.play) complete video",
500
+ "component.timeline.video.options.description": "Video element options",
470
501
  "component.topbar.back": "$t(common.back)",
471
502
  "component.topbar.close": "$t(common.close)",
472
- "component.timeline.play.description": "$t(common.play) complete video",
473
- "component.timeline.pause.description": "$t(common.pause) complete video",
474
- "component.trimVideo.play": "$t(common.play)",
475
- "component.trimVideo.play.description": "$t(common.play) trimmed video",
476
- "component.trimVideo.trimDuration": "Trim duration",
477
- "component.trimVideo.trimDuration.description": "Set trimmed video duration",
478
503
  "component.undo.redo": "$t(common.redo)",
479
504
  "component.undo.undo": "$t(common.undo)",
505
+ "component.video.trim": "Trim Video",
506
+ "component.video.trim.duration": "Trim duration",
507
+ "component.video.trim.duration.description": "Set trimmed video duration",
508
+ "component.video.trim.play": "$t(common.play)",
509
+ "component.video.trim.play.description": "$t(common.play) trimmed video",
480
510
  "component.viewSelect": "View",
481
511
  "component.viewSelect.advanced": "Advanced",
482
512
  "component.viewSelect.advanced.description": "Always show the inspector",
@@ -504,6 +534,12 @@
504
534
  "input.appearance": "Appearance",
505
535
  "input.aspectLock": "Lock proportions",
506
536
  "input.aspectLock.description": "Toggle proportion lock",
537
+ "input.audio.duration": "Duration",
538
+ "input.audio.duration.description": "Audio Duration",
539
+ "input.audio.duration.reset": "Reset audio duration",
540
+ "input.audio.mute": "Mute Audio",
541
+ "input.audio.time.end": "Time End",
542
+ "input.audio.time.start": "Time Start",
507
543
  "input.bleedMargin.select": "Select bleed margins",
508
544
  "input.blur": "Blur",
509
545
  "input.blur.tooltip": "Change blur",
@@ -588,6 +624,7 @@
588
624
  "libraries.ly.img.vectorpath.label": "Shapes",
589
625
  "libraries.ly.img.vectorpath.vectorpaths.label": "Basic",
590
626
  "libraries.ly.img.video.label": "Videos",
627
+ "libraries.ly.img.audio.label": "Audio",
591
628
  "libraries.unsplash.label": "Unsplash",
592
629
  "meta.currentLanguage": "English",
593
630
  "notification.redo": "$t(common.redo)",
@@ -695,7 +732,6 @@
695
732
  "property.crop.straighten": "Straighten",
696
733
  "property.crop.tooltip": "Change crop properties",
697
734
  "property.crop.transform": "$t(block.image)",
698
- "property.trim": "Trim",
699
735
  "property.duotoneFilter.breezy": "Breezy",
700
736
  "property.duotoneFilter.clash": "Clash",
701
737
  "property.duotoneFilter.deepblue": "Deep Blue",
@@ -910,6 +946,7 @@
910
946
  "property.textAlignment.vertical.bottom": "Align Text to the Bottom",
911
947
  "property.textAlignment.vertical.center": "Align Text to the Center",
912
948
  "property.textAlignment.vertical.top": "Align Text to the Top",
949
+ "property.volume": "Volume",
913
950
  "scope.content.replace": "Allow to Replace Content",
914
951
  "scope.design.arrange": "Allow to Arrange",
915
952
  "scope.design.arrange.move": "Allow to Move",
@@ -63,17 +63,21 @@
63
63
  @supports not (contain: none){.UBQ_ExternalLink__block--Hb3aB:focus{z-index:calc(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s)}}.UBQ_ExternalLink__block--Hb3aB:focus-visible{z-index:calc(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s)}
64
64
  .UBQ_Dock__block--aKQfU{display:flex;flex-direction:column;position:relative;padding:var(--ubq-margin-xs);box-sizing:border-box;z-index:15;background:var(--ubq-elevation-2);transition:background-color .3s ease-in-out}.UBQ_Dock__block--aKQfU.UBQ_Dock__hasSelected--zZeMe{background:var(--ubq-elevation-1)}.UBQ_Dock__block--aKQfU.UBQ_Dock__left--SjHad{order:0}.UBQ_Dock__block--aKQfU.UBQ_Dock__right--XRtI1{order:1}.UBQ_Dock__small--EjOTm{width:calc(var(--ubq-scale-base)*12)}.UBQ_Dock__big--mtVNu{width:calc(var(--ubq-scale-base)*18)}.UBQ_Dock__button--ttmQQ{font-family:var(--ubq-typography-label-s-font_family);font-size:var(--ubq-typography-label-s-size);font-weight:var(--ubq-typography-label-s-weight);letter-spacing:var(--ubq-typography-label-s-letter_spacing);line-height:var(--ubq-typography-label-s-line_height);padding:var(--ubq-margin-s) var(--ubq-margin-xs);width:100%;min-height:calc(var(--ubq-scale-base)*10);flex:1 0}.UBQ_Dock__buttonLabel--w6Aji{display:flex;flex-direction:column;align-items:center;gap:var(--ubq-margin-xs);width:100%}.UBQ_Dock__buttonLabel--w6Aji>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:100%}.UBQ_Dock__group--_lfht{display:flex;flex-direction:column;gap:var(--ubq-margin-xs)}.UBQ_Dock__group--_lfht:empty{display:none}
65
65
  .UBQ_MasonryGrid__block--X5QGY{display:grid;grid-gap:var(--ubq-margin-s);grid-auto-rows:0}
66
- .UBQ_MediaStrip__block--hwS5E{border-radius:var(--ubq-border_radius-m);box-sizing:border-box;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%;height:100%;width:100%;overflow:hidden}.UBQ_MediaStrip__block--hwS5E>*{grid-area:stack}.UBQ_MediaStrip__content--vjWxV{box-sizing:border-box;height:100%;width:100%}.UBQ_MediaStrip__backgroundContainer--CT081{height:100%;width:100%;pointer-events:none}.UBQ_MediaStrip__singleFrame--MCQAr{width:100%;height:100%;background-repeat:repeat;background-size:auto 100%}.UBQ_MediaStrip__solidColorFrame--YWz2x{width:100%;height:100%}.UBQ_MediaStrip__selected--_2x3s{box-shadow:inset 0 0 0 2px var(--ubq-focus-default);border-radius:var(--ubq-border_radius-m)}
66
+ .UBQ_MediaStrip__block--hwS5E{border-radius:var(--ubq-border_radius-m);box-sizing:border-box;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%;height:100%;width:100%;overflow:hidden}.UBQ_MediaStrip__block--hwS5E>*{grid-area:stack}.UBQ_MediaStrip__content--vjWxV{box-sizing:border-box;height:100%;width:100%}.UBQ_MediaStrip__backgroundContainer--CT081{height:100%;width:100%;pointer-events:none}.UBQ_MediaStrip__singleFrame--MCQAr{width:100%;height:100%;background-repeat:repeat;background-size:auto 100%}.UBQ_MediaStrip__solidColorFrame--YWz2x{width:100%;height:100%}.UBQ_MediaStrip__maskedSvg--Z3EXz{-webkit-mask-size:contain;mask-size:contain;height:100%;background-color:var(--ubq-foreground-default);opacity:.12}.UBQ_MediaStrip__selected--_2x3s{box-shadow:inset 0 0 0 2px var(--ubq-focus-default);border-radius:var(--ubq-border_radius-m)}
67
67
  .UBQ_ResizeHandle__block--YRdxN{border-radius:var(--ubq-border_radius-s);box-shadow:0 0 0 1px var(--ubq-static-selection-frame);height:calc(4*var(--ubq-scale-base));width:var(--ubq-scale-base);background:var(--ubq-static-contrast-white);cursor:col-resize}.UBQ_ResizeHandle__block--YRdxN.UBQ_ResizeHandle__vertical--sRBAO{height:var(--ubq-scale-base);width:calc(4*var(--ubq-scale-base));cursor:row-resize}.UBQ_ResizeHandle__block--YRdxN:focus-visible{box-shadow:var(--ubq-effect-focus)}
68
68
  .UBQ_IndicatorLabel__block--ZejQt{padding:0 var(--ubq-margin-s);width:-moz-fit-content;width:fit-content;border-radius:var(--ubq-border_radius-s);color:var(--ubq-foreground-default);background:var(--ubq-overlay);font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height)}
69
69
  .UBQ_MediaTrim__block--Q08_J{box-sizing:border-box;width:100%;height:calc(var(--ubq-scale-base)*6);overflow:hidden;border-radius:var(--ubq-border_radius-s);box-shadow:var(--ubq-effect-shadow)}.UBQ_MediaTrim__containedWrapper--WaXWC{width:100%;height:100%;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%}.UBQ_MediaTrim__contained--jhSLl{grid-area:stack;height:100%;background-color:rgba(0,0,0,0);box-shadow:0 0 0 100vmax var(--ubq-static-selection-frame);opacity:70%}.UBQ_MediaTrim__containedChildren--_1ydS{grid-area:stack;width:100%;height:100%;z-index:0}.UBQ_MediaTrim__outerMediaStrip--OW4_g,.UBQ_MediaTrim__innerMediaStrip--fVo9X{border-radius:var(--ubq-border_radius-s)}.UBQ_MediaTrim__innerMediaStrip--fVo9X{background:rgba(0,0,0,0);box-shadow:0 0 0 100vmax rgba(0,0,0,.55),inset 0 0 0 2px var(--ubq-focus-default);cursor:grab}.UBQ_MediaTrim__grabbing--quy06{cursor:grabbing}.UBQ_MediaTrim__handle--RYMT5{cursor:col-resize;padding:var(--ubq-margin-xs) var(--ubq-margin-s)}
70
70
  .UBQ_Seeker__seeker--FPp7l{height:100%;display:grid;grid-template-areas:"trackerStack";grid-template-rows:100%;grid-template-columns:100%;justify-items:center;align-items:start;pointer-events:initial;cursor:grab}.UBQ_Seeker__seeker--FPp7l.UBQ_Seeker__grabbing--aMAmT{cursor:grabbing}.UBQ_Seeker__seeker--FPp7l:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_Seeker__head--bvTDO{grid-area:trackerStack;width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*3);display:flex;color:var(--ubq-static-selection-frame)}.UBQ_Seeker__head--bvTDO svg{width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*3)}.UBQ_Seeker__bar--B6hHh{grid-area:trackerStack;width:2px;height:100%;border-radius:var(--ubq-border_radius-s);background-color:var(--ubq-static-selection-frame)}
71
- .UBQ_MediaSeeker__block--Aix5e{--top-offset: calc(calc(var(--ubq-scale-base) * 3) - 2px);position:relative;overflow:visible;min-width:-moz-fit-content;min-width:fit-content}.UBQ_MediaSeeker__block--Aix5e.UBQ_MediaSeeker__big--n5loC{--top-offset: calc(calc(var(--ubq-scale-base) * 3) + var(--ubq-margin-l))}.UBQ_MediaSeeker__overlay--_SQHz{grid-area:stack;position:absolute;height:calc(100% + var(--top-offset));top:calc(var(--top-offset)*-1);margin-left:calc(calc(var(--ubq-scale-base) * 2) / -2);display:flex;flex-direction:row;justify-content:space-between;gap:var(--ubq-margin-xs);pointer-events:none}.UBQ_MediaSeeker__overlay--_SQHz.UBQ_MediaSeeker__flipLabel--_pjc9{margin-left:calc((var(--ubq_internal-seeker-width) * -1) + calc(var(--ubq-scale-base) * 2) / 2);flex-direction:row-reverse}.UBQ_MediaSeeker__seeker--vwIL5{margin-top:2px}.UBQ_MediaSeeker__time--Sky1x{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);height:min-content;color:var(--ubq-foreground-default);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
71
+ .UBQ_MediaSeeker__block--Aix5e{--top-offset: calc(-1 * (calc(var(--ubq-scale-base) * 3) - var(--ubq-margin-xs)));position:relative;overflow:visible}.UBQ_MediaSeeker__block--Aix5e.UBQ_MediaSeeker__big--n5loC{--top-offset: var(--ubq-margin-xs)}.UBQ_MediaSeeker__overlay--_SQHz{grid-area:stack;position:absolute;height:calc(100% - var(--top-offset));top:var(--top-offset);margin-left:calc(calc(var(--ubq-scale-base) * 2) / -2);display:flex;flex-direction:row;justify-content:space-between;gap:var(--ubq-margin-xs);pointer-events:none}.UBQ_MediaSeeker__overlay--_SQHz.UBQ_MediaSeeker__flipLabel--_pjc9{margin-left:calc(
72
+ (var(--ubq_internal-seeker-width) * -1) + calc(var(--ubq-scale-base) * 2) / 2
73
+ );flex-direction:row-reverse}.UBQ_MediaSeeker__overlay--_SQHz>label{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
72
74
  .UBQ_FloatingActionButton__block--PLBmE{height:calc(12*var(--ubq-scale-base));width:calc(12*var(--ubq-scale-base));border-radius:50%;background:var(--ubq-elevation-1)}.UBQ_FloatingActionButton__button--YnxP4{height:100%;width:100%;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:var(--ubq-interactive-default);color:var(--ubq-foreground-default);cursor:pointer;box-shadow:var(--ubq-effect-shadow)}.UBQ_FloatingActionButton__button--YnxP4:hover{background:var(--ubq-interactive-hover)}.UBQ_FloatingActionButton__button--YnxP4:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}.UBQ_FloatingActionButton__button--YnxP4:focus{outline:none}.UBQ_FloatingActionButton__button--YnxP4:focus-visible{box-shadow:var(--ubq-effect-focus);background:var(--ubq-interactive-hover)}.UBQ_FloatingActionButton__button--YnxP4>span{display:grid;place-content:center}
73
- .UBQ_TimelineVideoStrip__block--_6Iq3{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineVideoStrip__strip--Z0b_r{height:calc(16*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineVideoStrip__label--jUjmO{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-light);margin:var(--ubq-margin-xs) 0 0 var(--ubq-margin-s)}.UBQ_TimelineVideoStrip__indicator--_w5mO{margin:0 0 var(--ubq-margin-xs) var(--ubq-margin-xs)}.UBQ_TimelineVideoStrip__handle--Wj8ep{cursor:col-resize;padding:0 var(--ubq-margin-s)}
74
- .UBQ_CanvasAction__block--fbc8M{display:flex;padding:calc(var(--ubq-margin-xs) - 1px)}.UBQ_CanvasAction__block--fbc8M:not(:last-child){border-right:1px solid var(--ubq-stroke-contrast-1)}
75
- .UBQ_CanvasActionContainer__canvasActions--_2g3e{display:flex;flex-direction:row;align-items:center;background:var(--ubq-elevation-2);border:1px solid var(--ubq-stroke-contrast-1);border-radius:var(--ubq-border_radius-m);overflow:hidden}.UBQ_CanvasActionContainer__canvasActions--_2g3e:empty{display:none}.UBQ_CanvasActionContainer__tippy--Js2dJ{max-width:unset !important}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden]{opacity:0}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
76
- .UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL{background:var(--ubq-interactive-template-default)}.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-template-hover)}.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL:active{background:var(--ubq-interactive-template-pressed)}.UBQ_PlaceholderSettings__subScopeMenuItem--IhJku{padding-left:var(--ubq-margin-l)}.UBQ_PlaceholderSettings__spacer--eMd5b{width:var(--ubq-margin-xs)}.UBQ_PlaceholderSettings__hidden--UTFNM{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.UBQ_PlaceholderSettings__separator--gVJ1q{margin:var(--ubq-margin-xs)}
75
+ .UBQ_TimelineVideoStrip__block--_6Iq3{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineVideoStrip__strip--Z0b_r{height:calc(16*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineVideoStrip__strip--Z0b_r:hover .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r:hover .UBQ_TimelineVideoStrip__handle--Wj8ep,.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible .UBQ_TimelineVideoStrip__handle--Wj8ep,.UBQ_TimelineVideoStrip__strip--Z0b_r.UBQ_TimelineVideoStrip__isSelected--y3T0W .UBQ_TimelineVideoStrip__indicator--_w5mO,.UBQ_TimelineVideoStrip__strip--Z0b_r.UBQ_TimelineVideoStrip__isSelected--y3T0W .UBQ_TimelineVideoStrip__handle--Wj8ep{opacity:1}.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineVideoStrip__label--jUjmO{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ubq-foreground-light);margin:var(--ubq-margin-xs) 0 0 var(--ubq-margin-s)}.UBQ_TimelineVideoStrip__indicator--_w5mO{margin:0 0 var(--ubq-margin-xs) var(--ubq-margin-xs);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_TimelineVideoStrip__handleContainer--CRxCd{padding:0 var(--ubq-margin-s);cursor:col-resize}.UBQ_TimelineVideoStrip__handle--Wj8ep{opacity:0}.UBQ_TimelineVideoStrip__handle--Wj8ep:focus-visible{opacity:1}.UBQ_TimelineVideoStrip__isSelected--y3T0W{opacity:1}
76
+ .UBQ_TimelineAudioStrip__block--_p9_X{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineAudioStrip__block--_p9_X.UBQ_TimelineAudioStrip__isSelected--T96Ft .UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__block--_p9_X.UBQ_TimelineAudioStrip__isSelected--T96Ft .UBQ_TimelineAudioStrip__handle--PAAsX{display:block}.UBQ_TimelineAudioStrip__strip--VMQBP{cursor:grab;height:calc(6*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineAudioStrip__strip--VMQBP.UBQ_TimelineAudioStrip__isDragging--jbX07{cursor:grabbing}.UBQ_TimelineAudioStrip__strip--VMQBP:hover .UBQ_TimelineAudioStrip__handle--PAAsX,.UBQ_TimelineAudioStrip__strip--VMQBP:hover .UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible .UBQ_TimelineAudioStrip__handle--PAAsX,.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible .UBQ_TimelineAudioStrip__duration--Yep_r{display:block}.UBQ_TimelineAudioStrip__strip--VMQBP>*:first-child{background:var(--ubq-elevation-3)}.UBQ_TimelineAudioStrip__strip--VMQBP:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineAudioStrip__middleLeftWrapper--ooMbi{display:flex}.UBQ_TimelineAudioStrip__duration--Yep_r,.UBQ_TimelineAudioStrip__filename--qUjTw{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_TimelineAudioStrip__filename--qUjTw:only-child{margin-left:var(--ubq-margin-s)}.UBQ_TimelineAudioStrip__duration--Yep_r{margin:0 var(--ubq-margin-xs);padding:0 var(--ubq-margin-s);flex-shrink:0;display:none}.UBQ_TimelineAudioStrip__handleContainer--OZ1_E{cursor:col-resize;padding:0 var(--ubq-margin-s)}.UBQ_TimelineAudioStrip__handle--PAAsX{display:none}.UBQ_TimelineAudioStrip__handle--PAAsX:focus-visible{display:block}
77
+ .UBQ_BlendModeSelect__options--f8ZyJ{max-height:calc(var(--ubq-scale-base)*108)}.UBQ_BlendModeSelect__option--c0UQW{min-width:calc(var(--ubq-scale-base)*42)}
78
+ .UBQ_InspectorHorizontalGroup__block--M9_3R{display:flex}.UBQ_InspectorHorizontalGroup__block--M9_3R>*{max-width:50%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:only-child{max-width:100%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(odd):not(:last-child){margin-right:var(--ubq-margin-s)}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(even){margin-left:var(--ubq-margin-s)}
79
+ .UBQ_SliderInput__block--qaiej{width:100%}
80
+ .UBQ_PropertyToggle__block--x_QQa{flex:0 0 calc(6*var(--ubq-scale-base))}.UBQ_PropertyToggle__emptyGap--VqXG8{flex:0 0 calc(6*var(--ubq-scale-base));display:hidden;-webkit-user-select:none;user-select:none}
77
81
  .UBQ_AssetLibraryBreadcrumb__breadcrumb--uxJ_q{display:flex;align-items:center;margin:var(--ubq-margin-xs) var(--ubq-margin-m)}.UBQ_AssetLibraryBreadcrumb__label--bQYql,.UBQ_AssetLibraryBreadcrumb__button--AMSwu,.UBQ_AssetLibraryBreadcrumb__divider--evlg9{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-info)}.UBQ_AssetLibraryBreadcrumb__divider--evlg9{flex:0 0 auto;padding:0 var(--ubq-margin-xs)}.UBQ_AssetLibraryBreadcrumb__button--AMSwu,.UBQ_AssetLibraryBreadcrumb__label--bQYql{flex:0 1 auto;max-width:100%}.UBQ_AssetLibraryBreadcrumb__label--bQYql{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ubq-foreground-default);margin-left:var(--ubq-margin-xs);padding-left:var(--ubq-margin-xs)}
78
82
  .UBQ_AssetLibraryCard__block--_2TCT{display:flex;justify-content:center;align-items:center}.UBQ_AssetLibraryCard__block--_2TCT.UBQ_AssetLibraryCard__containsLabel--_drlo{flex-direction:column-reverse}.UBQ_AssetLibraryCard__block--_2TCT.UBQ_AssetLibraryCard__hasBackground--trYoc .UBQ_AssetLibraryCard__label--dlrxP{background-color:var(--ubq-overlay);position:absolute;bottom:0;left:0;right:0;padding:var(--ubq-margin-xs)}.UBQ_AssetLibraryCard__label--dlrxP{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--ubq-foreground-default)}
79
83
  .UBQ_AssetCreditsButton__block--y3Mry{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s)}.UBQ_AssetCreditsButton__button--LCI7b{border-radius:var(--ubq-border_radius-s)}.UBQ_AssetCreditsButton__heading--NiYCH{margin-bottom:var(--ubq-margin-s)}.UBQ_AssetCreditsButton__content--_FHoo{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-s) 0;width:calc(72*var(--ubq-scale-base));color:var(--ubq-foreground-default)}.UBQ_AssetCreditsButton__content--_FHoo>*:not(hr){margin-left:var(--ubq-margin-s);margin-right:var(--ubq-margin-s)}.UBQ_AssetCreditsButton__license--khAov,.UBQ_AssetCreditsButton__credits--_7E02{color:var(--ubq-foreground-light)}.UBQ_AssetCreditsButton__license--khAov a,.UBQ_AssetCreditsButton__credits--_7E02 a{color:var(--ubq-foreground-light)}.UBQ_AssetCreditsButton__tags--_oauH{display:flex;justify-content:center}.UBQ_AssetCreditsButton__tag--_2UDt{display:inline-block;background:var(--ubq-interactive-default);border-radius:var(--ubq-border_radius-l);padding:var(--ubq-margin-xs) var(--ubq-margin-s);color:var(--ubq-foreground-light)}.UBQ_AssetCreditsButton__tag--_2UDt:not(:last-child){margin-right:var(--ubq-margin-xs)}.UBQ_AssetCreditsButton__separator--pXFne{margin-top:var(--ubq-margin-m);margin-bottom:var(--ubq-margin-m)}.UBQ_AssetCreditsButton__license--khAov{display:flex;align-items:center}.UBQ_AssetCreditsButton__licenseUrl--SXeKU{display:flex;align-items:center;margin-left:var(--ubq-margin-xs)}
@@ -97,13 +101,13 @@
97
101
  .UBQ_AssetLibraryDock__block--X8Gcn{gap:var(--ubq-margin-xl);flex:0 0 auto;height:100%}
98
102
  .UBQ_AssetLibraryDockIcon__customIconWrapper--_O_UJ{background-repeat:no-repeat;background-position:center}.UBQ_AssetLibraryDockIcon__customIconWrapperLarge--Gq1ef{height:24px;width:24px}.UBQ_AssetLibraryDockIcon__customIconWrapperNormal--rUuQe{height:16px;width:16px}
99
103
  .UBQ_PanelPortal__block--hxJnn{height:100%;position:relative;display:grid;grid-template-areas:"stack";grid-template-rows:100%}.UBQ_PanelPortal__block--hxJnn>*{grid-area:stack}
100
- .UBQ_BlendModeSelect__options--f8ZyJ{max-height:calc(var(--ubq-scale-base)*108)}.UBQ_BlendModeSelect__option--c0UQW{min-width:calc(var(--ubq-scale-base)*42)}
101
- .UBQ_InspectorHorizontalGroup__block--M9_3R{display:flex}.UBQ_InspectorHorizontalGroup__block--M9_3R>*{max-width:50%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:only-child{max-width:100%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(odd):not(:last-child){margin-right:var(--ubq-margin-s)}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(even){margin-left:var(--ubq-margin-s)}
102
- .UBQ_SliderInput__block--qaiej{width:100%}
103
- .UBQ_PropertyToggle__block--x_QQa{flex:0 0 calc(6*var(--ubq-scale-base))}.UBQ_PropertyToggle__emptyGap--VqXG8{flex:0 0 calc(6*var(--ubq-scale-base));display:hidden;-webkit-user-select:none;user-select:none}
104
- .UBQ_SubInspector__block--_Vxo6{position:absolute;top:0;left:0;right:0;bottom:0;margin-right:0;z-index:30;display:flex;flex-direction:column;background:var(--ubq-elevation-1)}.UBQ_SubInspector__block--_Vxo6[data-cy=crop-container]{z-index:31}.UBQ_SubInspector__containerSection--V47rJ{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:column;height:calc(100% - 48px);box-sizing:border-box;overflow:auto}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_SubInspector__button--nqozz{border:1px solid var(--ubq-stroke-contrast-1)}.UBQ_SubInspector__highlight--oKLVC{border:none;background:var(--ubq-interactive-default)}.UBQ_SubInspector__wrapper--euOh8{height:100%}
104
+ .UBQ_SubInspector__block--_Vxo6{position:absolute;top:0;left:0;right:0;bottom:0;margin-right:0;z-index:30;display:flex;flex-direction:column;background:var(--ubq-elevation-2)}.UBQ_SubInspector__block--_Vxo6[data-cy=crop-container]{z-index:31}.UBQ_SubInspector__containerSection--V47rJ{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:column;height:calc(100% - 48px);box-sizing:border-box;overflow:auto}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_SubInspector__button--nqozz{border:1px solid var(--ubq-stroke-contrast-1)}.UBQ_SubInspector__highlight--oKLVC{border:none;background:var(--ubq-interactive-default)}.UBQ_SubInspector__wrapper--euOh8{height:100%}
105
105
  .UBQ_Transform__rotationGroup--KlwKI{display:flex}.UBQ_Transform__rotationGroup--KlwKI>*:not(:last-child){margin-right:var(--ubq-margin-s)}
106
106
  .UBQ_AspectLock__aspectLock--f9K17{flex-grow:0;flex-basis:initial;display:flex;flex-direction:column;justify-content:center;height:calc(2 * calc(2 * var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height)) + var(--ubq-margin-m));align-self:flex-start}.UBQ_AspectLock__aspectIsUnlocked--dgcIR>svg{opacity:.55}.UBQ_AspectLock__aspectLockButton--fQB_X{flex-grow:0;flex-shrink:0;flex-basis:initial}.UBQ_AspectLock__aspectLockVector--iC4fM{color:var(--ubq-foreground-info);align-self:center;margin-left:-50%;width:calc(3*var(--ubq-scale-base));height:calc(2*var(--ubq-scale-base))}.UBQ_AspectLock__aspectLockVector--iC4fM:last-child{transform:scale(1, -1)}
107
+ .UBQ_CanvasAction__block--fbc8M{display:flex;padding:calc(var(--ubq-margin-xs) - 1px)}.UBQ_CanvasAction__block--fbc8M:not(:last-child){border-right:1px solid var(--ubq-stroke-contrast-1)}
108
+ .UBQ_CanvasActionContainer__canvasActions--_2g3e{display:flex;flex-direction:row;align-items:center;background:var(--ubq-elevation-2);border:1px solid var(--ubq-stroke-contrast-1);border-radius:var(--ubq-border_radius-m);overflow:hidden}.UBQ_CanvasActionContainer__canvasActions--_2g3e:empty{display:none}.UBQ_CanvasActionContainer__tippy--Js2dJ{max-width:unset !important}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden]{opacity:0}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
109
+ .UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL{background:var(--ubq-interactive-template-default)}.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-template-hover)}.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL:active{background:var(--ubq-interactive-template-pressed)}.UBQ_PlaceholderSettings__subScopeMenuItem--IhJku{padding-left:var(--ubq-margin-l)}.UBQ_PlaceholderSettings__spacer--eMd5b{width:var(--ubq-margin-xs)}.UBQ_PlaceholderSettings__hidden--UTFNM{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.UBQ_PlaceholderSettings__separator--gVJ1q{margin:var(--ubq-margin-xs)}
110
+ .UBQ_AudioInspector__resetButton--JWFjh{flex:0 0 calc(6*var(--ubq-scale-base))}
107
111
  .UBQ_InspectorLibrary__block--fl3Qd{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--ubq-margin-m)}.UBQ_InspectorLibrary__singleColumn--SR5KA{display:flex;flex-direction:column;grid-gap:0}.UBQ_InspectorLibrary__singleColumn--SR5KA>*{margin-bottom:var(--ubq-margin-m)}
108
112
  .UBQ_ImageProcessorControls__block--WiBOU{overflow:hidden}
109
113
  .UBQ_ColorSelection__block--FN2Fv{width:calc(70*var(--ubq-scale-base));padding:var(--ubq-margin-s)}.UBQ_ColorSelection__interactiveContainerWithDisabledInputs--VdqDE,.UBQ_ColorSelection__interactiveContainerWithDisabledInputs--VdqDE label{cursor:pointer}.UBQ_ColorSelection__header--_BOZa{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--ubq-margin-m)}.UBQ_ColorSelection__header--_BOZa>*:not(.UBQ_ColorSelection__heading--g9Gma){flex:0 0 auto}.UBQ_ColorSelection__heading--g9Gma{font-family:var(--ubq-typography-headline-l-font_family);font-size:var(--ubq-typography-headline-l-size);font-weight:var(--ubq-typography-headline-l-weight);letter-spacing:var(--ubq-typography-headline-l-letter_spacing);line-height:var(--ubq-typography-headline-l-line_height)}.UBQ_ColorSelection__section--Zd8PY{padding-top:var(--ubq-margin-xs);display:flex;flex-direction:column}.UBQ_ColorSelection__section--Zd8PY:not(:last-child){padding-bottom:var(--ubq-margin-l)}.UBQ_ColorSelection__section--Zd8PY>div:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_ColorSelection__colorPalette--DFNLf{display:grid;grid-template-columns:repeat(9, max-content);gap:var(--ubq-margin-s)}input[type=range].UBQ_ColorSelection__hueSlider--HuT26{background:linear-gradient(90deg, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%) !important}input[type=range].UBQ_ColorSelection__hueSlider--HuT26,input[type=range].UBQ_ColorSelection__opacitySlider--cF7ez{--slider-thumb-color: white;--slider-thumb-color-active: white;--slider-thumb-color-inner: transparent}input[type=range].UBQ_ColorSelection__hueSlider--HuT26::-ms-thumb,input[type=range].UBQ_ColorSelection__opacitySlider--cF7ez::-ms-thumb{box-shadow:inset 0 0 0 var(--ubq-scale-base) #fff !important;background:rgba(0,0,0,0) !important}
@@ -150,11 +154,12 @@
150
154
  .UBQ_ShapeStrokeWidth__popoverContent--KY7Dh{width:calc(60*var(--ubq-scale-base))}.UBQ_ShapeStrokeWidth__button--TTA89{max-width:calc(30*var(--ubq-scale-base))}
151
155
  .UBQ_TextAlignmentSelect__option--b0Uqu{display:flex;justify-content:flex-start;align-items:center}.UBQ_TextAlignmentSelect__option--b0Uqu>*:not(:last-child){margin-right:var(--ubq-margin-xs)}.UBQ_TextAlignmentSelect__cornerChevronOverlay--Xsfn1{display:grid;grid-template-areas:"stack"}.UBQ_TextAlignmentSelect__cornerChevronOverlay--Xsfn1>*{grid-area:stack}
152
156
  .UBQ_InspectorBar__block--LJY1E{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--LWR2R{display:flex;justify-content:center;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--LWR2R:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--LWR2R:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--LWR2R:first-child{margin-left:0}.UBQ_InspectorBar__area--LWR2R:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--Xhg5d{display:flex;gap:var(--ubq-margin-xs);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child:empty{margin:0}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--k7Lq_{width:100%;display:flex}.UBQ_InspectorBar__fontSize--nXKQh{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__optionsMenuRow--dk3L5{display:grid;width:calc(63*var(--ubq-scale-base));grid-template-columns:.6fr 1fr;gap:var(--ubq-margin-xs);align-items:center;margin-bottom:var(--ubq-margin-s)}.UBQ_InspectorBar__cropStraightenSlider--gfEGR{width:calc(var(--ubq-scale-base)*40)}.UBQ_InspectorBar__containerTrimModeInterface--lzxyS{width:100%}.UBQ_InspectorBar__buttonTrimPlay--_3Ns1{flex:0 0 auto}.UBQ_InspectorBar__numberInputTrimDuration--R7FqK{flex:0 0 calc(16*var(--ubq-scale-base))}.UBQ_InspectorBar__containerMediaTrim--UQJXK{flex:1 1 100%;margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__buttonTrimDone--IGjcJ{flex:0 0 fit-content}
153
- .UBQ_Unload__block--hxWIb>button{margin-bottom:1rem}
154
- .UBQ_RawInspector__block--Ezhba{display:flex;align-items:center;width:100%;font-size:12px;margin-bottom:10px}.UBQ_RawInspector__block--Ezhba>label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UBQ_RawInspector__block--Ezhba>input{width:95%}.UBQ_RawInspector__rawInline--_j10W{flex-direction:row-reverse;justify-content:flex-end}.UBQ_RawInspector__rawInline--_j10W>input{width:auto}.UBQ_RawInspector__rawField--Z1fRF{flex-direction:column;justify-content:flex-start;align-items:flex-start}.UBQ_RawInspector__rawField--Z1fRF>input{width:95%}
155
- .UBQ_FontPreview__block--fWDUg>button{margin-bottom:1rem}
156
157
  .UBQ_WelcomeInspector__container--_GJ68{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-flow:column;height:100%}.UBQ_WelcomeInspector__container--_GJ68 .UBQ_WelcomeInspector__white-label-logo--_LQCu{color:var(--ubq-foreground-default)}.UBQ_WelcomeInspector__sectionblock--plxb_{color:var(--ubq-foreground-default);min-height:min-content;height:inherit;margin:var(--ubq-margin-l) 0}.UBQ_WelcomeInspector__sectionblock--plxb_ .UBQ_WelcomeInspector__sectioncontent--L_uCg{height:100%}.UBQ_WelcomeInspector__sectionblock--plxb_:first-child{margin-top:0}.UBQ_WelcomeInspector__sectionblock--plxb_:last-child{margin-bottom:0}.UBQ_WelcomeInspector__sectionblock--plxb_>*:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_WelcomeInspector__paragraphs--sQvKV>p{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);text-align:center;width:auto;color:var(--ubq-foreground-default);margin:var(--ubq-margin-m) var(--ubq-margin-l) calc(var(--ubq-margin-m)*2)}
157
- .UBQ_Timeline__block--_X4GI{position:relative;background:var(--ubq-elevation-1)}.UBQ_Timeline__overflowContainer--LJBma{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);width:100%;padding-left:calc(22*var(--ubq-scale-base));box-sizing:border-box;overflow-x:scroll}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__scale--wmVSF{height:calc(8*var(--ubq-scale-base));min-width:100%}.UBQ_Timeline__timelineVideo--TViSG{height:calc(20*var(--ubq-scale-base));min-width:100%;display:flex}.UBQ_Timeline__timelineAudio--NAGTo{height:calc(6*var(--ubq-scale-base));min-width:100%;margin:var(--ubq-margin-l) 0;display:flex}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%}.UBQ_Timeline__playContainer--BfUhi{position:absolute;display:grid;place-content:center;height:calc(40*var(--ubq-scale-base));width:calc(22*var(--ubq-scale-base))}.UBQ_Timeline__addPage--Jzy2n{width:calc(20*var(--ubq-scale-base));height:calc(16*var(--ubq-scale-base));flex-grow:0;flex-shrink:0;margin-left:var(--ubq-margin-l);border:1px solid var(--ubq-border-divider);border-radius:var(--ubq-border_radius-m)}
158
+ .UBQ_TimelineScale__block--XYACk{height:calc(8*var(--ubq-scale-base));padding-left:var(--ubq-margin-xs);display:flex;border-width:0 0 0 2px;border-style:solid;border-image:linear-gradient(to bottom, var(--ubq-stroke-contrast-2), transparent) 1 100%}.UBQ_TimelineScale__block--XYACk time{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);margin-top:var(--ubq-margin-xs);display:flex;align-items:center;height:calc(var(--ubq-scale-base)*3);color:var(--ubq-foreground-light)}
159
+ .UBQ_TimelineSeeker__block--NA8Zg{grid-area:stack;position:absolute;height:100%;top:0;margin:var(--ubq-margin-xs) 0 0 calc(calc(var(--ubq-scale-base) * 2) / -2);pointer-events:none}.UBQ_TimelineSeeker__block--NA8Zg>label{position:absolute;top:0;left:calc(var(--ubq-scale-base)*3);display:flex;align-items:center;height:calc(var(--ubq-scale-base)*3);pointer-events:none;-webkit-user-select:none;user-select:none}.UBQ_TimelineSeeker__block--NA8Zg>label.UBQ_TimelineSeeker__flipped--VGpfL{left:unset;right:calc(var(--ubq-scale-base)*3)}.UBQ_TimelineSeeker__block--NA8Zg>label>time{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default)}
160
+ .UBQ_TimelineVideoElement__block--wZFIW:hover .UBQ_TimelineVideoElement__optionsButton--wO_51,.UBQ_TimelineVideoElement__block--wZFIW:focus-visible .UBQ_TimelineVideoElement__optionsButton--wO_51{opacity:1}.UBQ_TimelineVideoElement__optionsButton--wO_51{margin:var(--ubq-margin-xs) var(--ubq-margin-xs) 0 0;padding-top:0;padding-bottom:0;opacity:0}.UBQ_TimelineVideoElement__optionsButton--wO_51:focus-visible{opacity:1}
161
+ .UBQ_Timeline__block--_X4GI{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);position:relative;max-height:50%;overflow-y:auto;background:var(--ubq-elevation-1)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__block--_X4GI::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__overflowContainer--LJBma{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);position:relative;padding-left:calc(22*var(--ubq-scale-base));width:100%;box-sizing:border-box;overflow-y:hidden;overflow-x:scroll}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__timelineVideo--TViSG{min-width:100%;display:flex}.UBQ_Timeline__timelineAudio--NAGTo{min-width:100%;margin:var(--ubq-margin-l) 0;display:flex;flex-direction:column;gap:var(--ubq-margin-s)}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%}.UBQ_Timeline__playContainer--BfUhi{position:absolute;top:0;left:0;display:grid;place-content:center;height:100%;width:calc(22*var(--ubq-scale-base))}.UBQ_Timeline__addPage--Jzy2n{width:calc(20*var(--ubq-scale-base));height:calc(16*var(--ubq-scale-base));flex-grow:0;flex-shrink:0;margin-left:var(--ubq-margin-l);border:1px solid var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__addAudio--_QIYx{height:calc(6*var(--ubq-scale-base));width:-moz-fit-content;width:fit-content;flex-grow:0;flex-shrink:0;border:1px solid var(--ubq-stroke-contrast-1);border-radius:var(--ubq-border_radius-m);display:none}
162
+ .UBQ_TimelineAudioElement__block--Cf4I_:hover .UBQ_TimelineAudioElement__moreButton--WLwal{opacity:1}.UBQ_TimelineAudioElement__moreButton--WLwal{width:calc(6*var(--ubq-scale-base));height:calc(4*var(--ubq-scale-base));display:flex;place-items:center;opacity:0}.UBQ_TimelineAudioElement__listing--nsGs6{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.UBQ_TimelineAudioElement__listing--nsGs6>li{display:flex;margin-bottom:var(--ubq-margin-xs)}.UBQ_TimelineAudioElement__listing--nsGs6>li:last-child{margin-bottom:0}
158
163
  .UBQ_UploadModal__block--_pbct{display:flex;flex-direction:row;align-items:flex-start}.UBQ_UploadModal__block--_pbct>:not(:last-child){margin-right:var(--ubq-margin-l)}.UBQ_UploadModal__content--WuJKQ p{width:40ch;margin:0}
159
164
  *:focus-visible{outline:none}*:focus{outline:none}.react-draggable-transparent-selection{-webkit-user-select:none;user-select:none}.UBQ_GlobalStyles__block--wwp3W{height:100%;width:100%}
160
165
  .UBQ_UndoControls__block--pGsrm{display:inline-flex}