@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/index.js CHANGED
@@ -2826,11 +2826,6 @@ function compareNodes({ currentNode, updatedNode, originalTree, differences = []
2826
2826
  });
2827
2827
  });
2828
2828
  map.forEach((index, key) => {
2829
- // If the node count of the entire tree doesn't signify
2830
- // a node was removed, don't add that as a diff
2831
- if (!nodeRemoved) {
2832
- return;
2833
- }
2834
2829
  // Remaining nodes in the map are removed in the second tree
2835
2830
  differences.push({
2836
2831
  type: TreeAction.REMOVE_NODE,
@@ -3182,7 +3177,7 @@ styleInject(css_248z$5);
3182
3177
  var css_248z$4 = ".cf-text{white-space:pre-line}.cf-text-link .cf-text{margin:0}";
3183
3178
  styleInject(css_248z$4);
3184
3179
 
3185
- 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)}";
3180
+ 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)}";
3186
3181
  styleInject(css_248z$3);
3187
3182
 
3188
3183
  /**