najm-kit 2.1.50 → 2.1.51

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
@@ -7685,7 +7685,7 @@ function NCard({
7685
7685
  CardContent,
7686
7686
  {
7687
7687
  className: cn(
7688
- "m-0 flex min-w-0 flex-1 flex-col gap-2 p-0",
7688
+ "m-0 flex min-w-0 flex-col gap-2 p-0",
7689
7689
  sideBody && "col-start-2",
7690
7690
  headerBody && "col-span-full",
7691
7691
  responsiveAvatarBody && "col-start-2 sm:col-span-full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.1.50",
3
+ "version": "2.1.51",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",