ar-design 0.3.80 → 0.3.81

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.
@@ -452,7 +452,7 @@ const Table = forwardRef(({ children, trackBy, title, description, data, columns
452
452
  React.createElement("div", { className: "no-item" },
453
453
  React.createElement(ARIcon, { icon: "Inbox-Fill", fill: "var(--gray-300)", size: 64, style: { position: "relative", zIndex: 1 } }),
454
454
  React.createElement("span", null, "No Data")))));
455
- }, [getData, showSubitems, columns]);
455
+ }, [getData, columns, showSubitems, rowHeights]);
456
456
  // useEffects
457
457
  useEffect(() => {
458
458
  if (Utils.DeepEqual(previousSelections, selectionItems))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.3.80",
3
+ "version": "0.3.81",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",