@conboai/storybook.components 0.3.72 → 0.3.74
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.
|
@@ -29080,6 +29080,14 @@ const XV = {
|
|
|
29080
29080
|
"M15 4L13.59 5.41L16.17 8H6V10H16.17L13.59 12.58L15 14L20 9L15 4ZM2 2H10V0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H10V16H2V2Z"
|
|
29081
29081
|
]
|
|
29082
29082
|
},
|
|
29083
|
+
tags: {
|
|
29084
|
+
height: 24,
|
|
29085
|
+
width: 24,
|
|
29086
|
+
strokeWidth: 1,
|
|
29087
|
+
paths: [
|
|
29088
|
+
"M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"
|
|
29089
|
+
]
|
|
29090
|
+
},
|
|
29083
29091
|
btnArrowRight: {
|
|
29084
29092
|
width: 16,
|
|
29085
29093
|
height: 16,
|
|
@@ -97243,6 +97251,9 @@ const Eve = Hme, kve = (t, e) => ({
|
|
|
97243
97251
|
showPoints: !1,
|
|
97244
97252
|
selected: c,
|
|
97245
97253
|
onShapeSelect: u,
|
|
97254
|
+
styles: {
|
|
97255
|
+
width: "50%"
|
|
97256
|
+
},
|
|
97246
97257
|
children: /* @__PURE__ */ N.jsx(
|
|
97247
97258
|
Hh,
|
|
97248
97259
|
{
|
|
@@ -97256,7 +97267,9 @@ const Eve = Hme, kve = (t, e) => ({
|
|
|
97256
97267
|
),
|
|
97257
97268
|
r && /* @__PURE__ */ N.jsx(Pt, { sx: Rve, children: /* @__PURE__ */ N.jsx(kl, { sx: Hve }) })
|
|
97258
97269
|
] }),
|
|
97259
|
-
/* @__PURE__ */ N.jsx(x1, {
|
|
97270
|
+
/* @__PURE__ */ N.jsx(x1, { sx: {
|
|
97271
|
+
paddingBottom: "0 !important"
|
|
97272
|
+
}, children: /* @__PURE__ */ N.jsxs(Pt, { sx: Tve, children: [
|
|
97260
97273
|
/* @__PURE__ */ N.jsxs(Pt, { display: "flex", justifyContent: "space-between", children: [
|
|
97261
97274
|
/* @__PURE__ */ N.jsx(Jt, { variant: "body2", sx: m, children: t.length ? h(n(t[0])) : "Start time" }),
|
|
97262
97275
|
/* @__PURE__ */ N.jsx(Jt, { variant: "body2", sx: m, children: t.length ? h(n(t[d])) : "Current time" }),
|
|
@@ -97281,7 +97294,6 @@ const Eve = Hme, kve = (t, e) => ({
|
|
|
97281
97294
|
display: "flex",
|
|
97282
97295
|
justifyContent: "center",
|
|
97283
97296
|
alignItems: "center",
|
|
97284
|
-
mb: 2,
|
|
97285
97297
|
sx: A,
|
|
97286
97298
|
gap: "12px",
|
|
97287
97299
|
children: [
|