@contentful/experiences-visual-editor-react 2.0.3-dev-20250806T1045-216ad42.0 → 2.0.3-dev-20250806T1104-2992bd9.0

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/dist/index.js CHANGED
@@ -415,16 +415,16 @@ const optionalBuiltInStyles = {
415
415
  validations: {
416
416
  in: [
417
417
  {
418
- value: 'left',
419
- displayName: 'Align left',
418
+ value: 'start',
419
+ displayName: 'Align start',
420
420
  },
421
421
  {
422
422
  value: 'center',
423
423
  displayName: 'Align center',
424
424
  },
425
425
  {
426
- value: 'right',
427
- displayName: 'Align right',
426
+ value: 'end',
427
+ displayName: 'Align end',
428
428
  },
429
429
  ],
430
430
  },
@@ -432,7 +432,7 @@ const optionalBuiltInStyles = {
432
432
  type: 'Text',
433
433
  group: 'style',
434
434
  description: 'The text alignment of the element',
435
- defaultValue: 'left',
435
+ defaultValue: 'start',
436
436
  },
437
437
  cfTextTransform: {
438
438
  validations: {