@firecms/collection_editor 3.0.0-canary.246 → 3.0.0-canary.248

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
@@ -10223,7 +10223,7 @@ function HomePageEditorCollectionAction(t0) {
10223
10223
  const deleteCollection = t3;
10224
10224
  let t4;
10225
10225
  if ($[11] !== permissions.deleteCollections) {
10226
- t4 = permissions.deleteCollections && /* @__PURE__ */ jsx(Menu, { trigger: /* @__PURE__ */ jsx(IconButton, { children: /* @__PURE__ */ jsx(MoreVertIcon, { size: "small" }) }), children: /* @__PURE__ */ jsxs(MenuItem, { dense: true, onClick: (event) => {
10226
+ t4 = permissions.deleteCollections && /* @__PURE__ */ jsx(Menu, { trigger: /* @__PURE__ */ jsx(IconButton, { size: "small", children: /* @__PURE__ */ jsx(MoreVertIcon, { size: "small" }) }), children: /* @__PURE__ */ jsxs(MenuItem, { dense: true, onClick: (event) => {
10227
10227
  event.preventDefault();
10228
10228
  event.stopPropagation();
10229
10229
  setDeleteRequested(true);
@@ -10238,7 +10238,7 @@ function HomePageEditorCollectionAction(t0) {
10238
10238
  }
10239
10239
  let t5;
10240
10240
  if ($[13] !== onEditCollectionClicked || $[14] !== permissions.editCollections) {
10241
- t5 = permissions.editCollections && /* @__PURE__ */ jsx(IconButton, { onClick: (event_0) => {
10241
+ t5 = permissions.editCollections && /* @__PURE__ */ jsx(IconButton, { size: "small", onClick: (event_0) => {
10242
10242
  onEditCollectionClicked();
10243
10243
  }, children: /* @__PURE__ */ jsx(SettingsIcon, { size: "small" }) });
10244
10244
  $[13] = onEditCollectionClicked;