najm-kit 2.2.6 → 2.2.8

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -13232,7 +13232,7 @@ function NDataCardShell({ row, onClick, onContextMenu, actions, children, classN
13232
13232
  );
13233
13233
  }
13234
13234
  var DEFAULT_ROWS2 = 6;
13235
- var UNMEASURED_DYNAMIC_ROWS = 32;
13235
+ var UNMEASURED_DYNAMIC_ROWS = 12;
13236
13236
  var DEFAULT_CARD_COUNT = 48;
13237
13237
  function NTableCardSkeleton({ surface }) {
13238
13238
  return /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",