@mamrp/components 1.7.34 → 1.7.35

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 CHANGED
@@ -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.1rem",
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" ? 38 : 48,
2466
- height: size === "small" ? 34 : 42,
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" ? 35 : 35,
2639
- height: size === "small" ? 5.55 : 7.666,
2638
+ width: size === "small" ? 27 : 32,
2639
+ height: size === "small" ? 23 : 28,
2640
2640
  style: { margin: 0, display: "block" }
2641
2641
  }
2642
2642
  )