@conboai/storybook.components 0.4.12 → 0.4.13
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.
|
@@ -97785,7 +97785,7 @@ const Bbe = Vme, jbe = (e, t) => ({
|
|
|
97785
97785
|
{
|
|
97786
97786
|
onClick: () => x(1),
|
|
97787
97787
|
variant: "action",
|
|
97788
|
-
disabled: M === 1 || M === 0,
|
|
97788
|
+
disabled: M === 1 || M === 0 || Y,
|
|
97789
97789
|
children: [
|
|
97790
97790
|
/* @__PURE__ */ H.jsx(_t, { fontSize: "11px", mt: "3px", color: Eo, children: "x" }),
|
|
97791
97791
|
/* @__PURE__ */ H.jsx(_t, { color: Eo, children: "1" })
|
|
@@ -97797,7 +97797,7 @@ const Bbe = Vme, jbe = (e, t) => ({
|
|
|
97797
97797
|
{
|
|
97798
97798
|
onClick: () => x(4),
|
|
97799
97799
|
variant: "action",
|
|
97800
|
-
disabled: M === 4,
|
|
97800
|
+
disabled: M === 4 || Y,
|
|
97801
97801
|
children: [
|
|
97802
97802
|
/* @__PURE__ */ H.jsx(_t, { fontSize: "11px", mt: "3px", color: Eo, children: "x" }),
|
|
97803
97803
|
/* @__PURE__ */ H.jsx(_t, { color: Eo, children: "5" })
|
|
@@ -97809,7 +97809,7 @@ const Bbe = Vme, jbe = (e, t) => ({
|
|
|
97809
97809
|
{
|
|
97810
97810
|
onClick: () => x(9),
|
|
97811
97811
|
variant: "action",
|
|
97812
|
-
disabled: M === 9,
|
|
97812
|
+
disabled: M === 9 || Y,
|
|
97813
97813
|
children: [
|
|
97814
97814
|
/* @__PURE__ */ H.jsx(_t, { fontSize: "11px", mt: "3px", color: Eo, children: "x" }),
|
|
97815
97815
|
/* @__PURE__ */ H.jsx(_t, { color: Eo, children: "10" })
|