@ahmadmubarak98/namozaj 1.6.50 → 1.6.51
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/namozaj.js +1 -1
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -44543,7 +44543,7 @@ const PhoneField = ({
|
|
|
44543
44543
|
left: h ? "-50px" : "-34px",
|
|
44544
44544
|
...y === "rtl" && {
|
|
44545
44545
|
left: "unset",
|
|
44546
|
-
right: h ? "
|
|
44546
|
+
right: h ? "50px" : "34px"
|
|
44547
44547
|
},
|
|
44548
44548
|
...d == null ? void 0 : d.menu
|
|
44549
44549
|
},
|