@firecms/collection_editor 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.es.js CHANGED
@@ -645,7 +645,7 @@ function CollectionDetailsForm(t0) {
645
645
  const t70 = values.description ?? "";
646
646
  let t71;
647
647
  if ($[102] !== handleChange || $[103] !== t69 || $[104] !== t70) {
648
- t71 = /* @__PURE__ */ jsx(TextField, { error: t69, name: "description", value: t70, onChange: handleChange, multiline: true, rows: 2, "aria-describedby": "description-helper-text", label: "Description" });
648
+ t71 = /* @__PURE__ */ jsx(TextField, { error: t69, name: "description", value: t70, onChange: handleChange, multiline: true, minRows: 2, "aria-describedby": "description-helper-text", label: "Description" });
649
649
  $[102] = handleChange;
650
650
  $[103] = t69;
651
651
  $[104] = t70;
@@ -6921,7 +6921,6 @@ function CollectionPropertiesEditorForm({
6921
6921
  previousId,
6922
6922
  namespace: namespace_3
6923
6923
  }) => {
6924
- console.log("!!!!!! onPropertyChanged", property_0);
6925
6924
  const fullId_0 = id_0 ? getFullId(id_0, namespace_3) : void 0;
6926
6925
  const propertyPath = fullId_0 ? idToPropertiesPath(fullId_0) : void 0;
6927
6926
  if (previousId && previousId !== id_0) {