@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/index.d.ts CHANGED
@@ -2019,6 +2019,7 @@ export declare interface BuiltinTranslations {
2019
2019
  'property.textAlignment.horizontal.description': string;
2020
2020
  'property.textAlignment.horizontal.left': string;
2021
2021
  'property.textAlignment.horizontal.right': string;
2022
+ 'property.textAlignment.horizontal.autoDetect': string;
2022
2023
  'property.textAlignment.vertical': string;
2023
2024
  'property.textAlignment.vertical.bottom': string;
2024
2025
  'property.textAlignment.vertical.center': string;