@ahmadmubarak98/namozaj 1.6.27 → 1.6.28

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 (3) hide show
  1. package/dist/main.d.ts +0 -2
  2. package/dist/namozaj.js +37563 -36819
  3. package/package.json +3 -2
package/dist/main.d.ts CHANGED
@@ -356,8 +356,6 @@ export declare type PhoneFieldConfig = BaseFieldConfig & {
356
356
  size?: FieldSize;
357
357
  defaultCountry?: NamozajPhoneFieldCountry;
358
358
  hideDropdown?: boolean;
359
- maxLength?: number;
360
- minLength?: number;
361
359
  seperateCountryCode?: boolean;
362
360
  };
363
361
  };