@oliasoft-open-source/react-ui-library 5.7.0-beta-3 → 5.7.0-beta-4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8357,7 +8357,7 @@ var comparison_view_modal_default = ({ auditLog: e, auditLogs: t, data: n, isOpe
8357
8357
  label: e,
8358
8358
  value: t
8359
8359
  })), [s, c] = useState(o[0]), { oldJson: l, newJson: u } = createDiffJson(e, t, n);
8360
- return /* @__PURE__ */ jsx(Modal, {
8360
+ return console.log("React gui library:", l, u), /* @__PURE__ */ jsx(Modal, {
8361
8361
  visible: r,
8362
8362
  centered: !0,
8363
8363
  children: /* @__PURE__ */ jsx(Dialog, { dialog: {
@@ -8534,7 +8534,6 @@ function AuditLogTable({ logs: e, data: t, total: n, loading: r, selectedPage: i
8534
8534
  padding: !1,
8535
8535
  children: r ? /* @__PURE__ */ jsx(Loader, {
8536
8536
  height: "100px",
8537
- cover: !0,
8538
8537
  theme: Theme.WHITE,
8539
8538
  children: /* @__PURE__ */ jsx(Spinner, { dark: !0 })
8540
8539
  }) : /* @__PURE__ */ jsx(Table, { table: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.7.0-beta-3",
3
+ "version": "5.7.0-beta-4",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {