@theroutingcompany/components 0.0.68-alpha.0 → 0.0.69-alpha.1
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.
|
@@ -27641,8 +27641,8 @@ const mj = Object.assign(bo, {
|
|
|
27641
27641
|
${({ size: e }) => FF(e)}
|
|
27642
27642
|
`, yj = N.forwardRef(
|
|
27643
27643
|
function(t, r) {
|
|
27644
|
-
const { "data-id": n, size: o = "medium", children: a } = t;
|
|
27645
|
-
return /* @__PURE__ */ x(NF, { ref: r, "data-id": n, size: o, children: a });
|
|
27644
|
+
const { "data-id": n, size: o = "medium", children: a, ...i } = t;
|
|
27645
|
+
return /* @__PURE__ */ x(NF, { ref: r, "data-id": n, size: o, ...i, children: a });
|
|
27646
27646
|
}
|
|
27647
27647
|
), Cw = "Radio", [zF, Rw] = je(Cw), [LF, KF] = zF(Cw), VF = /* @__PURE__ */ B((e, t) => {
|
|
27648
27648
|
const { __scopeRadio: r, name: n, checked: o = !1, required: a, disabled: i, value: s = "on", onCheck: l, ...c } = e, [d, f] = X(null), p = _e(
|