@oliasoft-open-source/react-ui-library 5.23.0-beta-22 → 5.23.0-beta-23

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;AA+E/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"}
package/dist/index.js CHANGED
@@ -8805,7 +8805,9 @@ var Zd = ((e = {}) => Xd({
8805
8805
  let n = e[t];
8806
8806
  return !n || xn(n) ? df(e, t - 1) : lf(n);
8807
8807
  }, ff = ({ userName: e, type: t, property: n, before: r, after: i, sectionName: a }) => {
8808
- let o = uf(r), s = uf(i), c = a ? ` in ${a}` : "";
8808
+ let o = uf(r), s = uf(i);
8809
+ console.log(s);
8810
+ let c = a ? ` in ${a}` : "";
8809
8811
  switch (t) {
8810
8812
  case "modified": return `${e} updated ${n} from ${o} to ${s}${c}.`;
8811
8813
  case "created": return `${e} created ${s}${c}.`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.23.0-beta-22",
3
+ "version": "5.23.0-beta-23",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {