@ai-matrx/records-ui 0.47.0 → 0.48.0

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.js CHANGED
@@ -4964,6 +4964,10 @@ function Peek({ tableId, recordId, onClose, className }) {
4964
4964
  ] }),
4965
4965
  /* @__PURE__ */ jsx20("dd", { className: "min-w-0", children: /* @__PURE__ */ jsx20(RecordValue, { field, value: document2?.[field.key], document: document2 }) })
4966
4966
  ] }, field.id)) }),
4967
+ record.data?.computedUnavailable ? /* @__PURE__ */ jsxs16(Fragment9, { children: [
4968
+ /* @__PURE__ */ jsx20(Separator6, {}),
4969
+ /* @__PURE__ */ jsx20("p", { className: "text-muted-foreground", children: "Nothing here can say which columns the system worked out for itself: that part of the record is not readable from your seat. Everything above is the record as it stands." })
4970
+ ] }) : null,
4967
4971
  record.data?.computed?.length ? /* @__PURE__ */ jsxs16(Fragment9, { children: [
4968
4972
  /* @__PURE__ */ jsx20(Separator6, {}),
4969
4973
  /* @__PURE__ */ jsxs16("div", { className: "flex flex-col gap-1", children: [