nntc-ui 0.0.69 → 0.0.70

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/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4335,5 +4335,6 @@ export {
4335
4335
  TreeView_default as TreeView,
4336
4336
  Typography,
4337
4337
  VirtualTable,
4338
- WrapForLabel
4338
+ WrapForLabel,
4339
+ defaultRowHeight as virtualTableDefaultRowHeight
4339
4340
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",