@firecms/core 3.0.0-canary.206 → 3.0.0-canary.207

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.umd.js CHANGED
@@ -4520,7 +4520,7 @@
4520
4520
  let shouldUpdateTopLevelNav = false;
4521
4521
  if (!areCollectionListsEqual(collectionsRef.current ?? [], resolvedCollections)) {
4522
4522
  collectionsRef.current = resolvedCollections;
4523
- console.log("Collections have changed", resolvedCollections);
4523
+ console.debug("Collections have changed", resolvedCollections);
4524
4524
  shouldUpdateTopLevelNav = true;
4525
4525
  }
4526
4526
  if (collectionsRef.current === void 0) {
@@ -23290,7 +23290,6 @@
23290
23290
  const collectionPath = navigation.resolveIdsFrom(isNew ? lastCollectionEntry.path : lastEntityEntry.path);
23291
23291
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
23292
23292
  /* @__PURE__ */ jsxRuntime.jsx(EntityEditView, { entityId: isNew ? void 0 : entityId, collection, layout: "full_screen", path: collectionPath, copy: isCopy, selectedTab: selectedTab ?? void 0, onValuesModified: (modified) => blocked.current = modified, onSaved: (params) => {
23293
- console.log("Entity saved", params);
23294
23293
  const newSelectedTab = params.selectedTab;
23295
23294
  const newEntityId = params.entityId;
23296
23295
  if (newSelectedTab) {