@purpurds/radio-card-group 4.5.1 → 5.0.0
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.
|
@@ -1052,13 +1052,13 @@ const Jr = /* @__PURE__ */ Xr(Zr), Qr = "_loading_93tal_1", te = {
|
|
|
1052
1052
|
["data-testid"]: n,
|
|
1053
1053
|
radius: t = "xs",
|
|
1054
1054
|
style: o,
|
|
1055
|
-
|
|
1055
|
+
negative: i = !1,
|
|
1056
1056
|
...r
|
|
1057
1057
|
}) => {
|
|
1058
1058
|
const a = Jr([
|
|
1059
1059
|
e,
|
|
1060
1060
|
te[ne],
|
|
1061
|
-
te[`${ne}--${i}`],
|
|
1061
|
+
te[`${ne}--${i ? "negative" : "default"}`],
|
|
1062
1062
|
te[`${ne}--${t}`]
|
|
1063
1063
|
]);
|
|
1064
1064
|
return /* @__PURE__ */ v("div", { className: a, style: o, "data-testid": n, ...r });
|