najm-kit 2.1.14 → 2.1.15

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
@@ -5076,7 +5076,7 @@ function NCard({
5076
5076
  }
5077
5077
  });
5078
5078
  const hasHeader = !!(title || description || actionSlot);
5079
- const iconSize = description ? "h-8 w-8" : "h-5 w-5";
5079
+ const iconSize = description ? "h-6 w-6 lg:h-8 lg:w-8" : "h-4 w-4 lg:h-5 lg:w-5";
5080
5080
  return /* @__PURE__ */ jsxs(
5081
5081
  Card,
5082
5082
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.1.14",
3
+ "version": "2.1.15",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",