@cesdk/cesdk-js 1.10.0 → 1.11.0-preview.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.10.0.wasm → cesdk-v1.11.0-preview.0.wasm} +0 -0
- package/assets/i18n/de.json +28 -10
- package/assets/i18n/en.json +16 -10
- package/assets/ui/stylesheets/cesdk.css +10 -10
- package/cesdk.umd.js +1 -1
- package/index.d.ts +228 -65
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.10.0.data → cesdk-v1.11.0-preview.0.data} +0 -0
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -69,7 +69,19 @@
|
|
|
69
69
|
"action.scene.load": "Szene geladen",
|
|
70
70
|
"action.scene.new": "Neue Szene",
|
|
71
71
|
"action.selectGroup": "Gruppe auswählen",
|
|
72
|
-
"action.video.replace": "Video
|
|
72
|
+
"action.video.replace": "Video ersetzt",
|
|
73
|
+
"action.shadow.angle.change": "Schattenwinkel ändern",
|
|
74
|
+
"action.shadow.angle.rotate": "Schatten um 45 Grad im Uhrzeigersinn drehen",
|
|
75
|
+
"action.shadow.blur.change": "Schattenunschärfe ändern",
|
|
76
|
+
"action.shadow.color.change": "Schattenfarbe ändern",
|
|
77
|
+
"action.shadow.distance.change": "Schattenabstand ändern",
|
|
78
|
+
"action.strokeCornerGeometry.change": "Konturkanten ändern",
|
|
79
|
+
"action.strokePosition.change": "Konturposition ändern",
|
|
80
|
+
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
81
|
+
"action.text.autoHeight": "Automatische Höhe aktivieren",
|
|
82
|
+
"action.text.change": "Text ändern",
|
|
83
|
+
"action.text.fixedFrame": "Feste Größe aktivieren",
|
|
84
|
+
"action.ungroup": "Gruppierung auflösen",
|
|
73
85
|
"block.audio": "Audio",
|
|
74
86
|
"block.ellipse": "Ellipse",
|
|
75
87
|
"block.group": "Gruppe",
|
|
@@ -356,10 +368,14 @@
|
|
|
356
368
|
"component.zoom.to": "{{percentage}}% Zoom",
|
|
357
369
|
"element.transform.resize": "$t(action.block.resize)",
|
|
358
370
|
"element.transform.rotate": "$t(action.block.rotate)",
|
|
371
|
+
"error.applyAsset": "Fehler beim Anwenden des Assets",
|
|
372
|
+
"error.applyAsset.description": "Wir haben einen Fehler beim Anwenden des Assets festgestellt",
|
|
359
373
|
"error.cta.generic": "Fehler",
|
|
360
374
|
"error.cta.generic.description": "Ein unbekannter Fehler beim Ausführen dieser Aktion ist aufgetreten. Bitte versuchen Sie es erneut.",
|
|
361
375
|
"error.generic": "Fehler aufgetreten",
|
|
362
376
|
"error.generic.description": "Ein unbekannter Fehler ist aufgetreten. Bitte versuchen Sie die Seite neu zu laden",
|
|
377
|
+
"error.replaceAsset": "Fehler beim Ersetzen des Assets",
|
|
378
|
+
"error.replaceAsset.description": "Wir haben einen Fehler beim Ersetzen des Assets festgestellt",
|
|
363
379
|
"error.upload": "Fehler beim Upload",
|
|
364
380
|
"error.upload.description": "Das von Ihnen gewählte Datei konnte nicht hochgeladen werden",
|
|
365
381
|
"error.upload.sizeExceeded": "Es überschreitet die maximale Größe von {{limit}}x{{limit}} Pixeln",
|
|
@@ -687,16 +703,18 @@
|
|
|
687
703
|
"property.sides": "Seiten",
|
|
688
704
|
"property.strokeColor": "Kontur",
|
|
689
705
|
"property.strokeColor.description": "Konturfarbe ändern",
|
|
690
|
-
"property.
|
|
691
|
-
"property.
|
|
692
|
-
"property.
|
|
693
|
-
"property.
|
|
706
|
+
"property.strokeCornerGeometry": "Kanten",
|
|
707
|
+
"property.strokeCornerGeometry.description": "Konturkanten ändern",
|
|
708
|
+
"property.strokeCornerGeometry.miter": "Abgeschrägt",
|
|
709
|
+
"property.strokeCornerGeometry.bevel": "Hart",
|
|
710
|
+
"property.strokeCornerGeometry.round": "Rund",
|
|
694
711
|
"property.strokePosition": "$t(common.position)",
|
|
695
|
-
"property.strokePosition.
|
|
696
|
-
"property.strokePosition.inner
|
|
697
|
-
"property.strokePosition.
|
|
698
|
-
"property.
|
|
699
|
-
"property.
|
|
712
|
+
"property.strokePosition.description": "Konturposition ändern",
|
|
713
|
+
"property.strokePosition.inner": "Innenliegend",
|
|
714
|
+
"property.strokePosition.center": "Zentriert",
|
|
715
|
+
"property.strokePosition.outer": "Außenliegend",
|
|
716
|
+
"property.strokePositionAndCornerGeometry": "$t(property.strokePosition) & $t(property.strokeCornerGeometry)",
|
|
717
|
+
"property.strokePositionAndCornerGeometry.description": "Konturposition und -kanten ändern",
|
|
700
718
|
"property.strokeStyle": "Stil",
|
|
701
719
|
"property.strokeStyle.dashed": "Gestrichelt",
|
|
702
720
|
"property.strokeStyle.dashedRound": "Gestrichelt Rund",
|
package/assets/i18n/en.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"action.shadow.blur.change": "Change shadow blur",
|
|
76
76
|
"action.shadow.color.change": "Change shadow color",
|
|
77
77
|
"action.shadow.distance.change": "Change shadow distance",
|
|
78
|
-
"action.
|
|
78
|
+
"action.strokeCornerGeometry.change": "Change stroke joins",
|
|
79
79
|
"action.strokePosition.change": "Change stroke position",
|
|
80
80
|
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
81
81
|
"action.text.autoHeight": "Enable automatic height",
|
|
@@ -368,10 +368,14 @@
|
|
|
368
368
|
"component.zoom.to": "{{percentage}}% Zoom",
|
|
369
369
|
"element.transform.resize": "$t(action.block.resize)",
|
|
370
370
|
"element.transform.rotate": "$t(action.block.rotate)",
|
|
371
|
+
"error.applyAsset": "Error Applying Asset",
|
|
372
|
+
"error.applyAsset.description": "We encountered an error while trying to apply the asset",
|
|
371
373
|
"error.cta.generic": "Error",
|
|
372
374
|
"error.cta.generic.description": "The action has encountered an unknown error. Please try again.",
|
|
373
375
|
"error.generic": "Unknown Error",
|
|
374
376
|
"error.generic.description": "The application has encountered an unknown error. Please try to reload the page",
|
|
377
|
+
"error.replaceAsset": "Error Replacing Asset",
|
|
378
|
+
"error.replaceAsset.description": "We encountered an error while trying to replace the asset",
|
|
375
379
|
"error.upload": "Cannot upload file",
|
|
376
380
|
"error.upload.description": "The file could not be uploaded",
|
|
377
381
|
"error.upload.sizeExceeded": "File exceeds the maximum size of {{limit}}x{{limit}}",
|
|
@@ -783,16 +787,18 @@
|
|
|
783
787
|
"property.sides": "Sides",
|
|
784
788
|
"property.strokeColor": "Stroke",
|
|
785
789
|
"property.strokeColor.description": "Change stroke color",
|
|
786
|
-
"property.
|
|
787
|
-
"property.
|
|
788
|
-
"property.
|
|
789
|
-
"property.
|
|
790
|
+
"property.strokeCornerGeometry": "Join",
|
|
791
|
+
"property.strokeCornerGeometry.description": "Change stroke join style",
|
|
792
|
+
"property.strokeCornerGeometry.miter": "Miter",
|
|
793
|
+
"property.strokeCornerGeometry.bevel": "Bevel",
|
|
794
|
+
"property.strokeCornerGeometry.round": "Round",
|
|
790
795
|
"property.strokePosition": "$t(common.position)",
|
|
791
|
-
"property.strokePosition.
|
|
792
|
-
"property.strokePosition.inner
|
|
793
|
-
"property.strokePosition.
|
|
794
|
-
"property.
|
|
795
|
-
"property.
|
|
796
|
+
"property.strokePosition.description": "Change stroke position",
|
|
797
|
+
"property.strokePosition.inner": "Inside",
|
|
798
|
+
"property.strokePosition.center": "Center",
|
|
799
|
+
"property.strokePosition.outer": "Outside",
|
|
800
|
+
"property.strokePositionAndCornerGeometry": "$t(property.strokePosition) & $t(property.strokeCornerGeometry)",
|
|
801
|
+
"property.strokePositionAndCornerGeometry.description": "Change stroke position and join style",
|
|
796
802
|
"property.strokeStyle": "Style",
|
|
797
803
|
"property.strokeStyle.dashed": "Dashed",
|
|
798
804
|
"property.strokeStyle.dashedRound": "Dashed Round",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.UBQ_Button__block--HEFkx{font-family:var(--ubq-typography-button-m-font_family);font-size:var(--ubq-typography-button-m-size);font-weight:var(--ubq-typography-button-m-weight);letter-spacing:var(--ubq-typography-button-m-letter_spacing);line-height:var(--ubq-typography-button-m-line_height);box-sizing:border-box;flex-shrink:1;flex-grow:1;display:flex;align-items:stretch;justify-content:center;z-index:0;margin:0;border:none;border-radius:var(--ubq-border_radius-s);min-width:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:var(--ubq-margin-xs);background:var(--ubq-interactive-default);color:var(--ubq-foreground-default);outline:none}.UBQ_Button__block--HEFkx>span{display:flex;align-items:center;justify-content:center;pointer-events:none;box-sizing:content-box;width:100%;min-height:var(--ubq-typography-button-m-line_height);min-width:var(--ubq-typography-button-m-line_height)}.UBQ_Button__block--HEFkx>span>span{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;margin:0 var(--ubq-margin-xs)}.UBQ_Button__block--HEFkx>span>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}.UBQ_Button__block--HEFkx[data-loading=true]{pointer-events:none}.UBQ_Button__block--HEFkx .UBQ_Button__spinner--XO4xq{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}.UBQ_Button__block--HEFkx .UBQ_Button__spinner--XO4xq>svg{height:inherit;width:inherit;stroke-width:2}.UBQ_Button__block--HEFkx svg{color:inherit;flex-shrink:0}.UBQ_Button__block--HEFkx:
|
|
1
|
+
.UBQ_Button__block--HEFkx{font-family:var(--ubq-typography-button-m-font_family);font-size:var(--ubq-typography-button-m-size);font-weight:var(--ubq-typography-button-m-weight);letter-spacing:var(--ubq-typography-button-m-letter_spacing);line-height:var(--ubq-typography-button-m-line_height);box-sizing:border-box;flex-shrink:1;flex-grow:1;display:flex;align-items:stretch;justify-content:center;z-index:0;margin:0;border:none;border-radius:var(--ubq-border_radius-s);min-width:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:var(--ubq-margin-xs);background:var(--ubq-interactive-default);color:var(--ubq-foreground-default);outline:none}.UBQ_Button__block--HEFkx>span{display:flex;align-items:center;justify-content:center;pointer-events:none;box-sizing:content-box;width:100%;min-height:var(--ubq-typography-button-m-line_height);min-width:var(--ubq-typography-button-m-line_height)}.UBQ_Button__block--HEFkx>span>span{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;margin:0 var(--ubq-margin-xs)}.UBQ_Button__block--HEFkx>span>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}.UBQ_Button__block--HEFkx[data-loading=true]{pointer-events:none}.UBQ_Button__block--HEFkx .UBQ_Button__spinner--XO4xq{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}.UBQ_Button__block--HEFkx .UBQ_Button__spinner--XO4xq>svg{height:inherit;width:inherit;stroke-width:2}.UBQ_Button__block--HEFkx svg{color:inherit;flex-shrink:0}.UBQ_Button__block--HEFkx:disabled{opacity:.55;pointer-events:none}@supports not (contain: none){.UBQ_Button__block--HEFkx:focus{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);background:var(--ubq-interactive-hover)}}.UBQ_Button__block--HEFkx:focus-visible{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);background:var(--ubq-interactive-hover)}.UBQ_Button__link--VBmmF{text-decoration:none}.UBQ_Button__ubq-variant_Plain--UDC0y{background:none}.UBQ_Button__ubq-variant_Regular--HvdFb:hover:not([data-active=true]):not(:active),.UBQ_Button__ubq-variant_Plain--UDC0y:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-hover);color:var(--ubq-foreground-default)}.UBQ_Button__ubq-variant_Regular--HvdFb:active,.UBQ_Button__ubq-variant_Plain--UDC0y:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}.UBQ_Button__ubq-variant_Accent--__QkQ{background:var(--ubq-interactive-accent-default);color:var(--ubq-foreground-accent)}.UBQ_Button__ubq-variant_Accent--__QkQ:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-accent-hover);color:var(--ubq-foreground-accent)}.UBQ_Button__ubq-variant_Accent--__QkQ:active{background:var(--ubq-interactive-accent-pressed);color:var(--ubq-foreground-accent)}@supports not (contain: none){.UBQ_Button__ubq-variant_Accent--__QkQ:focus{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-accent);background:var(--ubq-interactive-accent-hover)}}.UBQ_Button__ubq-variant_Accent--__QkQ:focus-visible{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-accent);background:var(--ubq-interactive-accent-hover)}.UBQ_Button__ubq-variant_Danger--fq41d{background:var(--ubq-interactive-danger-default);color:var(--ubq-foreground-accent)}.UBQ_Button__ubq-variant_Danger--fq41d:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-danger-hover)}.UBQ_Button__ubq-variant_Danger--fq41d:active{background:var(--ubq-interactive-danger-pressed)}@supports not (contain: none){.UBQ_Button__ubq-variant_Danger--fq41d:focus{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-accent);background:var(--ubq-interactive-danger-hover)}}.UBQ_Button__ubq-variant_Danger--fq41d:focus-visible{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-accent);background:var(--ubq-interactive-danger-hover)}.UBQ_Button__ubq-variant_PlainDanger--mrRyo{background:none;color:var(--ubq-notice-error)}.UBQ_Button__ubq-variant_PlainDanger--mrRyo:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-hover);color:var(--ubq-notice-error)}.UBQ_Button__ubq-variant_PlainDanger--mrRyo:active{background:var(--ubq-interactive-pressed);color:var(--ubq-notice-error)}@supports not (contain: none){.UBQ_Button__ubq-variant_PlainDanger--mrRyo:focus{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-notice-error);background:var(--ubq-interactive-hover)}}.UBQ_Button__ubq-variant_PlainDanger--mrRyo:focus-visible{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-notice-error);background:var(--ubq-interactive-hover)}.UBQ_Button__ubq-variant_Active--MLf8x{background:var(--ubq-interactive-active-default);color:var(--ubq-foreground-active)}.UBQ_Button__ubq-variant_Active--MLf8x:hover:not(:active){background:var(--ubq-interactive-active-hover)}.UBQ_Button__ubq-variant_Active--MLf8x:active{background:var(--ubq-interactive-active-pressed);color:var(--ubq-foreground-active)}@supports not (contain: none){.UBQ_Button__ubq-variant_Active--MLf8x:focus{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-active);background:var(--ubq-interactive-active-hover)}}.UBQ_Button__ubq-variant_Active--MLf8x:focus-visible{z-index:calc(0 + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-active);background:var(--ubq-interactive-active-hover)}.UBQ_Button__ubq-variant_Selected--sm8yc{background:var(--ubq-interactive-selected);box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-1)}.UBQ_Button__ubq-size_Large--txKDF{padding:var(--ubq-margin-m)}@keyframes UBQ_Button__spin--_7gQN{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
|
|
2
2
|
.UBQ_PlainToggleButton__block--w1sg_{background:none;color:var(--ubq-foreground-default)}.UBQ_PlainToggleButton__block--w1sg_:hover:not(:active){background:var(--ubq-interactive-hover)}.UBQ_PlainToggleButton__block--w1sg_:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}@supports not (contain: none){.UBQ_PlainToggleButton__block--w1sg_:focus{background:var(--ubq-interactive-hover);color:var(--ubq-foreground-default)}}.UBQ_PlainToggleButton__block--w1sg_:focus-visible{background:var(--ubq-interactive-hover);color:var(--ubq-foreground-default)}
|
|
3
3
|
.UBQ_Theme__block--ZM2Cr{height:100%;width:100%}.UBQ_Theme__transition--_mgYZ * *{transition:color,background-color .2s ease-in-out}
|
|
4
4
|
.UBQ_LayoutEdge__block--QxfaW{display:grid;grid-template-columns:100%;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"top" "middle" "bottom";height:100%;width:100%}.UBQ_LayoutEdge__block--QxfaW>*{grid-area:middle;justify-self:center;align-self:center}.UBQ_LayoutEdge__topLeft--mwDOH{grid-area:top;justify-self:start;align-self:start;display:flex}.UBQ_LayoutEdge__middleLeft--_9OSz{grid-area:middle;justify-self:start;align-self:center;display:flex}.UBQ_LayoutEdge__bottomLeft--Lge04{grid-area:bottom;justify-self:start;align-self:end;display:flex}.UBQ_LayoutEdge__topCenter--Xu5R5{grid-area:top;justify-self:center;align-self:start;display:flex}.UBQ_LayoutEdge__bottomCenter--QXmrL{grid-area:bottom;justify-self:center;align-self:end;display:flex}.UBQ_LayoutEdge__topRight--czbSR{grid-area:top;justify-self:end;align-self:start;display:flex}.UBQ_LayoutEdge__middleRight--CTGqo{grid-area:middle;justify-self:end;align-self:center;display:flex}.UBQ_LayoutEdge__bottomRight--_ho8f{grid-area:bottom;justify-self:end;align-self:end;display:flex}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
) - calc(var(--ubq-margin-xs) / 2)
|
|
19
19
|
)}.UBQ_Popover__popoverContent--CEV75>*:first-child{padding-top:var(--ubq-margin-s)}.UBQ_Popover__popoverContent--CEV75>*:last-child{padding-bottom:var(--ubq-margin-s)}.UBQ_Popover__popoverContent--CEV75>*:first-child,.UBQ_Popover__popoverContent--CEV75>*:last-child{padding-right:calc(var(--ubq-margin-xs)/2)}.UBQ_Popover__popoverContent--CEV75>*:only-child{padding:var(--ubq-margin-s) calc(var(--ubq-margin-xs)/2)}
|
|
20
20
|
.UBQ_Heading__heading--Boo7Y{font-family:var(--ubq-typography-headline-m-font_family);font-size:var(--ubq-typography-headline-m-size);font-weight:var(--ubq-typography-headline-m-weight);letter-spacing:var(--ubq-typography-headline-m-letter_spacing);line-height:var(--ubq-typography-headline-m-line_height);text-transform:initial;color:var(--ubq-foreground-default);width:auto;margin:0}.UBQ_Heading__heading--Boo7Y.UBQ_Heading__singleline--u3ZYQ,.UBQ_Heading__heading--Boo7Y.UBQ_Heading__singleline--u3ZYQ *{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UBQ_Heading__heading--Boo7Y.UBQ_Heading__multiline--_nYBM,.UBQ_Heading__heading--Boo7Y.UBQ_Heading__multiline--_nYBM *{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}.UBQ_Heading__heading--Boo7Y.UBQ_Heading__largeTypography--odzmy{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)}
|
|
21
|
-
.UBQ_InspectorHeader__block--O458c{display:flex;align-items:center;padding:var(--ubq-margin-m) var(--ubq-margin-l);height:calc(12*var(--ubq-scale-base) - 2*var(--ubq-margin-m))}.UBQ_InspectorHeader__block--O458c .UBQ_InspectorHeader__heading--kp8Wa{flex:1 1 auto;
|
|
21
|
+
.UBQ_InspectorHeader__block--O458c{display:flex;align-items:center;padding:var(--ubq-margin-m) var(--ubq-margin-l);height:calc(12*var(--ubq-scale-base) - 2*var(--ubq-margin-m))}.UBQ_InspectorHeader__block--O458c .UBQ_InspectorHeader__heading--kp8Wa{flex:1 1 auto;color:var(--ubq-foreground-default);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_InspectorHeader__block--O458c>*:not(.UBQ_InspectorHeader__heading--kp8Wa){flex:0 0 auto}.UBQ_InspectorHeader__block--O458c>*:not(:first-child){margin-left:var(--ubq-margin-s)}
|
|
22
22
|
.UBQ_SegmentedControls__block--KSgZm{display:flex}.UBQ_SegmentedControls__block--KSgZm>*:not(:last-child){margin-right:var(--ubq-margin-s)}
|
|
23
23
|
.UBQ_ButtonGroup__block--L2MdS>*{margin-right:1px}.UBQ_ButtonGroup__block--L2MdS>*:last-child{margin-right:0}
|
|
24
24
|
.UBQ_Checkbox__block--_q3kQ{min-width:var(--ubq-margin-m);display:flex;justify-content:space-between;padding:var(--ubq-margin-xs) 0}.UBQ_Checkbox__block--_q3kQ:not(:last-child){margin-bottom:var(--ubq-margin-m)}.UBQ_Checkbox__block--_q3kQ>*{margin-right:var(--ubq-margin-xs)}.UBQ_Checkbox__block--_q3kQ.UBQ_Checkbox__labelPositionRight--ArERD .UBQ_Checkbox__checkbox-container--Cqvhp{order:1}.UBQ_Checkbox__block--_q3kQ.UBQ_Checkbox__labelPositionRight--ArERD label{order:2}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp{position:relative;width:var(--ubq-margin-l);height:var(--ubq-margin-l);flex-shrink:0;display:flex;justify-content:center;align-items:center}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>*{width:var(--ubq-margin-m);height:var(--ubq-margin-m);margin:0;position:absolute}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>input{opacity:0;z-index:1;cursor:pointer}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>input:focus~.UBQ_Checkbox__checkbox--uu287{box-shadow:var(--ubq-effect-focus),inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>input:focus-visible~.UBQ_Checkbox__checkbox--uu287{opacity:1;z-index:2;box-shadow:var(--ubq-effect-focus),inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>input:focus-visible~.UBQ_Checkbox__checkbox--uu287:focus:not(:focus-visible){outline:none}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287{position:relative;border-radius:var(--ubq-border_radius-xs);background:var(--ubq-interactive-default);box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287>svg{width:var(--ubq-margin-l);height:var(--ubq-margin-l);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--ubq-foreground-light)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287>*{display:none}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=mixed],.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=true]{box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-3)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=mixed]>*,.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=true]>*{display:block}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=true]{background:var(--ubq-interactive-active-default)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=true]>*{color:var(--ubq-foreground-active)}.UBQ_Checkbox__block--_q3kQ>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-light);flex-grow:1;display:flex;align-items:center;cursor:pointer}.UBQ_Checkbox__block--_q3kQ>label[data-checked=true]{color:var(--ubq-foreground-default)}.UBQ_Checkbox__block--_q3kQ:hover>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=true]{background:var(--ubq-interactive-active-hover)}.UBQ_Checkbox__block--_q3kQ:hover>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=false]{background:var(--ubq-interactive-hover)}.UBQ_Checkbox__block--_q3kQ:hover>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287[data-checked=false]>*{display:none}.UBQ_Checkbox__block--_q3kQ:hover>label{color:var(--ubq-foreground-light)}.UBQ_Checkbox__disabled--s4MFI{opacity:.55;pointer-events:none}.UBQ_Checkbox__icon--_PdOU{margin-right:var(--ubq-margin-xs);margin-left:calc(var(--ubq-margin-xs)/2)}
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
.UBQ_TextInput__block--_Dg1I{width:100%;position:relative;display:flex;align-items:center}.UBQ_TextInput__block--_Dg1I.UBQ_TextInput__withInnerLabel--H9uRe .UBQ_TextInput__input--XYFt6{padding-right:calc(2ch + var(--ubq-margin-xs))}.UBQ_TextInput__innerLabel--_0_hE{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;right:0;min-width:2ch;padding-right:var(--ubq-margin-s);text-align:right;pointer-events:none;color:var(--ubq-foreground-info);z-index:1}
|
|
32
32
|
|
|
33
33
|
.UBQ_SaturationBrightnessSelector__block--AmwTb{position:relative;width:100%;height:100%;background:#fff;border-radius:var(--ubq-border_radius-s)}.UBQ_SaturationBrightnessSelector__block--AmwTb.UBQ_SaturationBrightnessSelector__isDisabled--nprjC{opacity:.55;pointer-events:none}.UBQ_SaturationBrightnessSelector__gradient--uEuvR{position:relative;cursor:pointer;border-radius:var(--ubq-border_radius-s);width:100%;height:calc(60*var(--ubq-scale-base));background:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)),linear-gradient(to right, hsla(var(--ubq_internal-SaturationBrightnessSelector-current-hue, 0), 100%, 50%, 0), hsl(var(--ubq_internal-SaturationBrightnessSelector-current-hue, 0), 100%, 50%))}@supports not (contain: none){.UBQ_SaturationBrightnessSelector__gradient--uEuvR:focus{outline:none;background-color:inherit;box-shadow:var(--ubq-effect-focus)}}.UBQ_SaturationBrightnessSelector__gradient--uEuvR:focus-visible{outline:none;background-color:inherit;box-shadow:var(--ubq-effect-focus)}.UBQ_SaturationBrightnessSelector__thumb--tta7d{border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px rgba(0,0,0,.16);box-sizing:border-box;height:calc(var(--ubq-scale-base)*3);width:calc(var(--ubq-scale-base)*3)}
|
|
34
|
-
.UBQ_Notification__notification--aMBNm{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);display:inline-flex;align-items:center;padding:var(--ubq-margin-xs);margin-bottom:var(--ubq-margin-s);border
|
|
34
|
+
.UBQ_Notification__notification--aMBNm{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);display:inline-flex;align-items:center;padding:var(--ubq-margin-xs);margin-bottom:var(--ubq-margin-s);border-radius:var(--ubq-border_radius-m);box-shadow:var(--ubq-effect-shadow);z-index:90;color:var(--ubq-foreground-active);background:var(--ubq-notice-info)}.UBQ_Notification__notification--aMBNm>*:not(:last-child){padding:0 var(--ubq-margin-s)}
|
|
35
35
|
.UBQ_GenericLabel__block--no5WA{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);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;color:var(--ubq-foreground-light);text-transform:initial;padding-left:var(--ubq-margin-xs);margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_GenericLabel__block--no5WA>svg{height:var(--ubq-typography-label-m-line_height);width:var(--ubq-typography-label-m-line_height)}.UBQ_GenericLabel__disabled--Kr874{opacity:.55;pointer-events:none}
|
|
36
36
|
.UBQ_NumberInput__block--fQz7f{position:relative;display:flex;align-items:center;width:100%;box-sizing:content-box}.UBQ_NumberInput__input--iE8F2{--ubq_internal-numberInput-width: calc( var(--ubq_internal-numberInput-valueCharacterCount) + 1ch + calc(var(--ubq_internal-NumberInput-unitLabel-length) + var(--ubq-margin-m)) + var(--ubq-margin-s) );width:var(--ubq_internal-numberInput-width, 100%);padding-right:calc(var(--ubq_internal-NumberInput-unitLabel-length) + var(--ubq-margin-m));color:rgba(0,0,0,0)}.UBQ_NumberInput__input--iE8F2:hover:not(:focus){color:rgba(0,0,0,0)}.UBQ_NumberInput__input--iE8F2:focus~.UBQ_NumberInput__overlay--Mlxer{color:rgba(0,0,0,0)}.UBQ_NumberInput__input--iE8F2:focus~.UBQ_NumberInput__inputUnit--Oo6Rl{color:var(--ubq-foreground-info)}.UBQ_NumberInput__input--iE8F2.UBQ_NumberInput__withButtonSpace--Xo18T{padding-right:calc(
|
|
37
37
|
var(--ubq_internal-NumberInput-unitLabel-length) + calc(var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height)) + var(--ubq-margin-s)
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
(var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min))
|
|
49
49
|
) * (100% - calc(1.5 * var(--ubq-margin-xs)))
|
|
50
50
|
) 100%;background-repeat:no-repeat;background-color:rgba(0,0,0,0);width:100%;height:100%;border-radius:var(--ubq-border_radius-s);cursor:pointer}.UBQ_Slider__inputRange--XwhAm::-moz-range-thumb{-webkit-appearance:none;height:100%;width:calc(1.5*var(--ubq-margin-xs));box-shadow:inset 0 0 0 calc(var(--ubq-margin-xs)/2/2) rgba(0,0,0,0),inset 0 0 0 100vmin var(--ubq-foreground-default),inset 0 0 0 100vmin var(--ubq-foreground-default) !important;background:none;border:none;border-radius:var(--ubq-border_radius-s);cursor:pointer}.UBQ_Slider__inputRange--XwhAm::-webkit-slider-runnable-track{background:linear-gradient(var(--ubq-progress), var(--ubq-progress)) 0/calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ) 100% no-repeat rgba(0,0,0,0);width:100%;height:100%;border-radius:var(--ubq-border_radius-s);cursor:pointer}.UBQ_Slider__inputRange--XwhAm::-webkit-slider-thumb{-webkit-appearance:none;height:100%;width:calc(1.5*var(--ubq-margin-xs));box-shadow:inset 0 0 0 calc(var(--ubq-margin-xs)/2/2) rgba(0,0,0,0),inset 0 0 0 100vmin var(--ubq-foreground-default),inset 0 0 0 100vmin var(--ubq-foreground-default) !important;background:none;border:none;border-radius:var(--ubq-border_radius-s);cursor:pointer}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea::-moz-range-track,.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv::-moz-range-track{background-position:0%;background-size:100% 100%;background-repeat:no-repeat;background-color:rgba(0,0,0,0)}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea::-webkit-slider-runnable-track,.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv::-webkit-slider-runnable-track{background-position:0%;background-size:100% 100%;background-repeat:no-repeat;background-color:rgba(0,0,0,0)}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea::-moz-range-track,.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea::-moz-range-track{background-image:linear-gradient(to right, transparent 0%, transparent calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), var(--ubq-progress) calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), var(--ubq-progress) 50%, transparent 50%, transparent 100%)}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv::-moz-range-track,.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv::-moz-range-track{background-image:linear-gradient(to right, transparent 0%, transparent 50%, var(--ubq-progress) 50%, var(--ubq-progress) calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), transparent calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), transparent 100%)}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea::-webkit-slider-runnable-track,.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea::-webkit-slider-runnable-track{background:linear-gradient(to right, transparent 0%, transparent calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), var(--ubq-progress) calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), var(--ubq-progress) 50%, transparent 50%, transparent 100%)}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueHigherThanSelectedValue--tJKea.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv::-webkit-slider-runnable-track,.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv.UBQ_Slider__centeredValueLowerThanSelectedValue--TMNVv::-webkit-slider-runnable-track{background:linear-gradient(to right, transparent 0%, transparent 50%, var(--ubq-progress) 50%, var(--ubq-progress) calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), transparent calc( calc(1.5 * var(--ubq-margin-xs)) / 2 + calc( (var(--ubq_internal-Slider-value) - var(--ubq_internal-Slider-min)) / calc(var(--ubq_internal-Slider-max) - var(--ubq_internal-Slider-min)) ) * (100% - calc(1.5 * var(--ubq-margin-xs))) ), transparent 100%)}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__noTrackBackground--ic0BQ::-moz-range-track{background:none !important}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__noTrackBackground--ic0BQ::-webkit-slider-runnable-track{background:none !important}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__noTrackBackground--ic0BQ::-ms-fill-lower{background:none !important}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__noTrackBackground--ic0BQ::-ms-fill-upper{background:none !important}.UBQ_Slider__inputRange--XwhAm::-ms-track{cursor:pointer;height:2px !important;appearance:none;background:rgba(0,0,0,0);color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:10px 0;margin-top:-2px}.UBQ_Slider__inputRange--XwhAm::-ms-thumb{appearance:none !important;width:16px !important;height:16px !important;border:none !important;background:#f2f3f5 !important;box-shadow:inset 0 0 0 4px #25252d;border-radius:50% !important;cursor:pointer !important;margin:-4px 0 !important}.UBQ_Slider__inputRange--XwhAm::-ms-fill-lower{background:#25252d}.UBQ_Slider__inputRange--XwhAm::-ms-fill-upper{background:#ebecef}.UBQ_Slider__inputRange--XwhAm::-ms-tooltip{display:none}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__active--a3DY0::-ms-thumb{box-shadow:inset 0 0 0 4px #365afc}.UBQ_Slider__inputRange--XwhAm.UBQ_Slider__active--a3DY0::-ms-fill-lower{background:#365afc}.UBQ_Slider__wrapperNumberInput--fF8Fs{height:100%;min-width:1rem;pointer-events:none;position:absolute;top:0;left:var(--ubq-margin-xs);display:flex;align-items:center;box-sizing:content-box;mix-blend-mode:difference}.UBQ_Slider__wrapperNumberInput--fF8Fs .UBQ_Slider__numberValue--ojI_5{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);color:var(--ubq-static-contrast-white);width:max-content;background:rgba(0,0,0,0);pointer-events:none;border:none;outline:none;border-radius:var(--ubq-border_radius-s);text-align:right;padding:calc(var(--ubq-margin-xs)/2) var(--ubq-margin-xs) 0}.UBQ_Slider__wrapperNumberInput--fF8Fs .UBQ_Slider__numberValue--ojI_5::-webkit-outer-spin-button,.UBQ_Slider__wrapperNumberInput--fF8Fs .UBQ_Slider__numberValue--ojI_5::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.UBQ_Slider__wrapperNumberInput--fF8Fs .UBQ_Slider__numberValue--ojI_5[type=number]{-moz-appearance:textfield}.UBQ_Slider__hidden--_93xe{display:none}.UBQ_Slider__wrapperButtonToggleInput--ghJ2T{position:absolute;left:calc(-1 * calc(2 * var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height)) - var(--ubq-margin-xs));top:0;padding-right:var(--ubq-margin-xs);opacity:0;pointer-events:none}.UBQ_Slider__buttonSurface--DKKA_{background:var(--ubq-elevation-3);border-radius:var(--ubq-border_radius-s);box-shadow:inset 0 0 0 1px var(--ubq-border-default)}
|
|
51
|
-
.UBQ_ListBox__options--cprBC{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;outline:none}.UBQ_ListBox__options--cprBC::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_ListBox__options--cprBC::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_ListBox__options--cprBC::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_ListBox__options--cprBC::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_ListBox__option--R1QCr{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);
|
|
51
|
+
.UBQ_ListBox__options--cprBC{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;outline:none}.UBQ_ListBox__options--cprBC::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_ListBox__options--cprBC::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_ListBox__options--cprBC::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_ListBox__options--cprBC::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_ListBox__option--R1QCr{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);display:flex;align-items:center;gap:var(--ubq-margin-xs);border-radius:var(--ubq-border_radius-s);padding:var(--ubq-margin-xs) var(--ubq-margin-s);color:var(--ubq-foreground-default);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.UBQ_ListBox__option--R1QCr.UBQ_ListBox__loading--zaEb8{animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:UBQ_ListBox__loadingAnimation--ASBOj;opacity:.75;background:linear-gradient(to right, rgba(0, 0, 0, 0) 2%, var(--ubq-elevation-1) 18%, rgba(0, 0, 0, 0) 33%);background-size:1000px;box-shadow:inset 0 0 0 calc(var(--ubq-scale-base)/2) var(--ubq-elevation-2)}.UBQ_ListBox__option--R1QCr:hover:not(:active):not([data-selected=true]),.UBQ_ListBox__option--R1QCr[data-active=true]{background:var(--ubq-interactive-hover)}.UBQ_ListBox__option--R1QCr:active:not([data-selected=true]){background:var(--ubq-interactive-pressed)}.UBQ_ListBox__option--R1QCr[data-selected=true]{background:var(--ubq-interactive-active-default);color:var(--ubq-foreground-active)}.UBQ_ListBox__option--R1QCr[data-selected=true]:hover{background:var(--ubq-interactive-active-hover);color:var(--ubq-foreground-active)}.UBQ_ListBox__option--R1QCr[data-selected=true]:active{background:var(--ubq-interactive-active-pressed);color:var(--ubq-foreground-active)}.UBQ_ListBox__option--R1QCr[data-disabled=true]{opacity:.55;pointer-events:none}@keyframes UBQ_ListBox__loadingAnimation--ASBOj{0%{background-position:-650px 0}100%{background-position:650px 0}}
|
|
52
52
|
.UBQ_Section__block--fxxMn{min-height:min-content}.UBQ_Section__block--fxxMn:first-child>.UBQ_Section__separator--QPsEG{display:none}.UBQ_Section__heading--azRyQ{padding:var(--ubq-margin-s) var(--ubq-margin-l);display:flex;overflow:visible}.UBQ_Section__heading--azRyQ.UBQ_Section__highlight--Oa_VD{color:var(--ubq-static-text-variable)}.UBQ_Section__headingTitle--WFwCp{flex:1 1 auto;margin:var(--ubq-margin-xs) 0}.UBQ_Section__headingArea--WXXiH{flex:0 0 auto;margin-left:var(--ubq-margin-xs);overflow:visible}.UBQ_Section__content--bktBl{padding:var(--ubq-margin-xs) var(--ubq-margin-l) var(--ubq-margin-l) var(--ubq-margin-l)}.UBQ_Section__content--bktBl.UBQ_Section__titleless--QDW80{padding-top:var(--ubq-margin-l)}
|
|
53
53
|
.UBQ_SectionRow__block--tvmgh{display:flex;align-items:center;margin-bottom:var(--ubq-margin-m);max-height:calc(2*var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height))}.UBQ_SectionRow__block--tvmgh:last-child,.UBQ_SectionRow__block--tvmgh:only-child{margin-bottom:0}.UBQ_SectionRow__block--tvmgh>*{flex:1 1 100%;margin-right:var(--ubq-margin-s)}.UBQ_SectionRow__block--tvmgh>*:last-child{margin-right:0}.UBQ_SectionRow__block--tvmgh>label{flex:0 0 calc(24*var(--ubq-scale-base))}.UBQ_SectionRow__block--tvmgh:empty{display:none}
|
|
54
54
|
.UBQ_Panel__block--i0Jyq{position:relative;display:flex;flex-direction:column;flex:0 0 auto;height:100%;width:calc(72*var(--ubq-scale-base));background:var(--ubq-elevation-2);z-index:14;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UBQ_Panel__block--i0Jyq.UBQ_Panel__floating--LXi_b{position:absolute;top:0}.UBQ_Panel__block--i0Jyq.UBQ_Panel__left--_EPiC{order:-1}.UBQ_Panel__block--i0Jyq.UBQ_Panel__fixed--oAcKq.UBQ_Panel__right--r_tqg~.UBQ_Panel__block--i0Jyq.UBQ_Panel__floating--LXi_b.UBQ_Panel__right--r_tqg{left:100%}.UBQ_Panel__borderLeft--QfIeQ{box-shadow:inset 1px 0px var(--ubq-stroke-contrast-1)}.UBQ_Panel__borderRight--_Xoby{box-shadow:inset -1px 0px var(--ubq-stroke-contrast-1)}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
.UBQ_AssetLibrarySectionSkeleton__content--_JlaA{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);position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;color:var(--ubq-foreground-default)}.UBQ_AssetLibrarySectionSkeleton__label--SU7sG{margin-left:var(--ubq-margin-s)}.UBQ_AssetLibrarySectionSkeleton__animatedBackground--b9Lip{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:UBQ_AssetLibrarySectionSkeleton__placeHolderShimmer--_7UOJ;animation-timing-function:linear;background:rgba(0,0,0,0);background:linear-gradient(to right, hsla(0deg, 0%, 100%, 0.04) 8%, hsla(0deg, 0%, 100%, 0) 38%, hsla(0deg, 0%, 100%, 0.04) 54%);background-size:1000px 640px;position:relative}@keyframes UBQ_AssetLibrarySectionSkeleton__placeHolderShimmer--_7UOJ{0%{background-position:-468px 0}100%{background-position:468px 0}}.UBQ_AssetLibrarySectionSkeleton__loadingSpinnerIcon--__1i_{animation:UBQ_AssetLibrarySectionSkeleton__loading--_p2NG 1.1s infinite linear}@keyframes UBQ_AssetLibrarySectionSkeleton__loading--_p2NG{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
|
|
95
95
|
.UBQ_AssetLibraryOverview__block--X9THW{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);overflow:auto;height:100%}.UBQ_AssetLibraryOverview__block--X9THW::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_AssetLibraryOverview__block--X9THW::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_AssetLibraryOverview__block--X9THW::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_AssetLibraryOverview__block--X9THW::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}
|
|
96
96
|
.UBQ_AssetLibraryContent__motionWrapper--klzZm{display:flex;flex-direction:column;height:100%}
|
|
97
|
-
.UBQ_AssetLibrarySearch__block--lRVFc{display:flex;align-items:center;box-sizing:content-box;padding:var(--ubq-margin-s)
|
|
97
|
+
.UBQ_AssetLibrarySearch__block--lRVFc{display:flex;align-items:center;box-sizing:content-box;padding-inline:var(--ubq-margin-s)}.UBQ_AssetLibrarySearch__searchInput--_EUqq{padding-left:calc(var(--ubq-typography-label-m-line_height) + var(--ubq-margin-s) + var(--ubq-margin-xs));padding-right:calc(
|
|
98
98
|
var(--ubq-typography-label-m-line_height) + var(--ubq-margin-s) + var(--ubq-margin-xs) + 2 * var(--ubq-margin-xs)
|
|
99
99
|
);padding-top:var(--ubq-margin-m);padding-bottom:var(--ubq-margin-m);height:calc(var(--ubq-scale-base)*10)}.UBQ_AssetLibrarySearch__inputContainer--gtS20{position:relative;width:100%}.UBQ_AssetLibrarySearch__searchIconContainer--W_Zir,.UBQ_AssetLibrarySearch__clearSearchIconContainer--bqqOx{position:absolute;top:0;display:flex;justify-content:center;align-items:center;height:100%}.UBQ_AssetLibrarySearch__searchIconContainer--W_Zir{left:var(--ubq-margin-s)}.UBQ_AssetLibrarySearch__clearSearchIconContainer--bqqOx{right:var(--ubq-margin-s)}.UBQ_AssetLibrarySearch__clearSearchIconContainer--bqqOx.UBQ_AssetLibrarySearch__hasEmptySearchValue--xmImS{display:none}.UBQ_AssetLibrarySearch__searchIcon--_D8q1,.UBQ_AssetLibrarySearch__clearSearchIcon--oZOiG{width:var(--ubq-typography-label-m-line_height);height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default)}
|
|
100
100
|
.UBQ_AssetLibraryPanel__block--MBUTZ{height:calc(100% - 12*var(--ubq-scale-base));overflow:hidden}.UBQ_AssetLibraryPanel__content--t_UoP{position:relative;height:calc(100% - (var(--ubq-scale-base)*10 + var(--ubq-margin-s)*2));overflow:hidden}
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
.UBQ_VolumeControls__volumeOptions--Q1opA{width:calc(57*var(--ubq-scale-base))}
|
|
117
117
|
.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)}
|
|
118
118
|
.UBQ_ImageProcessorControls__block--KHuDS{overflow:hidden}
|
|
119
|
-
.UBQ_CropSubInspector__areaGroup--nNxh_{display:flex;gap:var(--ubq-margin-
|
|
119
|
+
.UBQ_CropSubInspector__areaGroup--nNxh_{display:flex;gap:var(--ubq-margin-s);align-items:center;margin:0 var(--ubq-margin-l)}
|
|
120
120
|
.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}
|
|
121
121
|
.UBQ_FillModeSelect__button--hhPsM{flex:0 0 50%}.UBQ_FillModeSelect__button--hhPsM>span>span{flex-grow:0}
|
|
122
122
|
.UBQ_GradientControls__smallButton--iZAYd{flex:0 0 auto}.UBQ_GradientControls__gradientBar--mydcn{display:flex;align-items:center;width:100%;position:relative;height:calc(6*var(--ubq-scale-base));margin-bottom:var(--ubq-margin-m);border-radius:var(--ubq-border_radius-s);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}.UBQ_GradientControls__gradientBar--mydcn .UBQ_GradientControls__gradientBackground--lt3lV{width:100%;height:100%;border-radius:var(--ubq-border_radius-s);box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_GradientControls__gradientBar--mydcn .UBQ_GradientControls__border--u66SY{width:100%;height:100%}.UBQ_GradientControls__gradientBar--mydcn.UBQ_GradientControls__disabled--FB3Ja{opacity:.55}.UBQ_GradientControls__gradientBar--mydcn>button{position:absolute;width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*2);padding:0;display:flex;flex-direction:column;align-items:center;border:none;outline:none;border-radius:var(--ubq-border_radius-m);cursor:grab}.UBQ_GradientControls__gradientBar--mydcn>button:disabled{cursor:inherit}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__active--B4597{height:calc(100% - 2 * 2px)}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__grabbing--w5wnf{cursor:grabbing}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2{width:calc(3*var(--ubq-scale-base));height:calc(6*var(--ubq-scale-base));border-radius:var(--ubq-border_radius-m);margin:0;display:flex;justify-content:center;overflow:hidden;background-color:rgba(0,0,0,0);color:var(--ubq-static-contrast-white);cursor:default}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2 .UBQ_GradientControls__stack--_aVR1{justify-items:center;align-items:center}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2 .UBQ_GradientControls__stack--_aVR1 svg{opacity:.8}.UBQ_GradientControls__gradientBar--mydcn>button.UBQ_GradientControls__add--iSkp2 .UBQ_GradientControls__background--LrI5l{width:calc(3*var(--ubq-scale-base));height:calc(6*var(--ubq-scale-base));background-color:var(--ubq-static-contrast-black);filter:opacity(50%)}.UBQ_GradientControls__gradientBar--mydcn>button>*{flex:0 0 100%}.UBQ_GradientControls__gradientBar--mydcn>button:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_GradientControls__gradientBar--mydcn>button>.UBQ_GradientControls__doubleBorder--IW1Y9{filter:opacity(50%);width:100%;height:100%;background:rgba(0,0,0,0);border-radius:var(--ubq-border_radius-m);box-shadow:0 0 0 2px var(--ubq-static-contrast-black),inset 0 0 0 2px var(--ubq-static-contrast-white)}
|
|
@@ -154,19 +154,19 @@
|
|
|
154
154
|
.UBQ_ShapeOptions__popoverContent--_AAQC{width:calc(60*var(--ubq-scale-base))}
|
|
155
155
|
.UBQ_ShapeStrokeWidth__popoverContent--KY7Dh{width:calc(60*var(--ubq-scale-base))}.UBQ_ShapeStrokeWidth__button--TTA89{max-width:calc(30*var(--ubq-scale-base))}
|
|
156
156
|
.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}
|
|
157
|
-
.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-
|
|
157
|
+
.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-s);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__areaGroup--Xhg5d:empty{display:none}.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)}
|
|
158
158
|
.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)}
|
|
159
159
|
.UBQ_TimelineAudioElement__block--Cf4I_:hover .UBQ_TimelineAudioElement__optionsContainer--_p1MK,.UBQ_TimelineAudioElement__block--Cf4I_:focus-visible .UBQ_TimelineAudioElement__optionsContainer--_p1MK{opacity:1}.UBQ_TimelineAudioElement__optionsContainer--_p1MK{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s);opacity:0}.UBQ_TimelineAudioElement__optionsContainer--_p1MK:focus-within{opacity:1}.UBQ_TimelineAudioElement__optionsButton--qxCKd{width:calc(6*var(--ubq-scale-base));height:calc(4*var(--ubq-scale-base));display:flex;place-items:center}.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}
|
|
160
160
|
.UBQ_TimelinePlaybackInfo__block--n9r3A{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);grid-column-start:2;display:grid;place-content:center}
|
|
161
161
|
.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)}
|
|
162
162
|
.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);word-break:keep-all;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)}
|
|
163
163
|
.UBQ_TimelineVideoElement__block--wZFIW{background:var(--ubq-static-contrast-white)}.UBQ_TimelineVideoElement__block--wZFIW:hover .UBQ_TimelineVideoElement__optionsContainer--smvYd,.UBQ_TimelineVideoElement__block--wZFIW:focus-visible .UBQ_TimelineVideoElement__optionsContainer--smvYd{opacity:1}.UBQ_TimelineVideoElement__optionsContainer--smvYd{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s);margin:var(--ubq-margin-xs) var(--ubq-margin-xs) 0 0;opacity:0}.UBQ_TimelineVideoElement__optionsContainer--smvYd:focus-within{opacity:1}.UBQ_TimelineVideoElement__optionsButton--wO_51{padding-top:0;padding-bottom:0}.UBQ_TimelineVideoElement__separator--O2krt{margin:var(--ubq-margin-xs) 0}
|
|
164
|
-
.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__timelineSeeker--YR4TD{position:absolute;height:100%;top:0}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 790px){.UBQ_Timeline__status--_Tkqz{grid-template-columns:0px 1fr 1fr}}.UBQ_Timeline__playContainer--BfUhi{position:absolute;top:calc(8*var(--ubq-scale-base));left:0;display:grid;place-content:center;height:calc(16*var(--ubq-scale-base));width:calc(22*var(--ubq-scale-base))}.UBQ_Timeline__addPageContainer--CHKnV{margin-left:var(--ubq-margin-l);padding-right:var(--ubq-margin-xl);display:flex;flex-direction:column}.UBQ_Timeline__addPageButton--cVwGD{width:calc(20*var(--ubq-scale-base));height:calc(16*var(--ubq-scale-base));flex-grow:0;flex-shrink:0;border:1px solid var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__addPageLabel--YexHr{padding:var(--ubq-margin-xs)
|
|
164
|
+
.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__timelineSeeker--YR4TD{position:absolute;height:100%;top:0}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 790px){.UBQ_Timeline__status--_Tkqz{grid-template-columns:0px 1fr 1fr}}.UBQ_Timeline__playContainer--BfUhi{position:absolute;top:calc(8*var(--ubq-scale-base));left:0;display:grid;place-content:center;height:calc(16*var(--ubq-scale-base));width:calc(22*var(--ubq-scale-base))}.UBQ_Timeline__addPageContainer--CHKnV{margin-left:var(--ubq-margin-l);padding-right:var(--ubq-margin-xl);display:flex;flex-direction:column}.UBQ_Timeline__addPageButton--cVwGD{width:calc(20*var(--ubq-scale-base));height:calc(16*var(--ubq-scale-base));flex-grow:0;flex-shrink:0;border:1px solid var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__addPageLabel--YexHr{padding-top:var(--ubq-margin-xs);padding-inline:0;text-align:center;color:var(--ubq-foreground-info);cursor:pointer}.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}
|
|
165
165
|
.UBQ_TimelineZoom__block--Xnu8e{grid-column-start:3;justify-self:end;margin-inline:var(--ubq-margin-m);display:flex;align-items:center;gap:var(--ubq-margin-s)}.UBQ_TimelineZoom__block--Xnu8e>*{flex:0 0 fit-content}
|
|
166
166
|
.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}
|
|
167
167
|
.react-draggable-transparent-selection{-webkit-user-select:none;user-select:none}.UBQ_GlobalStyles__block--wwp3W{height:100%;width:100%}
|
|
168
168
|
.UBQ_UndoControls__block--pGsrm{display:inline-flex}
|
|
169
|
-
.UBQ_ZoomControls__label--X3u17{min-width:calc(19*var(--ubq-scale-base))}.UBQ_ZoomControls__label--X3u17>span>span{text-align:left}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span{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);position:relative;padding-left:var(--ubq-margin-l);border-radius:var(--ubq-border_radius-s);color:var(--ubq-foreground-default);-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;display:flex;align-items:center}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span .UBQ_ZoomControls__checkIcon--obvQ9{position:absolute;left:0;top:50%;transform:translateY(-50%);color:inherit}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span .UBQ_ZoomControls__shortcutContainer--XHefM{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);color:var(--ubq-foreground-info);display:inline-flex;align-items:center;flex-grow:0;margin-left:calc(var(--ubq-margin-base)*14)}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span .UBQ_ZoomControls__shortcutContainer--XHefM>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}.UBQ_ZoomControls__optionsMenu--QJ5G_>hr{margin-top:var(--ubq-margin-s);margin-bottom:var(--ubq-margin-s)}.UBQ_ZoomControls__optionsMenu--QJ5G_
|
|
169
|
+
.UBQ_ZoomControls__label--X3u17{min-width:calc(19*var(--ubq-scale-base))}.UBQ_ZoomControls__label--X3u17>span>span{text-align:left}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span{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);position:relative;padding-left:var(--ubq-margin-l);border-radius:var(--ubq-border_radius-s);color:var(--ubq-foreground-default);-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;display:flex;align-items:center}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span .UBQ_ZoomControls__checkIcon--obvQ9{position:absolute;left:0;top:50%;transform:translateY(-50%);color:inherit}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span .UBQ_ZoomControls__shortcutContainer--XHefM{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);color:var(--ubq-foreground-info);display:inline-flex;align-items:center;flex-grow:0;margin-left:calc(var(--ubq-margin-base)*14)}.UBQ_ZoomControls__optionsMenu--QJ5G_ .UBQ_ZoomControls__option--_WmY_>span .UBQ_ZoomControls__shortcutContainer--XHefM>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height)}.UBQ_ZoomControls__optionsMenu--QJ5G_>hr{margin-top:var(--ubq-margin-s);margin-bottom:var(--ubq-margin-s)}.UBQ_ZoomControls__optionsMenu--QJ5G_>hr{margin:var(--ubq-margin-xs)}
|
|
170
170
|
.UBQ_CallToAction__listing--yY_VC{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.UBQ_CallToAction__listing--yY_VC>li{display:flex;margin-bottom:var(--ubq-margin-xs)}.UBQ_CallToAction__listing--yY_VC>li:last-child{margin-bottom:0}
|
|
171
171
|
.UBQ_Topbar__block--WcJ8K{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:row;justify-content:space-between;align-items:center;gap:calc(2*var(--ubq-margin-l));box-sizing:border-box;width:100%;min-height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-button-m-line_height));padding:var(--ubq-margin-m) 0;overflow-x:auto;overflow-y:hidden;background:var(--ubq-Topbar-background, var(--ubq-elevation-3))}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Topbar__block--WcJ8K::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Topbar__block--WcJ8K>*{min-height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-button-m-line_height))}.UBQ_Topbar__controlsContainerLeft--_kI01{height:100%;display:flex;flex-wrap:nowrap;align-items:center}.UBQ_Topbar__controlsContainerLeft--_kI01>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerLeft--_kI01>*:first-child{margin-left:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerCenter--_4yve{height:100%;display:flex;flex-wrap:nowrap;align-items:center;display:flex;justify-content:center;align-items:center;width:auto}.UBQ_Topbar__controlsContainerCenter--_4yve>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__title--rpDvo{min-width:calc(45*var(--ubq-scale-base));min-height:initial}.UBQ_Topbar__controlsContainerRight--OjqLt{height:100%;display:flex;flex-wrap:nowrap;align-items:center}.UBQ_Topbar__controlsContainerRight--OjqLt>*:not(:last-child){margin-right:var(--ubq-margin-m)}.UBQ_Topbar__controlsContainerRight--OjqLt>*:last-child{margin-right:var(--ubq-margin-m)}.UBQ_Topbar__sceneFileControlOption--TpFvV{display:flex}.UBQ_Topbar__sceneFileControlOption--TpFvV span{margin:0 var(--ubq-margin-xs)}.UBQ_Topbar__dialog--cqHim{width:calc(var(--ubq-scale-base)*100)}
|
|
172
|
-
.UBQ_Editor__block--j9bKY{display:flex;flex-direction:column;height:100%;width:100%;background:var(--ubq-canvas);opacity:1 !important}.UBQ_Editor__navigation--cIzdZ{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;-webkit-user-select:none;user-select:none}.UBQ_Editor__navigation--cIzdZ.UBQ_Editor__bottom--rvZ1_{order:1}.UBQ_Editor__body--rQk_G{position:relative;display:flex;flex:1 1 100%;overflow:hidden}.UBQ_Editor__canvasContainer--PHFxV{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}.UBQ_Editor__dialog--v_D2N{width:calc(var(--ubq-scale-base)*100)}
|
|
172
|
+
.UBQ_Editor__block--j9bKY{display:flex;flex-direction:column;height:100%;width:100%;background:var(--ubq-canvas);opacity:1 !important}.UBQ_Editor__navigation--cIzdZ{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;-webkit-user-select:none;user-select:none}.UBQ_Editor__navigation--cIzdZ.UBQ_Editor__bottom--rvZ1_{order:1}.UBQ_Editor__body--rQk_G{position:relative;display:flex;flex:1 1 100%;overflow:hidden}.UBQ_Editor__canvasContainer--PHFxV{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}.UBQ_Editor__dialog--v_D2N{width:calc(var(--ubq-scale-base)*100)}.UBQ_Editor__notifications--RirhX{z-index:90;position:absolute;right:var(--ubq-margin-m);bottom:var(--ubq-margin-m);display:flex;flex-direction:column;align-items:flex-end}
|