@ahmadmubarak98/namozaj 1.6.46 → 1.6.48

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/namozaj.js +6 -6
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -44532,7 +44532,7 @@ const PhoneField = ({
44532
44532
  onChange: (te) => {
44533
44533
  G(te.target.value), setTimeout(() => {
44534
44534
  N.clearErrors(p);
44535
- }, 100);
44535
+ }, 10);
44536
44536
  },
44537
44537
  MenuProps: {
44538
44538
  sx: {
@@ -44540,19 +44540,19 @@ const PhoneField = ({
44540
44540
  // width: "max-content",
44541
44541
  minWidth: "300px",
44542
44542
  top: "10px",
44543
- left: "-34px",
44543
+ left: h ? "-65px" : "-34px",
44544
44544
  ...y === "rtl" && {
44545
44545
  left: "unset",
44546
- right: "34px"
44546
+ right: "-130px"
44547
44547
  },
44548
44548
  ...d == null ? void 0 : d.menu
44549
44549
  },
44550
44550
  transformOrigin: {
44551
44551
  vertical: "top",
44552
44552
  horizontal: "left",
44553
- ...y === "rtl" && {
44554
- horizontal: "right"
44555
- },
44553
+ // ...(dir === "rtl" && {
44554
+ // horizontal: "right",
44555
+ // }),
44556
44556
  ...u
44557
44557
  }
44558
44558
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.46",
4
+ "version": "1.6.48",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",