@firecms/collection_editor 3.0.0-canary.217 → 3.0.0-canary.219

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
@@ -9429,7 +9429,7 @@
9429
9429
  } }),
9430
9430
  currentView === "details" && /* @__PURE__ */ jsxRuntime.jsx(CollectionDetailsForm, { existingPaths, existingIds, groups, parentCollectionIds, parentCollection, isNewCollection, children: !isNewCollection && isMergedCollection && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 mt-8", children: [
9431
9431
  /* @__PURE__ */ jsxRuntime.jsx(ui.Typography, { variant: "body2", color: "secondary", children: "This collection is defined in code. The changes done in this editor will override the properties defined in code. You can delete the overridden values to revert to the state defined in code." }),
9432
- /* @__PURE__ */ jsxRuntime.jsx(ui.Button, { variant: "neutral", onClick: () => {
9432
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Button, { color: "neutral", onClick: () => {
9433
9433
  setDeleteRequested(true);
9434
9434
  }, children: "Reset to code" })
9435
9435
  ] }) }),