@oliasoft-open-source/react-ui-library 5.7.0-beta-6 → 5.7.0-beta-8

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 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7021,7 +7021,7 @@ const DiffViewer = ({ oldJson: e, newJson: t, viewType: n = SPLIT_VIEW }) => {
7021
7021
  let s = ({ target: { value: e } }) => {
7022
7022
  a(e);
7023
7023
  }, { added: l, removed: u } = renderLinesCount(e, t), d = l + u, f = d > 3500;
7024
- return console.log(e, t), console.log("logs", n, l, u, d, f, DiffMethod.WORDS), /* @__PURE__ */ jsx(Fragment$1, { children: /* @__PURE__ */ jsx(Card, {
7024
+ return console.log("typeof ReactDiffViewer:", typeof ReactDiffViewer), console.log(typeof e, typeof t), console.log("logs", n, l, u, d, f, DiffMethod.WORDS), /* @__PURE__ */ jsx(Fragment$1, { children: /* @__PURE__ */ jsx(Card, {
7025
7025
  bordered: !0,
7026
7026
  heading: /* @__PURE__ */ jsxs(Flex, {
7027
7027
  gap: !0,
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-6",
3
+ "version": "5.7.0-beta-8",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {
@@ -72,7 +72,7 @@
72
72
  "papaparse": "^5.5.2",
73
73
  "path": "^0.12.7",
74
74
  "rc-slider": "11.1.9",
75
- "react-diff-viewer-continued": "^3.4.0",
75
+ "react-diff-viewer-continued": "^4.0.6",
76
76
  "react-dnd": "^16.0.1",
77
77
  "react-fast-compare": "^3.2.2",
78
78
  "react-icons": "^4.12.0",