@cesdk/cesdk-js 1.24.0 → 1.25.0
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.24.0-XUHYPTWP.wasm → cesdk-v1.25.0-J3KNCNSQ.wasm} +0 -0
- package/assets/core/{worker-host-v1.24.0-IJB4CTS4.js → worker-host-v1.25.0-JSQVDZHG.js} +1 -1
- package/assets/i18n/de.json +1 -0
- package/assets/i18n/en.json +1 -0
- package/assets/ui/stylesheets/cesdk.css +242 -90
- package/cesdk.umd.js +1 -1
- package/index.d.ts +50 -5
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.24.0-GD242ZBP.data → cesdk-v1.25.0-GD242ZBP.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -308,6 +308,7 @@
|
|
|
308
308
|
"component.fileOperation.more": "Weitere Optionen anzeigen",
|
|
309
309
|
"component.fileOperation.save": "$t(common.save)",
|
|
310
310
|
"component.fileOperation.share": "Als Vorlage teilen",
|
|
311
|
+
"component.inspectorBar": "Inspectorbalken",
|
|
311
312
|
"component.inspectorPositionSelect": "$t(common.position)",
|
|
312
313
|
"component.inspectorPositionSelect.left": "Links",
|
|
313
314
|
"component.inspectorPositionSelect.left.description": "Inspector auf der linken Seite",
|
package/assets/i18n/en.json
CHANGED
|
@@ -308,6 +308,7 @@
|
|
|
308
308
|
"component.fileOperation.more": "Show more options",
|
|
309
309
|
"component.fileOperation.save": "$t(common.save)",
|
|
310
310
|
"component.fileOperation.share": "Share as Template",
|
|
311
|
+
"component.inspectorBar": "Inspector Bar",
|
|
311
312
|
"component.inspectorPositionSelect": "$t(common.position)",
|
|
312
313
|
"component.inspectorPositionSelect.left": "Left",
|
|
313
314
|
"component.inspectorPositionSelect.left.description": "Select the inspector to be on the left side",
|
|
@@ -1815,13 +1815,11 @@
|
|
|
1815
1815
|
}
|
|
1816
1816
|
@supports not (contain: none) {
|
|
1817
1817
|
.UBQ_Card-module__block--Zs4rt:focus {
|
|
1818
|
-
z-index: 1;
|
|
1819
1818
|
--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);
|
|
1820
1819
|
box-shadow: var(--ubq-effect-focus);
|
|
1821
1820
|
}
|
|
1822
1821
|
}
|
|
1823
1822
|
.UBQ_Card-module__block--Zs4rt:focus-visible {
|
|
1824
|
-
z-index: 1;
|
|
1825
1823
|
--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);
|
|
1826
1824
|
box-shadow: var(--ubq-effect-focus);
|
|
1827
1825
|
}
|
|
@@ -3021,6 +3019,13 @@
|
|
|
3021
3019
|
position: relative;
|
|
3022
3020
|
overflow: hidden;
|
|
3023
3021
|
padding: var(--ubq-margin-s);
|
|
3022
|
+
box-sizing: border-box;
|
|
3023
|
+
}
|
|
3024
|
+
.UBQ_ContentBox-module__block--lEbIe.UBQ_ContentBox-module__small--vZjGs {
|
|
3025
|
+
height: calc(var(--ubq-scale-base) * 26);
|
|
3026
|
+
}
|
|
3027
|
+
.UBQ_ContentBox-module__block--lEbIe.UBQ_ContentBox-module__medium--ruRrj {
|
|
3028
|
+
height: calc(var(--ubq-scale-base) * 40);
|
|
3024
3029
|
}
|
|
3025
3030
|
.UBQ_ContentBox-module__blockState--Ce-K- {
|
|
3026
3031
|
position: absolute;
|
|
@@ -4400,7 +4405,6 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4400
4405
|
|
|
4401
4406
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/color/ColorBox.module.scss */
|
|
4402
4407
|
.UBQ_ColorBox-module__block--d1O8q {
|
|
4403
|
-
height: calc(var(--ubq-scale-base) * 26);
|
|
4404
4408
|
margin-bottom: var(--ubq-margin-l);
|
|
4405
4409
|
}
|
|
4406
4410
|
.UBQ_ColorBox-module__block--d1O8q .UBQ_ColorBox-module__colorLabels--I4WDp {
|
|
@@ -4496,10 +4500,37 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4496
4500
|
.UBQ_AssetLibraryCard-module__wrapper--stQdN {
|
|
4497
4501
|
display: flex;
|
|
4498
4502
|
flex-direction: column;
|
|
4499
|
-
gap: var(--ubq-margin-s);
|
|
4500
4503
|
overflow: visible;
|
|
4501
4504
|
align-items: center;
|
|
4502
4505
|
}
|
|
4506
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG {
|
|
4507
|
+
width: 100%;
|
|
4508
|
+
height: 100%;
|
|
4509
|
+
}
|
|
4510
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > *:not(.UBQ_AssetLibraryCard-module__block--z689o),
|
|
4511
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > *:has(~ [data-expanded=true]) .UBQ_AssetLibraryCard-module__label---NNY5 {
|
|
4512
|
+
opacity: 0;
|
|
4513
|
+
}
|
|
4514
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > [data-expanded=true] {
|
|
4515
|
+
opacity: 1;
|
|
4516
|
+
}
|
|
4517
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:hover .UBQ_AssetLibraryCard-module__block--z689o .UBQ_AssetLibraryCard-module__label---NNY5,
|
|
4518
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:focus-within .UBQ_AssetLibraryCard-module__block--z689o .UBQ_AssetLibraryCard-module__label---NNY5 {
|
|
4519
|
+
opacity: 0;
|
|
4520
|
+
}
|
|
4521
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:hover *:not(.UBQ_AssetLibraryCard-module__block--z689o),
|
|
4522
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:focus-within *:not(.UBQ_AssetLibraryCard-module__block--z689o) {
|
|
4523
|
+
opacity: 1;
|
|
4524
|
+
}
|
|
4525
|
+
.UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__isPreview--7ZqFG {
|
|
4526
|
+
height: unset;
|
|
4527
|
+
}
|
|
4528
|
+
.UBQ_AssetLibraryCard-module__labelBelow--sZi-b {
|
|
4529
|
+
max-height: calc(100% - var(--ubq-typography-label-s-line_height) * 2 - var(--ubq-margin-s) * 2);
|
|
4530
|
+
}
|
|
4531
|
+
.UBQ_AssetLibraryCard-module__labelBelow--sZi-b.UBQ_AssetLibraryCard-module__singleLineLabel--cyXzB {
|
|
4532
|
+
max-height: calc(100% - var(--ubq-typography-label-s-line_height) - var(--ubq-margin-s) * 2);
|
|
4533
|
+
}
|
|
4503
4534
|
.UBQ_AssetLibraryCard-module__block--z689o {
|
|
4504
4535
|
display: flex;
|
|
4505
4536
|
justify-content: center;
|
|
@@ -4508,19 +4539,30 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4508
4539
|
.UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__containsLabel--tsqhH {
|
|
4509
4540
|
flex-direction: column-reverse;
|
|
4510
4541
|
}
|
|
4511
|
-
.UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__labelBelow--sZi-b {
|
|
4512
|
-
max-height: calc(100% - var(--ubq-typography-label-s-line_height) * 2 - var(--ubq-margin-s) * 2);
|
|
4513
|
-
}
|
|
4514
|
-
.UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__labelBelow--sZi-b.UBQ_AssetLibraryCard-module__singleLineLabel--cyXzB {
|
|
4515
|
-
max-height: calc(100% - var(--ubq-typography-label-s-line_height) - var(--ubq-margin-s) * 2);
|
|
4516
|
-
}
|
|
4517
4542
|
.UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__hasBackground--XuHUW .UBQ_AssetLibraryCard-module__label---NNY5 {
|
|
4518
|
-
|
|
4543
|
+
font-family: var(--ubq-typography-label-m-font_family);
|
|
4544
|
+
font-size: var(--ubq-typography-label-m-size);
|
|
4545
|
+
font-weight: var(--ubq-typography-label-m-weight);
|
|
4546
|
+
letter-spacing: var(--ubq-typography-label-m-letter_spacing);
|
|
4547
|
+
line-height: var(--ubq-typography-label-m-line_height);
|
|
4548
|
+
display: -webkit-box;
|
|
4549
|
+
-webkit-line-clamp: 2;
|
|
4550
|
+
-webkit-box-orient: vertical;
|
|
4551
|
+
overflow: hidden;
|
|
4552
|
+
text-overflow: ellipsis;
|
|
4553
|
+
overflow-wrap: break-word;
|
|
4554
|
+
-webkit-hyphens: auto;
|
|
4555
|
+
hyphens: auto;
|
|
4519
4556
|
position: absolute;
|
|
4520
|
-
bottom:
|
|
4521
|
-
|
|
4522
|
-
|
|
4557
|
+
bottom: var(--ubq-margin-xs);
|
|
4558
|
+
inset-inline: var(--ubq-margin-xs);
|
|
4559
|
+
border-radius: var(--ubq-border_radius-s);
|
|
4560
|
+
width: auto;
|
|
4523
4561
|
padding: var(--ubq-margin-xs);
|
|
4562
|
+
color: var(--ubq-static-contrast-white);
|
|
4563
|
+
background: rgba(0, 0, 0, 0.3);
|
|
4564
|
+
text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
|
|
4565
|
+
text-align: left;
|
|
4524
4566
|
}
|
|
4525
4567
|
.UBQ_AssetLibraryCard-module__dragPreview--OmKMq {
|
|
4526
4568
|
overflow: hidden;
|
|
@@ -4546,13 +4588,14 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4546
4588
|
color: var(--ubq-foreground-default);
|
|
4547
4589
|
}
|
|
4548
4590
|
.UBQ_AssetLibraryCard-module__label---NNY5.UBQ_AssetLibraryCard-module__below--ULAsZ {
|
|
4591
|
+
padding-top: var(--ubq-margin-s);
|
|
4549
4592
|
color: var(--ubq-foreground-light);
|
|
4550
4593
|
}
|
|
4551
4594
|
.UBQ_AssetLibraryCard-module__singleLineTruncation--QqQ8w {
|
|
4552
4595
|
white-space: nowrap;
|
|
4553
4596
|
overflow: hidden;
|
|
4554
4597
|
text-overflow: ellipsis;
|
|
4555
|
-
display:
|
|
4598
|
+
display: block;
|
|
4556
4599
|
width: 100%;
|
|
4557
4600
|
}
|
|
4558
4601
|
.UBQ_AssetLibraryCard-module__multiLineTruncation--yNIbR {
|
|
@@ -4569,14 +4612,110 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4569
4612
|
box-shadow: inset 0 0 0 1px var(--ubq-stroke-contrast-2);
|
|
4570
4613
|
}
|
|
4571
4614
|
|
|
4615
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetMediaPlayer.module.scss */
|
|
4616
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm {
|
|
4617
|
+
align-self: end;
|
|
4618
|
+
justify-self: end;
|
|
4619
|
+
position: relative;
|
|
4620
|
+
margin: var(--ubq-margin-xs);
|
|
4621
|
+
border-radius: var(--ubq-border_radius-s);
|
|
4622
|
+
height: calc(6 * var(--ubq-scale-base));
|
|
4623
|
+
width: calc(100% - 2 * var(--ubq-margin-xs));
|
|
4624
|
+
max-width: calc(100% - 2 * var(--ubq-margin-xs));
|
|
4625
|
+
display: flex;
|
|
4626
|
+
justify-content: end;
|
|
4627
|
+
align-items: center;
|
|
4628
|
+
}
|
|
4629
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x {
|
|
4630
|
+
border-radius: var(--ubq-border_radius-s);
|
|
4631
|
+
flex-grow: 0;
|
|
4632
|
+
flex-basis: fit-content;
|
|
4633
|
+
display: flex;
|
|
4634
|
+
justify-content: space-between;
|
|
4635
|
+
align-items: center;
|
|
4636
|
+
background: rgba(0, 0, 0, 0.3);
|
|
4637
|
+
}
|
|
4638
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU {
|
|
4639
|
+
width: 0;
|
|
4640
|
+
overflow: hidden;
|
|
4641
|
+
padding-inline: 0;
|
|
4642
|
+
flex-grow: 0;
|
|
4643
|
+
opacity: 0;
|
|
4644
|
+
}
|
|
4645
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU:not(:focus-visible):not(:hover) svg {
|
|
4646
|
+
filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
|
|
4647
|
+
}
|
|
4648
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU .UBQ_AssetMediaPlayer-module__loadingIndicator--BVqs6 {
|
|
4649
|
+
width: calc(4 * var(--ubq-scale-base));
|
|
4650
|
+
height: calc(4 * var(--ubq-scale-base));
|
|
4651
|
+
}
|
|
4652
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU .UBQ_AssetMediaPlayer-module__loadingIndicator--BVqs6 > svg {
|
|
4653
|
+
width: 100%;
|
|
4654
|
+
height: 100%;
|
|
4655
|
+
color: var(--ubq-foreground-accent);
|
|
4656
|
+
filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
|
|
4657
|
+
}
|
|
4658
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU:not(:hover) {
|
|
4659
|
+
color: var(--ubq-foreground-accent);
|
|
4660
|
+
}
|
|
4661
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm time {
|
|
4662
|
+
font-family: var(--ubq-typography-label-m-font_family);
|
|
4663
|
+
font-size: var(--ubq-typography-label-m-size);
|
|
4664
|
+
font-weight: var(--ubq-typography-label-m-weight);
|
|
4665
|
+
letter-spacing: var(--ubq-typography-label-m-letter_spacing);
|
|
4666
|
+
line-height: var(--ubq-typography-label-m-line_height);
|
|
4667
|
+
white-space: nowrap;
|
|
4668
|
+
overflow: hidden;
|
|
4669
|
+
text-overflow: ellipsis;
|
|
4670
|
+
margin-inline: var(--ubq-margin-s);
|
|
4671
|
+
max-width: calc(8.5 * var(--ubq-scale-base));
|
|
4672
|
+
color: var(--ubq-static-contrast-white);
|
|
4673
|
+
text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
|
|
4674
|
+
text-align: right;
|
|
4675
|
+
}
|
|
4676
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
|
|
4677
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
|
|
4678
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
|
|
4679
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
|
|
4680
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm:hover .UBQ_AssetMediaPlayer-module__layout--nxR1x,
|
|
4681
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm:focus-within .UBQ_AssetMediaPlayer-module__layout--nxR1x,
|
|
4682
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] .UBQ_AssetMediaPlayer-module__layout--nxR1x {
|
|
4683
|
+
flex-grow: 1;
|
|
4684
|
+
}
|
|
4685
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
|
|
4686
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
|
|
4687
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
|
|
4688
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
|
|
4689
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm:hover .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
|
|
4690
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm:focus-within .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
|
|
4691
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] .UBQ_AssetMediaPlayer-module__playButton--sRBJU {
|
|
4692
|
+
width: calc(6 * var(--ubq-scale-base));
|
|
4693
|
+
opacity: 1;
|
|
4694
|
+
}
|
|
4695
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm time,
|
|
4696
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm time,
|
|
4697
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm time,
|
|
4698
|
+
.UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm time,
|
|
4699
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm:hover time,
|
|
4700
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm:focus-within time,
|
|
4701
|
+
.UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] time {
|
|
4702
|
+
margin-inline: var(--ubq-margin-xs) var(--ubq-margin-s);
|
|
4703
|
+
}
|
|
4704
|
+
|
|
4572
4705
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetContextPopover.module.scss */
|
|
4573
4706
|
.UBQ_AssetContextPopover-module__block--mBBDc {
|
|
4574
|
-
background: var(--ubq-elevation-2);
|
|
4575
4707
|
border-radius: var(--ubq-border_radius-s);
|
|
4576
4708
|
}
|
|
4577
4709
|
.UBQ_AssetContextPopover-module__button--zAa38 {
|
|
4578
4710
|
border-radius: var(--ubq-border_radius-s);
|
|
4579
4711
|
}
|
|
4712
|
+
.UBQ_AssetContextPopover-module__button--zAa38:not(:hover, :focus-visible) {
|
|
4713
|
+
color: var(--ubq-foreground-accent);
|
|
4714
|
+
background: rgba(0, 0, 0, 0.3);
|
|
4715
|
+
}
|
|
4716
|
+
.UBQ_AssetContextPopover-module__button--zAa38:not(:hover, :focus-visible) svg {
|
|
4717
|
+
filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
|
|
4718
|
+
}
|
|
4580
4719
|
.UBQ_AssetContextPopover-module__content--ZKSmX {
|
|
4581
4720
|
font-family: var(--ubq-typography-label-m-font_family);
|
|
4582
4721
|
font-size: var(--ubq-typography-label-m-size);
|
|
@@ -5239,7 +5378,6 @@ footer {
|
|
|
5239
5378
|
|
|
5240
5379
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/fill/FillSelectionControls.module.scss */
|
|
5241
5380
|
.UBQ_FillSelectionControls-module__contentBox--HrUzL {
|
|
5242
|
-
height: calc(var(--ubq-scale-base) * 40);
|
|
5243
5381
|
margin-bottom: var(--ubq-margin-l);
|
|
5244
5382
|
box-sizing: border-box;
|
|
5245
5383
|
}
|
|
@@ -5474,6 +5612,7 @@ footer {
|
|
|
5474
5612
|
-webkit-overflow-scrolling: touch;
|
|
5475
5613
|
scrollbar-width: thin;
|
|
5476
5614
|
scrollbar-color: var(--ubq-foreground-info) transparent;
|
|
5615
|
+
z-index: 13;
|
|
5477
5616
|
box-sizing: border-box;
|
|
5478
5617
|
display: flex;
|
|
5479
5618
|
justify-content: space-between;
|
|
@@ -5637,6 +5776,92 @@ footer {
|
|
|
5637
5776
|
transform: translateX(-100%);
|
|
5638
5777
|
}
|
|
5639
5778
|
|
|
5779
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/PlayHead.module.scss */
|
|
5780
|
+
.UBQ_PlayHead-module__block--L6eKu {
|
|
5781
|
+
z-index: 3;
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/VideoTimelineControls.module.scss */
|
|
5785
|
+
.UBQ_VideoTimelineControls-module__block--51LSm {
|
|
5786
|
+
position: relative;
|
|
5787
|
+
display: grid;
|
|
5788
|
+
grid-template-columns: max-content 1fr max-content;
|
|
5789
|
+
grid-template-rows: max-content;
|
|
5790
|
+
justify-items: center;
|
|
5791
|
+
align-items: center;
|
|
5792
|
+
padding: var(--ubq-margin-s) var(--ubq-margin-l);
|
|
5793
|
+
-webkit-user-select: none;
|
|
5794
|
+
user-select: none;
|
|
5795
|
+
}
|
|
5796
|
+
.UBQ_VideoTimelineControls-module__group--O98jr {
|
|
5797
|
+
display: flex;
|
|
5798
|
+
justify-content: center;
|
|
5799
|
+
align-items: center;
|
|
5800
|
+
gap: var(--ubq-margin-s);
|
|
5801
|
+
}
|
|
5802
|
+
.UBQ_VideoTimelineControls-module__playbackControls--tTdue {
|
|
5803
|
+
width: 100%;
|
|
5804
|
+
display: grid;
|
|
5805
|
+
grid-template-columns: 1fr min-content 1fr;
|
|
5806
|
+
}
|
|
5807
|
+
.UBQ_VideoTimelineControls-module__playbackControls--tTdue :first-child {
|
|
5808
|
+
justify-self: end;
|
|
5809
|
+
}
|
|
5810
|
+
.UBQ_VideoTimelineControls-module__playbackControls--tTdue :last-child {
|
|
5811
|
+
justify-self: start;
|
|
5812
|
+
}
|
|
5813
|
+
.UBQ_VideoTimelineControls-module__playbackInfo--qBo24 {
|
|
5814
|
+
font-family: var(--ubq-typography-label-m-font_family);
|
|
5815
|
+
font-size: var(--ubq-typography-label-m-size);
|
|
5816
|
+
font-weight: var(--ubq-typography-label-m-weight);
|
|
5817
|
+
letter-spacing: var(--ubq-typography-label-m-letter_spacing);
|
|
5818
|
+
line-height: var(--ubq-typography-label-m-line_height);
|
|
5819
|
+
color: var(--ubq-foreground-default);
|
|
5820
|
+
display: flex;
|
|
5821
|
+
align-items: baseline;
|
|
5822
|
+
padding-inline-end: var(--ubq-margin-xs);
|
|
5823
|
+
}
|
|
5824
|
+
.UBQ_VideoTimelineControls-module__zoomControls--sMM4p {
|
|
5825
|
+
display: flex;
|
|
5826
|
+
align-items: center;
|
|
5827
|
+
gap: var(--ubq-margin-s);
|
|
5828
|
+
}
|
|
5829
|
+
.UBQ_VideoTimelineControls-module__expandButton--MRale {
|
|
5830
|
+
margin-inline-start: var(--ubq-margin-s);
|
|
5831
|
+
}
|
|
5832
|
+
|
|
5833
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/BackgroundTrackAddButton.module.scss */
|
|
5834
|
+
.UBQ_BackgroundTrackAddButton-module__block--zazTm {
|
|
5835
|
+
position: sticky;
|
|
5836
|
+
right: var(--ubq-margin-xs);
|
|
5837
|
+
grid-area: add-button;
|
|
5838
|
+
width: 100%;
|
|
5839
|
+
height: calc(var(--ubq-scale-base) * 8);
|
|
5840
|
+
}
|
|
5841
|
+
.UBQ_BackgroundTrackAddButton-module__block--zazTm > .UBQ_BackgroundTrackAddButton-module__addClipButton--JCuyI {
|
|
5842
|
+
width: 100%;
|
|
5843
|
+
height: 100%;
|
|
5844
|
+
margin-left: auto;
|
|
5845
|
+
padding-inline: var(--ubq-margin-s);
|
|
5846
|
+
border-radius: var(--ubq-border_radius-m);
|
|
5847
|
+
}
|
|
5848
|
+
.UBQ_BackgroundTrackAddButton-module__block--zazTm > .UBQ_BackgroundTrackAddButton-module__addClipButton--JCuyI.UBQ_BackgroundTrackAddButton-module__sticky--mgPon {
|
|
5849
|
+
padding-right: 0;
|
|
5850
|
+
}
|
|
5851
|
+
.UBQ_BackgroundTrackAddButton-module__addClipStickySentinel--Wcwxd {
|
|
5852
|
+
font-family: var(--ubq-typography-button-m-font_family);
|
|
5853
|
+
font-size: var(--ubq-typography-button-m-size);
|
|
5854
|
+
font-weight: var(--ubq-typography-button-m-weight);
|
|
5855
|
+
letter-spacing: var(--ubq-typography-button-m-letter_spacing);
|
|
5856
|
+
line-height: var(--ubq-typography-button-m-line_height);
|
|
5857
|
+
grid-area: add-button;
|
|
5858
|
+
width: max-content;
|
|
5859
|
+
height: calc(var(--ubq-scale-base) * 8);
|
|
5860
|
+
padding-inline: var(--ubq-margin-l);
|
|
5861
|
+
visibility: hidden;
|
|
5862
|
+
z-index: -999999;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5640
5865
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/VideoTimeline.module.scss */
|
|
5641
5866
|
.UBQ_VideoTimeline-module__block--7jS2p {
|
|
5642
5867
|
isolation: isolate;
|
|
@@ -5728,84 +5953,11 @@ footer {
|
|
|
5728
5953
|
background-color: var(--ubq-elevation-2);
|
|
5729
5954
|
z-index: 2;
|
|
5730
5955
|
}
|
|
5731
|
-
.UBQ_VideoTimeline-module__backgroundTracks--KH3zZ > .UBQ_VideoTimeline-module__addClip--I6y8w {
|
|
5732
|
-
position: sticky;
|
|
5733
|
-
right: var(--ubq-margin-xs);
|
|
5734
|
-
grid-area: add-button;
|
|
5735
|
-
height: calc(var(--ubq-margin-base) * 8);
|
|
5736
|
-
}
|
|
5737
|
-
.UBQ_VideoTimeline-module__backgroundTracks--KH3zZ > .UBQ_VideoTimeline-module__addClip--I6y8w > .UBQ_VideoTimeline-module__addClipButton--b-kRV {
|
|
5738
|
-
width: 100%;
|
|
5739
|
-
height: 100%;
|
|
5740
|
-
margin-left: auto;
|
|
5741
|
-
padding-inline: var(--ubq-margin-s);
|
|
5742
|
-
border-radius: var(--ubq-border_radius-m);
|
|
5743
|
-
}
|
|
5744
|
-
.UBQ_VideoTimeline-module__backgroundTracks--KH3zZ > .UBQ_VideoTimeline-module__addClip--I6y8w > .UBQ_VideoTimeline-module__addClipButton--b-kRV.UBQ_VideoTimeline-module__sticky--dLf4N {
|
|
5745
|
-
padding-right: 0;
|
|
5746
|
-
}
|
|
5747
|
-
.UBQ_VideoTimeline-module__backgroundTracks--KH3zZ > .UBQ_VideoTimeline-module__addClipStickySentinel--QHq1Q {
|
|
5748
|
-
grid-area: add-button;
|
|
5749
|
-
width: 100%;
|
|
5750
|
-
height: 100%;
|
|
5751
|
-
}
|
|
5752
5956
|
.UBQ_VideoTimeline-module__timeRuler--jUJdX {
|
|
5753
5957
|
position: sticky;
|
|
5754
5958
|
top: 0;
|
|
5755
5959
|
z-index: 1;
|
|
5756
5960
|
}
|
|
5757
|
-
.UBQ_VideoTimeline-module__playHead--a5UWU {
|
|
5758
|
-
z-index: 3;
|
|
5759
|
-
}
|
|
5760
|
-
|
|
5761
|
-
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Video/VideoTimelineControls.module.scss */
|
|
5762
|
-
.UBQ_VideoTimelineControls-module__block--51LSm {
|
|
5763
|
-
position: relative;
|
|
5764
|
-
display: grid;
|
|
5765
|
-
grid-template-columns: max-content 1fr max-content;
|
|
5766
|
-
grid-template-rows: max-content;
|
|
5767
|
-
justify-items: center;
|
|
5768
|
-
align-items: center;
|
|
5769
|
-
padding: var(--ubq-margin-s) var(--ubq-margin-l);
|
|
5770
|
-
-webkit-user-select: none;
|
|
5771
|
-
user-select: none;
|
|
5772
|
-
}
|
|
5773
|
-
.UBQ_VideoTimelineControls-module__group--O98jr {
|
|
5774
|
-
display: flex;
|
|
5775
|
-
justify-content: center;
|
|
5776
|
-
align-items: center;
|
|
5777
|
-
gap: var(--ubq-margin-s);
|
|
5778
|
-
}
|
|
5779
|
-
.UBQ_VideoTimelineControls-module__playbackControls--tTdue {
|
|
5780
|
-
width: 100%;
|
|
5781
|
-
display: grid;
|
|
5782
|
-
grid-template-columns: 1fr min-content 1fr;
|
|
5783
|
-
}
|
|
5784
|
-
.UBQ_VideoTimelineControls-module__playbackControls--tTdue :first-child {
|
|
5785
|
-
justify-self: end;
|
|
5786
|
-
}
|
|
5787
|
-
.UBQ_VideoTimelineControls-module__playbackControls--tTdue :last-child {
|
|
5788
|
-
justify-self: start;
|
|
5789
|
-
}
|
|
5790
|
-
.UBQ_VideoTimelineControls-module__playbackInfo--qBo24 {
|
|
5791
|
-
font-family: var(--ubq-typography-label-m-font_family);
|
|
5792
|
-
font-size: var(--ubq-typography-label-m-size);
|
|
5793
|
-
font-weight: var(--ubq-typography-label-m-weight);
|
|
5794
|
-
letter-spacing: var(--ubq-typography-label-m-letter_spacing);
|
|
5795
|
-
line-height: var(--ubq-typography-label-m-line_height);
|
|
5796
|
-
color: var(--ubq-foreground-default);
|
|
5797
|
-
display: flex;
|
|
5798
|
-
align-items: baseline;
|
|
5799
|
-
padding-inline-end: var(--ubq-margin-xs);
|
|
5800
|
-
}
|
|
5801
|
-
.UBQ_VideoTimelineControls-module__zoomControls--sMM4p {
|
|
5802
|
-
display: flex;
|
|
5803
|
-
align-items: center;
|
|
5804
|
-
gap: var(--ubq-margin-s);
|
|
5805
|
-
}
|
|
5806
|
-
.UBQ_VideoTimelineControls-module__expandButton--MRale {
|
|
5807
|
-
margin-inline-start: var(--ubq-margin-s);
|
|
5808
|
-
}
|
|
5809
5961
|
|
|
5810
5962
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryDock/AssetLibraryDock.module.scss */
|
|
5811
5963
|
.UBQ_AssetLibraryDock-module__block--Cgfpm {
|