@yuno-payments/dashboard-design-system 0.0.200 → 0.0.202
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.
|
@@ -126,10 +126,11 @@ const I = y(
|
|
|
126
126
|
{
|
|
127
127
|
value: _,
|
|
128
128
|
onValueChange: O,
|
|
129
|
+
className: "gap-2",
|
|
129
130
|
...L,
|
|
130
131
|
children: [
|
|
131
132
|
/* @__PURE__ */ e.jsx(c, { label: "Custom", value: o.CUSTOM }),
|
|
132
|
-
s && /* @__PURE__ */ e.jsxs("div", { className: "flex flex-col gap-4 pl-7", children: [
|
|
133
|
+
s && /* @__PURE__ */ e.jsxs("div", { className: "flex flex-col gap-4 pl-7 mb-2", children: [
|
|
133
134
|
S === "single" ? /* @__PURE__ */ e.jsx("div", { className: "flex flex-col gap-3", children: /* @__PURE__ */ e.jsx(
|
|
134
135
|
f,
|
|
135
136
|
{
|