@cesdk/cesdk-js 1.8.0 → 1.9.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.8.0.data → cesdk-v1.9.0-preview.0.data} +0 -0
- package/assets/core/{cesdk-v1.8.0.wasm → cesdk-v1.9.0-preview.0.wasm} +0 -0
- package/assets/i18n/de.json +10 -2
- package/assets/i18n/en.json +10 -2
- package/assets/ui/stylesheets/cesdk-themes.css +1 -1
- package/assets/ui/stylesheets/cesdk.css +23 -20
- package/cesdk.umd.js +1 -1
- package/index.d.ts +13 -2
- package/package.json +1 -1
|
File without changes
|
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -293,6 +293,8 @@
|
|
|
293
293
|
"common.pixel": "Pixel",
|
|
294
294
|
"common.pixelScale": "Pixelskalierung",
|
|
295
295
|
"common.placeholder": "Platzhalter",
|
|
296
|
+
"common.play": "Abspielen",
|
|
297
|
+
"common.pause": "Pausieren",
|
|
296
298
|
"common.position": "Position",
|
|
297
299
|
"common.properties": "Eigenschaften",
|
|
298
300
|
"common.property": "Eigenschaft",
|
|
@@ -467,8 +469,10 @@
|
|
|
467
469
|
"component.themeSelect.light.description": "Helles Farbschema auswählen",
|
|
468
470
|
"component.topbar.back": "$t(common.back)",
|
|
469
471
|
"component.topbar.close": "$t(common.close)",
|
|
470
|
-
"component.
|
|
471
|
-
"component.
|
|
472
|
+
"component.timeline.play.description": "Gesamtes Video $t(common.play)",
|
|
473
|
+
"component.timeline.pause.description": "Gesamtes Video $t(common.pause)",
|
|
474
|
+
"component.trimVideo.play": "$t(common.play)",
|
|
475
|
+
"component.trimVideo.play.description": "Zu kürzendes Video $t(common.play)",
|
|
472
476
|
"component.trimVideo.trimDuration": "Schnittlänge",
|
|
473
477
|
"component.trimVideo.trimDuration.description": "Schnittlänge festlegen",
|
|
474
478
|
"component.undo.redo": "$t(common.redo)",
|
|
@@ -831,6 +835,10 @@
|
|
|
831
835
|
"property.textAlignment.vertical.top": "Text oben ausrichten",
|
|
832
836
|
"scope.content.replace": "Erlaube Austausch vom Inhalt",
|
|
833
837
|
"scope.design.arrange": "Erlaube Adaption der Anordnung",
|
|
838
|
+
"scope.design.arrange.move": "Erlaube Adaption der Verschiebung",
|
|
839
|
+
"scope.design.arrange.rotate": "Erlaube Adaption der Drehung",
|
|
840
|
+
"scope.design.arrange.resize": "Erlaube Adaption der Skalierung",
|
|
841
|
+
"scope.design.arrange.flip": "Erlaube Adaption der Spiegelung",
|
|
834
842
|
"scope.design.style": "Erlaube Adaption der Gestaltung",
|
|
835
843
|
"scope.editor.select": "Erlaube Selektion",
|
|
836
844
|
"scope.lifecycle.destroy": "Erlaube Löschen",
|
package/assets/i18n/en.json
CHANGED
|
@@ -293,6 +293,8 @@
|
|
|
293
293
|
"common.pixel": "Pixel",
|
|
294
294
|
"common.pixelScale": "Pixel Scale",
|
|
295
295
|
"common.placeholder": "Placeholder",
|
|
296
|
+
"common.play": "Play",
|
|
297
|
+
"common.pause": "Pause",
|
|
296
298
|
"common.position": "Position",
|
|
297
299
|
"common.properties": "Properties",
|
|
298
300
|
"common.property": "Property",
|
|
@@ -467,8 +469,10 @@
|
|
|
467
469
|
"component.themeSelect.light.description": "Select light theme",
|
|
468
470
|
"component.topbar.back": "$t(common.back)",
|
|
469
471
|
"component.topbar.close": "$t(common.close)",
|
|
470
|
-
"component.
|
|
471
|
-
"component.
|
|
472
|
+
"component.timeline.play.description": "$t(common.play) complete video",
|
|
473
|
+
"component.timeline.pause.description": "$t(common.pause) complete video",
|
|
474
|
+
"component.trimVideo.play": "$t(common.play)",
|
|
475
|
+
"component.trimVideo.play.description": "$t(common.play) trimmed video",
|
|
472
476
|
"component.trimVideo.trimDuration": "Trim duration",
|
|
473
477
|
"component.trimVideo.trimDuration.description": "Set trimmed video duration",
|
|
474
478
|
"component.undo.redo": "$t(common.redo)",
|
|
@@ -908,6 +912,10 @@
|
|
|
908
912
|
"property.textAlignment.vertical.top": "Align Text to the Top",
|
|
909
913
|
"scope.content.replace": "Allow to Replace Content",
|
|
910
914
|
"scope.design.arrange": "Allow to Arrange",
|
|
915
|
+
"scope.design.arrange.move": "Allow to Move",
|
|
916
|
+
"scope.design.arrange.rotate": "Allow to Rotate",
|
|
917
|
+
"scope.design.arrange.resize": "Allow to Scale",
|
|
918
|
+
"scope.design.arrange.flip": "Allow to Flip",
|
|
911
919
|
"scope.design.style": "Allow to Style",
|
|
912
920
|
"scope.editor.select": "Allow to Select",
|
|
913
921
|
"scope.lifecycle.destroy": "Allow to Delete",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ubq-dark{--ubq-elevation-3: hsl(210, 4%, 25%);--ubq-elevation-2: hsl(210, 7.5%, 20%);--ubq-elevation-1: hsl(210, 15%, 15%);--ubq-canvas: hsl(210, 30%, 10%);--ubq-foreground-default: hsla(210, 0%, 100%, 0.9);--ubq-foreground-light: hsla(210, 0%, 100%, 0.7);--ubq-foreground-info: hsla(210, 0%, 100%, 0.5);--ubq-foreground-active: hsla(210, 30%, 10%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-foreground-danger: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.1);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.06);--ubq-interactive-pressed: hsla(0, 0%, 100%, 0.06);--ubq-interactive-selected: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.2);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.88);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0) ), hsla(210, 100%, 95%, 0.65);--ubq-interactive-active-pressed: hsla(0, 0%, 100%, 0.65);--ubq-interactive-accent-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 0.7);--ubq-interactive-accent-pressed: hsla(230, 90%, 60%, 0.7);--ubq-interactive-danger-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.07), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 62%, 0.85);--ubq-interactive-danger-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.07), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 62%, 0.65);--ubq-interactive-danger-pressed: hsla(338, 64%, 62%, 0.65);--ubq-interactive-template-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 60%, 0.6);--ubq-interactive-template-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 60%, 0.5);--ubq-interactive-template-pressed: hsla(274, 97%, 60%, 0.5);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.4);--ubq-interactive-group-default: hsla(0, 0%, 100%, 0);--ubq-interactive-group-hover: hsla(0, 0%, 100%, 0.04);--ubq-interactive-group-active-default: hsla(0, 0%, 100%, 0.08);--ubq-interactive-group-active-hover: hsla(0, 0%, 100%, 0.12);--ubq-progress: hsla(210, 0%, 100%, 0.7);--ubq-border-outline: hsla(0, 0%, 100%, 0.16);--ubq-border-divider: hsla(0, 0%, 100%, 0.08);--ubq-border-contrast: hsla(0, 0%, 100%, 0.25);--ubq-focus-default: hsl(230, 90%, 80%);--ubq-focus-outline: hsl(210, 30%, 10%);--ubq-overlay: hsla(210, 30%, 10%, 0.8);--ubq-notice-info: hsla(0, 0%, 100%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(40, 100%, 60%, 1);--ubq-notice-error: hsla(338, 64%, 62%, 1);--ubq-effect-shadow: 0px 4px 16px -4px hsla(210, 27%, 9%, 0.14), 0px 1px 20px -4px hsla(210, 27%, 9%, 0.12), 0px 2px 12px -4px hsla(210, 27%, 9%, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2 - 0.01px) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default)}.ubq-light{--ubq-elevation-3: hsl(210, 16%, 96%);--ubq-elevation-2: hsl(210, 16%, 93%);--ubq-elevation-1: hsl(210, 16%, 90%);--ubq-canvas: hsl(210, 16%, 86%);--ubq-foreground-default: hsla(210, 30%, 10%, 0.9);--ubq-foreground-light: hsla(210, 30%, 10%, 0.7);--ubq-foreground-info: hsla(210, 30%, 10%, 0.5);--ubq-foreground-active: hsla(210, 0%, 100%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-foreground-danger: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.85);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.4);--ubq-interactive-pressed: hsla(0, 0%, 100%, 0.4);--ubq-interactive-selected: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.6);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.75);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.65);--ubq-interactive-active-pressed: hsla(210, 60%, 5%, 0.65);--ubq-interactive-accent-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 1);--ubq-interactive-accent-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 0.9);--ubq-interactive-accent-pressed: hsla(230, 90%, 60%, 0.9);--ubq-interactive-danger-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 51%, 0.8);--ubq-interactive-danger-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 51%, 0.65);--ubq-interactive-danger-pressed: hsla(338, 64%, 51%, 0.65);--ubq-interactive-template-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 50%, 0.5);--ubq-interactive-template-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 50%, 0.45);--ubq-interactive-template-pressed: hsla(274, 97%, 50%, 0.45);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.04);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.08);--ubq-interactive-group-default: hsla(208, 29%, 10%, 0);--ubq-interactive-group-hover: hsla(208, 29%, 10%, 0.04);--ubq-interactive-group-active-default: hsla(208, 29%, 10%, 0.08);--ubq-interactive-group-active-hover: hsla(208, 29%, 10%, 0.12);--ubq-progress: hsla(210, 30%, 10%, 0.7);--ubq-border-outline: hsla(210, 0%, 100%, 0.4);--ubq-border-divider: hsla(210, 0%, 0%, 0.08);--ubq-border-contrast: hsla(210, 0%, 0%, 0.25);--ubq-focus-default: hsl(230, 100%, 60%);--ubq-focus-outline: hsl(210, 10%, 85%);--ubq-overlay: hsla(210, 10%, 85%, 0.8);--ubq-notice-info: hsla(210, 30%, 10%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(40, 100%, 37%, 1);--ubq-notice-error: hsla(338, 64%, 51%, 1);--ubq-effect-shadow: 0px 4px 16px -4px hsla(210, 27%, 9%, 0.14), 0px 1px 20px -4px hsla(210, 27%, 9%, 0.12), 0px 2px 12px -4px hsla(210, 27%, 9%, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2 - 0.01px) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default)}.ubq-static{--ubq-static-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(0, 0%, 100%);--ubq-static-contrast-black: hsl(0, 0%, 0%);--ubq-static-snapping: hsl(338, 100%, 50%);--ubq-static-bleed: hsl(334, 73%, 43%);--ubq-static-text-variable: hsl(274, 97%, 60%);--ubq-static-card-label-background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 14.46%, rgba(0, 0, 0, 0.6) 100% );--ubq-static-card-background: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.08), hsla(0, 0%, 0%, 0.08) ), hsla(0, 0%, 67%, 0.16)}.ubq-normal{--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-size: 16px;--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-line_height: 20px;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-size: 12px;--ubq-typography-headline-m-weight: 600;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-line_height: 16px;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-size: 12px;--ubq-typography-label-m-weight: normal;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-line_height: 16px;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-size: 10px;--ubq-typography-label-s-weight: normal;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-line_height: 14px;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-size: 12px;--ubq-typography-body-m-weight: normal;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-line_height: 18px;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-size: 12px;--ubq-typography-input-m-weight: 500;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-line_height: 16px;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-size: 12px;--ubq-typography-button-m-weight: normal;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-line_height: 16px;--ubq-scale-base: 4px;--ubq-margin-base: 4px;--ubq-margin-xs: 4px;--ubq-margin-s: 8px;--ubq-margin-m: 12px;--ubq-margin-l: 16px;--ubq-margin-xl: 24px;--ubq-border_radius-base: 4px;--ubq-border_radius-s: 4px;--ubq-border_radius-m: 8px;--ubq-border_radius-l: 12px}.ubq-large{--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-size: 20px;--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-line_height: 25px;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-size: 15px;--ubq-typography-headline-m-weight: 600;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-line_height: 20px;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-size: 15px;--ubq-typography-label-m-weight: normal;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-line_height: 20px;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-size: 12.5px;--ubq-typography-label-s-weight: normal;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-line_height: 17.5px;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-size: 15px;--ubq-typography-body-m-weight: normal;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-line_height: 22.5px;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-size: 15px;--ubq-typography-input-m-weight: 500;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-line_height: 20px;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-size: 15px;--ubq-typography-button-m-weight: normal;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-line_height: 20px;--ubq-scale-base: 5px;--ubq-margin-base: 5px;--ubq-margin-xs: 5px;--ubq-margin-s: 10px;--ubq-margin-m: 15px;--ubq-margin-l: 20px;--ubq-margin-xl: 30px;--ubq-border_radius-base: 5px;--ubq-border_radius-s: 5px;--ubq-border_radius-m: 10px;--ubq-border_radius-l: 15px}
|
|
1
|
+
.ubq-dark{--ubq-elevation-3: hsl(210, 4%, 25%);--ubq-elevation-2: hsl(210, 7.5%, 20%);--ubq-elevation-1: hsl(210, 15%, 15%);--ubq-canvas: hsl(210, 30%, 10%);--ubq-foreground-default: hsla(210, 0%, 100%, 0.9);--ubq-foreground-light: hsla(210, 0%, 100%, 0.7);--ubq-foreground-info: hsla(210, 0%, 100%, 0.5);--ubq-foreground-active: hsla(210, 30%, 10%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-foreground-danger: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.1);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.06);--ubq-interactive-pressed: hsla(0, 0%, 100%, 0.06);--ubq-interactive-selected: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.2);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.88);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0) ), hsla(210, 100%, 95%, 0.65);--ubq-interactive-active-pressed: hsla(0, 0%, 100%, 0.65);--ubq-interactive-accent-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 0.7);--ubq-interactive-accent-pressed: hsla(230, 90%, 60%, 0.7);--ubq-interactive-danger-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.07), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 62%, 0.85);--ubq-interactive-danger-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.07), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 62%, 0.65);--ubq-interactive-danger-pressed: hsla(338, 64%, 62%, 0.65);--ubq-interactive-template-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 60%, 0.6);--ubq-interactive-template-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 60%, 0.5);--ubq-interactive-template-pressed: hsla(274, 97%, 60%, 0.5);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.4);--ubq-interactive-group-default: hsla(0, 0%, 100%, 0);--ubq-interactive-group-hover: hsla(0, 0%, 100%, 0.04);--ubq-interactive-group-active-default: hsla(0, 0%, 100%, 0.08);--ubq-interactive-group-active-hover: hsla(0, 0%, 100%, 0.12);--ubq-progress: hsla(210, 0%, 100%, 0.7);--ubq-border-default: hsla(0, 0%, 100%, 0.16);--ubq-stroke-contrast-1: hsla(0, 0%, 100%, 0.08);--ubq-stroke-contrast-2: hsla(0, 0%, 100%, 0.25);--ubq-focus-default: hsl(230, 90%, 80%);--ubq-focus-outline: hsl(210, 30%, 10%);--ubq-overlay: hsla(210, 30%, 10%, 0.8);--ubq-notice-info: hsla(0, 0%, 100%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(40, 100%, 60%, 1);--ubq-notice-error: hsla(338, 64%, 62%, 1);--ubq-effect-shadow: 0px 4px 16px -4px hsla(210, 27%, 9%, 0.14), 0px 1px 20px -4px hsla(210, 27%, 9%, 0.12), 0px 2px 12px -4px hsla(210, 27%, 9%, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2 - 0.01px) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default)}.ubq-light{--ubq-elevation-3: hsl(210, 16%, 96%);--ubq-elevation-2: hsl(210, 16%, 93%);--ubq-elevation-1: hsl(210, 16%, 90%);--ubq-canvas: hsl(210, 16%, 86%);--ubq-foreground-default: hsla(210, 30%, 10%, 0.9);--ubq-foreground-light: hsla(210, 30%, 10%, 0.7);--ubq-foreground-info: hsla(210, 30%, 10%, 0.5);--ubq-foreground-active: hsla(210, 0%, 100%, 0.9);--ubq-foreground-accent: hsla(210, 0%, 100%, 1);--ubq-foreground-danger: hsla(210, 0%, 100%, 1);--ubq-interactive-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.85);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.4);--ubq-interactive-pressed: hsla(0, 0%, 100%, 0.4);--ubq-interactive-selected: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.6);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.75);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.65);--ubq-interactive-active-pressed: hsla(210, 60%, 5%, 0.65);--ubq-interactive-accent-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 1);--ubq-interactive-accent-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0) ), hsla(230, 90%, 60%, 0.9);--ubq-interactive-accent-pressed: hsla(230, 90%, 60%, 0.9);--ubq-interactive-danger-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 51%, 0.8);--ubq-interactive-danger-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0) ), hsla(338, 64%, 51%, 0.65);--ubq-interactive-danger-pressed: hsla(338, 64%, 51%, 0.65);--ubq-interactive-template-default: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 50%, 0.5);--ubq-interactive-template-hover: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) ), hsla(274, 97%, 50%, 0.45);--ubq-interactive-template-pressed: hsla(274, 97%, 50%, 0.45);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.04);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.08);--ubq-interactive-group-default: hsla(208, 29%, 10%, 0);--ubq-interactive-group-hover: hsla(208, 29%, 10%, 0.04);--ubq-interactive-group-active-default: hsla(208, 29%, 10%, 0.08);--ubq-interactive-group-active-hover: hsla(208, 29%, 10%, 0.12);--ubq-progress: hsla(210, 30%, 10%, 0.7);--ubq-border-default: hsla(210, 0%, 100%, 0.4);--ubq-stroke-contrast-1: hsla(210, 0%, 0%, 0.08);--ubq-stroke-contrast-2: hsla(210, 0%, 0%, 0.25);--ubq-focus-default: hsl(230, 100%, 60%);--ubq-focus-outline: hsl(210, 10%, 85%);--ubq-overlay: hsla(210, 10%, 85%, 0.8);--ubq-notice-info: hsla(210, 30%, 10%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(40, 100%, 37%, 1);--ubq-notice-error: hsla(338, 64%, 51%, 1);--ubq-effect-shadow: 0px 4px 16px -4px hsla(210, 27%, 9%, 0.14), 0px 1px 20px -4px hsla(210, 27%, 9%, 0.12), 0px 2px 12px -4px hsla(210, 27%, 9%, 0.2);--ubq-effect-focus: 0 0 0 calc(var(--ubq-scale-base) / 2 - 0.01px) var(--ubq-focus-outline), 0 0 0 var(--ubq-scale-base) var(--ubq-focus-default)}.ubq-static{--ubq-static-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(0, 0%, 100%);--ubq-static-contrast-black: hsl(0, 0%, 0%);--ubq-static-snapping: hsl(338, 100%, 50%);--ubq-static-bleed: hsl(334, 73%, 43%);--ubq-static-text-variable: hsl(274, 97%, 60%);--ubq-static-card-label-background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 14.46%, rgba(0, 0, 0, 0.6) 100% );--ubq-static-card-background: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.08), hsla(0, 0%, 0%, 0.08) ), hsla(0, 0%, 67%, 0.16)}.ubq-normal{--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-size: 16px;--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-line_height: 20px;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-size: 12px;--ubq-typography-headline-m-weight: 600;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-line_height: 16px;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-size: 12px;--ubq-typography-label-m-weight: normal;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-line_height: 16px;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-size: 10px;--ubq-typography-label-s-weight: normal;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-line_height: 14px;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-size: 12px;--ubq-typography-body-m-weight: normal;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-line_height: 18px;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-size: 12px;--ubq-typography-input-m-weight: 500;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-line_height: 16px;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-size: 12px;--ubq-typography-button-m-weight: normal;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-line_height: 16px;--ubq-scale-base: 4px;--ubq-margin-base: 4px;--ubq-margin-xs: 4px;--ubq-margin-s: 8px;--ubq-margin-m: 12px;--ubq-margin-l: 16px;--ubq-margin-xl: 24px;--ubq-border_radius-base: 4px;--ubq-border_radius-s: 4px;--ubq-border_radius-m: 8px;--ubq-border_radius-l: 12px}.ubq-large{--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-size: 20px;--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-line_height: 25px;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-size: 15px;--ubq-typography-headline-m-weight: 600;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-line_height: 20px;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-size: 15px;--ubq-typography-label-m-weight: normal;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-line_height: 20px;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-size: 12.5px;--ubq-typography-label-s-weight: normal;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-line_height: 17.5px;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-size: 15px;--ubq-typography-body-m-weight: normal;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-line_height: 22.5px;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-size: 15px;--ubq-typography-input-m-weight: 500;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-line_height: 20px;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-size: 15px;--ubq-typography-button-m-weight: normal;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-line_height: 20px;--ubq-scale-base: 5px;--ubq-margin-base: 5px;--ubq-margin-xs: 5px;--ubq-margin-s: 10px;--ubq-margin-m: 15px;--ubq-margin-l: 20px;--ubq-margin-xl: 30px;--ubq-border_radius-base: 5px;--ubq-border_radius-s: 5px;--ubq-border_radius-m: 10px;--ubq-border_radius-l: 15px}
|
|
@@ -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:z("default");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:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-hover);color:var(--ubq-foreground-default)}.UBQ_Button__block--HEFkx:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}.UBQ_Button__block--HEFkx:disabled{opacity:.55;pointer-events:none}@supports not (contain: none){.UBQ_Button__block--HEFkx:focus{z-index:calc(z("default") + 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(z("default") + 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_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(z("default") + 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(z("default") + 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(z("default") + 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(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-accent);background:var(--ubq-interactive-danger-hover)}.UBQ_Button__ubq-variant_Plain--UDC0y{background:none}.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([data-active=true]):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(z("default") + 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(z("default") + 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-border-
|
|
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:z("default");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:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-hover);color:var(--ubq-foreground-default)}.UBQ_Button__block--HEFkx:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}.UBQ_Button__block--HEFkx:disabled{opacity:.55;pointer-events:none}@supports not (contain: none){.UBQ_Button__block--HEFkx:focus{z-index:calc(z("default") + 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(z("default") + 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_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(z("default") + 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(z("default") + 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(z("default") + 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(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-accent);background:var(--ubq-interactive-danger-hover)}.UBQ_Button__ubq-variant_Plain--UDC0y{background:none}.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([data-active=true]):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(z("default") + 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(z("default") + 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-border-default)}.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}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
.UBQ_AsyncResult__progress--V6yQx{display:flex;justify-content:center;align-items:center;height:100%;width:100%}
|
|
7
7
|
.UBQ_SegmentedGroup__block--__41e{display:grid;grid-auto-columns:auto;grid-auto-flow:column}.UBQ_SegmentedGroup__block--__41e.UBQ_SegmentedGroup__equalWidth--sjmnm{grid-auto-columns:1fr}.UBQ_SegmentedGroup__block--__41e>*{border-radius:0}.UBQ_SegmentedGroup__block--__41e>*:first-child{border-top-left-radius:var(--ubq-border_radius-s);border-bottom-left-radius:var(--ubq-border_radius-s)}.UBQ_SegmentedGroup__block--__41e>*:last-child{border-top-right-radius:var(--ubq-border_radius-s);border-bottom-right-radius:var(--ubq-border_radius-s)}
|
|
8
8
|
.UBQ_InputGroup__block--z_I5L{display:flex;flex-direction:row;flex:1 1 auto;gap:1px}.UBQ_InputGroup__block--z_I5L button,.UBQ_InputGroup__block--z_I5L input{border-radius:0}.UBQ_InputGroup__block--z_I5L>*{flex:1 1 auto}.UBQ_InputGroup__block--z_I5L>*:first-child button,.UBQ_InputGroup__block--z_I5L>*:first-child input{border-radius:var(--ubq-border_radius-s) 0 0 var(--ubq-border_radius-s)}.UBQ_InputGroup__block--z_I5L>*:last-child button,.UBQ_InputGroup__block--z_I5L>*:last-child input{border-radius:0 var(--ubq-border_radius-s) var(--ubq-border_radius-s) 0}
|
|
9
|
-
.UBQ_Popover__popover--Clapx{background-color:var(--ubq-elevation-3);box-sizing:border-box;border:1px solid var(--ubq-
|
|
9
|
+
.UBQ_Popover__popover--Clapx{background-color:var(--ubq-elevation-3);box-sizing:border-box;border:1px solid var(--ubq-stroke-contrast-1);border-radius:var(--ubq-border_radius-l);overflow:hidden;padding:0 calc(
|
|
10
10
|
var(--ubq-margin-s) - calc(var(--ubq-margin-xs) / 2)
|
|
11
11
|
);box-shadow:var(--ubq-effect-shadow);z-index:80}.UBQ_Popover__popoverContent--CEV75 hr{margin-left:calc(
|
|
12
12
|
-1 * calc(
|
|
@@ -21,17 +21,17 @@
|
|
|
21
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;display:flex;align-items:center;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
|
-
.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 rgba(255,255,255,.1)}.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 rgba(255,255,255,.1)}.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{border-radius:var(--ubq-border_radius-s);background:var(--ubq-interactive-default);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.UBQ_Checkbox__block--_q3kQ>.UBQ_Checkbox__checkbox-container--Cqvhp>.UBQ_Checkbox__checkbox--uu287>svg{width:var(--ubq-margin-
|
|
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 rgba(255,255,255,.1)}.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 rgba(255,255,255,.1)}.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-s);background:var(--ubq-interactive-default);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.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]>*{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)}
|
|
25
25
|
|
|
26
|
-
.UBQ_ColorField__block--G66ae{display:flex;height:calc(var(--ubq-margin-l) + var(--ubq-margin-xs));width:calc(var(--ubq-margin-l) + var(--ubq-margin-xs));box-sizing:border-box;border:none;border-radius:50%;outline:none;box-shadow:inset 0 0 0 1px var(--ubq-
|
|
26
|
+
.UBQ_ColorField__block--G66ae{display:flex;height:calc(var(--ubq-margin-l) + var(--ubq-margin-xs));width:calc(var(--ubq-margin-l) + var(--ubq-margin-xs));box-sizing:border-box;border:none;border-radius:50%;outline:none;box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.UBQ_ColorField__block--G66ae:hover{box-shadow:inset 0 0 0 var(--ubq-margin-xs) var(--ubq-stroke-contrast-2),0 0 0 calc(var(--ubq-margin-xs)/2) var(--ubq-stroke-contrast-2)}.UBQ_ColorField__block--G66ae:disabled{opacity:.55;pointer-events:none}@supports not (contain: none){.UBQ_ColorField__block--G66ae:focus{box-shadow:inset 0 0 0 var(--ubq-margin-xs) var(--ubq-stroke-contrast-2),var(--ubq-effect-focus)}}.UBQ_ColorField__block--G66ae:focus-visible{box-shadow:inset 0 0 0 var(--ubq-margin-xs) var(--ubq-stroke-contrast-2),var(--ubq-effect-focus)}
|
|
27
27
|
.UBQ_ElementStack__block--Urw_h{display:grid;grid-template-areas:"stack"}.UBQ_ElementStack__block--Urw_h>*{grid-area:stack}.UBQ_ElementStack__revealLastOnHover--E6V6R>*{transition:all .3s ease-in-out}.UBQ_ElementStack__revealLastOnHover--E6V6R>*:last-child{opacity:0;transform:scale(0.2)}.UBQ_ElementStack__revealLastOnHover--E6V6R>*:not(:last-child){opacity:1}.UBQ_ElementStack__revealLastOnHover--E6V6R:hover>*:last-child{opacity:1;transform:scale(1)}.UBQ_ElementStack__revealLastOnHover--E6V6R:hover>*:not(:last-child){opacity:0;pointer-events:none}.UBQ_ElementStack__revealLastOnHover--E6V6R:focus-within>*:last-child{opacity:1;transform:scale(1)}.UBQ_ElementStack__revealLastOnHover--E6V6R:focus-within>*:not(:last-child){opacity:0;pointer-events:none}
|
|
28
28
|
.UBQ_Tooltip__block--Vh2bH{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);border-radius:var(--ubq-border_radius-s);border-width:0;padding:var(--ubq-margin-xs) var(--ubq-margin-s);max-width:calc(var(--ubq-scale-base)*72);background-color:var(--ubq-notice-info);color:var(--ubq-foreground-active);pointer-events:none;opacity:0;z-index:80}.UBQ_Tooltip__block--Vh2bH.UBQ_Tooltip__warning--xi8mV{background:var(--ubq-notice-warning)}.UBQ_Tooltip__block--Vh2bH.UBQ_Tooltip__error--xgm91{background:var(--ubq-notice-error)}
|
|
29
|
-
.UBQ_ColorPopover__button--TXCo1{padding:0;box-shadow:inset 0 0 0 1px var(--ubq-
|
|
30
|
-
.UBQ_BaseInput__block--XZoBA{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);display:flex;box-sizing:border-box;width:100%;height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-input-m-line_height));z-index:z("default");padding:var(--ubq-margin-xs) var(--ubq-margin-s);margin:0;background:var(--ubq-input-default);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s);border:1px solid var(--ubq-border-
|
|
29
|
+
.UBQ_ColorPopover__button--TXCo1{padding:0;box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);overflow:auto}.UBQ_ColorPopover__minimalButton--_oZrG{padding:calc(var(--ubq-margin-xs)/2) var(--ubq-margin-xs) calc(var(--ubq-margin-xs)/2) calc(var(--ubq-margin-xs)/2)}.UBQ_ColorPopover__strikeThrough--kTBrz{width:calc(5*var(--ubq-scale-base));height:calc(5*var(--ubq-scale-base));z-index:0}.UBQ_ColorPopover__colorField--g7rUi{padding:0;background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorField--g7rUi.UBQ_ColorPopover__disabled--yBuH4{opacity:.55}.UBQ_ColorPopover__colorFieldContent--_2yuh{width:100%;display:grid;grid-template-areas:"stack";background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorFieldContent--_2yuh>*{grid-area:stack}.UBQ_ColorPopover__donutHole--v4plh{display:none;width:calc(2*var(--ubq-scale-base));height:calc(2*var(--ubq-scale-base));background-color:var(--ubq-elevation-1);box-shadow:0 0 0 1px var(--ubq-stroke-contrast-2);border-radius:50%;margin:auto;z-index:0}.UBQ_ColorPopover__donutHole--v4plh.UBQ_ColorPopover__show--dA1nB{display:flex}.UBQ_ColorPopover__colorPreviews--puYdb{display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;height:calc(6*var(--ubq-scale-base));width:100%;overflow:hidden;background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorPreviews--puYdb.UBQ_ColorPopover__small--jsLXv{height:calc(5*var(--ubq-scale-base))}.UBQ_ColorPopover__colorPreviews--puYdb>*{position:absolute}.UBQ_ColorPopover__colorPreviews--puYdb .UBQ_ColorPopover__checkeredBackgroundOnly--UHl_H,.UBQ_ColorPopover__colorPreviews--puYdb .UBQ_ColorPopover__checkeredRed--akDuV{height:calc(100% - 2px);width:calc(100% - 2px);top:1px;left:1px;border-radius:calc(var(--ubq-border_radius-s) - 1px)}.UBQ_ColorPopover__colorPreviews--puYdb .UBQ_ColorPopover__minimal--_Z7d7{border-radius:50%}.UBQ_ColorPopover__colorPreviews--puYdb .UBQ_ColorPopover__checkeredBackgroundOnly--UHl_H{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}.UBQ_ColorPopover__colorPreviews--puYdb .UBQ_ColorPopover__iconContainer--L1sHn{position:absolute;top:0;right:0;height:var(--ubq-typography-label-m-line_height);width:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-xs);display:flex;justify-content:center;align-items:center;background-color:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s)}.UBQ_ColorPopover__colorPreviews--puYdb .UBQ_ColorPopover__iconContainer--L1sHn>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height);color:var(--ubq-foreground-default);margin:var(--ubq-margin-xs)}.UBQ_ColorPopover__colorPreview--qa9i7{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;height:100%;width:100%;box-sizing:content-box;background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorPreviewLabel--hPR99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:var(--ubq-margin-xs) calc(var(--ubq-typography-label-m-line_height) + 2*var(--ubq-margin-xs)) var(--ubq-margin-xs) var(--ubq-margin-s);width:100%;text-align:left}.UBQ_ColorPopover__colorPreviewLabel--hPR99.UBQ_ColorPopover__inverted--F6glG{color:var(--ubq-static-contrast-white);mix-blend-mode:difference}.UBQ_ColorPopover__mappedPreviewColorsContainer--GPTbU{height:100%;width:100%;display:flex}.UBQ_ColorPopover__checkeredRed--akDuV,.UBQ_ColorPopover__checkered--_ez_u{background-size:100% 100%,auto}.UBQ_ColorPopover__checkeredRed--akDuV{background-image:url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNLTAuNSAtMC41TDIwLjUgMjAuNSIgc3Ryb2tlPSIjQ0MwMDAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:center,-1px -1px}.UBQ_ColorPopover__insetBorderOverlay--oLtHu{box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);height:100%;width:100%;border-radius:50%}
|
|
30
|
+
.UBQ_BaseInput__block--XZoBA{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);display:flex;box-sizing:border-box;width:100%;height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-input-m-line_height));z-index:z("default");padding:var(--ubq-margin-xs) var(--ubq-margin-s);margin:0;background:var(--ubq-input-default);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s);border:1px solid var(--ubq-border-default);outline:none}.UBQ_BaseInput__block--XZoBA:hover{background:var(--ubq-input-hover);color:var(--ubq-foreground-default)}.UBQ_BaseInput__block--XZoBA::-webkit-outer-spin-button,.UBQ_BaseInput__block--XZoBA::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.UBQ_BaseInput__block--XZoBA[type=number]{-moz-appearance:textfield}@supports not (contain: none){.UBQ_BaseInput__block--XZoBA:focus{background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus);z-index:calc(z("default") + 1)}}.UBQ_BaseInput__block--XZoBA:focus-visible{background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus);z-index:calc(z("default") + 1)}.UBQ_BaseInput__block--XZoBA:disabled{pointer-events:none;opacity:.55}
|
|
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:1px solid var(--ubq-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:1px solid var(--ubq-border-default);border-radius:var(--ubq-border_radius-l);box-shadow:var(--ubq-effect-shadow);z-index:12;color:var(--ubq-foreground-light);background:var(--ubq-elevation-2)}.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)
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
.UBQ_Select__block--_KE0L{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-max-height: 390px;max-height:var(--list-max-height)}.UBQ_Select__block--_KE0L::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Select__block--_KE0L::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Select__block--_KE0L::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Select__block--_KE0L::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Select__optionsContainer--IZ__r{--list-min-width: 48px;min-width:var(--list-min-width)}.UBQ_Select__empty--GUSnm{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--ubq-foreground-info)}
|
|
40
40
|
.UBQ_NumberSelectInput__block--yprTE{display:flex;position:relative;align-items:center}.UBQ_NumberSelectInput__numberInput--__NC_{width:100%}.UBQ_NumberSelectInput__numberSelectInputReference--foEZN{padding:0;border-radius:var(--ubq-border_radius-s);position:absolute;top:0;right:0;z-index:2;width:var(--ubq-typography-label-m-line_height);height:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-xs)}.UBQ_NumberSelectInput__numberSelectOption--cRN5M{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap}
|
|
41
41
|
.UBQ_Progress__block--NT_yt{display:flex;width:100%}.UBQ_Progress__block--NT_yt>progress,.UBQ_Progress__block--NT_yt>.UBQ_Progress__indeterminateProgress--tSqsR{height:4px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;border:0;border-radius:var(--ubq-border_radius-m);background:rgba(0,0,0,0)}.UBQ_Progress__block--NT_yt>progress::-moz-progress-bar,.UBQ_Progress__block--NT_yt>.UBQ_Progress__indeterminateProgress--tSqsR::-moz-progress-bar{background:var(--ubq-progress);border-radius:var(--ubq-border_radius-m)}.UBQ_Progress__block--NT_yt>progress::-webkit-progress-bar,.UBQ_Progress__block--NT_yt>.UBQ_Progress__indeterminateProgress--tSqsR::-webkit-progress-bar{background:rgba(0,0,0,0);border-radius:var(--ubq-border_radius-m)}.UBQ_Progress__block--NT_yt>progress::-webkit-progress-value,.UBQ_Progress__block--NT_yt>.UBQ_Progress__indeterminateProgress--tSqsR::-webkit-progress-value{background:var(--ubq-progress);border-radius:var(--ubq-border_radius-m)}.UBQ_Progress__block--NT_yt>progress>.UBQ_Progress__indeterminateProgressFill--eyjf6,.UBQ_Progress__block--NT_yt>.UBQ_Progress__indeterminateProgress--tSqsR>.UBQ_Progress__indeterminateProgressFill--eyjf6{background:var(--ubq-progress);border-radius:var(--ubq-border_radius-m);height:4px;animation:1.4s infinite UBQ_Progress__indeterminate--v219k}@keyframes UBQ_Progress__indeterminate--v219k{0%{margin-left:100%;width:20%}20%{width:70%}100%{margin-left:-10%;width:10%}}
|
|
42
|
-
.UBQ_Dialog__block--axLKe{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);position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;background:var(--ubq-overlay)}.UBQ_Dialog__block--axLKe>.UBQ_Dialog__dialog--y2IOC{position:absolute;min-width:calc(var(--ubq-margin-l)*20);background:var(--ubq-elevation-2);box-shadow:var(--ubq-effect-shadow);border:1px solid var(--ubq-border-
|
|
43
|
-
.UBQ_Separator__block--_gjia{height:1px;margin:0;flex-shrink:0;background:var(--ubq-
|
|
42
|
+
.UBQ_Dialog__block--axLKe{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);position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;background:var(--ubq-overlay)}.UBQ_Dialog__block--axLKe>.UBQ_Dialog__dialog--y2IOC{position:absolute;min-width:calc(var(--ubq-margin-l)*20);background:var(--ubq-elevation-2);box-shadow:var(--ubq-effect-shadow);border:1px solid var(--ubq-border-default);border-radius:var(--ubq-border_radius-l);display:flex;flex-direction:column;outline:none}.UBQ_Dialog__block--axLKe>.UBQ_Dialog__dialog--y2IOC>.UBQ_Dialog__footer--eyPW7{flex-grow:0;padding:var(--ubq-margin-s);display:flex;flex-direction:row;justify-content:space-between}.UBQ_Dialog__block--axLKe>.UBQ_Dialog__dialog--y2IOC>.UBQ_Dialog__footer--eyPW7>*{flex-grow:0}.UBQ_Dialog__block--axLKe>.UBQ_Dialog__dialog--y2IOC>.UBQ_Dialog__footer--eyPW7>*:only-child{margin-left:auto}.UBQ_Dialog__content--vAeMB{color:var(--ubq-foreground-light);min-width:0;word-break:break-word;padding:var(--ubq-margin-l);box-sizing:border-box}.UBQ_Dialog__content--vAeMB h1,.UBQ_Dialog__content--vAeMB h2,.UBQ_Dialog__content--vAeMB h3,.UBQ_Dialog__content--vAeMB h4,.UBQ_Dialog__content--vAeMB h5,.UBQ_Dialog__content--vAeMB h6{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);color:var(--ubq-foreground-default);padding-bottom:var(--ubq-margin-xs)}.UBQ_Dialog__content--vAeMB 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);color:var(--ubq-foreground-light)}.UBQ_Dialog__withIcon--A8Zm3{display:flex;flex-direction:row}.UBQ_Dialog__withIcon--A8Zm3>.UBQ_Dialog__icon--X6vh1{align-self:flex-start;padding:var(--ubq-margin-l) 0;padding-left:var(--ubq-margin-l)}.UBQ_Dialog__info--StqpS .UBQ_Dialog__icon--X6vh1{color:var(--ubq-notice-info)}.UBQ_Dialog__success--__INl .UBQ_Dialog__icon--X6vh1{color:var(--ubq-notice-success)}.UBQ_Dialog__warning--C6CmU .UBQ_Dialog__icon--X6vh1{color:var(--ubq-notice-warning)}.UBQ_Dialog__error--VsvUC .UBQ_Dialog__icon--X6vh1{color:var(--ubq-notice-error)}
|
|
43
|
+
.UBQ_Separator__block--_gjia{height:1px;margin:0;flex-shrink:0;background:var(--ubq-stroke-contrast-1);border:none}
|
|
44
44
|
.UBQ_BannerCard__block--G92HO{height:calc(var(--ubq-margin-l)*3)}.UBQ_BannerCard__block--G92HO>.UBQ_BannerCard__label--oWwV5{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;bottom:0;left:0;margin:0;padding-left:var(--ubq-margin-s);width:100%;height:calc(var(--ubq-margin-m)*2);display:flex;align-items:center;justify-content:left;background:var(--ubq-static-card-label-background);color:var(--ubq-static-contrast-white)}.UBQ_BannerCard__block--G92HO>.UBQ_BannerCard__label--oWwV5:not(:only-child){margin-top:var(--ubq-margin-s)}.UBQ_BannerCard__block--G92HO:hover{box-shadow:inset 0 0 0 2px var(--ubq-foreground-accent)}.UBQ_BannerCard__block--G92HO:hover>.UBQ_BannerCard__label--oWwV5{background:var(--ubq-static-contrast-white);color:var(--ubq-static-contrast-black)}.UBQ_BannerCard__block--G92HO[data-active=true]{height:calc(var(--ubq-margin-s) + var(--ubq-margin-l)*4)}.UBQ_BannerCard__block--G92HO[data-active=true]>.UBQ_BannerCard__label--oWwV5{background:var(--ubq-foreground-default);color:var(--ubq-foreground-active)}.UBQ_BannerCard__block--G92HO[data-active=true]:hover>.UBQ_BannerCard__label--oWwV5{border-top:2px solid var(--ubq-foreground-accent)}
|
|
45
45
|
.UBQ_Card__block--f5zH0{--ubq_internal-backgroundGradient: var(--ubq-static-card-background);position:relative;width:100%;padding:var(--ubq-margin-s);border:none;border-radius:var(--ubq-border_radius-s);outline:none;overflow:hidden;color:var(--ubq-foreground-default);cursor:pointer;background:var(--ubq_internal-backgroundImage, linear-gradient(transparent, transparent)),var(--ubq_internal-backgroundGradient);background-position:center center;background-repeat:no-repeat}.UBQ_Card__block--f5zH0.UBQ_Card__shortHeight--Co_oE{height:calc(var(--ubq-margin-m) + var(--ubq-margin-l)*7)}.UBQ_Card__block--f5zH0.UBQ_Card__extraShortHeight--_kqAj{height:calc(var(--ubq-scale-base)*20)}.UBQ_Card__block--f5zH0.UBQ_Card__autoHeight--V94yi{height:100%}.UBQ_Card__block--f5zH0.UBQ_Card__noPadding--NMBeo{padding:0}.UBQ_Card__block--f5zH0.UBQ_Card__backgroundImageCover--u8eou{background-size:cover}.UBQ_Card__block--f5zH0.UBQ_Card__backgroundImageContain--hDRRX{background-size:contain;background-origin:content-box,border-box}.UBQ_Card__block--f5zH0>.UBQ_Card__content--Xpk5o{width:100%;height:100%;flex-grow:1;display:flex;align-items:center;justify-content:center}.UBQ_Card__block--f5zH0:hover{--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);box-shadow:inset 0 0 0 2px var(--ubq-foreground-accent)}.UBQ_Card__block--f5zH0:active{--ubq_internal-backgroundGradient: var(--ubq-interactive-pressed)}@supports not (contain: none){.UBQ_Card__block--f5zH0:focus{z-index:1;--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);box-shadow:var(--ubq-effect-focus)}}.UBQ_Card__block--f5zH0:focus-visible{z-index:1;--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);box-shadow:var(--ubq-effect-focus)}.UBQ_Card__block--f5zH0:disabled{opacity:.55;pointer-events:none}.UBQ_Card__block--f5zH0[data-active=true]{outline:2px solid var(--ubq-foreground-default)}
|
|
46
46
|
.UBQ_Slider__block--_W9Xu{position:relative}.UBQ_Slider__block--_W9Xu:hover .UBQ_Slider__wrapperButtonToggleInput--ghJ2T,.UBQ_Slider__block--_W9Xu:focus-within .UBQ_Slider__wrapperButtonToggleInput--ghJ2T{opacity:1;pointer-events:initial}.UBQ_Slider__sliderWrapper--_dJqm{position:relative;max-height:calc(var(--ubq-margin-l) + var(--ubq-margin-s))}.UBQ_Slider__sliderWrapper--_dJqm.UBQ_Slider__disabled--hEnuV{opacity:.55;pointer-events:none}.UBQ_Slider__inputRange--XwhAm{-webkit-appearance:none;width:100%;height:calc(var(--ubq-margin-l) + var(--ubq-margin-s));box-sizing:content-box;outline:none;margin:0;border-radius:var(--ubq-border_radius-s);background:var(--ubq-interactive-default);cursor:pointer}@supports not (contain: none){.UBQ_Slider__inputRange--XwhAm:focus{background:var(--ubq-interactive-hover);outline:none;box-shadow:var(--ubq-effect-focus)}.UBQ_Slider__inputRange--XwhAm:focus::-webkit-slider-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--XwhAm:focus::-moz-range-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}}.UBQ_Slider__inputRange--XwhAm:focus:not(:focus-visible){box-shadow:none}.UBQ_Slider__inputRange--XwhAm:focus-visible{background:var(--ubq-interactive-hover);outline:none;box-shadow:var(--ubq-effect-focus)}.UBQ_Slider__inputRange--XwhAm:focus-visible::-webkit-slider-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--XwhAm:focus-visible::-moz-range-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--XwhAm:hover:not(:disabled){background:var(--ubq-interactive-hover)}.UBQ_Slider__inputRange--XwhAm:hover:not(:disabled)::-webkit-slider-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--XwhAm:hover:not(:disabled)::-moz-range-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--XwhAm::-moz-range-track{background-image:linear-gradient(var(--ubq-progress), var(--ubq-progress));background-position:0;background-size:calc(
|
|
47
47
|
calc(1.5 * var(--ubq-margin-xs)) / 2 + calc(
|
|
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
|
-
) 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-
|
|
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
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);padding:var(--ubq-margin-xs) var(--ubq-margin-s);border-radius:var(--ubq-border_radius-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
|
-
.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-
|
|
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)}
|
|
55
55
|
.UBQ_CodeBlock__block--XhLz5{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);overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);white-space:pre;padding:var(--ubq-margin-xs) var(--ubq-margin-s);margin:0;min-height:calc(12*var(--ubq-typography-input-m-line_height));width:80ch;border-radius:var(--ubq-border_radius-m);border:none;background:var(--ubq-input-default);color:var(--ubq-foreground-default)}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_CodeBlock__block--XhLz5::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}@supports not (contain: none){.UBQ_CodeBlock__block--XhLz5:focus{background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus)}}.UBQ_CodeBlock__block--XhLz5:focus-visible{z-index:1;background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus)}
|
|
56
56
|
.UBQ_Menu__block--_28h_{margin:0;padding:0;list-style-type:none}.UBQ_Menu__block--_28h_ button{width:100%}
|
|
57
57
|
.UBQ_TreeView__block--_IS6l{border-radius:var(--ubq-border_radius-l);background:var(--ubq-interactive-group-default);padding-left:0}.UBQ_TreeView__block--_IS6l:hover{background:var(--ubq-interactive-group-hover)}.UBQ_TreeView__block--_IS6l:not(:last-child){margin-bottom:var(--ubq-margin-l)}.UBQ_TreeView__isGroupActive--BerAU{background:var(--ubq-interactive-group-active-default)}.UBQ_TreeView__isGroupActive--BerAU:hover{background:var(--ubq-interactive-group-active-hover)}.UBQ_TreeView__header--kPfnL,.UBQ_TreeView__item--R6XsR{display:flex;justify-content:flex-start;align-items:center;width:100%;box-sizing:border-box;padding:0 var(--ubq-margin-xs) 0 0;border:none;outline:none;background:rgba(0,0,0,0);cursor:pointer}.UBQ_TreeView__header--kPfnL:first-child,.UBQ_TreeView__item--R6XsR:first-child{border-top-left-radius:calc(var(--ubq-border_radius-l) - 1px);border-top-right-radius:calc(var(--ubq-border_radius-l) - 1px)}.UBQ_TreeView__header--kPfnL:last-child,.UBQ_TreeView__item--R6XsR:last-child{border-bottom-left-radius:calc(
|
|
@@ -63,15 +63,17 @@
|
|
|
63
63
|
@supports not (contain: none){.UBQ_ExternalLink__block--Hb3aB:focus{z-index:calc(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s)}}.UBQ_ExternalLink__block--Hb3aB:focus-visible{z-index:calc(z("default") + 1);box-shadow:var(--ubq-effect-focus);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s)}
|
|
64
64
|
.UBQ_Dock__block--aKQfU{display:flex;flex-direction:column;position:relative;padding:var(--ubq-margin-xs);box-sizing:border-box;z-index:15;background:var(--ubq-elevation-2);transition:background-color .3s ease-in-out}.UBQ_Dock__block--aKQfU.UBQ_Dock__hasSelected--zZeMe{background:var(--ubq-elevation-1)}.UBQ_Dock__block--aKQfU.UBQ_Dock__left--SjHad{order:0}.UBQ_Dock__block--aKQfU.UBQ_Dock__right--XRtI1{order:1}.UBQ_Dock__small--EjOTm{width:calc(var(--ubq-scale-base)*12)}.UBQ_Dock__big--mtVNu{width:calc(var(--ubq-scale-base)*18)}.UBQ_Dock__button--ttmQQ{font-family:var(--ubq-typography-label-s-font_family);font-size:var(--ubq-typography-label-s-size);font-weight:var(--ubq-typography-label-s-weight);letter-spacing:var(--ubq-typography-label-s-letter_spacing);line-height:var(--ubq-typography-label-s-line_height);padding:var(--ubq-margin-s) var(--ubq-margin-xs);width:100%;min-height:calc(var(--ubq-scale-base)*10);flex:1 0}.UBQ_Dock__buttonLabel--w6Aji{display:flex;flex-direction:column;align-items:center;gap:var(--ubq-margin-xs);width:100%}.UBQ_Dock__buttonLabel--w6Aji>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:100%}.UBQ_Dock__group--_lfht{display:flex;flex-direction:column;gap:var(--ubq-margin-xs)}.UBQ_Dock__group--_lfht:empty{display:none}
|
|
65
65
|
.UBQ_MasonryGrid__block--X5QGY{display:grid;grid-gap:var(--ubq-margin-s);grid-auto-rows:0}
|
|
66
|
-
.UBQ_MediaStrip__block--hwS5E{border-radius:var(--ubq-border_radius-
|
|
66
|
+
.UBQ_MediaStrip__block--hwS5E{border-radius:var(--ubq-border_radius-m);box-sizing:border-box;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%;height:100%;width:100%;overflow:hidden}.UBQ_MediaStrip__block--hwS5E>*{grid-area:stack}.UBQ_MediaStrip__content--vjWxV{box-sizing:border-box;height:100%;width:100%}.UBQ_MediaStrip__backgroundContainer--CT081{height:100%;width:100%;pointer-events:none}.UBQ_MediaStrip__singleFrame--MCQAr{width:100%;height:100%;background-repeat:repeat;background-size:auto 100%}.UBQ_MediaStrip__solidColorFrame--YWz2x{width:100%;height:100%}.UBQ_MediaStrip__selected--_2x3s{box-shadow:inset 0 0 0 2px var(--ubq-focus-default);border-radius:var(--ubq-border_radius-m)}
|
|
67
67
|
.UBQ_ResizeHandle__block--YRdxN{border-radius:var(--ubq-border_radius-s);box-shadow:0 0 0 1px var(--ubq-static-selection-frame);height:calc(4*var(--ubq-scale-base));width:var(--ubq-scale-base);background:var(--ubq-static-contrast-white);cursor:col-resize}.UBQ_ResizeHandle__block--YRdxN.UBQ_ResizeHandle__vertical--sRBAO{height:var(--ubq-scale-base);width:calc(4*var(--ubq-scale-base));cursor:row-resize}.UBQ_ResizeHandle__block--YRdxN:focus-visible{box-shadow:var(--ubq-effect-focus)}
|
|
68
68
|
.UBQ_IndicatorLabel__block--ZejQt{padding:0 var(--ubq-margin-s);width:-moz-fit-content;width:fit-content;border-radius:var(--ubq-border_radius-s);color:var(--ubq-foreground-default);background:var(--ubq-overlay);font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height)}
|
|
69
|
-
.UBQ_MediaTrim__block--Q08_J{box-sizing:border-box;width:100%;height:calc(var(--ubq-scale-base)*6);overflow:hidden;border-radius:var(--ubq-border_radius-s);box-shadow:var(--ubq-effect-shadow)}.UBQ_MediaTrim__containedWrapper--WaXWC{width:100%;height:100%;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%}.UBQ_MediaTrim__contained--jhSLl{grid-area:stack;height:100%;background-color:rgba(0,0,0,0);box-shadow:0 0 0 100vmax var(--ubq-static-selection-frame);opacity:70%}.UBQ_MediaTrim__containedChildren--_1ydS{grid-area:stack;width:100%;height:100%;z-index:0}.UBQ_MediaTrim__innerMediaStrip--fVo9X{background:rgba(0,0,0,0);box-shadow:0 0 0 100vmax rgba(0,0,0,.55),inset 0 0 0 2px var(--ubq-focus-default);cursor:grab}.UBQ_MediaTrim__grabbing--quy06{cursor:grabbing}.UBQ_MediaTrim__handle--RYMT5{cursor:col-resize;padding:var(--ubq-margin-xs) var(--ubq-margin-s)}
|
|
69
|
+
.UBQ_MediaTrim__block--Q08_J{box-sizing:border-box;width:100%;height:calc(var(--ubq-scale-base)*6);overflow:hidden;border-radius:var(--ubq-border_radius-s);box-shadow:var(--ubq-effect-shadow)}.UBQ_MediaTrim__containedWrapper--WaXWC{width:100%;height:100%;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%}.UBQ_MediaTrim__contained--jhSLl{grid-area:stack;height:100%;background-color:rgba(0,0,0,0);box-shadow:0 0 0 100vmax var(--ubq-static-selection-frame);opacity:70%}.UBQ_MediaTrim__containedChildren--_1ydS{grid-area:stack;width:100%;height:100%;z-index:0}.UBQ_MediaTrim__outerMediaStrip--OW4_g,.UBQ_MediaTrim__innerMediaStrip--fVo9X{border-radius:var(--ubq-border_radius-s)}.UBQ_MediaTrim__innerMediaStrip--fVo9X{background:rgba(0,0,0,0);box-shadow:0 0 0 100vmax rgba(0,0,0,.55),inset 0 0 0 2px var(--ubq-focus-default);cursor:grab}.UBQ_MediaTrim__grabbing--quy06{cursor:grabbing}.UBQ_MediaTrim__handle--RYMT5{cursor:col-resize;padding:var(--ubq-margin-xs) var(--ubq-margin-s)}
|
|
70
70
|
.UBQ_Seeker__seeker--FPp7l{height:100%;display:grid;grid-template-areas:"trackerStack";grid-template-rows:100%;grid-template-columns:100%;justify-items:center;align-items:start;pointer-events:initial;cursor:grab}.UBQ_Seeker__seeker--FPp7l.UBQ_Seeker__grabbing--aMAmT{cursor:grabbing}.UBQ_Seeker__seeker--FPp7l:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_Seeker__head--bvTDO{grid-area:trackerStack;width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*3);display:flex;color:var(--ubq-static-selection-frame)}.UBQ_Seeker__head--bvTDO svg{width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*3)}.UBQ_Seeker__bar--B6hHh{grid-area:trackerStack;width:2px;height:100%;border-radius:var(--ubq-border_radius-s);background-color:var(--ubq-static-selection-frame)}
|
|
71
71
|
.UBQ_MediaSeeker__block--Aix5e{--top-offset: calc(calc(var(--ubq-scale-base) * 3) - 2px);position:relative;overflow:visible;min-width:-moz-fit-content;min-width:fit-content}.UBQ_MediaSeeker__block--Aix5e.UBQ_MediaSeeker__big--n5loC{--top-offset: calc(calc(var(--ubq-scale-base) * 3) + var(--ubq-margin-l))}.UBQ_MediaSeeker__overlay--_SQHz{grid-area:stack;position:absolute;height:calc(100% + var(--top-offset));top:calc(var(--top-offset)*-1);margin-left:calc(calc(var(--ubq-scale-base) * 2) / -2);display:flex;flex-direction:row;justify-content:space-between;gap:var(--ubq-margin-xs);pointer-events:none}.UBQ_MediaSeeker__overlay--_SQHz.UBQ_MediaSeeker__flipLabel--_pjc9{margin-left:calc((var(--ubq_internal-seeker-width) * -1) + calc(var(--ubq-scale-base) * 2) / 2);flex-direction:row-reverse}.UBQ_MediaSeeker__seeker--vwIL5{margin-top:2px}.UBQ_MediaSeeker__time--Sky1x{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);height:min-content;color:var(--ubq-foreground-default);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
72
|
-
.
|
|
73
|
-
.
|
|
74
|
-
.
|
|
72
|
+
.UBQ_FloatingActionButton__block--PLBmE{height:calc(12*var(--ubq-scale-base));width:calc(12*var(--ubq-scale-base));border-radius:50%;background:var(--ubq-elevation-1)}.UBQ_FloatingActionButton__button--YnxP4{height:100%;width:100%;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:var(--ubq-interactive-default);color:var(--ubq-foreground-default);cursor:pointer;box-shadow:var(--ubq-effect-shadow)}.UBQ_FloatingActionButton__button--YnxP4:hover{background:var(--ubq-interactive-hover)}.UBQ_FloatingActionButton__button--YnxP4:active{background:var(--ubq-interactive-pressed);color:var(--ubq-foreground-default)}.UBQ_FloatingActionButton__button--YnxP4:focus{outline:none}.UBQ_FloatingActionButton__button--YnxP4:focus-visible{box-shadow:var(--ubq-effect-focus);background:var(--ubq-interactive-hover)}.UBQ_FloatingActionButton__button--YnxP4>span{display:grid;place-content:center}
|
|
73
|
+
.UBQ_TimelineVideoStrip__block--_6Iq3{flex-shrink:0;display:flex;flex-direction:column}.UBQ_TimelineVideoStrip__strip--Z0b_r{height:calc(16*var(--ubq-scale-base));flex-shrink:0}.UBQ_TimelineVideoStrip__strip--Z0b_r:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_TimelineVideoStrip__label--jUjmO{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-light);margin:var(--ubq-margin-xs) 0 0 var(--ubq-margin-s)}.UBQ_TimelineVideoStrip__indicator--_w5mO{margin:0 0 var(--ubq-margin-xs) var(--ubq-margin-xs)}.UBQ_TimelineVideoStrip__handle--Wj8ep{cursor:col-resize;padding:0 var(--ubq-margin-s)}
|
|
74
|
+
.UBQ_CanvasAction__block--fbc8M{display:flex;padding:calc(var(--ubq-margin-xs) - 1px)}.UBQ_CanvasAction__block--fbc8M:not(:last-child){border-right:1px solid var(--ubq-stroke-contrast-1)}
|
|
75
|
+
.UBQ_CanvasActionContainer__canvasActions--_2g3e{display:flex;flex-direction:row;align-items:center;background:var(--ubq-elevation-2);border:1px solid var(--ubq-stroke-contrast-1);border-radius:var(--ubq-border_radius-m);overflow:hidden}.UBQ_CanvasActionContainer__canvasActions--_2g3e:empty{display:none}.UBQ_CanvasActionContainer__tippy--Js2dJ{max-width:unset !important}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden]{opacity:0}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.UBQ_CanvasActionContainer__tippy--Js2dJ[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
|
|
76
|
+
.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL{background:var(--ubq-interactive-template-default)}.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-template-hover)}.UBQ_PlaceholderSettings__placeholderPopoverButton--E1tmL:active{background:var(--ubq-interactive-template-pressed)}.UBQ_PlaceholderSettings__subScopeMenuItem--IhJku{padding-left:var(--ubq-margin-l)}.UBQ_PlaceholderSettings__spacer--eMd5b{width:var(--ubq-margin-xs)}.UBQ_PlaceholderSettings__hidden--UTFNM{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.UBQ_PlaceholderSettings__separator--gVJ1q{margin:var(--ubq-margin-xs)}
|
|
75
77
|
.UBQ_AssetLibraryBreadcrumb__breadcrumb--uxJ_q{display:flex;align-items:center;margin:var(--ubq-margin-xs) var(--ubq-margin-m)}.UBQ_AssetLibraryBreadcrumb__label--bQYql,.UBQ_AssetLibraryBreadcrumb__button--AMSwu,.UBQ_AssetLibraryBreadcrumb__divider--evlg9{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-info)}.UBQ_AssetLibraryBreadcrumb__divider--evlg9{flex:0 0 auto;padding:0 var(--ubq-margin-xs)}.UBQ_AssetLibraryBreadcrumb__button--AMSwu,.UBQ_AssetLibraryBreadcrumb__label--bQYql{flex:0 1 auto;max-width:100%}.UBQ_AssetLibraryBreadcrumb__label--bQYql{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ubq-foreground-default);margin-left:var(--ubq-margin-xs);padding-left:var(--ubq-margin-xs)}
|
|
76
78
|
.UBQ_AssetLibraryCard__block--_2TCT{display:flex;justify-content:center;align-items:center}.UBQ_AssetLibraryCard__block--_2TCT.UBQ_AssetLibraryCard__containsLabel--_drlo{flex-direction:column-reverse}.UBQ_AssetLibraryCard__block--_2TCT.UBQ_AssetLibraryCard__hasBackground--trYoc .UBQ_AssetLibraryCard__label--dlrxP{background-color:var(--ubq-overlay);position:absolute;bottom:0;left:0;right:0;padding:var(--ubq-margin-xs)}.UBQ_AssetLibraryCard__label--dlrxP{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--ubq-foreground-default)}
|
|
77
79
|
.UBQ_AssetCreditsButton__block--y3Mry{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s)}.UBQ_AssetCreditsButton__button--LCI7b{border-radius:var(--ubq-border_radius-s)}.UBQ_AssetCreditsButton__heading--NiYCH{margin-bottom:var(--ubq-margin-s)}.UBQ_AssetCreditsButton__content--_FHoo{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-s) 0;width:calc(72*var(--ubq-scale-base));color:var(--ubq-foreground-default)}.UBQ_AssetCreditsButton__content--_FHoo>*:not(hr){margin-left:var(--ubq-margin-s);margin-right:var(--ubq-margin-s)}.UBQ_AssetCreditsButton__license--khAov,.UBQ_AssetCreditsButton__credits--_7E02{color:var(--ubq-foreground-light)}.UBQ_AssetCreditsButton__license--khAov a,.UBQ_AssetCreditsButton__credits--_7E02 a{color:var(--ubq-foreground-light)}.UBQ_AssetCreditsButton__tags--_oauH{display:flex;justify-content:center}.UBQ_AssetCreditsButton__tag--_2UDt{display:inline-block;background:var(--ubq-interactive-default);border-radius:var(--ubq-border_radius-l);padding:var(--ubq-margin-xs) var(--ubq-margin-s);color:var(--ubq-foreground-light)}.UBQ_AssetCreditsButton__tag--_2UDt:not(:last-child){margin-right:var(--ubq-margin-xs)}.UBQ_AssetCreditsButton__separator--pXFne{margin-top:var(--ubq-margin-m);margin-bottom:var(--ubq-margin-m)}.UBQ_AssetCreditsButton__license--khAov{display:flex;align-items:center}.UBQ_AssetCreditsButton__licenseUrl--SXeKU{display:flex;align-items:center;margin-left:var(--ubq-margin-xs)}
|
|
@@ -99,21 +101,21 @@
|
|
|
99
101
|
.UBQ_InspectorHorizontalGroup__block--M9_3R{display:flex}.UBQ_InspectorHorizontalGroup__block--M9_3R>*{max-width:50%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:only-child{max-width:100%}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(odd):not(:last-child){margin-right:var(--ubq-margin-s)}.UBQ_InspectorHorizontalGroup__block--M9_3R>*:nth-child(even){margin-left:var(--ubq-margin-s)}
|
|
100
102
|
.UBQ_SliderInput__block--qaiej{width:100%}
|
|
101
103
|
.UBQ_PropertyToggle__block--x_QQa{flex:0 0 calc(6*var(--ubq-scale-base))}.UBQ_PropertyToggle__emptyGap--VqXG8{flex:0 0 calc(6*var(--ubq-scale-base));display:hidden;-webkit-user-select:none;user-select:none}
|
|
102
|
-
.UBQ_SubInspector__block--_Vxo6{position:absolute;top:0;left:0;right:0;bottom:0;margin-right:0;z-index:30;display:flex;flex-direction:column;background:var(--ubq-elevation-1)}.UBQ_SubInspector__block--_Vxo6[data-cy=crop-container]{z-index:31}.UBQ_SubInspector__containerSection--V47rJ{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:column;height:calc(100% - 48px);box-sizing:border-box;overflow:auto}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_SubInspector__button--nqozz{border:1px solid var(--ubq-
|
|
104
|
+
.UBQ_SubInspector__block--_Vxo6{position:absolute;top:0;left:0;right:0;bottom:0;margin-right:0;z-index:30;display:flex;flex-direction:column;background:var(--ubq-elevation-1)}.UBQ_SubInspector__block--_Vxo6[data-cy=crop-container]{z-index:31}.UBQ_SubInspector__containerSection--V47rJ{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;flex-direction:column;height:calc(100% - 48px);box-sizing:border-box;overflow:auto}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_SubInspector__containerSection--V47rJ::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_SubInspector__button--nqozz{border:1px solid var(--ubq-stroke-contrast-1)}.UBQ_SubInspector__highlight--oKLVC{border:none;background:var(--ubq-interactive-default)}.UBQ_SubInspector__wrapper--euOh8{height:100%}
|
|
103
105
|
.UBQ_Transform__rotationGroup--KlwKI{display:flex}.UBQ_Transform__rotationGroup--KlwKI>*:not(:last-child){margin-right:var(--ubq-margin-s)}
|
|
104
106
|
.UBQ_AspectLock__aspectLock--f9K17{flex-grow:0;flex-basis:initial;display:flex;flex-direction:column;justify-content:center;height:calc(2 * calc(2 * var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height)) + var(--ubq-margin-m));align-self:flex-start}.UBQ_AspectLock__aspectIsUnlocked--dgcIR>svg{opacity:.55}.UBQ_AspectLock__aspectLockButton--fQB_X{flex-grow:0;flex-shrink:0;flex-basis:initial}.UBQ_AspectLock__aspectLockVector--iC4fM{color:var(--ubq-foreground-info);align-self:center;margin-left:-50%;width:calc(3*var(--ubq-scale-base));height:calc(2*var(--ubq-scale-base))}.UBQ_AspectLock__aspectLockVector--iC4fM:last-child{transform:scale(1, -1)}
|
|
105
107
|
.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)}
|
|
106
108
|
.UBQ_ImageProcessorControls__block--WiBOU{overflow:hidden}
|
|
107
109
|
.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}
|
|
108
110
|
.UBQ_FillModeSelect__button--hhPsM{flex:0 0 50%}.UBQ_FillModeSelect__button--hhPsM>span>span{flex-grow:0}
|
|
109
|
-
.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-
|
|
111
|
+
.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)}
|
|
110
112
|
.UBQ_StrokeProperties__popoverContent--_jKOv{width:calc(60*var(--ubq-scale-base))}
|
|
111
113
|
.UBQ_StrokeStyleSelect__button--pvL6q{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(30*var(--ubq-scale-base))}.UBQ_StrokeStyleSelect__option--_NVLj{display:flex;gap:var(--ubq-margin-xs)}
|
|
112
114
|
.UBQ_FilterIntensitySlider__block--r91Yk{overflow:hidden}
|
|
113
115
|
.UBQ_ClipContent__button--o7xsY{flex:1;text-align:center}.UBQ_ClipContent__button--o7xsY>span>span{text-align:center}
|
|
114
116
|
.UBQ_Formats__button--gOcc6{flex-grow:0;flex-shrink:0;flex-basis:initial}.UBQ_Formats__option--_TQRG{display:inline-block;white-space:nowrap}
|
|
115
117
|
.UBQ_TextArea__block--RlRhA{min-height:calc(var(--ubq-typography-label-m-size)*var(--ubq-typography-label-m-line_height));flex-grow:1;padding:var(--ubq-margin-s);margin:0;background-color:var(--ubq-elevation-1);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s);border:0;resize:none;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0)}@supports not (contain: none){.UBQ_TextArea__block--RlRhA:focus{outline:none;box-shadow:0 0 0 4px var(--focus-color)}}.UBQ_TextArea__block--RlRhA:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus-color)}.UBQ_TextArea__block--RlRhA::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_TextArea__block--RlRhA::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_TextArea__block--RlRhA::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_TextArea__block--RlRhA::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}
|
|
116
|
-
.UBQ_FontStyleSelect__separator--FCONS{height:1px;width:100%;margin:var(--ubq-margin-xs) 0;flex-shrink:0;background:var(--ubq-
|
|
118
|
+
.UBQ_FontStyleSelect__separator--FCONS{height:1px;width:100%;margin:var(--ubq-margin-xs) 0;flex-shrink:0;background:var(--ubq-stroke-contrast-1);border:none}
|
|
117
119
|
.UBQ_FontStyleSelectItem__block--_9wWw{min-width:100px}
|
|
118
120
|
.UBQ_TypefaceSelectItem__block--_KQ8Q{display:flex;align-items:center;height:calc(var(--ubq-scale-base)*7.5);width:calc(var(--ubq-scale-base)*75)}.UBQ_TypefaceSelectItem__text--bpR_P{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
|
119
121
|
.UBQ_FontInput__block--z5LbG{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:24px;column-gap:var(--ubq-margin-s);row-gap:var(--ubq-margin-s)}.UBQ_FontInput__fontFamilySelect--_IYS9,.UBQ_FontInput__fontStyleSelect--XPJc0{display:flex}.UBQ_FontInput__fontFamilySelect--_IYS9,.UBQ_FontInput__fontStyleSelect--XPJc0{display:flex}.UBQ_FontInput__fontFamilySelect--_IYS9,.UBQ_FontInput__fontSizeSelect--_KGbM{grid-column-start:1;grid-column-end:span 3}.UBQ_FontInput__fontStyleSelect--XPJc0,.UBQ_FontInput__fontStyleToggles--UR1gk{grid-column-start:4;grid-column-end:span 3}.UBQ_FontInput__fontStyleToggles--UR1gk{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:var(--ubq-margin-s)}
|
|
@@ -147,11 +149,12 @@
|
|
|
147
149
|
.UBQ_ShapeOptions__popoverContent--_AAQC{width:calc(60*var(--ubq-scale-base))}
|
|
148
150
|
.UBQ_ShapeStrokeWidth__popoverContent--KY7Dh{width:calc(60*var(--ubq-scale-base))}.UBQ_ShapeStrokeWidth__button--TTA89{max-width:calc(30*var(--ubq-scale-base))}
|
|
149
151
|
.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}
|
|
150
|
-
.UBQ_InspectorBar__block--LJY1E{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--LWR2R{display:flex;justify-content:center;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--LWR2R:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--LWR2R:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--LWR2R:first-child{margin-left:0}.UBQ_InspectorBar__area--LWR2R:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--Xhg5d{display:flex;gap:var(--ubq-margin-xs);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child:empty{margin:0}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--k7Lq_{width:100%;display:flex}.UBQ_InspectorBar__fontSize--nXKQh{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__optionsMenuRow--dk3L5{display:grid;grid-template-columns:
|
|
152
|
+
.UBQ_InspectorBar__block--LJY1E{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--LJY1E::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--LWR2R{display:flex;justify-content:center;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--LWR2R:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--LWR2R:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--LWR2R:first-child{margin-left:0}.UBQ_InspectorBar__area--LWR2R:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--Xhg5d{display:flex;gap:var(--ubq-margin-xs);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:first-child>.UBQ_InspectorBar__areaGroup--Xhg5d:first-child:empty{margin:0}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--LWR2R:last-child>.UBQ_InspectorBar__areaGroup--Xhg5d:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--k7Lq_{width:100%;display:flex}.UBQ_InspectorBar__fontSize--nXKQh{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__optionsMenuRow--dk3L5{display:grid;width:calc(63*var(--ubq-scale-base));grid-template-columns:.6fr 1fr;gap:var(--ubq-margin-xs);align-items:center;margin-bottom:var(--ubq-margin-s)}.UBQ_InspectorBar__cropStraightenSlider--gfEGR{width:calc(var(--ubq-scale-base)*40)}.UBQ_InspectorBar__containerTrimModeInterface--lzxyS{width:100%}.UBQ_InspectorBar__buttonTrimPlay--_3Ns1{flex:0 0 auto}.UBQ_InspectorBar__numberInputTrimDuration--R7FqK{flex:0 0 calc(16*var(--ubq-scale-base))}.UBQ_InspectorBar__containerMediaTrim--UQJXK{flex:1 1 100%;margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__buttonTrimDone--IGjcJ{flex:0 0 fit-content}
|
|
151
153
|
.UBQ_Unload__block--hxWIb>button{margin-bottom:1rem}
|
|
152
154
|
.UBQ_RawInspector__block--Ezhba{display:flex;align-items:center;width:100%;font-size:12px;margin-bottom:10px}.UBQ_RawInspector__block--Ezhba>label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UBQ_RawInspector__block--Ezhba>input{width:95%}.UBQ_RawInspector__rawInline--_j10W{flex-direction:row-reverse;justify-content:flex-end}.UBQ_RawInspector__rawInline--_j10W>input{width:auto}.UBQ_RawInspector__rawField--Z1fRF{flex-direction:column;justify-content:flex-start;align-items:flex-start}.UBQ_RawInspector__rawField--Z1fRF>input{width:95%}
|
|
153
155
|
.UBQ_FontPreview__block--fWDUg>button{margin-bottom:1rem}
|
|
154
156
|
.UBQ_WelcomeInspector__container--_GJ68{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-flow:column;height:100%}.UBQ_WelcomeInspector__container--_GJ68 .UBQ_WelcomeInspector__white-label-logo--_LQCu{color:var(--ubq-foreground-default)}.UBQ_WelcomeInspector__sectionblock--plxb_{color:var(--ubq-foreground-default);min-height:min-content;height:inherit;margin:var(--ubq-margin-l) 0}.UBQ_WelcomeInspector__sectionblock--plxb_ .UBQ_WelcomeInspector__sectioncontent--L_uCg{height:100%}.UBQ_WelcomeInspector__sectionblock--plxb_:first-child{margin-top:0}.UBQ_WelcomeInspector__sectionblock--plxb_:last-child{margin-bottom:0}.UBQ_WelcomeInspector__sectionblock--plxb_>*:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_WelcomeInspector__paragraphs--sQvKV>p{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);text-align:center;width:auto;color:var(--ubq-foreground-default);margin:var(--ubq-margin-m) var(--ubq-margin-l) calc(var(--ubq-margin-m)*2)}
|
|
157
|
+
.UBQ_Timeline__block--_X4GI{position:relative;background:var(--ubq-elevation-1)}.UBQ_Timeline__overflowContainer--LJBma{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);width:100%;padding-left:calc(22*var(--ubq-scale-base));box-sizing:border-box;overflow-x:scroll}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Timeline__overflowContainer--LJBma::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Timeline__scale--wmVSF{height:calc(8*var(--ubq-scale-base));min-width:100%}.UBQ_Timeline__timelineVideo--TViSG{height:calc(20*var(--ubq-scale-base));min-width:100%;display:flex}.UBQ_Timeline__timelineAudio--NAGTo{height:calc(6*var(--ubq-scale-base));min-width:100%;margin:var(--ubq-margin-l) 0;display:flex}.UBQ_Timeline__status--_Tkqz{height:calc(8*var(--ubq-scale-base));width:100%}.UBQ_Timeline__playContainer--BfUhi{position:absolute;display:grid;place-content:center;height:calc(40*var(--ubq-scale-base));width:calc(22*var(--ubq-scale-base))}.UBQ_Timeline__addPage--Jzy2n{width:calc(20*var(--ubq-scale-base));height:calc(16*var(--ubq-scale-base));flex-grow:0;flex-shrink:0;margin-left:var(--ubq-margin-l);border:1px solid var(--ubq-border-divider);border-radius:var(--ubq-border_radius-m)}
|
|
155
158
|
.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}
|
|
156
159
|
*:focus-visible{outline:none}*:focus{outline:none}.react-draggable-transparent-selection{-webkit-user-select:none;user-select:none}.UBQ_GlobalStyles__block--wwp3W{height:100%;width:100%}
|
|
157
160
|
.UBQ_UndoControls__block--pGsrm{display:inline-flex}
|