@ahmadmubarak98/namozaj 1.6.45 → 1.6.46

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.
package/dist/main.d.ts CHANGED
@@ -360,6 +360,7 @@ export declare type PhoneFieldConfig = BaseFieldConfig & {
360
360
  seperateCountryCode?: boolean;
361
361
  translateCountry?: ((country: ParsedCountry) => string);
362
362
  dir?: "ltr" | "rtl";
363
+ includeCountryName?: boolean;
363
364
  sx?: {
364
365
  input?: SxProps<Theme> | undefined;
365
366
  inputAdornment?: SxProps<Theme> | undefined;