najm-kit 0.0.22 → 0.0.23

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
@@ -7337,7 +7337,7 @@ function NFormSectionHeader({
7337
7337
  "div",
7338
7338
  {
7339
7339
  className: cn(
7340
- "w-full flex items-center gap-2 px-2 py-1 rounded-sm mb-3",
7340
+ "w-full flex items-center gap-2 px-2 py-1 rounded-sm",
7341
7341
  color,
7342
7342
  className
7343
7343
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "description": "Reusable React UI component package for Najm framework",
6
6
  "main": "./dist/index.mjs",