@rehagro/ui 1.0.26 → 1.0.27
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1063,6 +1063,7 @@ var TextInput = React9.forwardRef(function TextInput2({
|
|
|
1063
1063
|
"rh-flex rh-items-center rh-gap-2",
|
|
1064
1064
|
"rh-border rh-bg-surface rh-font-body",
|
|
1065
1065
|
"rh-transition-colors rh-duration-150",
|
|
1066
|
+
"rh-overflow-hidden",
|
|
1066
1067
|
statusClasses[status],
|
|
1067
1068
|
radiusClasses3[radius],
|
|
1068
1069
|
sizeClasses3[size],
|
|
@@ -1090,7 +1091,7 @@ var TextInput = React9.forwardRef(function TextInput2({
|
|
|
1090
1091
|
"aria-invalid": status === "error" || void 0,
|
|
1091
1092
|
"aria-describedby": helperText ? `${inputId}-helper` : void 0,
|
|
1092
1093
|
className: [
|
|
1093
|
-
"rh-flex-1 rh-bg-transparent rh-outline-none",
|
|
1094
|
+
"rh-flex-1 rh-min-w-0 rh-bg-transparent rh-outline-none",
|
|
1094
1095
|
"rh-text-text placeholder:rh-text-text-muted",
|
|
1095
1096
|
disabled ? "rh-cursor-not-allowed" : ""
|
|
1096
1097
|
].filter(Boolean).join(" "),
|