@oliasoft-open-source/react-ui-library 6.1.0-beta-4 → 6.1.0-beta-5

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.
@@ -1 +1 @@
1
- {"version":3,"file":"changes-overview.d.ts","sourceRoot":"","sources":["../../../src/components/audit-log/changes-overview.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkC,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AA8E/C,eAAO,MAAM,eAAe,GAAI,oCAI7B;IACD,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,EAAE,CAAC;CAC3B,4CA+BA,CAAC"}
1
+ {"version":3,"file":"changes-overview.d.ts","sourceRoot":"","sources":["../../../src/components/audit-log/changes-overview.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkC,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AA8E/C,eAAO,MAAM,eAAe,GAAI,oCAI7B;IACD,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,EAAE,CAAC;CAC3B,4CAgCA,CAAC"}
package/dist/index.js CHANGED
@@ -8916,7 +8916,9 @@ var Cf = (e = {}) => Sf({
8916
8916
  }, zf = ({ sectionNames: e, userName: t, diffs: n }) => /* @__PURE__ */ z(_c, { table: {
8917
8917
  headers: [{ cells: [{ value: "Changes" }] }],
8918
8918
  rows: n.map((n) => {
8919
- let { deltaFormat: r, path: i } = n, a = Ef(e, i), { type: o, before: s, after: c } = Of(r);
8919
+ let { deltaFormat: r, path: i } = n, a = Ef(e, i);
8920
+ console.log(e, i, a);
8921
+ let { type: o, before: s, after: c } = Of(r);
8920
8922
  return { cells: [{ value: Rf({
8921
8923
  userName: t,
8922
8924
  type: o,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "6.1.0-beta-4",
3
+ "version": "6.1.0-beta-5",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {