najm-kit 2.1.13 → 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 +2 -2
  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
  {
@@ -5085,7 +5085,7 @@ function NCard({
5085
5085
  style: recipeStyle,
5086
5086
  className: cn(
5087
5087
  "flex flex-col",
5088
- !noPadding && "p-2 gap-3",
5088
+ !noPadding && "p-2 lg:p-4 xl:p-5 gap-3",
5089
5089
  surfaceBorderClasses(bordered),
5090
5090
  classNames?.root,
5091
5091
  className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.1.13",
3
+ "version": "2.1.15",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",