@cesdk/cesdk-js 1.69.0-nightly.20260128 → 1.69.0-nightly.20260130

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.
@@ -539,6 +539,7 @@
539
539
  "input.animations": "Animationen",
540
540
  "input.animations.description": "Animationen auswählen",
541
541
  "input.appearance": "Aussehen",
542
+ "input.appearance.tooltip": "Aussehen ändern",
542
543
  "input.aspectLock": "Proportionen beibehalten",
543
544
  "input.aspectLock.description": "Proportionen beibehalten / frei",
544
545
  "input.audio.duration.description": "Audio-Dauer",
@@ -644,6 +645,7 @@
644
645
  "input.showInExport": "Im Export anzeigen",
645
646
  "input.sliderInput.toggleNumberInput": "Direkte Werteingabe einblenden",
646
647
  "input.stroke": "Kontur",
648
+ "input.style": "Stil",
647
649
  "input.text.advanced": "$t(common.advanced)",
648
650
  "input.text.advanced.description": "Zeilenhöhe, Abstände, Ausrichtung & Größe",
649
651
  "input.text.placeholder": "Etwas aufschreiben",
@@ -1220,6 +1222,7 @@
1220
1222
  "property.textAlignment.horizontal.description": "Horizontale Ausrichtung ändern",
1221
1223
  "property.textAlignment.horizontal.left": "Text links ausrichten",
1222
1224
  "property.textAlignment.horizontal.right": "Text rechts ausrichten",
1225
+ "property.textAlignment.horizontal.autoDetect": "Richtung an Sprache anpassen",
1223
1226
  "property.textAlignment.vertical": "Textausrichtung",
1224
1227
  "property.textAlignment.vertical.bottom": "Text unten ausrichten",
1225
1228
  "property.textAlignment.vertical.center": "Text mittig ausrichten",
@@ -539,6 +539,7 @@
539
539
  "input.animations": "Animations",
540
540
  "input.animations.description": "Choose animations",
541
541
  "input.appearance": "Appearance",
542
+ "input.appearance.tooltip": "Change appearance",
542
543
  "input.aspectLock": "Lock proportions",
543
544
  "input.aspectLock.description": "Toggle proportion lock",
544
545
  "input.audio.duration.description": "Audio Duration",
@@ -644,6 +645,7 @@
644
645
  "input.showInExport": "Show in Export",
645
646
  "input.sliderInput.toggleNumberInput": "Display direct value input",
646
647
  "input.stroke": "Stroke",
648
+ "input.style": "Style",
647
649
  "input.text.advanced": "$t(common.advanced)",
648
650
  "input.text.advanced.description": "Line Height, Spacing, Alignment & Sizing",
649
651
  "input.text.placeholder": "Write Something",
@@ -1220,6 +1222,7 @@
1220
1222
  "property.textAlignment.horizontal.description": "Change horizontal alignment",
1221
1223
  "property.textAlignment.horizontal.left": "Align Text to the Left",
1222
1224
  "property.textAlignment.horizontal.right": "Align Text to the Right",
1225
+ "property.textAlignment.horizontal.autoDetect": "Match Language Direction",
1223
1226
  "property.textAlignment.vertical": "Vertical Alignment",
1224
1227
  "property.textAlignment.vertical.bottom": "Align Text to the Bottom",
1225
1228
  "property.textAlignment.vertical.center": "Align Text to the Center",
@@ -1059,6 +1059,9 @@
1059
1059
  .UBQ_ColorPreviewFieldButton-module__block--HQSbc.UBQ_ColorPreviewFieldButton-module__modern--gtVq2 {
1060
1060
  padding: calc(var(--ubq-margin-s) - var(--ubq-margin-xs) / 2) var(--ubq-margin-xs) calc(var(--ubq-margin-s) - var(--ubq-margin-xs) / 2) calc(var(--ubq-margin-s) - var(--ubq-margin-xs) / 2);
1061
1061
  }
1062
+ .UBQ_ColorPreviewFieldButton-module__block--HQSbc.UBQ_ColorPreviewFieldButton-module__modern--gtVq2.UBQ_ColorPreviewFieldButton-module__colorPreviewOnly---de4N {
1063
+ padding: calc(var(--ubq-margin-s) - var(--ubq-margin-xs) / 2);
1064
+ }
1062
1065
  .UBQ_ColorPreviewFieldButton-module__colorPreviewOnly---de4N {
1063
1066
  padding: calc(var(--ubq-margin-xs) / 2);
1064
1067
  }
@@ -7652,6 +7655,15 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
7652
7655
  height: calc(4 * var(--ubq-scale-base));
7653
7656
  width: calc(4 * var(--ubq-scale-base));
7654
7657
  }
7658
+ .UBQ_TextAlignmentSelect-module__divider--omZFb {
7659
+ display: block;
7660
+ width: 100%;
7661
+ height: 1px;
7662
+ flex-shrink: 0;
7663
+ background: var(--ubq-stroke-contrast-1);
7664
+ border: none;
7665
+ margin: var(--ubq-margin-xs) 0;
7666
+ }
7655
7667
 
7656
7668
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/NavigationBarUndoControls.module.scss */
7657
7669
  .UBQ_NavigationBarUndoControls-module__block--mNDbM {