@cesdk/cesdk-js 1.6.2 → 1.7.0-alpha.1
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.wasm +0 -0
- package/assets/i18n/de.json +31 -6
- package/assets/i18n/en.json +44 -19
- package/assets/ui/fonts/Inter-SemiBold.woff +0 -0
- package/assets/ui/fonts/Inter-SemiBold.woff2 +0 -0
- package/assets/ui/stylesheets/cesdk-themes.css +1 -1
- package/assets/ui/stylesheets/cesdk.css +87 -86
- package/cesdk-engine.umd.d.ts +1688 -1780
- package/cesdk-engine.umd.js +1 -1
- package/cesdk.umd.js +1 -1
- package/index.d.ts +1827 -1929
- package/package.json +1 -1
package/assets/core/cesdk.wasm
CHANGED
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -297,8 +297,9 @@
|
|
|
297
297
|
"common.role.creator": "Creator",
|
|
298
298
|
"common.role.presenter": "Presenter",
|
|
299
299
|
"common.role.viewer": "Viewer",
|
|
300
|
-
"common.
|
|
301
|
-
"common.rotation
|
|
300
|
+
"common.rotateAndFlip": "$t(common.rotation) & $t(property.flip)",
|
|
301
|
+
"common.rotation": "Drehen",
|
|
302
|
+
"common.rotation.inUnit": "$t(common.rotation) in Grad",
|
|
302
303
|
"common.save": "Speichern",
|
|
303
304
|
"common.select": "Auswählen",
|
|
304
305
|
"common.size": "Größe",
|
|
@@ -327,8 +328,8 @@
|
|
|
327
328
|
"component.canvas.state.loading": "Editor wird geladen",
|
|
328
329
|
"component.canvas.state.loading.description": "Nur ein paar Sekunden...",
|
|
329
330
|
"component.canvas.state.unsupported": "Ihr Browser wird nicht unterstützt",
|
|
330
|
-
"component.colorPicker.colorItem.description": "Diese Farbe verwenden",
|
|
331
331
|
"component.colorPicker.colorItem": "Farbelement {{index}}",
|
|
332
|
+
"component.colorPicker.colorItem.description": "Klicken um diese Farbe zu verwenden ({{color}})",
|
|
332
333
|
"component.colorPicker.colorItem.hexInput": "Hex",
|
|
333
334
|
"component.colorPicker.colorItem.transparent": "Farbelement {{index}}, Farbname: Transparent",
|
|
334
335
|
"component.colorPicker.description": "Farbe ändern",
|
|
@@ -347,6 +348,26 @@
|
|
|
347
348
|
"component.dockIconSizeSelect.large.description": "Große Dock Icon Skalierung auswählen",
|
|
348
349
|
"component.dockIconSizeSelect.normal": "Normal",
|
|
349
350
|
"component.dockIconSizeSelect.normal.description": "Normale Dock Icon Skalierung auswählen",
|
|
351
|
+
"component.dockLabelLibraryInsertAutoCloseSettings": "Bibliothek schließen (beim einfügen)",
|
|
352
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.false": "Offen lassen",
|
|
353
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.false.description": "Die Bibliothek offen lassen nachdem ein Asset eingefügt wurde",
|
|
354
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.true": "Schließen",
|
|
355
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.true.description": "Die Bibliothek schließen nachdem ein Asset eingefügt wurde",
|
|
356
|
+
"component.dockLabelLibraryInsertFloatingSettings": "Bibliothek (einfügen)",
|
|
357
|
+
"component.dockLabelLibraryInsertFloatingSettings.fixed": "Fixiert",
|
|
358
|
+
"component.dockLabelLibraryInsertFloatingSettings.fixed.description": "Die Bibliothek beim Einfügen ist nebem der Arbeitsfläche fixiert.",
|
|
359
|
+
"component.dockLabelLibraryInsertFloatingSettings.floating": "Schwebend",
|
|
360
|
+
"component.dockLabelLibraryInsertFloatingSettings.floating.description": "Die Bibliothek beim Einfügen schwebt über der Arbeitsfläche",
|
|
361
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings": "Bibliothek schließen (beim ersetzen)",
|
|
362
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.false": "Offen lassen",
|
|
363
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.false.description": "Die Bibliothek offen lassen nachdem ein Asset ersetzt wurde",
|
|
364
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.true": "Schließen",
|
|
365
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.true.description": "Die Bibliothek schließen nachdem ein Asset ersetzt wurde",
|
|
366
|
+
"component.dockLabelLibraryReplaceFloatingSettings": "Bibliothek (ersetzen)",
|
|
367
|
+
"component.dockLabelLibraryReplaceFloatingSettings.fixed": "Fixiert",
|
|
368
|
+
"component.dockLabelLibraryReplaceFloatingSettings.fixed.description": "Die Bibliothek beim Ersetzen ist nebem der Arbeitsfläche fixiert.",
|
|
369
|
+
"component.dockLabelLibraryReplaceFloatingSettings.floating": "Schwebend",
|
|
370
|
+
"component.dockLabelLibraryReplaceFloatingSettings.floating.description": "Die Bibliothek beim Ersetzen schwebt über der Arbeitsfläche",
|
|
350
371
|
"component.dockLabelVisibilityToggle": "Dock Label",
|
|
351
372
|
"component.dockLabelVisibilityToggle.hide": "Ausblenden",
|
|
352
373
|
"component.dockLabelVisibilityToggle.hide.description": "Beschriftungen der Dock Buttons ausblenden",
|
|
@@ -393,6 +414,7 @@
|
|
|
393
414
|
"component.librarySettings.imageLibrary": "Bilder-Bibliothek",
|
|
394
415
|
"component.librarySettings.templateLibrary": "$t(component.templateLibrary)",
|
|
395
416
|
"component.librarySettings.textLibrary": "Text-Bibliothek",
|
|
417
|
+
"component.librarySettings.uploadLibrary": "Upload-Bibliothek",
|
|
396
418
|
"component.pageTitleVisibilityToggle": "Seiten Titel",
|
|
397
419
|
"component.pageTitleVisibilityToggle.hide": "Ausblenden",
|
|
398
420
|
"component.pageTitleVisibilityToggle.hide.description": "Titel einer Seite ausblenden",
|
|
@@ -490,6 +512,7 @@
|
|
|
490
512
|
"input.multiSelection.notice": "Mehrere Elemente können nicht\ngleichzeitig bearbeitet werden.",
|
|
491
513
|
"input.multiSelection.title": "Mehrere Elemente ({{count}})",
|
|
492
514
|
"input.options": "Optionen",
|
|
515
|
+
"input.options.description": "Mehr Optionen",
|
|
493
516
|
"input.page.titleTemplate": "$t(common.page) {{number}}",
|
|
494
517
|
"input.pages": "Seiten",
|
|
495
518
|
"input.preset": "Vorlage",
|
|
@@ -512,7 +535,7 @@
|
|
|
512
535
|
"input.transform.description": "$t(common.position) und $t(common.size) ändern",
|
|
513
536
|
"input.typefaceSelect.description": "Ausgewählte Schriftfamilie: {{fontFamily}}",
|
|
514
537
|
"input.typefaceSelect.tooltip": "Schriftfamilie ändern",
|
|
515
|
-
"input.unit.tooltip": "$(common.unit) auswählen",
|
|
538
|
+
"input.unit.tooltip": "$t(common.unit) auswählen",
|
|
516
539
|
"input.uploadImage": "Bild wird hochgeladen...",
|
|
517
540
|
"libraries.local.label": "Uploads",
|
|
518
541
|
"libraries.ly.img.image.label": "Bilder",
|
|
@@ -588,7 +611,6 @@
|
|
|
588
611
|
"property.blendMode.ColorDodge": "Farbig abwedeln",
|
|
589
612
|
"property.blendMode.Darken": "Verdunkeln",
|
|
590
613
|
"property.blendMode.description": "Ausgewählter Überblendmodi: {{mode}}",
|
|
591
|
-
"property.blendMode.tooltip": "Überblendmodi ändern",
|
|
592
614
|
"property.blendMode.Difference": "Differenz",
|
|
593
615
|
"property.blendMode.Exclusion": "Ausschluss",
|
|
594
616
|
"property.blendMode.HardLight": "Hartes Licht",
|
|
@@ -602,6 +624,7 @@
|
|
|
602
624
|
"property.blendMode.Saturation": "Sätigung",
|
|
603
625
|
"property.blendMode.Screen": "Negativ multiplizieren",
|
|
604
626
|
"property.blendMode.SoftLight": "Weiches Licht",
|
|
627
|
+
"property.blendMode.tooltip": "Überblendmodi ändern",
|
|
605
628
|
"property.blur.extrudeBlur": "Zoom Unschärfe",
|
|
606
629
|
"property.blur.extrudeBlur.amount": "Intensität",
|
|
607
630
|
"property.blur.linearBlur": "Lineare Unschärfe",
|
|
@@ -726,6 +749,7 @@
|
|
|
726
749
|
"property.letterSpacing": "Laufweite",
|
|
727
750
|
"property.lineHeight": "Zeilenhöhe",
|
|
728
751
|
"property.lineWidth": "Linienbreite",
|
|
752
|
+
"property.lineWidth.description": "Linienbreite ändern",
|
|
729
753
|
"property.lutFilterIntensity": "Intensität",
|
|
730
754
|
"property.opacity": "Transparenz",
|
|
731
755
|
"property.orientation": "Ausrichtung",
|
|
@@ -764,6 +788,7 @@
|
|
|
764
788
|
"property.strokeWidth.description": "Strichbreite ändern",
|
|
765
789
|
"property.textAlignment.horizontal": "Horizontale Ausrichtung",
|
|
766
790
|
"property.textAlignment.horizontal.center": "Text mittig ausrichten",
|
|
791
|
+
"property.textAlignment.horizontal.description": "Horizontale Ausrichtung ändern",
|
|
767
792
|
"property.textAlignment.horizontal.left": "Text links ausrichten",
|
|
768
793
|
"property.textAlignment.horizontal.right": "Text rechts ausrichten",
|
|
769
794
|
"property.textAlignment.vertical": "Vertikale Ausrichtung",
|
|
@@ -797,4 +822,4 @@
|
|
|
797
822
|
"variables.first_name.label": "Vorname",
|
|
798
823
|
"variables.last_name.label": "Nachname",
|
|
799
824
|
"warning.invalidType": "Invalider Typ: Dateityp nicht erlaubt"
|
|
800
|
-
}
|
|
825
|
+
}
|
package/assets/i18n/en.json
CHANGED
|
@@ -297,8 +297,9 @@
|
|
|
297
297
|
"common.role.creator": "Creator",
|
|
298
298
|
"common.role.presenter": "Presenter",
|
|
299
299
|
"common.role.viewer": "Viewer",
|
|
300
|
-
"common.
|
|
301
|
-
"common.rotation
|
|
300
|
+
"common.rotateAndFlip": "$t(common.rotation) & $t(property.flip)",
|
|
301
|
+
"common.rotation": "Rotate",
|
|
302
|
+
"common.rotation.inUnit": "$t(common.rotation) in degrees",
|
|
302
303
|
"common.save": "Save",
|
|
303
304
|
"common.select": "Select",
|
|
304
305
|
"common.size": "Size",
|
|
@@ -327,8 +328,8 @@
|
|
|
327
328
|
"component.canvas.state.loading": "Loading Editor",
|
|
328
329
|
"component.canvas.state.loading.description": "Just a few seconds...",
|
|
329
330
|
"component.canvas.state.unsupported": "Browser is not supported",
|
|
330
|
-
"component.colorPicker.colorItem.description": "Use this color",
|
|
331
331
|
"component.colorPicker.colorItem": "Color item {{index}}",
|
|
332
|
+
"component.colorPicker.colorItem.description": "Click to use this color ({{color}})",
|
|
332
333
|
"component.colorPicker.colorItem.hexInput": "Hex",
|
|
333
334
|
"component.colorPicker.colorItem.transparent": "Color item {{index}}, Color name: transparent",
|
|
334
335
|
"component.colorPicker.description": "Change color",
|
|
@@ -347,6 +348,26 @@
|
|
|
347
348
|
"component.dockIconSizeSelect.large.description": "Select large dock icon scaling",
|
|
348
349
|
"component.dockIconSizeSelect.normal": "Normal",
|
|
349
350
|
"component.dockIconSizeSelect.normal.description": "Select normal dock icon scaling",
|
|
351
|
+
"component.dockLabelLibraryInsertAutoCloseSettings": "Auto close asset panel",
|
|
352
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.false": "Keep Open",
|
|
353
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.false.description": "Keep the asset library panel open after an asset was inserted",
|
|
354
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.true": "Close",
|
|
355
|
+
"component.dockLabelLibraryInsertAutoCloseSettings.true.description": "Close the asset library panel after an asset was inserted",
|
|
356
|
+
"component.dockLabelLibraryInsertFloatingSettings": "Asset panel",
|
|
357
|
+
"component.dockLabelLibraryInsertFloatingSettings.fixed": "Fixed",
|
|
358
|
+
"component.dockLabelLibraryInsertFloatingSettings.fixed.description": "The insert library is fixed side by side with the canvas",
|
|
359
|
+
"component.dockLabelLibraryInsertFloatingSettings.floating": "Floating",
|
|
360
|
+
"component.dockLabelLibraryInsertFloatingSettings.floating.description": "The insert library floats over the canvas",
|
|
361
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings": "Auto close replace panel",
|
|
362
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.false": "Keep Open",
|
|
363
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.false.description": "Keep the asset library panel open after an asset was replaced",
|
|
364
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.true": "Close",
|
|
365
|
+
"component.dockLabelLibraryReplaceAutoCloseSettings.true.description": "Close the asset library panel after an asset was replaced",
|
|
366
|
+
"component.dockLabelLibraryReplaceFloatingSettings": "Replace panel",
|
|
367
|
+
"component.dockLabelLibraryReplaceFloatingSettings.fixed": "Fixed",
|
|
368
|
+
"component.dockLabelLibraryReplaceFloatingSettings.fixed.description": "The replace library is fixed side by side with the canvas",
|
|
369
|
+
"component.dockLabelLibraryReplaceFloatingSettings.floating": "Floating",
|
|
370
|
+
"component.dockLabelLibraryReplaceFloatingSettings.floating.description": "The replace library floats over the canvas",
|
|
350
371
|
"component.dockLabelVisibilityToggle": "Dock Label",
|
|
351
372
|
"component.dockLabelVisibilityToggle.hide": "Hide",
|
|
352
373
|
"component.dockLabelVisibilityToggle.hide.description": "Hide labels for dock buttons",
|
|
@@ -383,7 +404,7 @@
|
|
|
383
404
|
"component.library.clearSearch": "Clear search",
|
|
384
405
|
"component.library.elements": "Elements",
|
|
385
406
|
"component.library.enterSection": "Enter section",
|
|
386
|
-
"component.library.error": "Cannot
|
|
407
|
+
"component.library.error": "Cannot connect to to asset source",
|
|
387
408
|
"component.library.loading": "Loading …",
|
|
388
409
|
"component.library.noItems": "No elements",
|
|
389
410
|
"component.library.noMoreItems": "No more elements",
|
|
@@ -393,6 +414,7 @@
|
|
|
393
414
|
"component.librarySettings.imageLibrary": "Image Library",
|
|
394
415
|
"component.librarySettings.templateLibrary": "$t(component.templateLibrary)",
|
|
395
416
|
"component.librarySettings.textLibrary": "Text Library",
|
|
417
|
+
"component.librarySettings.uploadLibrary": "Upload Library",
|
|
396
418
|
"component.pageTitleVisibilityToggle": "Page Title",
|
|
397
419
|
"component.pageTitleVisibilityToggle.hide": "Hide",
|
|
398
420
|
"component.pageTitleVisibilityToggle.hide.description": "Hide page title",
|
|
@@ -415,17 +437,17 @@
|
|
|
415
437
|
"component.templateLibrary": "Template Library",
|
|
416
438
|
"component.templateLibrary.abort": "$t(common.cancel)",
|
|
417
439
|
"component.templateLibrary.confirm": "Yes, discard changes",
|
|
418
|
-
"component.templateLibrary.dialog.body": "Your content, like images and text, can not be adopted and all content will be
|
|
440
|
+
"component.templateLibrary.dialog.body": "Your content, like images and text, can not be adopted and all content will be discarded.",
|
|
419
441
|
"component.templateLibrary.dialog.headline": "Replace current document?",
|
|
420
442
|
"component.templateLibrary.dialog.invalid": "This preset is not valid and cannot be used.",
|
|
421
443
|
"component.themeSelect": "Theme",
|
|
422
444
|
"component.themeSelect.dark": "Dark",
|
|
423
|
-
"component.themeSelect.dark.description": "
|
|
445
|
+
"component.themeSelect.dark.description": "Select dark theme",
|
|
424
446
|
"component.themeSelect.dialog": "Generated CSS Custom Properties",
|
|
425
447
|
"component.themeSelect.dialog.description": "$t(component.themeSelect.dialog)",
|
|
426
448
|
"component.themeSelect.generate": "Generate CSS",
|
|
427
449
|
"component.themeSelect.light": "Light",
|
|
428
|
-
"component.themeSelect.light.description": "
|
|
450
|
+
"component.themeSelect.light.description": "Select light theme",
|
|
429
451
|
"component.topbar.back": "$t(common.back)",
|
|
430
452
|
"component.topbar.close": "$t(common.close)",
|
|
431
453
|
"component.undo.redo": "$t(common.redo)",
|
|
@@ -451,29 +473,29 @@
|
|
|
451
473
|
"input.adjustments": "Adjustments",
|
|
452
474
|
"input.adjustments.basic": "Basic",
|
|
453
475
|
"input.adjustments.refinements": "Refinements",
|
|
454
|
-
"input.adjustments.tooltip": "Change
|
|
476
|
+
"input.adjustments.tooltip": "Change adjustments",
|
|
455
477
|
"input.alwaysOnTop": "Stay always on top",
|
|
456
478
|
"input.appearance": "Appearance",
|
|
457
479
|
"input.aspectLock": "Lock proportions",
|
|
458
480
|
"input.aspectLock.description": "Toggle proportion lock",
|
|
459
481
|
"input.bleedMargin.select": "Select bleed margins",
|
|
460
482
|
"input.blur": "Blur",
|
|
461
|
-
"input.blur.tooltip": "Change
|
|
483
|
+
"input.blur.tooltip": "Change blur",
|
|
462
484
|
"input.character": "Character",
|
|
463
485
|
"input.clipContent": "Clip content",
|
|
464
486
|
"input.clipContent.off.description": "Turn clip content off",
|
|
465
487
|
"input.clipContent.on.description": "Turn clip content on",
|
|
466
488
|
"input.document": "$t(block.scene)",
|
|
467
489
|
"input.effect": "Effect",
|
|
468
|
-
"input.effect.tooltip": "Change
|
|
490
|
+
"input.effect.tooltip": "Change effect",
|
|
469
491
|
"input.export": "Export",
|
|
470
492
|
"input.filter": "Filter",
|
|
471
|
-
"input.filter.tooltip": "Change
|
|
493
|
+
"input.filter.tooltip": "Change filter",
|
|
472
494
|
"input.fontSelect": "Selected font: {{font}}",
|
|
473
495
|
"input.fontSelect.fallback": "Standard",
|
|
474
496
|
"input.fontSelect.tooltip": "Change font style",
|
|
475
497
|
"input.fontSize.select": "Select font size",
|
|
476
|
-
"input.fontStyle.toggle": "Toggle {{style}}",
|
|
498
|
+
"input.fontStyle.toggle": "Toggle {{style}} style",
|
|
477
499
|
"input.gradient.activateColorStop": "Press space to activate.",
|
|
478
500
|
"input.gradient.colorPosition": "Color Position",
|
|
479
501
|
"input.gradient.colorStop": "Color stop",
|
|
@@ -489,6 +511,7 @@
|
|
|
489
511
|
"input.multiSelection.notice": "Editing multiple items at once\nis not supported yet.",
|
|
490
512
|
"input.multiSelection.title": "Multiple Elements ({{count}})",
|
|
491
513
|
"input.options": "Options",
|
|
514
|
+
"input.options.description": "More options",
|
|
492
515
|
"input.page.titleTemplate": "$t(common.page) {{number}}",
|
|
493
516
|
"input.pages": "Pages",
|
|
494
517
|
"input.preset": "Preset",
|
|
@@ -508,10 +531,10 @@
|
|
|
508
531
|
"input.text.advanced.description": "Line Height, Spacing, Alignment & Sizing",
|
|
509
532
|
"input.text.placeholder": "Write Something",
|
|
510
533
|
"input.transform": "$t(common.position) & $t(common.size)",
|
|
511
|
-
"input.transform.description": "Adjust
|
|
534
|
+
"input.transform.description": "Adjust position and size.",
|
|
512
535
|
"input.typefaceSelect.description": "Selected font typeface: {{fontFamily}}",
|
|
513
|
-
"input.typefaceSelect.tooltip": "Change
|
|
514
|
-
"input.unit.tooltip": "Select $(common.unit)",
|
|
536
|
+
"input.typefaceSelect.tooltip": "Change typeface",
|
|
537
|
+
"input.unit.tooltip": "Select $t(common.unit)",
|
|
515
538
|
"input.uploadImage": "Uploading image...",
|
|
516
539
|
"libraries.local.label": "Uploads",
|
|
517
540
|
"libraries.ly.img.image.label": "Images",
|
|
@@ -587,7 +610,6 @@
|
|
|
587
610
|
"property.blendMode.ColorDodge": "Color Dodge",
|
|
588
611
|
"property.blendMode.Darken": "Darken",
|
|
589
612
|
"property.blendMode.description": "Selected blend mode: {{mode}}",
|
|
590
|
-
"property.blendMode.tooltip": "Change blend mode",
|
|
591
613
|
"property.blendMode.Difference": "Difference",
|
|
592
614
|
"property.blendMode.Exclusion": "Exclusion",
|
|
593
615
|
"property.blendMode.HardLight": "Hard Light",
|
|
@@ -601,6 +623,7 @@
|
|
|
601
623
|
"property.blendMode.Saturation": "Saturation",
|
|
602
624
|
"property.blendMode.Screen": "Screen",
|
|
603
625
|
"property.blendMode.SoftLight": "Soft Light",
|
|
626
|
+
"property.blendMode.tooltip": "Change blend mode",
|
|
604
627
|
"property.blur.extrudeBlur": "Extrude Blur",
|
|
605
628
|
"property.blur.extrudeBlur.amount": "Intensity",
|
|
606
629
|
"property.blur.linearBlur": "Linear Blur",
|
|
@@ -626,7 +649,7 @@
|
|
|
626
649
|
"property.blur.uniformBlur": "Gaussian Blur",
|
|
627
650
|
"property.blur.uniformBlur.intensity": "Intensity",
|
|
628
651
|
"property.color": "Color",
|
|
629
|
-
"property.color.description": "Change
|
|
652
|
+
"property.color.description": "Change color",
|
|
630
653
|
"property.crop": "Crop",
|
|
631
654
|
"property.crop.offset": "{{axis}} Offset",
|
|
632
655
|
"property.crop.offset.description": "Crop offset on the {{axis}}-axis in {{unit}}",
|
|
@@ -634,7 +657,7 @@
|
|
|
634
657
|
"property.crop.scale.description": "Proportionally scale image dimensions",
|
|
635
658
|
"property.crop.size": "Crop Area",
|
|
636
659
|
"property.crop.size.description": "{{dimension}} of the crop frame in {{unit}}",
|
|
637
|
-
"property.crop.tooltip": "Change
|
|
660
|
+
"property.crop.tooltip": "Change crop properties",
|
|
638
661
|
"property.crop.transform": "$t(block.image)",
|
|
639
662
|
"property.duotoneFilter.breezy": "Breezy",
|
|
640
663
|
"property.duotoneFilter.clash": "Clash",
|
|
@@ -741,6 +764,7 @@
|
|
|
741
764
|
"property.letterSpacing": "Letter Spacing",
|
|
742
765
|
"property.lineHeight": "Line Height",
|
|
743
766
|
"property.lineWidth": "Line Width",
|
|
767
|
+
"property.lineWidth.description": "Change line width",
|
|
744
768
|
"property.lutFilter.ad1920": "1920 A.D.",
|
|
745
769
|
"property.lutFilter.ancient": "Ancient",
|
|
746
770
|
"property.lutFilter.bleached": "Kalmen",
|
|
@@ -840,6 +864,7 @@
|
|
|
840
864
|
"property.strokeWidth.description": "Change stroke width",
|
|
841
865
|
"property.textAlignment.horizontal": "Horizontal Alignment",
|
|
842
866
|
"property.textAlignment.horizontal.center": "Align text to the center",
|
|
867
|
+
"property.textAlignment.horizontal.description": "Change horizontal alignment",
|
|
843
868
|
"property.textAlignment.horizontal.left": "Align text to the left",
|
|
844
869
|
"property.textAlignment.horizontal.right": "Align text to the right",
|
|
845
870
|
"property.textAlignment.vertical": "Vertical Alignment",
|
|
@@ -873,4 +898,4 @@
|
|
|
873
898
|
"variables.first_name.label": "First name",
|
|
874
899
|
"variables.last_name.label": "Last name",
|
|
875
900
|
"warning.invalidType": "Invalid Type: File type is not allowed"
|
|
876
|
-
}
|
|
901
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -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.15);--ubq-interactive-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.02);--ubq-interactive-selected: linear-gradient( 180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100% ), rgba(255, 255, 255, 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%, 1), hsla(0, 0%, 100%, 0) ), hsla(210, 100%, 95%, 0.98);--ubq-interactive-active-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.5);--ubq-interactive-accent-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 1);--ubq-interactive-accent-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.7);--ubq-interactive-danger-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(220, 96, 142, 0.8);--ubq-interactive-danger-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(220, 96, 142, 1);--ubq-interactive-danger-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(220, 96, 142, 0.7);--ubq-interactive-template-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(165, 54, 252, 0.4);--ubq-interactive-template-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(165, 54, 252, 0.6);--ubq-interactive-template-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(165, 54, 252, 0.3);--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: rgba(255, 255, 255, 0);--ubq-interactive-group-hover: rgba(255, 255, 255, 0.04);--ubq-interactive-group-active-default: rgba(255, 255, 255, 0.08);--ubq-interactive-group-active-hover: rgba(255, 255, 255, 0.12);--ubq-progress: hsla(210, 0%, 100%, 0.7);--ubq-border-outline: hsla(210, 0%, 100%, 0.16);--ubq-border-divider: hsla(210, 0%, 100%, 0.08);--ubq-border-contrast: hsla(210, 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 rgba(16, 22, 28, 0.14), 0px 1px 20px -4px rgba(16, 22, 28, 0.12), 0px 2px 12px -4px rgba(16, 22, 28, 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-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(210, 0%, 100%);--ubq-static-contrast-black: hsl(210, 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-light{--ubq-elevation-3: hsl(210, 13%, 90%);--ubq-elevation-2: hsl(210, 13%, 86%);--ubq-elevation-1: hsl(210, 13%, 82%);--ubq-canvas: hsl(210, 13%, 78%);--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.8), hsla(0, 0%, 100%, 0) ), hsla(0, 50%, 100%, 0.6);--ubq-interactive-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 0%, 0.15);--ubq-interactive-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) ), hsla(0, 0%, 100%, 0.02%);--ubq-interactive-selected: linear-gradient( 180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100% ), rgba(255, 255, 255, 0.6);--ubq-interactive-active-default: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.85);--ubq-interactive-active-hover: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 8%, 0.8);--ubq-interactive-active-pressed: linear-gradient( to bottom, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0) ), hsla(210, 60%, 5%, 0.95);--ubq-interactive-accent-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.8);--ubq-interactive-accent-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 1);--ubq-interactive-accent-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(61, 92, 245, 0.7);--ubq-interactive-danger-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(210, 50, 108, 0.8);--ubq-interactive-danger-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(210, 50, 108, 1);--ubq-interactive-danger-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(210, 50, 108, 0.7);--ubq-interactive-template-default: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(142, 4, 251, 0.4);--ubq-interactive-template-hover: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(142, 4, 251, 0.6);--ubq-interactive-template-pressed: linear-gradient( 180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100% ), rgba(142, 4, 251, 0.3);--ubq-input-default: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.08);--ubq-input-hover: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.04), hsla(0, 0%, 0%, 0) ), hsla(0, 0%, 0%, 0.2);--ubq-interactive-group-default: rgba(0, 0, 0, 0);--ubq-interactive-group-hover: rgba(0, 0, 0, 0.04);--ubq-interactive-group-active-default: rgba(0, 0, 0, 0.08);--ubq-interactive-group-active-hover: rgba(0, 0, 0, 0.12);--ubq-progress: hsla(210, 30%, 10%, 0.7);--ubq-border-outline: hsla(210, 0%, 0%, 0.16);--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(208, 29%, 10%, 1);--ubq-notice-success: hsla(166, 90%, 37%, 1);--ubq-notice-warning: hsla(46, 100%, 29%, 1);--ubq-notice-error: hsla(338, 64%, 51%, 1);--ubq-effect-shadow: 0px 4px 16px -4px rgba(16, 22, 28, 0.14), 0px 1px 20px -4px rgba(16, 22, 28, 0.12), 0px 2px 12px -4px rgba(16, 22, 28, 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-selection-frame: hsl(230, 100%, 60%);--ubq-static-contrast-white: hsl(210, 0%, 100%);--ubq-static-contrast-black: hsl(210, 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-normal{--ubq-typography-headline-l-size: 16px;--ubq-typography-headline-l-line_height: 20px;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-m-size: 12px;--ubq-typography-headline-m-line_height: 16px;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 600;--ubq-typography-label-m-size: 12px;--ubq-typography-label-m-line_height: 16px;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-weight: normal;--ubq-typography-label-s-size: 10px;--ubq-typography-label-s-line_height: 14px;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-weight: normal;--ubq-typography-body-m-size: 12px;--ubq-typography-body-m-line_height: 18px;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: normal;--ubq-typography-input-m-size: 12px;--ubq-typography-input-m-line_height: 16px;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 500;--ubq-typography-button-m-size: 12px;--ubq-typography-button-m-line_height: 16px;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: normal;--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: 3px;--ubq-border_radius-s: 3px;--ubq-border_radius-m: 6px;--ubq-border_radius-l: 12px}.ubq-large{--ubq-typography-headline-l-size: 20px;--ubq-typography-headline-l-line_height: 25px;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-m-size: 15px;--ubq-typography-headline-m-line_height: 20px;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 600;--ubq-typography-label-m-size: 15px;--ubq-typography-label-m-line_height: 20px;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-weight: normal;--ubq-typography-label-s-size: 12.5px;--ubq-typography-label-s-line_height: 17.5px;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-weight: normal;--ubq-typography-body-m-size: 15px;--ubq-typography-body-m-line_height: 22.5px;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: normal;--ubq-typography-input-m-size: 15px;--ubq-typography-input-m-line_height: 20px;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 500;--ubq-typography-button-m-size: 15px;--ubq-typography-button-m-line_height: 20px;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: normal;--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: 3.75px;--ubq-border_radius-s: 3.75px;--ubq-border_radius-m: 7.5px;--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-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-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-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-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-size: 16px;--ubq-typography-headline-l-line_height: 20px;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-m-size: 12px;--ubq-typography-headline-m-line_height: 16px;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 600;--ubq-typography-label-m-size: 12px;--ubq-typography-label-m-line_height: 16px;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-weight: normal;--ubq-typography-label-s-size: 10px;--ubq-typography-label-s-line_height: 14px;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-weight: normal;--ubq-typography-body-m-size: 12px;--ubq-typography-body-m-line_height: 18px;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: normal;--ubq-typography-input-m-size: 12px;--ubq-typography-input-m-line_height: 16px;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 500;--ubq-typography-button-m-size: 12px;--ubq-typography-button-m-line_height: 16px;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: normal;--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: 3px;--ubq-border_radius-s: 3px;--ubq-border_radius-m: 6px;--ubq-border_radius-l: 12px}.ubq-large{--ubq-typography-headline-l-size: 20px;--ubq-typography-headline-l-line_height: 25px;--ubq-typography-headline-l-letter_spacing: 0.01em;--ubq-typography-headline-l-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-l-weight: 600;--ubq-typography-headline-m-size: 15px;--ubq-typography-headline-m-line_height: 20px;--ubq-typography-headline-m-letter_spacing: 0.03em;--ubq-typography-headline-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-headline-m-weight: 600;--ubq-typography-label-m-size: 15px;--ubq-typography-label-m-line_height: 20px;--ubq-typography-label-m-letter_spacing: 0.02em;--ubq-typography-label-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-m-weight: normal;--ubq-typography-label-s-size: 12.5px;--ubq-typography-label-s-line_height: 17.5px;--ubq-typography-label-s-letter_spacing: 0.02em;--ubq-typography-label-s-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-label-s-weight: normal;--ubq-typography-body-m-size: 15px;--ubq-typography-body-m-line_height: 22.5px;--ubq-typography-body-m-letter_spacing: 0.02em;--ubq-typography-body-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-body-m-weight: normal;--ubq-typography-input-m-size: 15px;--ubq-typography-input-m-line_height: 20px;--ubq-typography-input-m-letter_spacing: 0.02em;--ubq-typography-input-m-font_family: var( --ubq-typography-font_family, "Overpass Mono", monospace );--ubq-typography-input-m-weight: 500;--ubq-typography-button-m-size: 15px;--ubq-typography-button-m-line_height: 20px;--ubq-typography-button-m-letter_spacing: 0.02em;--ubq-typography-button-m-font_family: var( --ubq-typography-font_family, "Inter", sans-serif );--ubq-typography-button-m-weight: normal;--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: 3.75px;--ubq-border_radius-s: 3.75px;--ubq-border_radius-m: 7.5px;--ubq-border_radius-l: 15px}
|