@ahmadmubarak98/namozaj 1.6.41 → 1.6.43

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
@@ -357,6 +357,7 @@ export declare type PhoneFieldConfig = BaseFieldConfig & {
357
357
  defaultCountry?: NamozajPhoneFieldCountry;
358
358
  hideDropdown?: boolean;
359
359
  seperateCountryCode?: boolean;
360
+ dir?: "ltr" | "rtl";
360
361
  sx?: {
361
362
  input?: SxProps<Theme> | undefined;
362
363
  inputAdornment?: SxProps<Theme> | undefined;