najm-kit 0.0.22 → 0.0.24

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
@@ -6713,7 +6713,7 @@ function LangInput({
6713
6713
  function PhoneInput({
6714
6714
  value = "",
6715
6715
  onChange,
6716
- defaultCountry = "us",
6716
+ defaultCountry = "ma",
6717
6717
  placeholder = "Enter phone number",
6718
6718
  disabled = false,
6719
6719
  className,
@@ -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.24",
4
4
  "type": "module",
5
5
  "description": "Reusable React UI component package for Najm framework",
6
6
  "main": "./dist/index.mjs",