@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.
- package/assets/core/{cesdk-v1.69.0-nightly.20260128-PK7CJ36K.wasm → cesdk-v1.69.0-nightly.20260129-JWTIQXY3.wasm} +0 -0
- package/assets/core/{worker-host-v1.69.0-nightly.20260128.js → worker-host-v1.69.0-nightly.20260129.js} +1 -1
- package/assets/i18n/de.json +1 -0
- package/assets/i18n/en.json +1 -0
- package/assets/ui/stylesheets/cesdk.css +9 -0
- package/cesdk.umd.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.69.0-nightly.20260128-MLEZSZ4D.data → cesdk-v1.69.0-nightly.20260129-MLEZSZ4D.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -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",
|
package/assets/i18n/en.json
CHANGED
|
@@ -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 {
|