@reltio/components 1.4.931 → 1.4.932

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.
@@ -58,7 +58,7 @@ var AutoSizeList = function (_a) {
58
58
  var data = _a.data, index = _a.index, style = _a.style;
59
59
  var key = getItemKey(index);
60
60
  return (react_1.default.createElement("div", { style: style, className: styles.item },
61
- react_1.default.createElement("div", { style: { visibility: key in rowHeights ? 'visible' : 'hidden' } },
61
+ react_1.default.createElement("div", { style: { visibility: key in rowHeights ? undefined : 'hidden' } },
62
62
  react_1.default.createElement(react_resize_detector_1.default, { handleHeight: true, onResize: function (_, height) {
63
63
  if (rowHeightsCache.current[key] !== height) {
64
64
  cacheRowHeight(key, height);
@@ -34,7 +34,7 @@ var AutoSizeList = function (_a) {
34
34
  var data = _a.data, index = _a.index, style = _a.style;
35
35
  var key = getItemKey(index);
36
36
  return (React.createElement("div", { style: style, className: styles.item },
37
- React.createElement("div", { style: { visibility: key in rowHeights ? 'visible' : 'hidden' } },
37
+ React.createElement("div", { style: { visibility: key in rowHeights ? undefined : 'hidden' } },
38
38
  React.createElement(ReactResizeDetector, { handleHeight: true, onResize: function (_, height) {
39
39
  if (rowHeightsCache.current[key] !== height) {
40
40
  cacheRowHeight(key, height);
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.931",
3
+ "version": "1.4.932",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
7
7
  "dependencies": {
8
8
  "@date-io/moment": "^1.3.5",
9
9
  "@react-google-maps/api": "^2.7.0",
10
- "@reltio/mdm-module": "^1.4.931",
11
- "@reltio/mdm-sdk": "^1.4.931",
10
+ "@reltio/mdm-module": "^1.4.932",
11
+ "@reltio/mdm-sdk": "^1.4.932",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",