@nation-a/ui 0.16.9 → 0.16.10
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +17 -8
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/styled-system/styles.css +0 -4
- package/dist/types/components/Input/index.d.ts +2 -0
- package/dist/types/components/Input/input.recipe.d.ts +1 -1
- package/dist/types/components/TextArea/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7752,7 +7752,7 @@ const sb = se(kl), Sl = ht({
|
|
|
7752
7752
|
isTextArea: {
|
|
7753
7753
|
true: {
|
|
7754
7754
|
inputContainer: {
|
|
7755
|
-
minHeight: "
|
|
7755
|
+
minHeight: "48px",
|
|
7756
7756
|
"& textarea": {
|
|
7757
7757
|
background: "transparent",
|
|
7758
7758
|
resize: "none",
|
|
@@ -7916,7 +7916,7 @@ const sb = se(kl), Sl = ht({
|
|
|
7916
7916
|
radius: l,
|
|
7917
7917
|
onChange: u,
|
|
7918
7918
|
className: c,
|
|
7919
|
-
|
|
7919
|
+
containerCss: d,
|
|
7920
7920
|
startAdornment: h,
|
|
7921
7921
|
endAdornment: f,
|
|
7922
7922
|
removeBorder: m,
|
|
@@ -7992,7 +7992,7 @@ const ib = se(Tl), Pl = _(
|
|
|
7992
7992
|
variant: c,
|
|
7993
7993
|
onChange: d,
|
|
7994
7994
|
className: h,
|
|
7995
|
-
|
|
7995
|
+
containerCss: f,
|
|
7996
7996
|
removeBorder: m,
|
|
7997
7997
|
error: g,
|
|
7998
7998
|
...b
|
|
@@ -8031,11 +8031,20 @@ const ib = se(Tl), Pl = _(
|
|
|
8031
8031
|
x(N), w((N == null ? void 0 : N.length) || 0);
|
|
8032
8032
|
}, [t]), /* @__PURE__ */ D(bi, { gap: 1, className: "group", "data-disabled": n || void 0, css: { width: "100%" }, children: [
|
|
8033
8033
|
/* @__PURE__ */ y(q, { visible: !!(r && i === "outside"), children: r }),
|
|
8034
|
-
/* @__PURE__ */ D(
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
|
|
8034
|
+
/* @__PURE__ */ D(
|
|
8035
|
+
xr,
|
|
8036
|
+
{
|
|
8037
|
+
gap: 1,
|
|
8038
|
+
className: K(k.inputContainer, h),
|
|
8039
|
+
onClick: E,
|
|
8040
|
+
css: f,
|
|
8041
|
+
children: [
|
|
8042
|
+
/* @__PURE__ */ y(q, { visible: !!(r && i === "inside"), children: r }),
|
|
8043
|
+
/* @__PURE__ */ y("textarea", { ref: S, value: P, disabled: n, onChange: A, ...b }),
|
|
8044
|
+
a && /* @__PURE__ */ y(at, { count: v, limit: s })
|
|
8045
|
+
]
|
|
8046
|
+
}
|
|
8047
|
+
),
|
|
8039
8048
|
o && /* @__PURE__ */ y(M, { children: o })
|
|
8040
8049
|
] });
|
|
8041
8050
|
}
|