ui-mathilde-web 0.13.6 → 0.13.8
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/ui-mathilde-web.js
CHANGED
|
@@ -10629,8 +10629,9 @@ const Ps = Re(
|
|
|
10629
10629
|
maxLength: s,
|
|
10630
10630
|
onChange: i,
|
|
10631
10631
|
classLabel: l,
|
|
10632
|
-
|
|
10633
|
-
|
|
10632
|
+
id: c,
|
|
10633
|
+
...d
|
|
10634
|
+
}, u) => /* @__PURE__ */ W("div", { className: `${r ? "mb-3" : ""}`, children: [
|
|
10634
10635
|
r && /* @__PURE__ */ g("label", { className: `mb-1 block font-semibold ${l ?? ""}`, children: r }),
|
|
10635
10636
|
t === !0 ? /* @__PURE__ */ g(
|
|
10636
10637
|
Qo,
|
|
@@ -10638,13 +10639,13 @@ const Ps = Re(
|
|
|
10638
10639
|
className: `${a}`,
|
|
10639
10640
|
sizing: "sm",
|
|
10640
10641
|
maxLength: s,
|
|
10641
|
-
ref:
|
|
10642
|
+
ref: u,
|
|
10642
10643
|
type: o,
|
|
10643
10644
|
rightIcon: () => /* @__PURE__ */ g($1, { size: 17, "aria-label": "search" }),
|
|
10644
10645
|
placeholder: e,
|
|
10645
10646
|
onChange: i,
|
|
10646
|
-
id:
|
|
10647
|
-
...
|
|
10647
|
+
id: c,
|
|
10648
|
+
...d
|
|
10648
10649
|
}
|
|
10649
10650
|
) : /* @__PURE__ */ g(
|
|
10650
10651
|
Qo,
|
|
@@ -10652,12 +10653,12 @@ const Ps = Re(
|
|
|
10652
10653
|
className: `${a}`,
|
|
10653
10654
|
sizing: "sm",
|
|
10654
10655
|
maxLength: s,
|
|
10655
|
-
ref:
|
|
10656
|
+
ref: u,
|
|
10656
10657
|
type: o,
|
|
10657
10658
|
placeholder: e,
|
|
10658
10659
|
onChange: i,
|
|
10659
|
-
id:
|
|
10660
|
-
...
|
|
10660
|
+
id: c,
|
|
10661
|
+
...d
|
|
10661
10662
|
}
|
|
10662
10663
|
),
|
|
10663
10664
|
n && /* @__PURE__ */ g("p", { className: "mt-1 text-xs text-red-500", children: n })
|
|
@@ -35960,7 +35961,7 @@ const fF = [
|
|
|
35960
35961
|
"transition-colors duration-150 ease-in-out",
|
|
35961
35962
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2",
|
|
35962
35963
|
"disabled:cursor-not-allowed disabled:pointer-events-none"
|
|
35963
|
-
], wd = "px-5 py-2
|
|
35964
|
+
], wd = "px-5 py-2", hF = uF({
|
|
35964
35965
|
base: fF,
|
|
35965
35966
|
variants: {
|
|
35966
35967
|
/**
|