@stokelp/ui 2.49.1 → 2.49.2
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/checkbox-card/CheckboxCard.d.ts +4 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +17 -8
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -9982,14 +9982,23 @@ const $s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9982
9982
|
dataAttr: !0
|
|
9983
9983
|
}), Jh = Kh(f(K1.Root)), Qh = P3(f(K1.Label), "title"), Cu = P3(f("div"), "content"), eu = P3(f("p"), "description"), lu = P3(f(D.img), "image"), nC = K((h, p) => {
|
|
9984
9984
|
const [o, w] = t9.splitVariantProps(h), [H, _] = j5(w), { children: V, className: m, ...F } = _, P = t9(o);
|
|
9985
|
-
return /* @__PURE__ */ r(
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
9985
|
+
return /* @__PURE__ */ r(
|
|
9986
|
+
Jh,
|
|
9987
|
+
{
|
|
9988
|
+
ref: p,
|
|
9989
|
+
className: X5(P.root, M2(H), m),
|
|
9990
|
+
...F,
|
|
9991
|
+
value: F.value,
|
|
9992
|
+
children: [
|
|
9993
|
+
/* @__PURE__ */ r(K1.Control, { className: P.control, children: [
|
|
9994
|
+
/* @__PURE__ */ C(K1.Indicator, { children: /* @__PURE__ */ C(j0, {}) }),
|
|
9995
|
+
/* @__PURE__ */ C(K1.Indicator, { indeterminate: !0, children: /* @__PURE__ */ C(K0, {}) })
|
|
9996
|
+
] }),
|
|
9997
|
+
V,
|
|
9998
|
+
/* @__PURE__ */ C(K1.HiddenInput, {})
|
|
9999
|
+
]
|
|
10000
|
+
}
|
|
10001
|
+
);
|
|
9993
10002
|
});
|
|
9994
10003
|
nC.displayName = "CheckboxCard";
|
|
9995
10004
|
const Us = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|