@realtek/core-theme 0.0.137 → 0.0.138

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-lib/index.js CHANGED
@@ -12092,7 +12092,8 @@ function Mg(e, t) {
12092
12092
  let n = {
12093
12093
  _id: t,
12094
12094
  id: t
12095
- };
12095
+ }, r = e?.recordMeta;
12096
+ if (r && typeof r == "object") for (let [e, t] of Object.entries(r)) e in n || (n[e] = t);
12096
12097
  for (let t of e ?? []) for (let e of t.fields ?? []) e?.field != null && e.value !== void 0 && (n[e.field] = jg(e.value));
12097
12098
  return n;
12098
12099
  }