@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.
- package/assets/core/{cesdk-v1.68.0-rc.0-XJEVETUW.wasm → cesdk-v1.68.0-rc.1-ALD3YGBO.wasm} +0 -0
- package/assets/core/{worker-host-v1.68.0-rc.0.js → worker-host-v1.68.0-rc.1.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.68.0-rc.0-MLEZSZ4D.data → cesdk-v1.68.0-rc.1-MLEZSZ4D.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -2021,6 +2021,7 @@ export declare interface BuiltinTranslations {
|
|
|
2021
2021
|
'property.textAlignment.horizontal.description': string;
|
|
2022
2022
|
'property.textAlignment.horizontal.left': string;
|
|
2023
2023
|
'property.textAlignment.horizontal.right': string;
|
|
2024
|
+
'property.textAlignment.horizontal.autoDetect': string;
|
|
2024
2025
|
'property.textAlignment.vertical': string;
|
|
2025
2026
|
'property.textAlignment.vertical.bottom': string;
|
|
2026
2027
|
'property.textAlignment.vertical.center': string;
|