@cesdk/cesdk-js 1.7.0-alpha.4 → 1.7.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.data +0 -0
- package/assets/core/cesdk.wasm +0 -0
- package/assets/extensions/ly.img.cesdk.fonts/fonts/imgly_font_trash_hand.ttf +0 -0
- package/assets/i18n/de.json +61 -39
- package/assets/i18n/en.json +53 -31
- package/assets/ui/stylesheets/cesdk-themes.css +1 -1
- package/assets/ui/stylesheets/cesdk.css +33 -33
- package/cesdk-engine.umd.d.ts +194 -23
- package/cesdk-engine.umd.js +1 -1
- package/cesdk.umd.js +1 -1
- package/index.d.ts +229 -56
- package/package.json +1 -1
package/assets/core/cesdk.data
CHANGED
|
Binary file
|
package/assets/core/cesdk.wasm
CHANGED
|
Binary file
|
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
"action.block.toggleVisibility": "Element anzeigen/verstecken",
|
|
22
22
|
"action.block.unlock": "$t(common.unlock)",
|
|
23
23
|
"action.block.unlock.description": "Element entsperren",
|
|
24
|
+
"action.crop.mirror": "Bild spiegeln",
|
|
25
|
+
"action.crop.turn": "Bild 90˚ gegen den Uhrzeigersinn drehen",
|
|
26
|
+
"action.crop.turnAndMirror": "Drehen & Spiegeln",
|
|
24
27
|
"action.editText": "$t(common.edit)",
|
|
25
28
|
"action.enterGroup": "Gruppe öffnen",
|
|
26
29
|
"action.gradient.addStop": "Farbmarker hinzufügen bei {{position}}%.",
|
|
@@ -56,9 +59,6 @@
|
|
|
56
59
|
"action.scene.load": "Szene geladen",
|
|
57
60
|
"action.scene.new": "Neue Szene",
|
|
58
61
|
"action.selectGroup": "Gruppe auswählen",
|
|
59
|
-
"action.strokeJoin.change": "Umrisskanten ändern",
|
|
60
|
-
"action.strokePosition.change": "Umrissposition ändern",
|
|
61
|
-
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
62
62
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Strand von oben",
|
|
63
63
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blau;grün;strand;insel;wasser",
|
|
64
64
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Berge",
|
|
@@ -222,6 +222,14 @@
|
|
|
222
222
|
"assets.ly.img.ubq.shapes.polygon.label": "Mehreck",
|
|
223
223
|
"assets.ly.img.ubq.shapes.rect.label": "Rechteck",
|
|
224
224
|
"assets.ly.img.ubq.shapes.star.label": "Stern",
|
|
225
|
+
"action.shadow.blur.change": "Schattenunschärfe ändern",
|
|
226
|
+
"action.shadow.color.change": "Schattenfarbe ändern",
|
|
227
|
+
"action.shadow.direction.change": "Schattenrichtung ändern",
|
|
228
|
+
"action.shadow.direction.rotate": "Schatten um 45 Grad im Uhrzeigersinn drehen",
|
|
229
|
+
"action.shadow.size.change": "Schattengröße ändern",
|
|
230
|
+
"action.strokeJoin.change": "Konturkanten ändern",
|
|
231
|
+
"action.strokePosition.change": "Konturposition ändern",
|
|
232
|
+
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
225
233
|
"action.text.autoHeight": "Automatische Höhe aktivieren",
|
|
226
234
|
"action.text.change": "Text ändern",
|
|
227
235
|
"action.text.fixedFrame": "Feste Größe aktivieren",
|
|
@@ -311,6 +319,16 @@
|
|
|
311
319
|
"common.unlock": "Entsperren",
|
|
312
320
|
"common.width": "Breite",
|
|
313
321
|
"common.width.inUnit": "Breite in {{unit}}",
|
|
322
|
+
"component.assetPanelAutoCloseSettings": "Nach dem Hinzufügen",
|
|
323
|
+
"component.assetPanelAutoCloseSettings.false": "Offen lassen",
|
|
324
|
+
"component.assetPanelAutoCloseSettings.false.description": "Die Bibliothek offen lassen nachdem ein Asset eingefügt wurde",
|
|
325
|
+
"component.assetPanelAutoCloseSettings.true": "Schließen",
|
|
326
|
+
"component.assetPanelAutoCloseSettings.true.description": "Die Bibliothek schließen nachdem ein Asset eingefügt wurde",
|
|
327
|
+
"component.assetPanelFloatingSettings": "Bibliothek (einfügen)",
|
|
328
|
+
"component.assetPanelFloatingSettings.fixed": "Fixiert",
|
|
329
|
+
"component.assetPanelFloatingSettings.fixed.description": "Die Bibliothek beim Einfügen ist nebem der Arbeitsfläche fixiert.",
|
|
330
|
+
"component.assetPanelFloatingSettings.floating": "Schwebend",
|
|
331
|
+
"component.assetPanelFloatingSettings.floating.description": "Die Bibliothek beim Einfügen schwebt über der Arbeitsfläche",
|
|
314
332
|
"component.assetSettings": "Assets",
|
|
315
333
|
"component.assetSettings.image.adjustments": "Bildkorrekturen",
|
|
316
334
|
"component.assetSettings.image.blur": "Bildunschärfe",
|
|
@@ -319,7 +337,6 @@
|
|
|
319
337
|
"component.assetSettings.image.filters": "Bildfilter",
|
|
320
338
|
"component.assetSettings.opacity": "$t(common.opacity)",
|
|
321
339
|
"component.assetSettings.text.advanced": "Erweiterte Texteinstellung",
|
|
322
|
-
"component.assetSettings.text.backgroundColor": "Texthintergrundfarbe",
|
|
323
340
|
"component.assetSettings.text.color": "Textfarbe",
|
|
324
341
|
"component.assetSettings.transform": "Transformieren",
|
|
325
342
|
"component.canvas": "Editor Leinwand",
|
|
@@ -343,32 +360,12 @@
|
|
|
343
360
|
"component.colorSchemeSelect.background.description": "Hintergrundfarbe ändern",
|
|
344
361
|
"component.dnd.description": "Die hochgeladenen Dateien werden in der Bibliothek gespeichert",
|
|
345
362
|
"component.dnd.prompt": "Dateien hier hinziehen",
|
|
346
|
-
"component.dockIconSizeSelect": "
|
|
363
|
+
"component.dockIconSizeSelect": "Icon Skalierung",
|
|
347
364
|
"component.dockIconSizeSelect.large": "Groß",
|
|
348
365
|
"component.dockIconSizeSelect.large.description": "Große Dock Icon Skalierung auswählen",
|
|
349
366
|
"component.dockIconSizeSelect.normal": "Normal",
|
|
350
367
|
"component.dockIconSizeSelect.normal.description": "Normale Dock Icon Skalierung auswählen",
|
|
351
|
-
"component.
|
|
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",
|
|
371
|
-
"component.dockLabelVisibilityToggle": "Dock Label",
|
|
368
|
+
"component.dockLabelVisibilityToggle": "Labels",
|
|
372
369
|
"component.dockLabelVisibilityToggle.hide": "Ausblenden",
|
|
373
370
|
"component.dockLabelVisibilityToggle.hide.description": "Beschriftungen der Dock Buttons ausblenden",
|
|
374
371
|
"component.dockLabelVisibilityToggle.show": "Anzeigen",
|
|
@@ -423,6 +420,16 @@
|
|
|
423
420
|
"component.placeholder.create": "$t(common.placeholder)",
|
|
424
421
|
"component.placeholder.settings": "Platzhaltereinstellungen ändern",
|
|
425
422
|
"component.placeholder.settingsMenu": "Platzhaltereinstellungsmenü",
|
|
423
|
+
"component.replacePanelAutoCloseSettings": "Nach dem Ersetzen",
|
|
424
|
+
"component.replacePanelAutoCloseSettings.false": "Offen lassen",
|
|
425
|
+
"component.replacePanelAutoCloseSettings.false.description": "Die Bibliothek offen lassen nachdem ein Asset ersetzt wurde",
|
|
426
|
+
"component.replacePanelAutoCloseSettings.true": "Schließen",
|
|
427
|
+
"component.replacePanelAutoCloseSettings.true.description": "Die Bibliothek schließen nachdem ein Asset ersetzt wurde",
|
|
428
|
+
"component.replacePanelFloatingSettings": "Bibliothek (ersetzen)",
|
|
429
|
+
"component.replacePanelFloatingSettings.fixed": "Fixiert",
|
|
430
|
+
"component.replacePanelFloatingSettings.fixed.description": "Die Bibliothek beim Ersetzen ist nebem der Arbeitsfläche fixiert.",
|
|
431
|
+
"component.replacePanelFloatingSettings.floating": "Schwebend",
|
|
432
|
+
"component.replacePanelFloatingSettings.floating.description": "Die Bibliothek beim Ersetzen schwebt über der Arbeitsfläche",
|
|
426
433
|
"component.roleSelect": "$t(common.role)",
|
|
427
434
|
"component.roleSelect.description": "$t(common.role) auswählen",
|
|
428
435
|
"component.scalingSelect": "UI Skalierung",
|
|
@@ -433,12 +440,17 @@
|
|
|
433
440
|
"component.settings.toggle": "Editor anpassen",
|
|
434
441
|
"component.settings.toggle.description": "Einstellungen öffnen um den Editor anzupassen",
|
|
435
442
|
"component.settingsPanel.appearance": "Aussehen",
|
|
443
|
+
"component.settingsPanel.assetPanel": "Asset-Leiste",
|
|
444
|
+
"component.settingsPanel.dock": "Dock",
|
|
445
|
+
"component.settingsPanel.general": "Generell",
|
|
436
446
|
"component.settingsPanel.header": "Editor anpassen",
|
|
447
|
+
"component.settingsPanel.inspectorPanel": "Inspector Leiste",
|
|
448
|
+
"component.settingsPanel.replacePanel": "Ersetzungsleiste",
|
|
437
449
|
"component.templateLibrary": "Vorlagen-Bibliothek",
|
|
438
450
|
"component.templateLibrary.abort": "$t(common.cancel)",
|
|
439
451
|
"component.templateLibrary.confirm": "Ja, Änderungen verwerfen",
|
|
440
452
|
"component.templateLibrary.dialog.body": "Inhalte wie Bilder und Text können nicht übernommen werden und werden dementsprechend verworfen.",
|
|
441
|
-
"component.templateLibrary.dialog.headline": "Aktuelles
|
|
453
|
+
"component.templateLibrary.dialog.headline": "Aktuelles Design ersetzen?",
|
|
442
454
|
"component.templateLibrary.dialog.invalid": "Diese Vorlage ist ungültig und kann leider nicht benutzt werden.",
|
|
443
455
|
"component.themeSelect": "Farbschema",
|
|
444
456
|
"component.themeSelect.dark": "Dunkel",
|
|
@@ -452,7 +464,7 @@
|
|
|
452
464
|
"component.topbar.close": "$t(common.close)",
|
|
453
465
|
"component.undo.redo": "$t(common.redo)",
|
|
454
466
|
"component.undo.undo": "$t(common.undo)",
|
|
455
|
-
"component.viewSelect": "
|
|
467
|
+
"component.viewSelect": "Ansicht",
|
|
456
468
|
"component.viewSelect.advanced": "Advanced",
|
|
457
469
|
"component.viewSelect.advanced.description": "Den Inspektor immer anzeigen.",
|
|
458
470
|
"component.viewSelect.default": "Default",
|
|
@@ -486,7 +498,7 @@
|
|
|
486
498
|
"input.clipContent": "Inhalt beschneiden",
|
|
487
499
|
"input.clipContent.off.description": "Inhalt beschneiden deaktivieren",
|
|
488
500
|
"input.clipContent.on.description": "Inhalt beschneiden aktivieren",
|
|
489
|
-
"input.
|
|
501
|
+
"input.canvas": "Arbeitsfläche",
|
|
490
502
|
"input.effect": "Effekt",
|
|
491
503
|
"input.effect.tooltip": "Effekt ändern",
|
|
492
504
|
"input.export": "Export",
|
|
@@ -524,6 +536,15 @@
|
|
|
524
536
|
"input.propertyToggle.visible": "Sichtbar",
|
|
525
537
|
"input.rename": "{{designElementName}} umbenennen",
|
|
526
538
|
"input.resolution.select": "{{which}} auswählen",
|
|
539
|
+
"input.shadow.blur": "Unschärfe",
|
|
540
|
+
"input.shadow.blur.description": "Schattenunschärfe",
|
|
541
|
+
"input.shadow.description": "Schatten ändern",
|
|
542
|
+
"input.shadow.direction": "Richtung",
|
|
543
|
+
"input.shadow.direction.description": "Schattenrichtung",
|
|
544
|
+
"input.shadow.label": "Schatten",
|
|
545
|
+
"input.shadow.size": "Größe",
|
|
546
|
+
"input.shadow.size.description": "Schattengröße",
|
|
547
|
+
"input.shadow.valueLabel": "Schlagschatten",
|
|
527
548
|
"input.shape": "Form",
|
|
528
549
|
"input.shape.options": "Form Optionen",
|
|
529
550
|
"input.showInExport": "Im Export anzeigen",
|
|
@@ -537,7 +558,6 @@
|
|
|
537
558
|
"input.typefaceSelect.tooltip": "Schriftfamilie ändern",
|
|
538
559
|
"input.unit.tooltip": "$t(common.unit) auswählen",
|
|
539
560
|
"input.uploadImage": "Bild wird hochgeladen...",
|
|
540
|
-
"libraries.local.label": "Uploads",
|
|
541
561
|
"libraries.ly.img.image.label": "Bilder",
|
|
542
562
|
"libraries.ly.img.local.label": "Lokal",
|
|
543
563
|
"libraries.ly.img.sticker.doodle.label": "Doodle",
|
|
@@ -550,6 +570,7 @@
|
|
|
550
570
|
"libraries.ly.img.text.label": "Text",
|
|
551
571
|
"libraries.ly.img.text.paragraph.label": "Absatz",
|
|
552
572
|
"libraries.ly.img.text.title.label": "Titel",
|
|
573
|
+
"libraries.ly.img.upload.label": "Uploads",
|
|
553
574
|
"libraries.ly.img.vectorpath.abstract.label": "Abstrakt",
|
|
554
575
|
"libraries.ly.img.vectorpath.label": "Formen",
|
|
555
576
|
"libraries.ly.img.vectorpath.vectorpaths.label": "Basis",
|
|
@@ -658,6 +679,7 @@
|
|
|
658
679
|
"property.crop.scale.description": "Bildabmessungen proportional skalieren",
|
|
659
680
|
"property.crop.size": "Zuschneidebereich",
|
|
660
681
|
"property.crop.size.description": "{{dimension}} des Zuschneidebereichs in {{unit}}",
|
|
682
|
+
"property.crop.straighten": "Begradigen",
|
|
661
683
|
"property.crop.tooltip": "Zuschnitt ändern",
|
|
662
684
|
"property.crop.transform": "$t(block.image)",
|
|
663
685
|
"property.duotoneFilter.breezy": "Breezy",
|
|
@@ -758,28 +780,28 @@
|
|
|
758
780
|
"property.orientation.landscape": "Querformat",
|
|
759
781
|
"property.orientation.portrait": "Hochformat",
|
|
760
782
|
"property.orientation.square": "Quadratisch",
|
|
761
|
-
"property.outlineColor": "
|
|
762
|
-
"property.outlineWidth": "
|
|
783
|
+
"property.outlineColor": "Kontur",
|
|
784
|
+
"property.outlineWidth": "Konturbreite",
|
|
763
785
|
"property.points": "Spitzen",
|
|
764
786
|
"property.position": "{{axis}} $t(common.position)",
|
|
765
787
|
"property.position.description": "Position auf der {{axis}}-Achse in {{unit}}",
|
|
766
788
|
"property.sides": "Seiten",
|
|
767
|
-
"property.strokeColor": "
|
|
768
|
-
"property.strokeColor.description": "
|
|
789
|
+
"property.strokeColor": "Kontur",
|
|
790
|
+
"property.strokeColor.description": "Konturfarbe ändern",
|
|
769
791
|
"property.strokeJoin": "Kanten",
|
|
770
792
|
"property.strokeJoin.bevel.description": "Abgeschrägte Kanten benutzen",
|
|
771
793
|
"property.strokeJoin.miter.description": "Harte Kanten benutzen",
|
|
772
794
|
"property.strokeJoin.round.description": "Runde Kanten benutzen",
|
|
773
795
|
"property.strokePosition": "$t(common.position)",
|
|
774
|
-
"property.strokePosition.center.description": "
|
|
775
|
-
"property.strokePosition.inner.description": "
|
|
776
|
-
"property.strokePosition.outer.description": "
|
|
796
|
+
"property.strokePosition.center.description": "Kontur zentriert zeichnen",
|
|
797
|
+
"property.strokePosition.inner.description": "Kontur innerhalb zeichnen",
|
|
798
|
+
"property.strokePosition.outer.description": "Kontur außerhalb zeichnen",
|
|
777
799
|
"property.strokePositionAndJoin": "$t(property.strokePosition) & $t(property.strokeJoin)",
|
|
778
|
-
"property.strokePositionAndJoin.description": "
|
|
800
|
+
"property.strokePositionAndJoin.description": "Konturposition und -kanten ändern",
|
|
779
801
|
"property.strokeStyle": "Stil",
|
|
780
802
|
"property.strokeStyle.dashed": "Gestrichelt",
|
|
781
803
|
"property.strokeStyle.dashedRound": "Gestrichelt Rund",
|
|
782
|
-
"property.strokeStyle.description": "
|
|
804
|
+
"property.strokeStyle.description": "Konturstil ändern",
|
|
783
805
|
"property.strokeStyle.dotted": "Gepunktet",
|
|
784
806
|
"property.strokeStyle.longDashed": "Lang Gestrichelt",
|
|
785
807
|
"property.strokeStyle.longDashedRound": "Lang Gestrichelt Rund",
|
package/assets/i18n/en.json
CHANGED
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
"action.block.toggleVisibility": "(Un)hide element",
|
|
22
22
|
"action.block.unlock": "$t(common.unlock)",
|
|
23
23
|
"action.block.unlock.description": "Unlock element",
|
|
24
|
+
"action.crop.mirror": "Mirror the image",
|
|
25
|
+
"action.crop.turn": "Turn the image 90˚ counterclockwise",
|
|
26
|
+
"action.crop.turnAndMirror": "Turn & Mirror",
|
|
24
27
|
"action.editText": "$t(common.edit)",
|
|
25
28
|
"action.enterGroup": "Enter Group",
|
|
26
29
|
"action.gradient.addStop": "Add new stop at {{position}}%.",
|
|
@@ -56,9 +59,6 @@
|
|
|
56
59
|
"action.scene.load": "Load scene",
|
|
57
60
|
"action.scene.new": "New Scene",
|
|
58
61
|
"action.selectGroup": "Select Group",
|
|
59
|
-
"action.strokeJoin.change": "Change stroke joints",
|
|
60
|
-
"action.strokePosition.change": "Change stroke position",
|
|
61
|
-
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
62
62
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Clear blue beach at an island from above",
|
|
63
63
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blue;green;beach;island;water",
|
|
64
64
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Mountains",
|
|
@@ -222,6 +222,14 @@
|
|
|
222
222
|
"assets.ly.img.ubq.shapes.polygon.label": "Polygon",
|
|
223
223
|
"assets.ly.img.ubq.shapes.rect.label": "Rectangle",
|
|
224
224
|
"assets.ly.img.ubq.shapes.star.label": "Star",
|
|
225
|
+
"action.shadow.blur.change": "Change shadow blur",
|
|
226
|
+
"action.shadow.color.change": "Change shadow color",
|
|
227
|
+
"action.shadow.direction.change": "Change shadow direction",
|
|
228
|
+
"action.shadow.direction.rotate": "Rotate shadow 45 degrees clockwise",
|
|
229
|
+
"action.shadow.size.change": "Change shadow size",
|
|
230
|
+
"action.strokeJoin.change": "Change stroke joints",
|
|
231
|
+
"action.strokePosition.change": "Change stroke position",
|
|
232
|
+
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
225
233
|
"action.text.autoHeight": "Enable automatic height",
|
|
226
234
|
"action.text.change": "Change text",
|
|
227
235
|
"action.text.fixedFrame": "Enable fixed frame",
|
|
@@ -311,6 +319,16 @@
|
|
|
311
319
|
"common.unlock": "Unlock",
|
|
312
320
|
"common.width": "Width",
|
|
313
321
|
"common.width.inUnit": "Width in {{unit}}",
|
|
322
|
+
"component.assetPanelAutoCloseSettings": "After insert",
|
|
323
|
+
"component.assetPanelAutoCloseSettings.false": "Keep Open",
|
|
324
|
+
"component.assetPanelAutoCloseSettings.false.description": "Keep the asset library panel open after an asset was inserted",
|
|
325
|
+
"component.assetPanelAutoCloseSettings.true": "Close",
|
|
326
|
+
"component.assetPanelAutoCloseSettings.true.description": "Close the asset library panel after an asset was inserted",
|
|
327
|
+
"component.assetPanelFloatingSettings": "Behavior",
|
|
328
|
+
"component.assetPanelFloatingSettings.fixed": "Fixed",
|
|
329
|
+
"component.assetPanelFloatingSettings.fixed.description": "The insert library is fixed side by side with the canvas",
|
|
330
|
+
"component.assetPanelFloatingSettings.floating": "Floating",
|
|
331
|
+
"component.assetPanelFloatingSettings.floating.description": "The insert library floats over the canvas",
|
|
314
332
|
"component.assetSettings": "Assets",
|
|
315
333
|
"component.assetSettings.image.adjustments": "Image Adjustments",
|
|
316
334
|
"component.assetSettings.image.blur": "Image Blur",
|
|
@@ -319,7 +337,6 @@
|
|
|
319
337
|
"component.assetSettings.image.filters": "Image Filters",
|
|
320
338
|
"component.assetSettings.opacity": "$t(common.opacity)",
|
|
321
339
|
"component.assetSettings.text.advanced": "Text Advanced",
|
|
322
|
-
"component.assetSettings.text.backgroundColor": "Text Background Color",
|
|
323
340
|
"component.assetSettings.text.color": "Text Color",
|
|
324
341
|
"component.assetSettings.transform": "Transform",
|
|
325
342
|
"component.canvas": "Editor canvas",
|
|
@@ -343,32 +360,12 @@
|
|
|
343
360
|
"component.colorSchemeSelect.background.description": "Change background color",
|
|
344
361
|
"component.dnd.description": "The added files are stored in the library",
|
|
345
362
|
"component.dnd.prompt": "Drag file here",
|
|
346
|
-
"component.dockIconSizeSelect": "
|
|
363
|
+
"component.dockIconSizeSelect": "Icon Scaling",
|
|
347
364
|
"component.dockIconSizeSelect.large": "Large",
|
|
348
365
|
"component.dockIconSizeSelect.large.description": "Select large dock icon scaling",
|
|
349
366
|
"component.dockIconSizeSelect.normal": "Normal",
|
|
350
367
|
"component.dockIconSizeSelect.normal.description": "Select normal dock icon scaling",
|
|
351
|
-
"component.
|
|
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",
|
|
371
|
-
"component.dockLabelVisibilityToggle": "Dock Label",
|
|
368
|
+
"component.dockLabelVisibilityToggle": "Labels",
|
|
372
369
|
"component.dockLabelVisibilityToggle.hide": "Hide",
|
|
373
370
|
"component.dockLabelVisibilityToggle.hide.description": "Hide labels for dock buttons",
|
|
374
371
|
"component.dockLabelVisibilityToggle.show": "Show",
|
|
@@ -404,7 +401,7 @@
|
|
|
404
401
|
"component.library.clearSearch": "Clear search",
|
|
405
402
|
"component.library.elements": "Elements",
|
|
406
403
|
"component.library.enterSection": "Enter section",
|
|
407
|
-
"component.library.error": "Cannot connect to
|
|
404
|
+
"component.library.error": "Cannot connect to asset source",
|
|
408
405
|
"component.library.loading": "Loading …",
|
|
409
406
|
"component.library.noItems": "No elements",
|
|
410
407
|
"component.library.noMoreItems": "No more elements",
|
|
@@ -423,6 +420,16 @@
|
|
|
423
420
|
"component.placeholder.create": "$t(common.placeholder)",
|
|
424
421
|
"component.placeholder.settings": "Change $t(common.placeholder) settings",
|
|
425
422
|
"component.placeholder.settingsMenu": "$t(common.placeholder) settings menu",
|
|
423
|
+
"component.replacePanelAutoCloseSettings": "After replace",
|
|
424
|
+
"component.replacePanelAutoCloseSettings.false": "Keep Open",
|
|
425
|
+
"component.replacePanelAutoCloseSettings.false.description": "Keep the asset library panel open after an asset was replaced",
|
|
426
|
+
"component.replacePanelAutoCloseSettings.true": "Close",
|
|
427
|
+
"component.replacePanelAutoCloseSettings.true.description": "Close the asset library panel after an asset was replaced",
|
|
428
|
+
"component.replacePanelFloatingSettings": "Behavior",
|
|
429
|
+
"component.replacePanelFloatingSettings.fixed": "Fixed",
|
|
430
|
+
"component.replacePanelFloatingSettings.fixed.description": "The replace library is fixed side by side with the canvas",
|
|
431
|
+
"component.replacePanelFloatingSettings.floating": "Floating",
|
|
432
|
+
"component.replacePanelFloatingSettings.floating.description": "The replace library floats over the canvas",
|
|
426
433
|
"component.roleSelect": "$t(common.role)",
|
|
427
434
|
"component.roleSelect.description": "Select $t(common.role)",
|
|
428
435
|
"component.scalingSelect": "UI Scaling",
|
|
@@ -433,12 +440,17 @@
|
|
|
433
440
|
"component.settings.toggle": "Customize Editor",
|
|
434
441
|
"component.settings.toggle.description": "Open settings to customize editor",
|
|
435
442
|
"component.settingsPanel.appearance": "Appearance",
|
|
443
|
+
"component.settingsPanel.assetPanel": "Asset Panel",
|
|
444
|
+
"component.settingsPanel.dock": "Dock",
|
|
445
|
+
"component.settingsPanel.general": "General",
|
|
436
446
|
"component.settingsPanel.header": "Customize Editor",
|
|
447
|
+
"component.settingsPanel.inspectorPanel": "Inspector Panel",
|
|
448
|
+
"component.settingsPanel.replacePanel": "Replace Panel",
|
|
437
449
|
"component.templateLibrary": "Template Library",
|
|
438
450
|
"component.templateLibrary.abort": "$t(common.cancel)",
|
|
439
451
|
"component.templateLibrary.confirm": "Yes, discard changes",
|
|
440
452
|
"component.templateLibrary.dialog.body": "Your content, like images and text, can not be adopted and all content will be discarded.",
|
|
441
|
-
"component.templateLibrary.dialog.headline": "Replace current
|
|
453
|
+
"component.templateLibrary.dialog.headline": "Replace current design?",
|
|
442
454
|
"component.templateLibrary.dialog.invalid": "This preset is not valid and cannot be used.",
|
|
443
455
|
"component.themeSelect": "Theme",
|
|
444
456
|
"component.themeSelect.dark": "Dark",
|
|
@@ -452,7 +464,7 @@
|
|
|
452
464
|
"component.topbar.close": "$t(common.close)",
|
|
453
465
|
"component.undo.redo": "$t(common.redo)",
|
|
454
466
|
"component.undo.undo": "$t(common.undo)",
|
|
455
|
-
"component.viewSelect": "
|
|
467
|
+
"component.viewSelect": "View",
|
|
456
468
|
"component.viewSelect.advanced": "Advanced",
|
|
457
469
|
"component.viewSelect.advanced.description": "Always show the inspector.",
|
|
458
470
|
"component.viewSelect.default": "Default",
|
|
@@ -485,7 +497,7 @@
|
|
|
485
497
|
"input.clipContent": "Clip content",
|
|
486
498
|
"input.clipContent.off.description": "Turn clip content off",
|
|
487
499
|
"input.clipContent.on.description": "Turn clip content on",
|
|
488
|
-
"input.
|
|
500
|
+
"input.canvas": "Canvas",
|
|
489
501
|
"input.effect": "Effect",
|
|
490
502
|
"input.effect.tooltip": "Change effect",
|
|
491
503
|
"input.export": "Export",
|
|
@@ -523,6 +535,15 @@
|
|
|
523
535
|
"input.propertyToggle.visible": "Visible",
|
|
524
536
|
"input.rename": "Rename {{designElementName}}",
|
|
525
537
|
"input.resolution.select": "Select {{which}}",
|
|
538
|
+
"input.shadow.blur": "Blur",
|
|
539
|
+
"input.shadow.blur.description": "Shadow blur",
|
|
540
|
+
"input.shadow.description": "Change shadow properties",
|
|
541
|
+
"input.shadow.direction": "Direction",
|
|
542
|
+
"input.shadow.direction.description": "Shadow direction",
|
|
543
|
+
"input.shadow.label": "Shadow",
|
|
544
|
+
"input.shadow.size": "Size",
|
|
545
|
+
"input.shadow.size.description": "Shadow size",
|
|
546
|
+
"input.shadow.valueLabel": "Drop Shadow",
|
|
526
547
|
"input.shape": "Shape",
|
|
527
548
|
"input.shape.options": "Shape Options",
|
|
528
549
|
"input.showInExport": "Show in export",
|
|
@@ -536,7 +557,6 @@
|
|
|
536
557
|
"input.typefaceSelect.tooltip": "Change typeface",
|
|
537
558
|
"input.unit.tooltip": "Select $t(common.unit)",
|
|
538
559
|
"input.uploadImage": "Uploading image...",
|
|
539
|
-
"libraries.local.label": "Uploads",
|
|
540
560
|
"libraries.ly.img.image.label": "Images",
|
|
541
561
|
"libraries.ly.img.local.label": "Local",
|
|
542
562
|
"libraries.ly.img.sticker.doodle.label": "Doodle",
|
|
@@ -549,6 +569,7 @@
|
|
|
549
569
|
"libraries.ly.img.text.label": "Text",
|
|
550
570
|
"libraries.ly.img.text.paragraph.label": "Paragraph",
|
|
551
571
|
"libraries.ly.img.text.title.label": "Title",
|
|
572
|
+
"libraries.ly.img.upload.label": "Uploads",
|
|
552
573
|
"libraries.ly.img.vectorpath.abstract.label": "Abstract",
|
|
553
574
|
"libraries.ly.img.vectorpath.label": "Shapes",
|
|
554
575
|
"libraries.ly.img.vectorpath.vectorpaths.label": "Basic",
|
|
@@ -657,6 +678,7 @@
|
|
|
657
678
|
"property.crop.scale.description": "Proportionally scale image dimensions",
|
|
658
679
|
"property.crop.size": "Crop Area",
|
|
659
680
|
"property.crop.size.description": "{{dimension}} of the crop frame in {{unit}}",
|
|
681
|
+
"property.crop.straighten": "Straighten",
|
|
660
682
|
"property.crop.tooltip": "Change crop properties",
|
|
661
683
|
"property.crop.transform": "$t(block.image)",
|
|
662
684
|
"property.duotoneFilter.breezy": "Breezy",
|
|
@@ -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-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}
|
|
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: 4px;--ubq-border_radius-s: 4px;--ubq-border_radius-m: 8px;--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: 5px;--ubq-border_radius-s: 5px;--ubq-border_radius-m: 10px;--ubq-border_radius-l: 15px}
|