@oliasoft-open-source/react-ui-library 6.1.0-beta-7 → 6.1.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.
@@ -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,wDAK7B;IACD,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,4CAgCA,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,wDAK7B;IACD,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,4CA+BA,CAAC"}
package/dist/index.js CHANGED
@@ -8916,9 +8916,7 @@ var Cf = (e = {}) => Sf({
8916
8916
  }, zf = ({ sectionNames: e, userName: t, diffs: n, defaultSectionName: r }) => /* @__PURE__ */ z(_c, { table: {
8917
8917
  headers: [{ cells: [{ value: "Changes" }] }],
8918
8918
  rows: n.map((n) => {
8919
- let { deltaFormat: i, path: a } = n, o = Ef(e, a, r);
8920
- console.log(e, a, o);
8921
- let { type: s, before: c, after: l } = Of(i);
8919
+ let { deltaFormat: i, path: a } = n, o = Ef(e, a, r), { type: s, before: c, after: l } = Of(i);
8922
8920
  return { cells: [{ value: Rf({
8923
8921
  userName: t,
8924
8922
  type: s,
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-7",
3
+ "version": "6.1.0",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {