@post-pioneer/ui-kit 0.1.72 → 0.1.73
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.
|
@@ -2600,7 +2600,7 @@ const J3 = ({
|
|
|
2600
2600
|
id: a,
|
|
2601
2601
|
maxLength: i,
|
|
2602
2602
|
onChange: c,
|
|
2603
|
-
rows: l =
|
|
2603
|
+
rows: l = 5,
|
|
2604
2604
|
clearable: d = !1,
|
|
2605
2605
|
type: f = "outline",
|
|
2606
2606
|
value: _,
|
|
@@ -2849,6 +2849,7 @@ const e_ = ({
|
|
|
2849
2849
|
children: e.map((_) => /* @__PURE__ */ u(
|
|
2850
2850
|
"button",
|
|
2851
2851
|
{
|
|
2852
|
+
type: "button",
|
|
2852
2853
|
disabled: _.disabled,
|
|
2853
2854
|
onClick: () => f(_.value),
|
|
2854
2855
|
className: T(
|