onchain-uikit 6.0.3 → 6.0.5

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 +1 -1
package/dist/index.js CHANGED
@@ -25258,7 +25258,7 @@ const ble = (e, t) => {
25258
25258
  }
25259
25259
  f(T);
25260
25260
  const E = n.current.querySelector(`.${d}-table-body`);
25261
- E && (E.style.maxHeight = `${T}px`, E.style.minHeight = `${T}px`);
25261
+ E && (E.style.maxHeight = `${T - 12}px`, E.style.minHeight = `${T - 12}px`);
25262
25262
  };
25263
25263
  return qe(() => {
25264
25264
  const v = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onchain-uikit",
3
3
  "private": false,
4
- "version": "6.0.3",
4
+ "version": "6.0.5",
5
5
  "scripts": {
6
6
  "dev": "vite",
7
7
  "build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build",