@conboai/storybook.components 0.3.69 → 0.3.70
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.
|
@@ -47187,7 +47187,11 @@ const Hre = ({
|
|
|
47187
47187
|
u(!c);
|
|
47188
47188
|
};
|
|
47189
47189
|
return /* @__PURE__ */ N.jsxs(ev, { value: e, children: [
|
|
47190
|
-
/* @__PURE__ */ N.jsxs(Dt, { display: "flex", alignItems: "center",
|
|
47190
|
+
/* @__PURE__ */ N.jsxs(Dt, { display: "flex", alignItems: "center", sx: {
|
|
47191
|
+
position: "relative",
|
|
47192
|
+
top: 0,
|
|
47193
|
+
right: 0
|
|
47194
|
+
}, children: [
|
|
47191
47195
|
/* @__PURE__ */ N.jsx(Dt, { width: s ? d : "100%", children: /* @__PURE__ */ N.jsx(
|
|
47192
47196
|
Nre,
|
|
47193
47197
|
{
|
|
@@ -47197,7 +47201,11 @@ const Hre = ({
|
|
|
47197
47201
|
onChange: o
|
|
47198
47202
|
}
|
|
47199
47203
|
) }),
|
|
47200
|
-
l && /* @__PURE__ */ N.jsx(
|
|
47204
|
+
l && /* @__PURE__ */ N.jsx(Dt, { sx: {
|
|
47205
|
+
position: "absolute",
|
|
47206
|
+
bottom: "5px",
|
|
47207
|
+
right: "10px"
|
|
47208
|
+
}, children: /* @__PURE__ */ N.jsx(rr, { onClick: f, children: c ? /* @__PURE__ */ N.jsx(Jre, {}) : /* @__PURE__ */ N.jsx(Ure, {}) }) }),
|
|
47201
47209
|
s
|
|
47202
47210
|
] }),
|
|
47203
47211
|
!c && /* @__PURE__ */ N.jsx(Gre, { tabsContent: r })
|