@ahmadmubarak98/namozaj 1.6.47 → 1.6.49

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,7 +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
+ includeCountryIso?: boolean;
364
364
  sx?: {
365
365
  input?: SxProps<Theme> | undefined;
366
366
  inputAdornment?: SxProps<Theme> | undefined;
package/dist/namozaj.js CHANGED
@@ -44462,7 +44462,7 @@ const PhoneField = ({
44462
44462
  sx: d,
44463
44463
  transformOrigin: u,
44464
44464
  translateCountry: b,
44465
- includeCountryName: h,
44465
+ includeCountryIso: h,
44466
44466
  className: g,
44467
44467
  disabled: m,
44468
44468
  dir: y,
@@ -44543,16 +44543,16 @@ const PhoneField = ({
44543
44543
  left: "-34px",
44544
44544
  ...y === "rtl" && {
44545
44545
  left: "unset",
44546
- right: "-130px"
44546
+ right: "34px"
44547
44547
  },
44548
44548
  ...d == null ? void 0 : d.menu
44549
44549
  },
44550
44550
  transformOrigin: {
44551
44551
  vertical: "top",
44552
44552
  horizontal: "left",
44553
- // ...(dir === "rtl" && {
44554
- // horizontal: "right",
44555
- // }),
44553
+ ...y === "rtl" && {
44554
+ horizontal: "right"
44555
+ },
44556
44556
  ...u
44557
44557
  }
44558
44558
  },
@@ -44588,7 +44588,7 @@ const PhoneField = ({
44588
44588
  mx: "8px",
44589
44589
  ...d == null ? void 0 : d.countryName
44590
44590
  },
44591
- children: typeof b == "function" ? b(Z) : Z.name
44591
+ children: Z.iso2.toUpperCase()
44592
44592
  }
44593
44593
  ),
44594
44594
  /* @__PURE__ */ jsxs(Typography$1, { color: "gray", children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.47",
4
+ "version": "1.6.49",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",