@ahmadmubarak98/namozaj 1.6.32 → 1.6.33
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 +2 -2
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -44558,10 +44558,10 @@ const PhoneField = ({
|
|
|
44558
44558
|
},
|
|
44559
44559
|
".MuiSelect-select": {
|
|
44560
44560
|
padding: "8px",
|
|
44561
|
-
|
|
44561
|
+
paddingLeft: "24px"
|
|
44562
44562
|
},
|
|
44563
44563
|
svg: {
|
|
44564
|
-
right: 0
|
|
44564
|
+
...S ? { left: 0 } : { right: 0 }
|
|
44565
44565
|
}
|
|
44566
44566
|
},
|
|
44567
44567
|
renderValue: (I) => /* @__PURE__ */ jsx(q, { iso2: I, style: { display: "flex" } }),
|