mainstack-design-system 0.3.5 → 0.3.6
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.
|
@@ -63735,7 +63735,9 @@ const Xue = ({
|
|
|
63735
63735
|
fontFamily: b,
|
|
63736
63736
|
...x
|
|
63737
63737
|
}) => {
|
|
63738
|
-
const [_, T] = Et(
|
|
63738
|
+
const [_, T] = Et(
|
|
63739
|
+
(i == null ? void 0 : i.length) ?? (d == null ? void 0 : d.length) ?? 0
|
|
63740
|
+
), [k, M] = Et(!1), L = (I) => {
|
|
63739
63741
|
var O;
|
|
63740
63742
|
const E = (O = I == null ? void 0 : I.target) == null ? void 0 : O.value;
|
|
63741
63743
|
T(E.length), E.length > (v || 200) ? M(!0) : M(!1);
|