@contentful/experiences-core 1.28.1 → 1.28.2

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 CHANGED
@@ -453,7 +453,7 @@ const builtInStyles = {
453
453
  },
454
454
  type: 'Text',
455
455
  group: 'style',
456
- description: 'The horizontal alignment of the section',
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 horizontal alignment of the column',
842
+ description: 'The vertical alignment of the column',
843
843
  defaultValue: 'center',
844
844
  displayName: 'Vertical alignment',
845
845
  },