@contentful/experiences-visual-editor-react 3.0.0-alpha-20250801T0844-68b7839.0 → 3.0.0-alpha-20250805T1527-42cce69.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
@@ -46970,11 +46970,6 @@ function compareNodes({ currentNode, updatedNode, originalTree, differences = []
46970
46970
  });
46971
46971
  });
46972
46972
  map.forEach((index, key) => {
46973
- // If the node count of the entire tree doesn't signify
46974
- // a node was removed, don't add that as a diff
46975
- if (!nodeRemoved) {
46976
- return;
46977
- }
46978
46973
  // Remaining nodes in the map are removed in the second tree
46979
46974
  differences.push({
46980
46975
  type: TreeAction.REMOVE_NODE,
@@ -48552,7 +48547,7 @@ styleInject(css_248z$5);
48552
48547
  var css_248z$4 = ".cf-text{white-space:pre-line}.cf-text-link .cf-text{margin:0}";
48553
48548
  styleInject(css_248z$4);
48554
48549
 
48555
- var css_248z$3 = "div.cf-placeholder-wrapper{position:relative}img.cf-placeholder-image{background-color:var(--cf-color-gray100);height:100%;outline:2px solid rgba(var(--cf-color-gray400-rgb),.5);outline-offset:-2px;width:100%}svg.cf-placeholder-icon{height:var(--cf-text-3xl);left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--cf-text-3xl)}svg.cf-placeholder-icon path{fill:var(--cf-color-gray400)}";
48550
+ var css_248z$3 = "div.cf-placeholder-wrapper{outline:2px solid rgba(var(--cf-color-gray400-rgb),.5);outline-offset:-2px;overflow:hidden;position:relative}img.cf-placeholder-image{background-color:var(--cf-color-gray100);height:100%;width:100%}svg.cf-placeholder-icon{height:var(--cf-text-3xl);left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--cf-text-3xl)}svg.cf-placeholder-icon path{fill:var(--cf-color-gray400)}";
48556
48551
  styleInject(css_248z$3);
48557
48552
 
48558
48553
  /**