@sikka/hawa 0.49.11-next → 0.49.12-next

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.
@@ -1086,7 +1086,7 @@ var Input = forwardRef5(
1086
1086
  className: cn(
1087
1087
  defaultInputStyle,
1088
1088
  "focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-0 dark:hawa-text-white",
1089
- props.alwaysLTR ? {
1089
+ props.alwaysLTR && props.dir === "rtl" ? {
1090
1090
  "hawa-ps-9": props.endIcon,
1091
1091
  "hawa-pe-9": props.startIcon,
1092
1092
  "hawa-ps-[60px]": countPosition === "center"