@simoncomputing/mui-bueno-v2 0.25.5 → 0.25.7

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
@@ -60227,7 +60227,9 @@ const xpe = (t) => {
60227
60227
  sx: { color: t.grey[500], marginTop: "6px" },
60228
60228
  "data-testid": `url-icon-${r.id}`
60229
60229
  }
60230
- ) })
60230
+ ) }),
60231
+ ignoreDiff: !0
60232
+ // type cannot be changed
60231
60233
  },
60232
60234
  {
60233
60235
  fieldName: "title",
@@ -60239,7 +60241,8 @@ const xpe = (t) => {
60239
60241
  key: "URL/File Name",
60240
60242
  label: "URL/File Name",
60241
60243
  hideCol: e,
60242
- render: (n, r) => /* @__PURE__ */ w("span", { style: { wordBreak: "break-all" }, children: n || r.url })
60244
+ render: (n, r) => /* @__PURE__ */ w("span", { style: { wordBreak: "break-all" }, children: n || r.url }),
60245
+ isEqual: (n, r) => n.fileName && r.fileName ? n.fileName === r.fileName : n.url === r.url
60243
60246
  },
60244
60247
  {
60245
60248
  fieldName: "source",
@@ -63362,7 +63365,7 @@ const XD = tc(void 0), ZD = () => {
63362
63365
  renderExpand: (f) => {
63363
63366
  if (f.changeType === "modified") {
63364
63367
  const p = e.find((m) => m.id === f.id);
63365
- return /* @__PURE__ */ w(b6, { previousSnapshot: p, children: t.renderExpand(f) });
63368
+ return /* @__PURE__ */ w(b6, { previousSnapshot: p, currentSnapshot: f, children: t.renderExpand(f) });
63366
63369
  } else
63367
63370
  return /* @__PURE__ */ w(y6, { children: t.renderExpand(f) });
63368
63371
  }