@contentful/experiences-core 1.28.0-dev-20250114T1727-13315e1.0 → 1.28.0-dev-20250115T1128-04df9c2.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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -453,7 +453,7 @@ const builtInStyles = {
|
|
|
453
453
|
},
|
|
454
454
|
type: 'Text',
|
|
455
455
|
group: 'style',
|
|
456
|
-
description: 'The
|
|
456
|
+
description: 'The vertical alignment of the section',
|
|
457
457
|
defaultValue: 'center',
|
|
458
458
|
displayName: 'Vertical alignment',
|
|
459
459
|
},
|
|
@@ -839,7 +839,7 @@ const singleColumnBuiltInStyles = {
|
|
|
839
839
|
},
|
|
840
840
|
type: 'Text',
|
|
841
841
|
group: 'style',
|
|
842
|
-
description: 'The
|
|
842
|
+
description: 'The vertical alignment of the column',
|
|
843
843
|
defaultValue: 'center',
|
|
844
844
|
displayName: 'Vertical alignment',
|
|
845
845
|
},
|