@contentful/experiences-visual-editor-react 1.31.1-dev-20250218T1728-50b0be5.0 → 1.31.1-dev-20250219T1207-190e914.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/renderApp.js CHANGED
@@ -60251,7 +60251,7 @@ function useSingleColumn(node, resolveDesignValue) {
60251
60251
  return { isWrapped, wrapColumnsCount };
60252
60252
  }
60253
60253
  const parentNode = getItem({ id: node.parentId }, tree);
60254
- if (!parentNode) {
60254
+ if (!parentNode || parentNode.data.blockId !== CONTENTFUL_COMPONENTS$1.columns.id) {
60255
60255
  return { isWrapped, wrapColumnsCount };
60256
60256
  }
60257
60257
  const { cfWrapColumns, cfWrapColumnsCount } = parentNode.data.props;