brd-ui-kit 0.1.15 → 0.1.16
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.js
CHANGED
|
@@ -11831,6 +11831,7 @@ const _C = Ae(
|
|
|
11831
11831
|
`group/field-label peer/field-label text-primary-text flex w-fit gap-2 text-sm
|
|
11832
11832
|
leading-[150%] font-normal tracking-normal
|
|
11833
11833
|
group-data-[disabled=true]/field:opacity-50`,
|
|
11834
|
+
"aria-invalid:text-error-text aria-valid:text-success-text disabled:text-disabled-text",
|
|
11834
11835
|
`has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col
|
|
11835
11836
|
has-[>[data-slot=field]]:rounded-md has-[>[data-slot=field]]:border
|
|
11836
11837
|
*:data-[slot=field]:p-4`,
|
|
@@ -11852,7 +11853,7 @@ function ha({ className: e, ...t }) {
|
|
|
11852
11853
|
"fieldset",
|
|
11853
11854
|
{
|
|
11854
11855
|
"data-slot": "field-set",
|
|
11855
|
-
className: L(AC, e),
|
|
11856
|
+
className: L(AC, e, "min-w-0 flex-1"),
|
|
11856
11857
|
...t
|
|
11857
11858
|
}
|
|
11858
11859
|
);
|
|
@@ -13596,7 +13597,7 @@ const TS = [
|
|
|
13596
13597
|
"data-open:fade-in-0 bg-primary-inverse-bg/20 duration-100",
|
|
13597
13598
|
"fixed inset-0 isolate z-50"
|
|
13598
13599
|
], DS = [
|
|
13599
|
-
"fixed left-[50%] top-[50%] z-50 grid w-full
|
|
13600
|
+
"fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%]",
|
|
13600
13601
|
"translate-y-[-50%] gap-8 bg-primary-bg p-6 shadow-[0px_10px_40px_0px_rgba(0,0,0,0.15)] duration-200",
|
|
13601
13602
|
"rounded-[8px]",
|
|
13602
13603
|
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0",
|
|
@@ -17712,7 +17713,7 @@ const p1 = ({
|
|
|
17712
17713
|
disabled: n
|
|
17713
17714
|
};
|
|
17714
17715
|
return /* @__PURE__ */ x(ha, { className: i?.fieldset, children: /* @__PURE__ */ x(Bo, { className: i?.fieldgroup, children: /* @__PURE__ */ ce(jo, { className: i?.field, children: [
|
|
17715
|
-
r && /* @__PURE__ */ x(Wo, { children: r }),
|
|
17716
|
+
r && /* @__PURE__ */ x(Wo, { ...a, children: r }),
|
|
17716
17717
|
e.length > 0 ? /* @__PURE__ */ ce(Vd, { "data-slot": !0, children: [
|
|
17717
17718
|
/* @__PURE__ */ x(
|
|
17718
17719
|
$d,
|