@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/renderApp.js
CHANGED
|
@@ -43853,16 +43853,16 @@ const optionalBuiltInStyles = {
|
|
|
43853
43853
|
validations: {
|
|
43854
43854
|
in: [
|
|
43855
43855
|
{
|
|
43856
|
-
value: '
|
|
43857
|
-
displayName: 'Align
|
|
43856
|
+
value: 'start',
|
|
43857
|
+
displayName: 'Align start',
|
|
43858
43858
|
},
|
|
43859
43859
|
{
|
|
43860
43860
|
value: 'center',
|
|
43861
43861
|
displayName: 'Align center',
|
|
43862
43862
|
},
|
|
43863
43863
|
{
|
|
43864
|
-
value: '
|
|
43865
|
-
displayName: 'Align
|
|
43864
|
+
value: 'end',
|
|
43865
|
+
displayName: 'Align end',
|
|
43866
43866
|
},
|
|
43867
43867
|
],
|
|
43868
43868
|
},
|
|
@@ -43870,7 +43870,7 @@ const optionalBuiltInStyles = {
|
|
|
43870
43870
|
type: 'Text',
|
|
43871
43871
|
group: 'style',
|
|
43872
43872
|
description: 'The text alignment of the element',
|
|
43873
|
-
defaultValue: '
|
|
43873
|
+
defaultValue: 'start',
|
|
43874
43874
|
},
|
|
43875
43875
|
cfTextTransform: {
|
|
43876
43876
|
validations: {
|