@contentful/experiences-core 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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -418,16 +418,16 @@ const optionalBuiltInStyles = {
|
|
|
418
418
|
validations: {
|
|
419
419
|
in: [
|
|
420
420
|
{
|
|
421
|
-
value: '
|
|
422
|
-
displayName: 'Align
|
|
421
|
+
value: 'start',
|
|
422
|
+
displayName: 'Align start',
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
425
|
value: 'center',
|
|
426
426
|
displayName: 'Align center',
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
value: '
|
|
430
|
-
displayName: 'Align
|
|
429
|
+
value: 'end',
|
|
430
|
+
displayName: 'Align end',
|
|
431
431
|
},
|
|
432
432
|
],
|
|
433
433
|
},
|
|
@@ -435,7 +435,7 @@ const optionalBuiltInStyles = {
|
|
|
435
435
|
type: 'Text',
|
|
436
436
|
group: 'style',
|
|
437
437
|
description: 'The text alignment of the element',
|
|
438
|
-
defaultValue: '
|
|
438
|
+
defaultValue: 'start',
|
|
439
439
|
},
|
|
440
440
|
cfTextTransform: {
|
|
441
441
|
validations: {
|