@conboai/storybook.components 0.2.19 → 0.2.20
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/storybook.components.mjs +22 -12
- package/package.json +1 -1
|
@@ -58622,18 +58622,28 @@ const YU = {
|
|
|
58622
58622
|
leftLabel: n,
|
|
58623
58623
|
sx: r,
|
|
58624
58624
|
rightLabel: o
|
|
58625
|
-
}) => /* @__PURE__ */ x.jsxs(
|
|
58626
|
-
|
|
58627
|
-
|
|
58628
|
-
|
|
58629
|
-
|
|
58630
|
-
|
|
58631
|
-
|
|
58632
|
-
|
|
58633
|
-
|
|
58634
|
-
|
|
58635
|
-
|
|
58636
|
-
|
|
58625
|
+
}) => /* @__PURE__ */ x.jsxs(
|
|
58626
|
+
ct,
|
|
58627
|
+
{
|
|
58628
|
+
container: !0,
|
|
58629
|
+
justifyContent: "space-between",
|
|
58630
|
+
sx: r,
|
|
58631
|
+
flexWrap: "nowrap",
|
|
58632
|
+
alignItems: "center",
|
|
58633
|
+
children: [
|
|
58634
|
+
n && /* @__PURE__ */ x.jsx(bo, { sx: eg, children: /* @__PURE__ */ x.jsx("span", { title: n, children: n }) }),
|
|
58635
|
+
/* @__PURE__ */ x.jsx(
|
|
58636
|
+
Ei,
|
|
58637
|
+
{
|
|
58638
|
+
sx: { margin: 0 },
|
|
58639
|
+
control: /* @__PURE__ */ x.jsx(p0, { checked: t, onChange: e, sx: n4 }),
|
|
58640
|
+
label: ""
|
|
58641
|
+
}
|
|
58642
|
+
),
|
|
58643
|
+
o && /* @__PURE__ */ x.jsx(bo, { sx: eg, children: /* @__PURE__ */ x.jsx("span", { title: o, children: o }) })
|
|
58644
|
+
]
|
|
58645
|
+
}
|
|
58646
|
+
), r4 = ({
|
|
58637
58647
|
isModalOpen: t = !1,
|
|
58638
58648
|
onModalClose: e,
|
|
58639
58649
|
startIndex: n,
|