synapse-react-client 3.0.31 → 3.0.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synapse-react-client",
3
- "version": "3.0.31",
3
+ "version": "3.0.32",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -73,7 +73,6 @@
73
73
  "react-sizeme": "^2.6.12",
74
74
  "react-switch": "^5.0.1",
75
75
  "react-test-renderer": "16.14.0",
76
- "react-tooltip": "^4.2.21",
77
76
  "react-transition-group": "4.4.2",
78
77
  "react-virtualized-auto-sizer": "^1.0.6",
79
78
  "react-vtree": "3.0.0-beta.3",
@@ -156,6 +155,7 @@
156
155
  "@typescript-eslint/parser": "^5.13.0",
157
156
  "@vitejs/plugin-legacy": "^1.8.2",
158
157
  "@vitejs/plugin-react": "^1.3.2",
158
+ "@welldone-software/why-did-you-render": "^7.0.1",
159
159
  "babel-jest": "^28.1.1",
160
160
  "babel-loader": "^8.2.5",
161
161
  "browserify-fs": "^1.0.0",
@@ -1,7 +0,0 @@
1
- /// <reference types="lodash" />
2
- /**
3
- * Rebuilds the global instance of ReactTooltip. Utilizes lodash's `debounce` to throttle/prevent unnecessary rebuilds.
4
- *
5
- * Borrowed from: https://github.com/wwayne/react-tooltip/issues/300#issuecomment-468042592
6
- */
7
- export declare const rebuildTooltip: import("lodash").DebouncedFunc<() => {}>;
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.rebuildTooltip = void 0;
4
- var tslib_1 = require("tslib");
5
- var lodash_es_1 = require("lodash-es");
6
- var react_tooltip_1 = tslib_1.__importDefault(require("react-tooltip"));
7
- /**
8
- * Rebuilds the global instance of ReactTooltip. Utilizes lodash's `debounce` to throttle/prevent unnecessary rebuilds.
9
- *
10
- * Borrowed from: https://github.com/wwayne/react-tooltip/issues/300#issuecomment-468042592
11
- */
12
- exports.rebuildTooltip = (0, lodash_es_1.debounce)(function () { return react_tooltip_1.default.rebuild(); }, 200, {
13
- leading: false,
14
- trailing: true,
15
- });
16
- //# sourceMappingURL=TooltipUtils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TooltipUtils.js","sourceRoot":"","sources":["../../../src/lib/utils/functions/TooltipUtils.ts"],"names":[],"mappings":";;;;AAAA,uCAAoC;AACpC,wEAAwC;AAExC;;;;GAIG;AACU,QAAA,cAAc,GAAG,IAAA,oBAAQ,EAAC,cAAM,OAAA,uBAAY,CAAC,OAAO,EAAE,EAAtB,CAAsB,EAAE,GAAG,EAAE;IACxE,OAAO,EAAE,KAAK;IACd,QAAQ,EAAE,IAAI;CACf,CAAC,CAAA"}