@marvalt/wparser 0.1.69 → 0.1.70

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.cjs CHANGED
@@ -2144,7 +2144,7 @@ function extractTextAlignFromInnerBlocks(block) {
2144
2144
  */
2145
2145
  function parseContentPosition(contentPosition) {
2146
2146
  if (!contentPosition) {
2147
- return { horizontal: 'left', vertical: 'center' };
2147
+ return { horizontal: 'center', vertical: 'center' };
2148
2148
  }
2149
2149
  const parts = contentPosition.trim().split(/\s+/);
2150
2150
  const part1 = parts[0] || '';