@mamrp/components 1.7.34 → 1.7.36
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/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -205,7 +205,7 @@ function LicensePlate({
|
|
|
205
205
|
outline: "none",
|
|
206
206
|
border: "none",
|
|
207
207
|
cursor: readOnly || !!data && readOnly ? "default" : "text",
|
|
208
|
-
fontSize:
|
|
208
|
+
fontSize: "1rem",
|
|
209
209
|
fontWeight: 600
|
|
210
210
|
};
|
|
211
211
|
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
|
|
@@ -2389,7 +2389,7 @@ function SearchLicensePlate({
|
|
|
2389
2389
|
outline: "none",
|
|
2390
2390
|
border: "none",
|
|
2391
2391
|
cursor: readOnly || !!data && readOnly ? "default" : "text",
|
|
2392
|
-
fontSize: size === "small" ? "1rem" : "1.
|
|
2392
|
+
fontSize: size === "small" ? "1.1rem" : "1.2rem",
|
|
2393
2393
|
fontWeight: 600
|
|
2394
2394
|
};
|
|
2395
2395
|
(0, import_react13.useEffect)(() => {
|
|
@@ -2462,8 +2462,8 @@ function SearchLicensePlate({
|
|
|
2462
2462
|
{
|
|
2463
2463
|
src: "/assets/images/iran-flag-dark.svg",
|
|
2464
2464
|
alt: "Iran Flag",
|
|
2465
|
-
width: size === "small" ?
|
|
2466
|
-
height: size === "small" ?
|
|
2465
|
+
width: size === "small" ? 18 : 22,
|
|
2466
|
+
height: size === "small" ? 14 : 18,
|
|
2467
2467
|
style: { cursor: "pointer" },
|
|
2468
2468
|
onClick: () => {
|
|
2469
2469
|
setInputValues({
|
|
@@ -2635,8 +2635,8 @@ function SearchLicensePlate({
|
|
|
2635
2635
|
{
|
|
2636
2636
|
src: "/assets/images/iran.svg",
|
|
2637
2637
|
alt: "Iran",
|
|
2638
|
-
width: size === "small" ?
|
|
2639
|
-
height: size === "small" ?
|
|
2638
|
+
width: size === "small" ? 27 : 32,
|
|
2639
|
+
height: size === "small" ? 23 : 28,
|
|
2640
2640
|
style: { margin: 0, display: "block" }
|
|
2641
2641
|
}
|
|
2642
2642
|
)
|