@contentful/experiences-visual-editor-react 3.6.3-dev-20250916T1219-c183de1.0 → 3.7.0-dev-20250917T1203-0e23897.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
@@ -2788,6 +2788,9 @@ class DeepReference {
2788
2788
  return new DeepReference(opt);
2789
2789
  }
2790
2790
  }
2791
+ /**
2792
+ * used in editor mode. for delivery mode see `gatherDeepReferencesFromExperienceEntry`
2793
+ */
2791
2794
  function gatherDeepReferencesFromTree(startingNode, dataSource, getEntityFromLink) {
2792
2795
  const deepReferences = [];
2793
2796
  treeVisit(startingNode, (node) => {