najm-kit 2.1.13 → 2.1.14

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
@@ -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.14",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",