@cesdk/cesdk-js 1.68.0-rc.0 → 1.68.0-rc.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.
@@ -1215,6 +1215,7 @@
1215
1215
  "property.textAlignment.horizontal.description": "Horizontale Ausrichtung ändern",
1216
1216
  "property.textAlignment.horizontal.left": "Text links ausrichten",
1217
1217
  "property.textAlignment.horizontal.right": "Text rechts ausrichten",
1218
+ "property.textAlignment.horizontal.autoDetect": "Richtung an Sprache anpassen",
1218
1219
  "property.textAlignment.vertical": "Textausrichtung",
1219
1220
  "property.textAlignment.vertical.bottom": "Text unten ausrichten",
1220
1221
  "property.textAlignment.vertical.center": "Text mittig ausrichten",
@@ -1215,6 +1215,7 @@
1215
1215
  "property.textAlignment.horizontal.description": "Change horizontal alignment",
1216
1216
  "property.textAlignment.horizontal.left": "Align Text to the Left",
1217
1217
  "property.textAlignment.horizontal.right": "Align Text to the Right",
1218
+ "property.textAlignment.horizontal.autoDetect": "Match Language Direction",
1218
1219
  "property.textAlignment.vertical": "Vertical Alignment",
1219
1220
  "property.textAlignment.vertical.bottom": "Align Text to the Bottom",
1220
1221
  "property.textAlignment.vertical.center": "Align Text to the Center",
@@ -7673,6 +7673,15 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
7673
7673
  height: calc(4 * var(--ubq-scale-base));
7674
7674
  width: calc(4 * var(--ubq-scale-base));
7675
7675
  }
7676
+ .UBQ_TextAlignmentSelect-module__divider--omZFb {
7677
+ display: block;
7678
+ width: 100%;
7679
+ height: 1px;
7680
+ flex-shrink: 0;
7681
+ background: var(--ubq-stroke-contrast-1);
7682
+ border: none;
7683
+ margin: var(--ubq-margin-xs) 0;
7684
+ }
7676
7685
 
7677
7686
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/NavigationBarUndoControls.module.scss */
7678
7687
  .UBQ_NavigationBarUndoControls-module__block--mNDbM {