hiver-ui-kit-extended 1.0.0-beta.11 → 1.0.0-beta.12
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/env.prime.js
CHANGED
|
@@ -3210,8 +3210,7 @@ function TextField(props) {
|
|
|
3210
3210
|
"omni-textfield-small": size === "small",
|
|
3211
3211
|
"omni-textfield-medium": size === "medium",
|
|
3212
3212
|
"w-full": fullWidth
|
|
3213
|
-
}
|
|
3214
|
-
className
|
|
3213
|
+
}
|
|
3215
3214
|
);
|
|
3216
3215
|
const inputElement = /* @__PURE__ */ jsx(
|
|
3217
3216
|
InputText,
|
|
@@ -3244,7 +3243,7 @@ function TextField(props) {
|
|
|
3244
3243
|
} else {
|
|
3245
3244
|
fieldContent = inputElement;
|
|
3246
3245
|
}
|
|
3247
|
-
return /* @__PURE__ */ jsxs("div", { className: cn("omni-textfield", { "w-full": fullWidth }), children: [
|
|
3246
|
+
return /* @__PURE__ */ jsxs("div", { className: cn("omni-textfield", { "w-full": fullWidth }, className), children: [
|
|
3248
3247
|
label && /* @__PURE__ */ jsx(
|
|
3249
3248
|
"label",
|
|
3250
3249
|
{
|