@conboai/storybook.components 0.3.72 → 0.3.73
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.
|
@@ -97243,6 +97243,9 @@ const Eve = Hme, kve = (t, e) => ({
|
|
|
97243
97243
|
showPoints: !1,
|
|
97244
97244
|
selected: c,
|
|
97245
97245
|
onShapeSelect: u,
|
|
97246
|
+
styles: {
|
|
97247
|
+
width: "50%"
|
|
97248
|
+
},
|
|
97246
97249
|
children: /* @__PURE__ */ N.jsx(
|
|
97247
97250
|
Hh,
|
|
97248
97251
|
{
|
|
@@ -97256,7 +97259,9 @@ const Eve = Hme, kve = (t, e) => ({
|
|
|
97256
97259
|
),
|
|
97257
97260
|
r && /* @__PURE__ */ N.jsx(Pt, { sx: Rve, children: /* @__PURE__ */ N.jsx(kl, { sx: Hve }) })
|
|
97258
97261
|
] }),
|
|
97259
|
-
/* @__PURE__ */ N.jsx(x1, {
|
|
97262
|
+
/* @__PURE__ */ N.jsx(x1, { sx: {
|
|
97263
|
+
paddingBottom: "0 !important"
|
|
97264
|
+
}, children: /* @__PURE__ */ N.jsxs(Pt, { sx: Tve, children: [
|
|
97260
97265
|
/* @__PURE__ */ N.jsxs(Pt, { display: "flex", justifyContent: "space-between", children: [
|
|
97261
97266
|
/* @__PURE__ */ N.jsx(Jt, { variant: "body2", sx: m, children: t.length ? h(n(t[0])) : "Start time" }),
|
|
97262
97267
|
/* @__PURE__ */ N.jsx(Jt, { variant: "body2", sx: m, children: t.length ? h(n(t[d])) : "Current time" }),
|
|
@@ -97281,7 +97286,6 @@ const Eve = Hme, kve = (t, e) => ({
|
|
|
97281
97286
|
display: "flex",
|
|
97282
97287
|
justifyContent: "center",
|
|
97283
97288
|
alignItems: "center",
|
|
97284
|
-
mb: 2,
|
|
97285
97289
|
sx: A,
|
|
97286
97290
|
gap: "12px",
|
|
97287
97291
|
children: [
|