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

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.
@@ -1220,6 +1220,7 @@
1220
1220
  "property.textAlignment.horizontal.description": "Horizontale Ausrichtung ändern",
1221
1221
  "property.textAlignment.horizontal.left": "Text links ausrichten",
1222
1222
  "property.textAlignment.horizontal.right": "Text rechts ausrichten",
1223
+ "property.textAlignment.horizontal.autoDetect": "Richtung an Sprache anpassen",
1223
1224
  "property.textAlignment.vertical": "Textausrichtung",
1224
1225
  "property.textAlignment.vertical.bottom": "Text unten ausrichten",
1225
1226
  "property.textAlignment.vertical.center": "Text mittig ausrichten",
@@ -1220,6 +1220,7 @@
1220
1220
  "property.textAlignment.horizontal.description": "Change horizontal alignment",
1221
1221
  "property.textAlignment.horizontal.left": "Align Text to the Left",
1222
1222
  "property.textAlignment.horizontal.right": "Align Text to the Right",
1223
+ "property.textAlignment.horizontal.autoDetect": "Match Language Direction",
1223
1224
  "property.textAlignment.vertical": "Vertical Alignment",
1224
1225
  "property.textAlignment.vertical.bottom": "Align Text to the Bottom",
1225
1226
  "property.textAlignment.vertical.center": "Align Text to the Center",
@@ -7652,6 +7652,15 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
7652
7652
  height: calc(4 * var(--ubq-scale-base));
7653
7653
  width: calc(4 * var(--ubq-scale-base));
7654
7654
  }
7655
+ .UBQ_TextAlignmentSelect-module__divider--omZFb {
7656
+ display: block;
7657
+ width: 100%;
7658
+ height: 1px;
7659
+ flex-shrink: 0;
7660
+ background: var(--ubq-stroke-contrast-1);
7661
+ border: none;
7662
+ margin: var(--ubq-margin-xs) 0;
7663
+ }
7655
7664
 
7656
7665
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/NavigationBarUndoControls.module.scss */
7657
7666
  .UBQ_NavigationBarUndoControls-module__block--mNDbM {