@contentful/experiences-visual-editor-react 3.0.0-alpha-20250805T1527-42cce69.0 → 3.0.0-dev-20250806T1122-ad32c9f.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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +5 -5
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -415,16 +415,16 @@ const optionalBuiltInStyles = {
|
|
|
415
415
|
validations: {
|
|
416
416
|
in: [
|
|
417
417
|
{
|
|
418
|
-
value: '
|
|
419
|
-
displayName: 'Align
|
|
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: '
|
|
427
|
-
displayName: 'Align
|
|
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: '
|
|
435
|
+
defaultValue: 'start',
|
|
436
436
|
},
|
|
437
437
|
cfTextTransform: {
|
|
438
438
|
validations: {
|