@contentful/experiences-components-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 +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -841,16 +841,16 @@ const optionalBuiltInStyles = {
|
|
|
841
841
|
validations: {
|
|
842
842
|
in: [
|
|
843
843
|
{
|
|
844
|
-
value: '
|
|
845
|
-
displayName: 'Align
|
|
844
|
+
value: 'start',
|
|
845
|
+
displayName: 'Align start',
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
value: 'center',
|
|
849
849
|
displayName: 'Align center',
|
|
850
850
|
},
|
|
851
851
|
{
|
|
852
|
-
value: '
|
|
853
|
-
displayName: 'Align
|
|
852
|
+
value: 'end',
|
|
853
|
+
displayName: 'Align end',
|
|
854
854
|
},
|
|
855
855
|
],
|
|
856
856
|
},
|
|
@@ -858,7 +858,7 @@ const optionalBuiltInStyles = {
|
|
|
858
858
|
type: 'Text',
|
|
859
859
|
group: 'style',
|
|
860
860
|
description: 'The text alignment of the element',
|
|
861
|
-
defaultValue: '
|
|
861
|
+
defaultValue: 'start',
|
|
862
862
|
},
|
|
863
863
|
cfTextTransform: {
|
|
864
864
|
validations: {
|