brd-ui-kit 0.1.12 → 0.1.13
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/components/input-field/input-field.d.ts +5 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17703,41 +17703,42 @@ const p1 = ({
|
|
|
17703
17703
|
disabled: n = !1,
|
|
17704
17704
|
label: r,
|
|
17705
17705
|
description: o,
|
|
17706
|
-
|
|
17706
|
+
classes: i,
|
|
17707
|
+
...s
|
|
17707
17708
|
}) => {
|
|
17708
|
-
const
|
|
17709
|
+
const a = {
|
|
17709
17710
|
...t === !0 && !n && { "aria-valid": !0 },
|
|
17710
17711
|
...t === !1 && !n && { "aria-invalid": !0 },
|
|
17711
17712
|
disabled: n
|
|
17712
17713
|
};
|
|
17713
|
-
return /* @__PURE__ */ x(ha, { children: /* @__PURE__ */ x(Bo, { children: /* @__PURE__ */ ce(jo, { children: [
|
|
17714
|
+
return /* @__PURE__ */ x(ha, { className: i.fieldset, children: /* @__PURE__ */ x(Bo, { className: i.fieldgroup, children: /* @__PURE__ */ ce(jo, { className: i.field, children: [
|
|
17714
17715
|
r && /* @__PURE__ */ x(Wo, { children: r }),
|
|
17715
17716
|
e.length > 0 ? /* @__PURE__ */ ce(Vd, { "data-slot": !0, children: [
|
|
17716
17717
|
/* @__PURE__ */ x(
|
|
17717
17718
|
$d,
|
|
17718
17719
|
{
|
|
17719
|
-
...i,
|
|
17720
17720
|
...s,
|
|
17721
|
+
...a,
|
|
17721
17722
|
disabled: n
|
|
17722
17723
|
}
|
|
17723
17724
|
),
|
|
17724
|
-
e.map((
|
|
17725
|
+
e.map((l) => /* @__PURE__ */ x(
|
|
17725
17726
|
Ld,
|
|
17726
17727
|
{
|
|
17727
|
-
align:
|
|
17728
|
-
children:
|
|
17728
|
+
align: l.position,
|
|
17729
|
+
children: l.component
|
|
17729
17730
|
},
|
|
17730
|
-
|
|
17731
|
+
l.id
|
|
17731
17732
|
))
|
|
17732
17733
|
] }) : /* @__PURE__ */ x(
|
|
17733
17734
|
Fd,
|
|
17734
17735
|
{
|
|
17735
|
-
...i,
|
|
17736
17736
|
...s,
|
|
17737
|
+
...a,
|
|
17737
17738
|
disabled: n
|
|
17738
17739
|
}
|
|
17739
17740
|
),
|
|
17740
|
-
o && /* @__PURE__ */ x(Uo, { ...
|
|
17741
|
+
o && /* @__PURE__ */ x(Uo, { ...a, children: o })
|
|
17741
17742
|
] }) }) });
|
|
17742
17743
|
}, g1 = ({ ...e }) => {
|
|
17743
17744
|
const { isOpened: t, togglePopup: n } = Yp();
|