@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/renderApp.js CHANGED
@@ -46252,6 +46252,9 @@ class DeepReference {
46252
46252
  return new DeepReference(opt);
46253
46253
  }
46254
46254
  }
46255
+ /**
46256
+ * used in editor mode. for delivery mode see `gatherDeepReferencesFromExperienceEntry`
46257
+ */
46255
46258
  function gatherDeepReferencesFromTree(startingNode, dataSource, getEntityFromLink) {
46256
46259
  const deepReferences = [];
46257
46260
  treeVisit(startingNode, (node) => {