@ahmadmubarak98/namozaj 1.6.49 → 1.6.50
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 +5 -5
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -44540,10 +44540,10 @@ const PhoneField = ({
|
|
|
44540
44540
|
// width: "max-content",
|
|
44541
44541
|
minWidth: "300px",
|
|
44542
44542
|
top: "10px",
|
|
44543
|
-
left: "-34px",
|
|
44543
|
+
left: h ? "-50px" : "-34px",
|
|
44544
44544
|
...y === "rtl" && {
|
|
44545
44545
|
left: "unset",
|
|
44546
|
-
right: "34px"
|
|
44546
|
+
right: h ? "134px" : "-34px"
|
|
44547
44547
|
},
|
|
44548
44548
|
...d == null ? void 0 : d.menu
|
|
44549
44549
|
},
|
|
@@ -44572,9 +44572,9 @@ const PhoneField = ({
|
|
|
44572
44572
|
},
|
|
44573
44573
|
renderValue: (te) => {
|
|
44574
44574
|
const Z = R.find((re) => re[1] === te), oe = M(Z);
|
|
44575
|
-
return /* @__PURE__ */ jsxs(Stack, { direction: "row",
|
|
44575
|
+
return /* @__PURE__ */ jsxs(Stack, { direction: "row", gap: 1, children: [
|
|
44576
44576
|
/* @__PURE__ */ jsx(q, { iso2: te, style: { display: "flex" } }),
|
|
44577
|
-
Z && h && /* @__PURE__ */ jsx(Typography$1, {
|
|
44577
|
+
Z && h && /* @__PURE__ */ jsx(Typography$1, { component: "p", children: oe.iso2.toUpperCase() })
|
|
44578
44578
|
] });
|
|
44579
44579
|
},
|
|
44580
44580
|
children: R.map((te) => {
|
|
@@ -44588,7 +44588,7 @@ const PhoneField = ({
|
|
|
44588
44588
|
mx: "8px",
|
|
44589
44589
|
...d == null ? void 0 : d.countryName
|
|
44590
44590
|
},
|
|
44591
|
-
children: Z.
|
|
44591
|
+
children: Z.name
|
|
44592
44592
|
}
|
|
44593
44593
|
),
|
|
44594
44594
|
/* @__PURE__ */ jsxs(Typography$1, { color: "gray", children: [
|